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, unwrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isWrapperFor, unwrap
public ResultSetMetaDataImpl(MetadataProvider provider, String supportBackwardsCompatibility)
public String getVirtualDatabaseName(int index) throws SQLException
SQLException
public String getVirtualDatabaseVersion(int index) throws SQLException
SQLException
public int getColumnCount() throws SQLException
getColumnCount
in interface ResultSetMetaData
SQLException
public boolean isAutoIncrement(int index) throws SQLException
isAutoIncrement
in interface ResultSetMetaData
SQLException
public boolean isCaseSensitive(int index) throws SQLException
isCaseSensitive
in interface ResultSetMetaData
SQLException
public boolean isSearchable(int index) throws SQLException
isSearchable
in interface ResultSetMetaData
SQLException
public boolean isCurrency(int index) throws SQLException
isCurrency
in interface ResultSetMetaData
SQLException
public int isNullable(int index) throws SQLException
isNullable
in interface ResultSetMetaData
SQLException
public boolean isSigned(int index) throws SQLException
isSigned
in interface ResultSetMetaData
SQLException
public int getColumnDisplaySize(int index) throws SQLException
getColumnDisplaySize
in interface ResultSetMetaData
SQLException
public String getColumnLabel(int index) throws SQLException
getColumnLabel
in interface ResultSetMetaData
SQLException
public String getColumnName(int index) throws SQLException
getColumnName
in interface ResultSetMetaData
SQLException
public String getSchemaName(int index) throws SQLException
getSchemaName
in interface ResultSetMetaData
SQLException
public int getPrecision(int index) throws SQLException
getPrecision
in interface ResultSetMetaData
SQLException
public int getScale(int index) throws SQLException
getScale
in interface ResultSetMetaData
SQLException
public String getTableName(int index) throws SQLException
getTableName
in interface ResultSetMetaData
SQLException
public String getCatalogName(int index) throws SQLException
getCatalogName
in interface ResultSetMetaData
SQLException
public int getColumnType(int index) throws SQLException
getColumnType
in interface ResultSetMetaData
SQLException
public String getColumnTypeName(int index) throws SQLException
getColumnTypeName
in interface ResultSetMetaData
SQLException
public boolean isReadOnly(int index) throws SQLException
isReadOnly
in interface ResultSetMetaData
SQLException
public boolean isWritable(int index) throws SQLException
isWritable
in interface ResultSetMetaData
SQLException
public boolean isDefinitelyWritable(int index) throws SQLException
isDefinitelyWritable
in interface ResultSetMetaData
SQLException
public String getColumnClassName(int index) throws SQLException
getColumnClassName
in interface ResultSetMetaData
SQLException
Copyright © 2019. All rights reserved.