Package net.snowflake.client.jdbc
Interface SnowflakeResultSetMetaData
-
public interface SnowflakeResultSetMetaData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetColumnIndex(String columnName)List<String>getColumnNames()intgetInternalColumnType(int column)StringgetQueryID()
-
-
-
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
-
-