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 classSFAsyncResultSetSFAsyncResultSet implementation.classSnowflakeResultSetV1Snowflake ResultSet implementationMethods in net.snowflake.client.jdbc that return SnowflakeBaseResultSet Modifier and Type Method Description SnowflakeBaseResultSetDefaultSFConnectionHandler. createAsyncResultSet(SFBaseResultSet resultSet, Statement statement)SnowflakeBaseResultSetSFConnectionHandler. createAsyncResultSet(SFBaseResultSet resultSet, Statement statement)Creates an asynchronous result set from a base SFBaseResultSet for this connection implementation.SnowflakeBaseResultSetDefaultSFConnectionHandler. createResultSet(SFBaseResultSet resultSet, Statement statement)SnowflakeBaseResultSetSFConnectionHandler. createResultSet(SFBaseResultSet resultSet, Statement statement)Creates a SnowflakeResultSet from a base SFBaseResultSet for this connection implementation.
-