ResultSetMetaData, WrapperSQLServerResultSetMetaDatapublic interface ISQLServerResultSetMetaData extends ResultSetMetaData
SQLServerResultSetMetaData class.columnNoNulls, columnNullable, columnNullableUnknown| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isSparseColumnSet(int column) |
Returns if the column is a SQLServer SparseColumnSet.
|
getCatalogName, getColumnClassName, getColumnCount, getColumnDisplaySize, getColumnLabel, getColumnName, getColumnType, getColumnTypeName, getPrecision, getScale, getSchemaName, getTableName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isNullable, isReadOnly, isSearchable, isSigned, isWritableisWrapperFor, unwrapboolean isSparseColumnSet(int column)
throws SQLServerException
column - The column numberSQLServerException - when an error occursCopyright © 2018 Microsoft Corporation. All rights reserved.