java.lang.Object
org.jooq.postgres.extensions.types.Ltree

public final class Ltree extends Object
A data type representing the PostgreSQL ltree type.
Author:
Lukas Eder
  • Method Details

    • data

      @NotNull public final @NotNull String data()
    • valueOf

      @NotNull public static final @NotNull Ltree valueOf(String data)
      Create a new Ltree instance from string data input.
    • ltree

      @NotNull public static final @NotNull Ltree ltree(String data)
      Create a new Ltree instance from string data input.

      This is the same as valueOf(String), but it can be static imported.

    • ltreeOrNull

      @Nullable public static final @Nullable Ltree ltreeOrNull(String data)
      Create a new Ltree instance from string data input, or null if the input is null.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object