public interface SnowflakeResultSetMetaData
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnIndex(String columnName) |
List<String> |
getColumnNames() |
int |
getInternalColumnType(int column) |
String |
getQueryID() |
String getQueryID() throws SQLException
SQLExceptionList<String> getColumnNames() throws SQLException
SQLExceptionint getColumnIndex(String columnName) throws SQLException
SQLExceptionint getInternalColumnType(int column)
throws SQLException
SQLExceptionCopyright © 2022. All rights reserved.