| Package | Description |
|---|---|
| net.snowflake.client.core | |
| net.snowflake.client.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
SFArrowResultSet
Arrow result set implementation
|
class |
SFFixedViewResultSet
Fixed view result set.
|
class |
SFJsonResultSet
Abstract class used to represent snowflake result set in json format
|
class |
SFResultSet
Snowflake ResultSet implementation
|
| Modifier and Type | Method and Description |
|---|---|
SFBaseResultSet |
SFStatement.asyncExecute(String sql,
Map<String,ParameterBindingDTO> parametersBinding,
SFBaseStatement.CallingMethod caller) |
abstract SFBaseResultSet |
SFBaseStatement.asyncExecute(String sql,
Map<String,ParameterBindingDTO> parametersBinding,
SFBaseStatement.CallingMethod caller)
Execute sql asynchronously.
|
SFBaseResultSet |
SFStatement.execute(String sql,
boolean asyncExec,
Map<String,ParameterBindingDTO> parametersBinding,
SFBaseStatement.CallingMethod caller)
Execute sql
|
SFBaseResultSet |
SFStatement.execute(String sql,
Map<String,ParameterBindingDTO> parametersBinding,
SFBaseStatement.CallingMethod caller) |
abstract SFBaseResultSet |
SFBaseStatement.execute(String sql,
Map<String,ParameterBindingDTO> parametersBinding,
SFBaseStatement.CallingMethod caller)
Executes the given SQL string.
|
SFBaseResultSet |
SFStatement.getResultSet() |
abstract SFBaseResultSet |
SFBaseStatement.getResultSet()
Retrieves the current result as a ResultSet, if any.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
ResultUtil.calculateUpdateCount(SFBaseResultSet resultSet)
Calculate number of rows updated given a result set Interpret result format based on result
set's statement type
|
| Modifier and Type | Method and Description |
|---|---|
SnowflakeBaseResultSet |
SFConnectionHandler.createAsyncResultSet(SFBaseResultSet resultSet,
Statement statement)
Creates an asynchronous result set from a base SFBaseResultSet for this connection
implementation.
|
SnowflakeBaseResultSet |
DefaultSFConnectionHandler.createAsyncResultSet(SFBaseResultSet resultSet,
Statement statement) |
SnowflakeBaseResultSet |
SFConnectionHandler.createResultSet(SFBaseResultSet resultSet,
Statement statement)
Creates a SnowflakeResultSet from a base SFBaseResultSet for this connection implementation.
|
SnowflakeBaseResultSet |
DefaultSFConnectionHandler.createResultSet(SFBaseResultSet resultSet,
Statement statement) |
| Constructor and Description |
|---|
SnowflakeResultSetV1(SFBaseResultSet sfBaseResultSet,
SnowflakeResultSetSerializableV1 resultSetSerializable)
Constructor takes a result set serializable object to create a sessionless result set.
|
SnowflakeResultSetV1(SFBaseResultSet sfBaseResultSet,
Statement statement)
Constructor takes an inputstream from the API response that we get from executing a SQL
statement.
|
Copyright © 2022. All rights reserved.