public final class ExtTypeInfoGeometry extends ExtTypeInfo
| Constructor and Description |
|---|
ExtTypeInfoGeometry(int type,
java.lang.Integer srid)
Creates new instance of extended parameters of the GEOMETRY data type.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
cast(Value value)
Casts a specified value to this data type.
|
java.lang.String |
getCreateSQL()
Returns SQL including parentheses that should be appended to a type name.
|
toStringpublic ExtTypeInfoGeometry(int type,
java.lang.Integer srid)
type - the type and dimension system of geometries, or 0 if not
constrainedsrid - the SRID of geometries, or null if not constrainedpublic Value cast(Value value)
ExtTypeInfocast in class ExtTypeInfovalue - value to castpublic java.lang.String getCreateSQL()
ExtTypeInfogetCreateSQL in class ExtTypeInfo