public class IoTDBResultMetadata extends Object implements ResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown| Constructor and Description |
|---|
IoTDBResultMetadata(List<String> columnInfoList,
String operationType,
List<String> columnTypeList)
Constructor of IoTDBResultMetadata.
|
| Modifier and Type | Method and Description |
|---|---|
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 column) |
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 in interface WrapperSQLExceptionpublic <T> T unwrap(Class<T> arg0) throws SQLException
unwrap in interface WrapperSQLExceptionpublic String getCatalogName(int arg0) throws SQLException
getCatalogName in interface ResultSetMetaDataSQLExceptionpublic String getColumnClassName(int arg0) throws SQLException
getColumnClassName in interface ResultSetMetaDataSQLExceptionpublic int getColumnCount()
throws SQLException
getColumnCount in interface ResultSetMetaDataSQLExceptionpublic int getColumnDisplaySize(int arg0)
throws SQLException
getColumnDisplaySize in interface ResultSetMetaDataSQLExceptionpublic String getColumnLabel(int column) throws SQLException
getColumnLabel in interface ResultSetMetaDataSQLExceptionpublic String getColumnName(int column) throws SQLException
getColumnName in interface ResultSetMetaDataSQLExceptionpublic int getColumnType(int column)
throws SQLException
getColumnType in interface ResultSetMetaDataSQLExceptionpublic String getColumnTypeName(int arg0) throws SQLException
getColumnTypeName in interface ResultSetMetaDataSQLExceptionpublic int getPrecision(int arg0)
throws SQLException
getPrecision in interface ResultSetMetaDataSQLExceptionpublic int getScale(int arg0)
throws SQLException
getScale in interface ResultSetMetaDataSQLExceptionpublic String getSchemaName(int arg0) throws SQLException
getSchemaName in interface ResultSetMetaDataSQLExceptionpublic String getTableName(int arg0) throws SQLException
getTableName in interface ResultSetMetaDataSQLExceptionpublic boolean isAutoIncrement(int arg0)
throws SQLException
isAutoIncrement in interface ResultSetMetaDataSQLExceptionpublic boolean isCaseSensitive(int arg0)
throws SQLException
isCaseSensitive in interface ResultSetMetaDataSQLExceptionpublic boolean isCurrency(int arg0)
throws SQLException
isCurrency in interface ResultSetMetaDataSQLExceptionpublic boolean isDefinitelyWritable(int arg0)
throws SQLException
isDefinitelyWritable in interface ResultSetMetaDataSQLExceptionpublic int isNullable(int arg0)
throws SQLException
isNullable in interface ResultSetMetaDataSQLExceptionpublic boolean isReadOnly(int arg0)
throws SQLException
isReadOnly in interface ResultSetMetaDataSQLExceptionpublic boolean isSearchable(int arg0)
throws SQLException
isSearchable in interface ResultSetMetaDataSQLExceptionpublic boolean isSigned(int arg0)
throws SQLException
isSigned in interface ResultSetMetaDataSQLExceptionpublic boolean isWritable(int arg0)
throws SQLException
isWritable in interface ResultSetMetaDataSQLExceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.