public final class ExtTypeInfoGeometry extends ExtTypeInfo
ADD_PLAN_INFORMATION, DEFAULT_SQL_FLAGS, NO_CASTS, QUOTE_ONLY_WHEN_REQUIRED, REPLACE_LOBS_FOR_TRACE, TRACE_SQL_FLAGS| 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 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.StringBuilder |
getSQL(java.lang.StringBuilder builder,
int sqlFlags)
Appends the SQL statement of this object to the specified builder.
|
java.lang.Integer |
getSrid()
Returns the SRID of geometries.
|
int |
getType()
Returns the type and dimension system of geometries.
|
int |
hashCode() |
toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSQL, getTraceSQLpublic 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 int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.StringBuilder getSQL(java.lang.StringBuilder builder,
int sqlFlags)
HasSQLbuilder - string buildersqlFlags - formatting flagspublic int getType()
public java.lang.Integer getSrid()
null if not constrained