Package net.snowflake.client.jdbc
Interface SnowflakeResultSetMetaData
-
public interface SnowflakeResultSetMetaData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getColumnIndex(String columnName)
List<String>
getColumnNames()
int
getInternalColumnType(int column)
String
getQueryID()
-
-
-
Method Detail
-
getQueryID
String getQueryID() throws SQLException
- Throws:
SQLException
-
getColumnNames
List<String> getColumnNames() throws SQLException
- Throws:
SQLException
-
getColumnIndex
int getColumnIndex(String columnName) throws SQLException
- Throws:
SQLException
-
getInternalColumnType
int getInternalColumnType(int column) throws SQLException
- Throws:
SQLException
-
-