- All Known Implementing Classes:
DbPlatformType
public interface ExtraDbTypes
Integer codes for the extra types beyond java.sql.Types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intType to map Map content to Postgres HSTORE.static final intstatic final intType to map JSON content to Clob or Postgres JSON type.static final intType to map JSON content to Clob or Postgres JSONB type.static final intType to map JSON content to Blob.static final intType to map JSON content to Clob.static final intType to map JSON content to VARCHAR.static final intGeo Pointstatic final intstatic final intGeo MultiPolygonstatic final intGeo MultiPolygonstatic final intGeo MultiPolygonstatic final intGeo Pointstatic final intGeo Polygonstatic final intDB native UUID type (H2 and Postgres).
-
Field Details
-
HSTORE
static final int HSTOREType to map Map content to Postgres HSTORE.- See Also:
-
JSON
static final int JSONType to map JSON content to Clob or Postgres JSON type.- See Also:
-
JSONB
static final int JSONBType to map JSON content to Clob or Postgres JSONB type.- See Also:
-
JSONVarchar
static final int JSONVarcharType to map JSON content to VARCHAR.- See Also:
-
JSONClob
static final int JSONClobType to map JSON content to Clob.- See Also:
-
JSONBlob
static final int JSONBlobType to map JSON content to Blob.- See Also:
-
LOCALDATETIME
static final int LOCALDATETIME- See Also:
-
UUID
static final int UUIDDB native UUID type (H2 and Postgres).- See Also:
-
INET
static final int INET- See Also:
-
CIDR
static final int CIDR- See Also:
-
POINT
static final int POINTGeo Point- See Also:
-
POLYGON
static final int POLYGONGeo Polygon- See Also:
-
LINESTRING
static final int LINESTRINGGeo Point- See Also:
-
MULTIPOINT
static final int MULTIPOINTGeo MultiPolygon- See Also:
-
MULTIPOLYGON
static final int MULTIPOLYGONGeo MultiPolygon- See Also:
-
MULTILINESTRING
static final int MULTILINESTRINGGeo MultiPolygon- See Also:
-