public class ClickHouseResultSetMetaData extends SQLResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown| 构造器和说明 |
|---|
ClickHouseResultSetMetaData(Block header) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getColumnClassName(int column) |
int |
getColumnCount() |
int |
getColumnDisplaySize(int column) |
String |
getColumnLabel(int index) |
String |
getColumnName(int index) |
int |
getColumnType(int index) |
String |
getColumnTypeName(int column) |
boolean |
isAutoIncrement(int index) |
boolean |
isCaseSensitive(int column) |
boolean |
isCurrency(int column) |
int |
isNullable(int index) |
boolean |
isReadOnly(int index) |
boolean |
isSearchable(int column) |
boolean |
isSigned(int index) |
boolean |
isWritable(int index) |
getCatalogName, getPrecision, getScale, getSchemaName, getTableName, isDefinitelyWritable, isWrapperFor, unwrappublic ClickHouseResultSetMetaData(Block header)
public int getColumnCount()
throws SQLException
getColumnCount 在接口中 ResultSetMetaDatagetColumnCount 在类中 SQLResultSetMetaDataSQLExceptionpublic int getColumnType(int index)
throws SQLException
getColumnType 在接口中 ResultSetMetaDatagetColumnType 在类中 SQLResultSetMetaDataSQLExceptionpublic boolean isCaseSensitive(int column)
throws SQLException
isCaseSensitive 在接口中 ResultSetMetaDataisCaseSensitive 在类中 SQLResultSetMetaDataSQLExceptionpublic boolean isSearchable(int column)
throws SQLException
isSearchable 在接口中 ResultSetMetaDataisSearchable 在类中 SQLResultSetMetaDataSQLExceptionpublic boolean isCurrency(int column)
throws SQLException
isCurrency 在接口中 ResultSetMetaDataisCurrency 在类中 SQLResultSetMetaDataSQLExceptionpublic int getColumnDisplaySize(int column)
throws SQLException
getColumnDisplaySize 在接口中 ResultSetMetaDatagetColumnDisplaySize 在类中 SQLResultSetMetaDataSQLExceptionpublic String getColumnTypeName(int column) throws SQLException
getColumnTypeName 在接口中 ResultSetMetaDatagetColumnTypeName 在类中 SQLResultSetMetaDataSQLExceptionpublic String getColumnClassName(int column) throws SQLException
getColumnClassName 在接口中 ResultSetMetaDatagetColumnClassName 在类中 SQLResultSetMetaDataSQLExceptionpublic String getColumnName(int index) throws SQLException
getColumnName 在接口中 ResultSetMetaDatagetColumnName 在类中 SQLResultSetMetaDataSQLExceptionpublic String getColumnLabel(int index) throws SQLException
getColumnLabel 在接口中 ResultSetMetaDatagetColumnLabel 在类中 SQLResultSetMetaDataSQLExceptionpublic int isNullable(int index)
throws SQLException
isNullable 在接口中 ResultSetMetaDataisNullable 在类中 SQLResultSetMetaDataSQLExceptionpublic boolean isSigned(int index)
throws SQLException
isSigned 在接口中 ResultSetMetaDataisSigned 在类中 SQLResultSetMetaDataSQLExceptionpublic boolean isReadOnly(int index)
throws SQLException
isReadOnly 在接口中 ResultSetMetaDataisReadOnly 在类中 SQLResultSetMetaDataSQLExceptionpublic boolean isWritable(int index)
throws SQLException
isWritable 在接口中 ResultSetMetaDataisWritable 在类中 SQLResultSetMetaDataSQLExceptionpublic boolean isAutoIncrement(int index)
throws SQLException
isAutoIncrement 在接口中 ResultSetMetaDataisAutoIncrement 在类中 SQLResultSetMetaDataSQLExceptionCopyright © 2020. All rights reserved.