| Package | Description |
|---|---|
| net.snowflake.client.core | |
| net.snowflake.client.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
SFFixedViewResultSet
Fixed view result set.
|
class |
SFResultSet
Snowflake ResultSet implementation
|
| Modifier and Type | Method and Description |
|---|---|
SFBaseResultSet |
SFStatement.execute(String sql,
Map<String,ParameterBindingDTO> parametersBinding)
Execute sql
|
| Modifier and Type | Method and Description |
|---|---|
static int |
ResultUtil.calculateUpdateCount(SFBaseResultSet resultSet) |
| Constructor and Description |
|---|
SnowflakeResultSetV1(SFBaseResultSet sfBaseResultSet,
Statement statement)
Constructor takes an inputstream from the API response that we get from
executing a SQL statement.
|
Copyright © 2017. All rights reserved.