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| 构造器和说明 |
|---|
ExtTypeInfoGeometry(int type,
Integer srid)
Creates new instance of extended parameters of the GEOMETRY data type.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
StringBuilder |
getSQL(StringBuilder builder,
int sqlFlags)
Appends the SQL statement of this object to the specified builder.
|
Integer |
getSrid()
Returns the SRID of geometries.
|
int |
getType()
Returns the type and dimension system of geometries.
|
int |
hashCode() |
toStringgetSQL, getTraceSQLpublic ExtTypeInfoGeometry(int type,
Integer srid)
type - the type and dimension system of geometries, or 0 if not
constrainedsrid - the SRID of geometries, or null if not constrainedpublic StringBuilder getSQL(StringBuilder builder, int sqlFlags)
HasSQLbuilder - string buildersqlFlags - formatting flagspublic int getType()
public Integer getSrid()
null if not constrainedCopyright © 2022. All rights reserved.