public class JDBCResultSetMetaData extends Object implements ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown| Constructor and Description |
|---|
JDBCResultSetMetaData(com.xxdb.data.BasicTable table) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogName(int columnIndex) |
String |
getColumnClassName(int columnIndex) |
int |
getColumnCount() |
int |
getColumnDisplaySize(int columnIndex) |
String |
getColumnLabel(int columnIndex) |
String |
getColumnName(int columnIndex) |
int |
getColumnType(int columnIndex) |
String |
getColumnTypeName(int columnIndex) |
int |
getPrecision(int columnIndex) |
int |
getScale(int columnIndex) |
String |
getSchemaName(int columnIndex) |
String |
getTableName(int columnIndex) |
boolean |
isAutoIncrement(int columnIndex) |
boolean |
isCaseSensitive(int columnIndex) |
boolean |
isCurrency(int columnIndex) |
boolean |
isDefinitelyWritable(int columnIndex) |
int |
isNullable(int columnIndex) |
boolean |
isReadOnly(int columnIndex) |
boolean |
isSearchable(int columnIndex) |
boolean |
isSigned(int columnIndex) |
boolean |
isWrapperFor(Class<?> iface) |
boolean |
isWritable(int columnIndex) |
<T> T |
unwrap(Class<T> iface) |
public JDBCResultSetMetaData(com.xxdb.data.BasicTable table)
public String getCatalogName(int columnIndex) throws SQLException
getCatalogName in interface ResultSetMetaDataSQLExceptionpublic String getColumnClassName(int columnIndex) throws SQLException
getColumnClassName in interface ResultSetMetaDataSQLExceptionpublic int getColumnCount()
throws SQLException
getColumnCount in interface ResultSetMetaDataSQLExceptionpublic String getColumnLabel(int columnIndex) throws SQLException
getColumnLabel in interface ResultSetMetaDataSQLExceptionpublic int getColumnDisplaySize(int columnIndex)
throws SQLException
getColumnDisplaySize in interface ResultSetMetaDataSQLExceptionpublic String getColumnName(int columnIndex) throws SQLException
getColumnName in interface ResultSetMetaDataSQLExceptionpublic int getColumnType(int columnIndex)
throws SQLException
getColumnType in interface ResultSetMetaDataSQLExceptionpublic String getColumnTypeName(int columnIndex) throws SQLException
getColumnTypeName in interface ResultSetMetaDataSQLExceptionpublic int getPrecision(int columnIndex)
throws SQLException
getPrecision in interface ResultSetMetaDataSQLExceptionpublic int getScale(int columnIndex)
throws SQLException
getScale in interface ResultSetMetaDataSQLExceptionpublic String getSchemaName(int columnIndex) throws SQLException
getSchemaName in interface ResultSetMetaDataSQLExceptionpublic String getTableName(int columnIndex) throws SQLException
getTableName in interface ResultSetMetaDataSQLExceptionpublic boolean isAutoIncrement(int columnIndex)
throws SQLException
isAutoIncrement in interface ResultSetMetaDataSQLExceptionpublic boolean isCaseSensitive(int columnIndex)
throws SQLException
isCaseSensitive in interface ResultSetMetaDataSQLExceptionpublic boolean isCurrency(int columnIndex)
throws SQLException
isCurrency in interface ResultSetMetaDataSQLExceptionpublic boolean isDefinitelyWritable(int columnIndex)
throws SQLException
isDefinitelyWritable in interface ResultSetMetaDataSQLExceptionpublic boolean isReadOnly(int columnIndex)
throws SQLException
isReadOnly in interface ResultSetMetaDataSQLExceptionpublic boolean isSearchable(int columnIndex)
throws SQLException
isSearchable in interface ResultSetMetaDataSQLExceptionpublic boolean isSigned(int columnIndex)
throws SQLException
isSigned in interface ResultSetMetaDataSQLExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor in interface WrapperSQLExceptionpublic boolean isWritable(int columnIndex)
throws SQLException
isWritable in interface ResultSetMetaDataSQLExceptionpublic int isNullable(int columnIndex)
throws SQLException
isNullable in interface ResultSetMetaDataSQLExceptionpublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface WrapperSQLExceptionCopyright © 2024 dolphindb. All rights reserved.