java.lang.Object
org.jooq.postgres.extensions.types.Hstore
- All Implemented Interfaces:
Serializable
A data type representing the PostgreSQL
hstore type.- Author:
- Lukas Eder
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondata()booleaninthashCode()static final @NotNull HstoreCreate a newHstoreinstance from map data input.static final @Nullable HstorehstoreOrNull(Map<String, String> data) toString()static final @NotNull HstoreCreate a newHstoreinstance from string data input.
-
Method Details
-
data
-
valueOf
Create a newHstoreinstance from string data input. -
hstore
Create a newHstoreinstance from map data input.This is the same as
valueOf(Map), but it can be static imported. -
hstoreOrNull
-
hashCode
public int hashCode() -
equals
-
toString
-