java.lang.Object
org.jooq.postgres.extensions.types.Ltree
A data type representing the PostgreSQL
ltree type.- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescriptionfinal @NotNull Stringdata()booleaninthashCode()static final @NotNull LtreeCreate a newLtreeinstance from string data input.static final @Nullable LtreeltreeOrNull(String data) toString()static final @NotNull LtreeCreate a newLtreeinstance from string data input.
-
Method Details
-
data
-
valueOf
Create a newLtreeinstance from string data input. -
ltree
Create a newLtreeinstance from string data input.This is the same as
valueOf(String), but it can be static imported. -
ltreeOrNull
-
hashCode
public int hashCode() -
equals
-
toString
-