public class RowSetMetaDataImpl extends Object implements RowSetMetaData, Serializable
columnNoNulls, columnNullable, columnNullableUnknown| 限定符和类型 | 方法和说明 |
|---|---|
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) |
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 |
isWrapperFor(Class<?> iface) |
boolean |
isWritable(int index) |
void |
setAutoIncrement(int index,
boolean value) |
void |
setCaseSensitive(int index,
boolean value) |
void |
setCatalogName(int index,
String catalog) |
void |
setColumnCount(int columnCount) |
void |
setColumnDisplaySize(int index,
int size) |
void |
setColumnLabel(int index,
String colLable) |
void |
setColumnName(int index,
String colName) |
void |
setColumnType(int index,
int colType) |
void |
setColumnTypeName(int index,
String colTypeName) |
void |
setCurrency(int index,
boolean currency) |
void |
setNullable(int index,
int nullable) |
void |
setPrecision(int index,
int precision) |
void |
setScale(int index,
int scale) |
void |
setSchemaName(int index,
String schemaName) |
void |
setSearchable(int index,
boolean searchable) |
void |
setSigned(int index,
boolean signed) |
void |
setTableName(int index,
String tableName) |
<T> T |
unwrap(Class<T> iface) |
public String getCatalogName(int index) throws SQLException
getCatalogName 在接口中 ResultSetMetaDataSQLExceptionpublic String getColumnClassName(int index) throws SQLException
getColumnClassName 在接口中 ResultSetMetaDataSQLExceptionpublic int getColumnCount()
throws SQLException
getColumnCount 在接口中 ResultSetMetaDataSQLExceptionpublic int getColumnDisplaySize(int index)
throws SQLException
getColumnDisplaySize 在接口中 ResultSetMetaDataSQLExceptionpublic String getColumnLabel(int index) throws SQLException
getColumnLabel 在接口中 ResultSetMetaDataSQLExceptionpublic String getColumnName(int index) throws SQLException
getColumnName 在接口中 ResultSetMetaDataSQLExceptionpublic int getColumnType(int index)
throws SQLException
getColumnType 在接口中 ResultSetMetaDataSQLExceptionpublic String getColumnTypeName(int index) throws SQLException
getColumnTypeName 在接口中 ResultSetMetaDataSQLExceptionpublic int getPrecision(int index)
throws SQLException
getPrecision 在接口中 ResultSetMetaDataSQLExceptionpublic int getScale(int index)
throws SQLException
getScale 在接口中 ResultSetMetaDataSQLExceptionpublic String getSchemaName(int index) throws SQLException
getSchemaName 在接口中 ResultSetMetaDataSQLExceptionpublic String getTableName(int index) throws SQLException
getTableName 在接口中 ResultSetMetaDataSQLExceptionpublic boolean isAutoIncrement(int index)
throws SQLException
isAutoIncrement 在接口中 ResultSetMetaDataSQLExceptionpublic boolean isCaseSensitive(int index)
throws SQLException
isCaseSensitive 在接口中 ResultSetMetaDataSQLExceptionpublic boolean isCurrency(int index)
throws SQLException
isCurrency 在接口中 ResultSetMetaDataSQLExceptionpublic boolean isDefinitelyWritable(int index)
throws SQLException
isDefinitelyWritable 在接口中 ResultSetMetaDataSQLExceptionpublic int isNullable(int index)
throws SQLException
isNullable 在接口中 ResultSetMetaDataSQLExceptionpublic boolean isReadOnly(int index)
throws SQLException
isReadOnly 在接口中 ResultSetMetaDataSQLExceptionpublic boolean isSearchable(int index)
throws SQLException
isSearchable 在接口中 ResultSetMetaDataSQLExceptionpublic boolean isSigned(int index)
throws SQLException
isSigned 在接口中 ResultSetMetaDataSQLExceptionpublic boolean isWritable(int index)
throws SQLException
isWritable 在接口中 ResultSetMetaDataSQLExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor 在接口中 WrapperSQLExceptionpublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap 在接口中 WrapperSQLExceptionpublic void setAutoIncrement(int index,
boolean value)
throws SQLException
setAutoIncrement 在接口中 RowSetMetaDataSQLExceptionpublic void setCaseSensitive(int index,
boolean value)
throws SQLException
setCaseSensitive 在接口中 RowSetMetaDataSQLExceptionpublic void setCatalogName(int index,
String catalog)
throws SQLException
setCatalogName 在接口中 RowSetMetaDataSQLExceptionpublic void setColumnCount(int columnCount)
throws SQLException
setColumnCount 在接口中 RowSetMetaDataSQLExceptionpublic void setColumnDisplaySize(int index,
int size)
throws SQLException
setColumnDisplaySize 在接口中 RowSetMetaDataSQLExceptionpublic void setColumnLabel(int index,
String colLable)
throws SQLException
setColumnLabel 在接口中 RowSetMetaDataSQLExceptionpublic void setColumnName(int index,
String colName)
throws SQLException
setColumnName 在接口中 RowSetMetaDataSQLExceptionpublic void setColumnType(int index,
int colType)
throws SQLException
setColumnType 在接口中 RowSetMetaDataSQLExceptionpublic void setColumnTypeName(int index,
String colTypeName)
throws SQLException
setColumnTypeName 在接口中 RowSetMetaDataSQLExceptionpublic void setCurrency(int index,
boolean currency)
throws SQLException
setCurrency 在接口中 RowSetMetaDataSQLExceptionpublic void setNullable(int index,
int nullable)
throws SQLException
setNullable 在接口中 RowSetMetaDataSQLExceptionpublic void setPrecision(int index,
int precision)
throws SQLException
setPrecision 在接口中 RowSetMetaDataSQLExceptionpublic void setScale(int index,
int scale)
throws SQLException
setScale 在接口中 RowSetMetaDataSQLExceptionpublic void setSchemaName(int index,
String schemaName)
throws SQLException
setSchemaName 在接口中 RowSetMetaDataSQLExceptionpublic void setSearchable(int index,
boolean searchable)
throws SQLException
setSearchable 在接口中 RowSetMetaDataSQLExceptionpublic void setSigned(int index,
boolean signed)
throws SQLException
setSigned 在接口中 RowSetMetaDataSQLExceptionpublic void setTableName(int index,
String tableName)
throws SQLException
setTableName 在接口中 RowSetMetaDataSQLExceptionCopyright © 2025. All rights reserved.