public class ResultSetMetaDataImpl extends WrapperImpl implements ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown| Constructor and Description |
|---|
ResultSetMetaDataImpl(MetadataProvider provider,
String supportBackwardsCompatibility) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogName(int index) |
String |
getColumnClassName(int index) |
int |
getColumnCount() |
int |
getColumnDisplaySize(int index) |
String |
getColumnLabel(int index) |
String |
getColumnName(int index) |
int |
getColumnType(int index) |
String |
getColumnTypeName(int index) |
int |
getPrecision(int index) |
int |
getScale(int index) |
String |
getSchemaName(int index) |
String |
getTableName(int index) |
String |
getVirtualDatabaseName(int index) |
String |
getVirtualDatabaseVersion(int index) |
boolean |
isAutoIncrement(int index) |
boolean |
isCaseSensitive(int index) |
boolean |
isCurrency(int index) |
boolean |
isDefinitelyWritable(int index) |
int |
isNullable(int index) |
boolean |
isReadOnly(int index) |
boolean |
isSearchable(int index) |
boolean |
isSigned(int index) |
boolean |
isWritable(int index) |
isWrapperFor, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisWrapperFor, unwrappublic ResultSetMetaDataImpl(MetadataProvider provider, String supportBackwardsCompatibility)
public String getVirtualDatabaseName(int index) throws SQLException
SQLExceptionpublic String getVirtualDatabaseVersion(int index) throws SQLException
SQLExceptionpublic int getColumnCount()
throws SQLException
getColumnCount in interface ResultSetMetaDataSQLExceptionpublic boolean isAutoIncrement(int index)
throws SQLException
isAutoIncrement in interface ResultSetMetaDataSQLExceptionpublic boolean isCaseSensitive(int index)
throws SQLException
isCaseSensitive in interface ResultSetMetaDataSQLExceptionpublic boolean isSearchable(int index)
throws SQLException
isSearchable in interface ResultSetMetaDataSQLExceptionpublic boolean isCurrency(int index)
throws SQLException
isCurrency in interface ResultSetMetaDataSQLExceptionpublic int isNullable(int index)
throws SQLException
isNullable in interface ResultSetMetaDataSQLExceptionpublic boolean isSigned(int index)
throws SQLException
isSigned in interface ResultSetMetaDataSQLExceptionpublic int getColumnDisplaySize(int index)
throws SQLException
getColumnDisplaySize in interface ResultSetMetaDataSQLExceptionpublic String getColumnLabel(int index) throws SQLException
getColumnLabel in interface ResultSetMetaDataSQLExceptionpublic String getColumnName(int index) throws SQLException
getColumnName in interface ResultSetMetaDataSQLExceptionpublic String getSchemaName(int index) throws SQLException
getSchemaName in interface ResultSetMetaDataSQLExceptionpublic int getPrecision(int index)
throws SQLException
getPrecision in interface ResultSetMetaDataSQLExceptionpublic int getScale(int index)
throws SQLException
getScale in interface ResultSetMetaDataSQLExceptionpublic String getTableName(int index) throws SQLException
getTableName in interface ResultSetMetaDataSQLExceptionpublic String getCatalogName(int index) throws SQLException
getCatalogName in interface ResultSetMetaDataSQLExceptionpublic int getColumnType(int index)
throws SQLException
getColumnType in interface ResultSetMetaDataSQLExceptionpublic String getColumnTypeName(int index) throws SQLException
getColumnTypeName in interface ResultSetMetaDataSQLExceptionpublic boolean isReadOnly(int index)
throws SQLException
isReadOnly in interface ResultSetMetaDataSQLExceptionpublic boolean isWritable(int index)
throws SQLException
isWritable in interface ResultSetMetaDataSQLExceptionpublic boolean isDefinitelyWritable(int index)
throws SQLException
isDefinitelyWritable in interface ResultSetMetaDataSQLExceptionpublic String getColumnClassName(int index) throws SQLException
getColumnClassName in interface ResultSetMetaDataSQLExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.