Uses of Class
net.snowflake.client.jdbc.SnowflakeBaseResultSet
-
Packages that use SnowflakeBaseResultSet Package Description net.snowflake.client.jdbc -
-
Uses of SnowflakeBaseResultSet in net.snowflake.client.jdbc
Subclasses of SnowflakeBaseResultSet in net.snowflake.client.jdbc Modifier and Type Class Description class
SnowflakeResultSetV1
Snowflake ResultSet implementationMethods in net.snowflake.client.jdbc that return SnowflakeBaseResultSet Modifier and Type Method Description SnowflakeBaseResultSet
DefaultSFConnectionHandler. createAsyncResultSet(SFBaseResultSet resultSet, Statement statement)
SnowflakeBaseResultSet
SFConnectionHandler. createAsyncResultSet(SFBaseResultSet resultSet, Statement statement)
Creates an asynchronous result set from a base SFBaseResultSet for this connection implementation.SnowflakeBaseResultSet
DefaultSFConnectionHandler. createResultSet(SFBaseResultSet resultSet, Statement statement)
SnowflakeBaseResultSet
SFConnectionHandler. createResultSet(SFBaseResultSet resultSet, Statement statement)
Creates a SnowflakeResultSet from a base SFBaseResultSet for this connection implementation.
-