public final class FederationResultSetMetaData extends WrapperAdapter implements ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown| 构造器和说明 |
|---|
FederationResultSetMetaData() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCatalogName(int column) |
String |
getColumnClassName(int column) |
int |
getColumnCount() |
int |
getColumnDisplaySize(int column) |
String |
getColumnLabel(int column) |
String |
getColumnName(int column) |
int |
getColumnType(int column) |
String |
getColumnTypeName(int column) |
int |
getPrecision(int column) |
int |
getScale(int column) |
String |
getSchemaName(int column) |
String |
getTableName(int column) |
boolean |
isAutoIncrement(int column) |
boolean |
isCaseSensitive(int column) |
boolean |
isCurrency(int column) |
boolean |
isDefinitelyWritable(int column) |
int |
isNullable(int column) |
boolean |
isReadOnly(int column) |
boolean |
isSearchable(int column) |
boolean |
isSigned(int column) |
boolean |
isWritable(int column) |
isWrapperFor, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisWrapperFor, unwrappublic int getColumnCount()
throws SQLException
getColumnCount 在接口中 ResultSetMetaDataSQLExceptionpublic boolean isAutoIncrement(int column)
throws SQLException
isAutoIncrement 在接口中 ResultSetMetaDataSQLExceptionpublic boolean isCaseSensitive(int column)
isCaseSensitive 在接口中 ResultSetMetaDatapublic boolean isSearchable(int column)
isSearchable 在接口中 ResultSetMetaDatapublic boolean isCurrency(int column)
isCurrency 在接口中 ResultSetMetaDatapublic int isNullable(int column)
isNullable 在接口中 ResultSetMetaDatapublic boolean isSigned(int column)
throws SQLException
isSigned 在接口中 ResultSetMetaDataSQLExceptionpublic int getColumnDisplaySize(int column)
getColumnDisplaySize 在接口中 ResultSetMetaDatapublic String getColumnLabel(int column) throws SQLException
getColumnLabel 在接口中 ResultSetMetaDataSQLExceptionpublic String getColumnName(int column) throws SQLException
getColumnName 在接口中 ResultSetMetaDataSQLExceptionpublic String getSchemaName(int column)
getSchemaName 在接口中 ResultSetMetaDatapublic int getPrecision(int column)
getPrecision 在接口中 ResultSetMetaDatapublic int getScale(int column)
getScale 在接口中 ResultSetMetaDatapublic String getTableName(int column) throws SQLException
getTableName 在接口中 ResultSetMetaDataSQLExceptionpublic String getCatalogName(int column)
getCatalogName 在接口中 ResultSetMetaDatapublic int getColumnType(int column)
throws SQLException
getColumnType 在接口中 ResultSetMetaDataSQLExceptionpublic String getColumnTypeName(int column) throws SQLException
getColumnTypeName 在接口中 ResultSetMetaDataSQLExceptionpublic boolean isReadOnly(int column)
throws SQLException
isReadOnly 在接口中 ResultSetMetaDataSQLExceptionpublic boolean isWritable(int column)
isWritable 在接口中 ResultSetMetaDatapublic boolean isDefinitelyWritable(int column)
isDefinitelyWritable 在接口中 ResultSetMetaDatapublic String getColumnClassName(int column)
getColumnClassName 在接口中 ResultSetMetaDataCopyright © 2022 The Apache Software Foundation. All rights reserved.