public interface SQLResultSetMetaData extends ResultSetMetaData, SQLWrapper, Logging
columnNoNulls, columnNullable, columnNullableUnknown| Modifier and Type | Method and Description |
|---|---|
default String |
getCatalogName(int column) |
default String |
getColumnClassName(int column) |
default int |
getColumnCount() |
default int |
getColumnDisplaySize(int column) |
default String |
getColumnLabel(int column) |
default String |
getColumnName(int column) |
default int |
getColumnType(int column) |
default String |
getColumnTypeName(int column) |
default int |
getPrecision(int column) |
default int |
getScale(int column) |
default String |
getSchemaName(int column) |
default String |
getTableName(int column) |
default boolean |
isAutoIncrement(int column) |
default boolean |
isCaseSensitive(int column) |
default boolean |
isCurrency(int column) |
default boolean |
isDefinitelyWritable(int column) |
default int |
isNullable(int column) |
default boolean |
isReadOnly(int column) |
default boolean |
isSearchable(int column) |
default boolean |
isSigned(int column) |
default boolean |
isWritable(int column) |
isWrapperFor, unwrapdefault int getColumnCount()
throws SQLException
getColumnCount in interface ResultSetMetaDataSQLExceptiondefault boolean isAutoIncrement(int column)
throws SQLException
isAutoIncrement in interface ResultSetMetaDataSQLExceptiondefault boolean isCaseSensitive(int column)
throws SQLException
isCaseSensitive in interface ResultSetMetaDataSQLExceptiondefault boolean isSearchable(int column)
throws SQLException
isSearchable in interface ResultSetMetaDataSQLExceptiondefault boolean isCurrency(int column)
throws SQLException
isCurrency in interface ResultSetMetaDataSQLExceptiondefault int isNullable(int column)
throws SQLException
isNullable in interface ResultSetMetaDataSQLExceptiondefault boolean isSigned(int column)
throws SQLException
isSigned in interface ResultSetMetaDataSQLExceptiondefault int getColumnDisplaySize(int column)
throws SQLException
getColumnDisplaySize in interface ResultSetMetaDataSQLExceptiondefault String getColumnLabel(int column) throws SQLException
getColumnLabel in interface ResultSetMetaDataSQLExceptiondefault String getColumnName(int column) throws SQLException
getColumnName in interface ResultSetMetaDataSQLExceptiondefault String getSchemaName(int column) throws SQLException
getSchemaName in interface ResultSetMetaDataSQLExceptiondefault int getPrecision(int column)
throws SQLException
getPrecision in interface ResultSetMetaDataSQLExceptiondefault int getScale(int column)
throws SQLException
getScale in interface ResultSetMetaDataSQLExceptiondefault String getTableName(int column) throws SQLException
getTableName in interface ResultSetMetaDataSQLExceptiondefault String getCatalogName(int column) throws SQLException
getCatalogName in interface ResultSetMetaDataSQLExceptiondefault int getColumnType(int column)
throws SQLException
getColumnType in interface ResultSetMetaDataSQLExceptiondefault String getColumnTypeName(int column) throws SQLException
getColumnTypeName in interface ResultSetMetaDataSQLExceptiondefault boolean isReadOnly(int column)
throws SQLException
isReadOnly in interface ResultSetMetaDataSQLExceptiondefault boolean isWritable(int column)
throws SQLException
isWritable in interface ResultSetMetaDataSQLExceptiondefault boolean isDefinitelyWritable(int column)
throws SQLException
isDefinitelyWritable in interface ResultSetMetaDataSQLExceptiondefault String getColumnClassName(int column) throws SQLException
getColumnClassName in interface ResultSetMetaDataSQLExceptionCopyright © 2021. All rights reserved.