public class TsfileResultMetadata extends Object implements ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown| 构造器和说明 |
|---|
TsfileResultMetadata(Map<String,Integer> columnInfo,
String operationType) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCatalogName(int arg0) |
String |
getColumnClassName(int arg0) |
int |
getColumnCount() |
int |
getColumnDisplaySize(int arg0) |
String |
getColumnLabel(int column) |
String |
getColumnName(int column) |
int |
getColumnType(int arg0) |
String |
getColumnTypeName(int arg0) |
int |
getPrecision(int arg0) |
int |
getScale(int arg0) |
String |
getSchemaName(int arg0) |
String |
getTableName(int arg0) |
boolean |
isAutoIncrement(int arg0) |
boolean |
isCaseSensitive(int arg0) |
boolean |
isCurrency(int arg0) |
boolean |
isDefinitelyWritable(int arg0) |
int |
isNullable(int arg0) |
boolean |
isReadOnly(int arg0) |
boolean |
isSearchable(int arg0) |
boolean |
isSigned(int arg0) |
boolean |
isWrapperFor(Class<?> arg0) |
boolean |
isWritable(int arg0) |
<T> T |
unwrap(Class<T> arg0) |
public boolean isWrapperFor(Class<?> arg0) throws SQLException
isWrapperFor 在接口中 WrapperSQLExceptionpublic <T> T unwrap(Class<T> arg0) throws SQLException
unwrap 在接口中 WrapperSQLExceptionpublic String getCatalogName(int arg0) throws SQLException
getCatalogName 在接口中 ResultSetMetaDataSQLExceptionpublic String getColumnClassName(int arg0) throws SQLException
getColumnClassName 在接口中 ResultSetMetaDataSQLExceptionpublic int getColumnCount()
throws SQLException
getColumnCount 在接口中 ResultSetMetaDataSQLExceptionpublic int getColumnDisplaySize(int arg0)
throws SQLException
getColumnDisplaySize 在接口中 ResultSetMetaDataSQLExceptionpublic String getColumnLabel(int column) throws SQLException
getColumnLabel 在接口中 ResultSetMetaDataSQLExceptionpublic String getColumnName(int column) throws SQLException
getColumnName 在接口中 ResultSetMetaDataSQLExceptionpublic int getColumnType(int arg0)
throws SQLException
getColumnType 在接口中 ResultSetMetaDataSQLExceptionpublic String getColumnTypeName(int arg0) throws SQLException
getColumnTypeName 在接口中 ResultSetMetaDataSQLExceptionpublic int getPrecision(int arg0)
throws SQLException
getPrecision 在接口中 ResultSetMetaDataSQLExceptionpublic int getScale(int arg0)
throws SQLException
getScale 在接口中 ResultSetMetaDataSQLExceptionpublic String getSchemaName(int arg0) throws SQLException
getSchemaName 在接口中 ResultSetMetaDataSQLExceptionpublic String getTableName(int arg0) throws SQLException
getTableName 在接口中 ResultSetMetaDataSQLExceptionpublic boolean isAutoIncrement(int arg0)
throws SQLException
isAutoIncrement 在接口中 ResultSetMetaDataSQLExceptionpublic boolean isCaseSensitive(int arg0)
throws SQLException
isCaseSensitive 在接口中 ResultSetMetaDataSQLExceptionpublic boolean isCurrency(int arg0)
throws SQLException
isCurrency 在接口中 ResultSetMetaDataSQLExceptionpublic boolean isDefinitelyWritable(int arg0)
throws SQLException
isDefinitelyWritable 在接口中 ResultSetMetaDataSQLExceptionpublic int isNullable(int arg0)
throws SQLException
isNullable 在接口中 ResultSetMetaDataSQLExceptionpublic boolean isReadOnly(int arg0)
throws SQLException
isReadOnly 在接口中 ResultSetMetaDataSQLExceptionpublic boolean isSearchable(int arg0)
throws SQLException
isSearchable 在接口中 ResultSetMetaDataSQLExceptionpublic boolean isSigned(int arg0)
throws SQLException
isSigned 在接口中 ResultSetMetaDataSQLExceptionpublic boolean isWritable(int arg0)
throws SQLException
isWritable 在接口中 ResultSetMetaDataSQLExceptionCopyright © 2017. All rights reserved.