public interface SQLResultSetMetaData extends ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown| Modifier and Type | Method and Description |
|---|---|
default String |
getCatalogName(int column) |
default String |
getSchemaName(int column) |
default String |
getTableName(int column) |
default boolean |
isDefinitelyWritable(int column) |
default boolean |
isSearchable(int column) |
default boolean |
isSigned(int column) |
default boolean |
isWrapperFor(Class<?> iface) |
default boolean |
isWritable(int column) |
default <T> T |
unwrap(Class<T> iface) |
getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, isAutoIncrement, isCaseSensitive, isCurrency, isNullable, isReadOnlydefault boolean isSearchable(int column)
throws SQLException
isSearchable in interface ResultSetMetaDataSQLExceptiondefault boolean isSigned(int column)
throws SQLException
isSigned in interface ResultSetMetaDataSQLExceptiondefault String getSchemaName(int column) throws SQLException
getSchemaName in interface ResultSetMetaDataSQLExceptiondefault String getTableName(int column) throws SQLException
getTableName in interface ResultSetMetaDataSQLExceptiondefault String getCatalogName(int column) throws SQLException
getCatalogName in interface ResultSetMetaDataSQLExceptiondefault boolean isWritable(int column)
throws SQLException
isWritable in interface ResultSetMetaDataSQLExceptiondefault boolean isDefinitelyWritable(int column)
throws SQLException
isDefinitelyWritable in interface ResultSetMetaDataSQLExceptiondefault <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface WrapperSQLExceptiondefault boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor in interface WrapperSQLExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.