IgniteJdbcDriver for details.@Deprecated public class JdbcResultSetMetadata extends Object implements ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogName(int col)
Deprecated.
|
String |
getColumnClassName(int col)
Deprecated.
|
int |
getColumnCount()
Deprecated.
|
int |
getColumnDisplaySize(int col)
Deprecated.
|
String |
getColumnLabel(int col)
Deprecated.
|
String |
getColumnName(int col)
Deprecated.
|
int |
getColumnType(int col)
Deprecated.
|
String |
getColumnTypeName(int col)
Deprecated.
|
int |
getPrecision(int col)
Deprecated.
|
int |
getScale(int col)
Deprecated.
|
String |
getSchemaName(int col)
Deprecated.
|
String |
getTableName(int col)
Deprecated.
|
boolean |
isAutoIncrement(int col)
Deprecated.
|
boolean |
isCaseSensitive(int col)
Deprecated.
|
boolean |
isCurrency(int col)
Deprecated.
|
boolean |
isDefinitelyWritable(int col)
Deprecated.
|
int |
isNullable(int col)
Deprecated.
|
boolean |
isReadOnly(int col)
Deprecated.
|
boolean |
isSearchable(int col)
Deprecated.
|
boolean |
isSigned(int col)
Deprecated.
|
boolean |
isWrapperFor(Class<?> iface)
Deprecated.
|
boolean |
isWritable(int col)
Deprecated.
|
<T> T |
unwrap(Class<T> iface)
Deprecated.
|
public int getColumnCount()
throws SQLException
getColumnCount in interface ResultSetMetaDataSQLExceptionpublic boolean isAutoIncrement(int col)
throws SQLException
isAutoIncrement in interface ResultSetMetaDataSQLExceptionpublic boolean isCaseSensitive(int col)
throws SQLException
isCaseSensitive in interface ResultSetMetaDataSQLExceptionpublic boolean isSearchable(int col)
throws SQLException
isSearchable in interface ResultSetMetaDataSQLExceptionpublic boolean isCurrency(int col)
throws SQLException
isCurrency in interface ResultSetMetaDataSQLExceptionpublic int isNullable(int col)
throws SQLException
isNullable in interface ResultSetMetaDataSQLExceptionpublic boolean isSigned(int col)
throws SQLException
isSigned in interface ResultSetMetaDataSQLExceptionpublic int getColumnDisplaySize(int col)
throws SQLException
getColumnDisplaySize in interface ResultSetMetaDataSQLExceptionpublic String getColumnLabel(int col) throws SQLException
getColumnLabel in interface ResultSetMetaDataSQLExceptionpublic String getColumnName(int col) throws SQLException
getColumnName in interface ResultSetMetaDataSQLExceptionpublic String getSchemaName(int col) throws SQLException
getSchemaName in interface ResultSetMetaDataSQLExceptionpublic int getPrecision(int col)
throws SQLException
getPrecision in interface ResultSetMetaDataSQLExceptionpublic int getScale(int col)
throws SQLException
getScale in interface ResultSetMetaDataSQLExceptionpublic String getTableName(int col) throws SQLException
getTableName in interface ResultSetMetaDataSQLExceptionpublic String getCatalogName(int col) throws SQLException
getCatalogName in interface ResultSetMetaDataSQLExceptionpublic int getColumnType(int col)
throws SQLException
getColumnType in interface ResultSetMetaDataSQLExceptionpublic String getColumnTypeName(int col) throws SQLException
getColumnTypeName in interface ResultSetMetaDataSQLExceptionpublic boolean isReadOnly(int col)
throws SQLException
isReadOnly in interface ResultSetMetaDataSQLExceptionpublic boolean isWritable(int col)
throws SQLException
isWritable in interface ResultSetMetaDataSQLExceptionpublic boolean isDefinitelyWritable(int col)
throws SQLException
isDefinitelyWritable in interface ResultSetMetaDataSQLExceptionpublic String getColumnClassName(int col) throws SQLException
getColumnClassName in interface ResultSetMetaDataSQLExceptionpublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface WrapperSQLExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor in interface WrapperSQLException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021