public class SnowflakeResultSetMetaDataV1 extends SnowflakeResultSetMetaData
columnNoNulls, columnNullable, columnNullableUnknown| Constructor and Description |
|---|
SnowflakeResultSetMetaDataV1(SFResultSetMetaData resultSetMetaData) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogName(int column) |
int |
getColumnCount() |
int |
getColumnDisplaySize(int column) |
int |
getColumnIndex(String columnName) |
String |
getColumnLabel(int column) |
String |
getColumnName(int column) |
List<String> |
getColumnNames() |
int |
getColumnType(int column) |
String |
getColumnTypeName(int column) |
int |
getInternalColumnType(int column) |
int |
getPrecision(int column) |
String |
getQueryId() |
int |
getScale(int column) |
String |
getSchemaName(int column) |
String |
getTableName(int column) |
int |
isNullable(int column) |
boolean |
isSigned(int column) |
getColumnClassName, isAutoIncrement, isCaseSensitive, isCurrency, isDefinitelyWritable, isReadOnly, isSearchable, isWrapperFor, isWritable, unwrappublic SnowflakeResultSetMetaDataV1(SFResultSetMetaData resultSetMetaData) throws SnowflakeSQLException
SnowflakeSQLExceptionpublic String getQueryId()
getQueryId in class SnowflakeResultSetMetaDatapublic List<String> getColumnNames()
getColumnNames in class SnowflakeResultSetMetaDatapublic int getColumnIndex(String columnName)
getColumnIndex in class SnowflakeResultSetMetaDatacolumnName - column namepublic int getColumnCount()
throws SQLException
getColumnCount in interface ResultSetMetaDatagetColumnCount in class SnowflakeResultSetMetaDataSQLException - if failed to get column countpublic boolean isSigned(int column)
throws SQLException
isSigned in interface ResultSetMetaDataisSigned in class SnowflakeResultSetMetaDataSQLExceptionpublic String getColumnLabel(int column) throws SQLException
getColumnLabel in interface ResultSetMetaDatagetColumnLabel in class SnowflakeResultSetMetaDataSQLExceptionpublic String getColumnName(int column) throws SQLException
getColumnName in interface ResultSetMetaDatagetColumnName in class SnowflakeResultSetMetaDataSQLExceptionpublic int getPrecision(int column)
throws SQLException
getPrecision in interface ResultSetMetaDatagetPrecision in class SnowflakeResultSetMetaDataSQLExceptionpublic int getScale(int column)
throws SQLException
getScale in interface ResultSetMetaDatagetScale in class SnowflakeResultSetMetaDataSQLExceptionpublic int getInternalColumnType(int column)
throws SQLException
getInternalColumnType in class SnowflakeResultSetMetaDataSQLExceptionpublic int getColumnType(int column)
throws SQLException
getColumnType in interface ResultSetMetaDatagetColumnType in class SnowflakeResultSetMetaDataSQLExceptionpublic String getColumnTypeName(int column) throws SQLException
getColumnTypeName in interface ResultSetMetaDatagetColumnTypeName in class SnowflakeResultSetMetaDataSQLExceptionpublic int isNullable(int column)
throws SQLException
isNullable in interface ResultSetMetaDataisNullable in class SnowflakeResultSetMetaDataSQLExceptionpublic String getCatalogName(int column) throws SQLException
getCatalogName in interface ResultSetMetaDatagetCatalogName in class SnowflakeResultSetMetaDataSQLExceptionpublic String getSchemaName(int column) throws SQLException
getSchemaName in interface ResultSetMetaDatagetSchemaName in class SnowflakeResultSetMetaDataSQLExceptionpublic String getTableName(int column) throws SQLException
getTableName in interface ResultSetMetaDatagetTableName in class SnowflakeResultSetMetaDataSQLExceptionpublic int getColumnDisplaySize(int column)
throws SQLException
getColumnDisplaySize in interface ResultSetMetaDatagetColumnDisplaySize in class SnowflakeResultSetMetaDataSQLExceptionCopyright © 2017. All rights reserved.