Class DB2GeometryType

java.lang.Object
org.hibernate.spatial.dialect.db2.DB2GeometryType
All Implemented Interfaces:
Serializable, JdbcType

public class DB2GeometryType extends Object implements JdbcType
Type Descriptor for the DB2 Geometry type (as Clob)

Created by Karel Maesen, Geovise BVBA, and David Adler, Adtech Geospatial

See Also:
  • Constructor Details

    • DB2GeometryType

      public DB2GeometryType(Integer srid)
  • Method Details