public class SpatialResultSetMetaDataImpl extends ResultSetMetaDataWrapper implements SpatialResultSetMetaData
statementcolumnNoNulls, columnNullable, columnNullableUnknown| Constructor and Description |
|---|
SpatialResultSetMetaDataImpl(ResultSetMetaData resultSetMetaData,
StatementWrapper statement)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFirstGeometryFieldIndex() |
int |
getGeometryType() |
int |
getGeometryType(int column) |
<T> T |
unwrap(Class<T> iface) |
getCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWrapperFor, isWritableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWritableisWrapperForpublic SpatialResultSetMetaDataImpl(ResultSetMetaData resultSetMetaData, StatementWrapper statement)
resultSetMetaData - meta datastatement - Active statementpublic int getFirstGeometryFieldIndex()
throws SQLException
getFirstGeometryFieldIndex in interface SpatialResultSetMetaDataSQLExceptionpublic int getGeometryType()
throws SQLException
getGeometryType in interface SpatialResultSetMetaDataGeometryTypeCodes of the first geometry column.SQLException - if this meta data does not contains a geometry field.public int getGeometryType(int column)
throws SQLException
getGeometryType in interface SpatialResultSetMetaDataGeometryTypeCodes of the provided column.SQLExceptionpublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface Wrapperunwrap in class ResultSetMetaDataWrapperSQLExceptionCopyright © 2016 CNRS. All rights reserved.