Package io.ebean.config.dbplatform
Interface ExtraDbTypes
- All Known Implementing Classes:
DbPlatformType,MySqlBlob,MySqlClob
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
Type to map Map content to Postgres HSTORE.- See Also:
-
JSON
Type to map JSON content to Clob or Postgres JSON type.- See Also:
-
JSONB
Type to map JSON content to Clob or Postgres JSONB type.- See Also:
-
JSONVarchar
Type to map JSON content to VARCHAR.- See Also:
-
JSONClob
Type to map JSON content to Clob.- See Also:
-
JSONBlob
Type to map JSON content to Blob.- See Also:
-
LOCALDATETIME
- See Also:
-
UUID
DB native UUID type (H2 and Postgres).- See Also:
-
INET
- See Also:
-
CIDR
- See Also:
-
POINT
Geo Point- See Also:
-
POLYGON
Geo Polygon- See Also:
-
LINESTRING
Geo Point- See Also:
-
MULTIPOINT
Geo MultiPolygon- See Also:
-
MULTIPOLYGON
Geo MultiPolygon- See Also:
-
MULTILINESTRING
Geo MultiPolygon- See Also:
-