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
Fields Modifier and Type Field Description static intCIDRstatic intHSTOREType to map Map content to Postgres HSTORE.static intINETstatic intJSONType to map JSON content to Clob or Postgres JSON type.static intJSONBType to map JSON content to Clob or Postgres JSONB type.static intJSONBlobType to map JSON content to Blob.static intJSONClobType to map JSON content to Clob.static intJSONVarcharType to map JSON content to VARCHAR.static intLINESTRINGGeo Pointstatic intMULTILINESTRINGGeo MultiPolygonstatic intMULTIPOINTGeo MultiPolygonstatic intMULTIPOLYGONGeo MultiPolygonstatic intPOINTGeo Pointstatic intPOLYGONGeo Polygonstatic intUUIDDB native UUID type (H2 and Postgres).
-
Field Details
-
UUID
DB native UUID type (H2 and Postgres).- See Also:
- Constant Field Values
-
HSTORE
Type to map Map content to Postgres HSTORE.- See Also:
- Constant Field Values
-
JSON
Type to map JSON content to Clob or Postgres JSON type.- See Also:
- Constant Field Values
-
JSONB
Type to map JSON content to Clob or Postgres JSONB type.- See Also:
- Constant Field Values
-
JSONVarchar
Type to map JSON content to VARCHAR.- See Also:
- Constant Field Values
-
JSONClob
Type to map JSON content to Clob.- See Also:
- Constant Field Values
-
JSONBlob
Type to map JSON content to Blob.- See Also:
- Constant Field Values
-
INET
- See Also:
- Constant Field Values
-
CIDR
- See Also:
- Constant Field Values
-
POINT
Geo Point- See Also:
- Constant Field Values
-
POLYGON
Geo Polygon- See Also:
- Constant Field Values
-
LINESTRING
Geo Point- See Also:
- Constant Field Values
-
MULTIPOINT
Geo MultiPolygon- See Also:
- Constant Field Values
-
MULTIPOLYGON
Geo MultiPolygon- See Also:
- Constant Field Values
-
MULTILINESTRING
Geo MultiPolygon- See Also:
- Constant Field Values
-