public final class SQLServerResultSetMetaData extends Object implements ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogName(int column) |
String |
getColumnClassName(int column) |
int |
getColumnCount() |
int |
getColumnDisplaySize(int column) |
String |
getColumnLabel(int column) |
String |
getColumnName(int column) |
int |
getColumnType(int column) |
String |
getColumnTypeName(int column) |
int |
getPrecision(int column) |
int |
getScale(int column) |
String |
getSchemaName(int column) |
String |
getTableName(int column) |
boolean |
isAutoIncrement(int column) |
boolean |
isCaseSensitive(int column) |
boolean |
isCurrency(int column) |
boolean |
isDefinitelyWritable(int column) |
int |
isNullable(int column) |
boolean |
isReadOnly(int column) |
boolean |
isSearchable(int column) |
boolean |
isSigned(int column) |
boolean |
isSparseColumnSet(int column)
Returns true if the column is a SQLServer SparseColumnSet
|
boolean |
isWrapperFor(Class<?> iface) |
boolean |
isWritable(int column) |
String |
toString() |
<T> T |
unwrap(Class<T> iface) |
public boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor in interface WrapperSQLExceptionpublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface WrapperSQLExceptionpublic String getCatalogName(int column) throws SQLServerException
getCatalogName in interface ResultSetMetaDataSQLServerExceptionpublic int getColumnCount()
throws SQLServerException
getColumnCount in interface ResultSetMetaDataSQLServerExceptionpublic int getColumnDisplaySize(int column)
throws SQLServerException
getColumnDisplaySize in interface ResultSetMetaDataSQLServerExceptionpublic String getColumnLabel(int column) throws SQLServerException
getColumnLabel in interface ResultSetMetaDataSQLServerExceptionpublic String getColumnName(int column) throws SQLServerException
getColumnName in interface ResultSetMetaDataSQLServerExceptionpublic int getColumnType(int column)
throws SQLServerException
getColumnType in interface ResultSetMetaDataSQLServerExceptionpublic String getColumnTypeName(int column) throws SQLServerException
getColumnTypeName in interface ResultSetMetaDataSQLServerExceptionpublic int getPrecision(int column)
throws SQLServerException
getPrecision in interface ResultSetMetaDataSQLServerExceptionpublic int getScale(int column)
throws SQLServerException
getScale in interface ResultSetMetaDataSQLServerExceptionpublic String getSchemaName(int column) throws SQLServerException
getSchemaName in interface ResultSetMetaDataSQLServerExceptionpublic String getTableName(int column) throws SQLServerException
getTableName in interface ResultSetMetaDataSQLServerExceptionpublic boolean isAutoIncrement(int column)
throws SQLServerException
isAutoIncrement in interface ResultSetMetaDataSQLServerExceptionpublic boolean isCaseSensitive(int column)
throws SQLServerException
isCaseSensitive in interface ResultSetMetaDataSQLServerExceptionpublic boolean isCurrency(int column)
throws SQLServerException
isCurrency in interface ResultSetMetaDataSQLServerExceptionpublic boolean isDefinitelyWritable(int column)
throws SQLServerException
isDefinitelyWritable in interface ResultSetMetaDataSQLServerExceptionpublic int isNullable(int column)
throws SQLServerException
isNullable in interface ResultSetMetaDataSQLServerExceptionpublic boolean isReadOnly(int column)
throws SQLServerException
isReadOnly in interface ResultSetMetaDataSQLServerExceptionpublic boolean isSearchable(int column)
throws SQLServerException
isSearchable in interface ResultSetMetaDataSQLServerExceptionpublic boolean isSigned(int column)
throws SQLServerException
isSigned in interface ResultSetMetaDataSQLServerExceptionpublic boolean isSparseColumnSet(int column)
throws SQLServerException
column - The column numberSQLServerException - when an error occurspublic boolean isWritable(int column)
throws SQLServerException
isWritable in interface ResultSetMetaDataSQLServerExceptionpublic String getColumnClassName(int column) throws SQLServerException
getColumnClassName in interface ResultSetMetaDataSQLServerExceptionCopyright © 2018 Microsoft Corporation. All rights reserved.