public interface SpatialResultSetMetaData extends ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown| Modifier and Type | Method and Description |
|---|---|
int |
getFirstGeometryFieldIndex() |
int |
getGeometryType() |
int |
getGeometryType(int column) |
getCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWritableisWrapperFor, unwrapint getGeometryType(int column)
throws SQLException
column - GeometryTypeCodes of the provided column.SQLExceptionint getGeometryType()
throws SQLException
GeometryTypeCodes of the first geometry column.SQLException - if this meta data does not contains a geometry field.int getFirstGeometryFieldIndex()
throws SQLException
SQLExceptionCopyright © 2016 CNRS. All rights reserved.