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 int CIDR  
    static int HSTORE
    Type to map Map content to Postgres HSTORE.
    static int INET  
    static int JSON
    Type to map JSON content to Clob or Postgres JSON type.
    static int JSONB
    Type to map JSON content to Clob or Postgres JSONB type.
    static int JSONBlob
    Type to map JSON content to Blob.
    static int JSONClob
    Type to map JSON content to Clob.
    static int JSONVarchar
    Type to map JSON content to VARCHAR.
    static int LINESTRING
    Geo Point
    static int MULTILINESTRING
    Geo MultiPolygon
    static int MULTIPOINT
    Geo MultiPolygon
    static int MULTIPOLYGON
    Geo MultiPolygon
    static int POINT
    Geo Point
    static int POLYGON
    Geo Polygon
    static int UUID
    DB native UUID type (H2 and Postgres).