| Package | Description |
|---|---|
| net.snowflake.client.core |
| 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.execute(String sql,
boolean asyncExec,
Map<String,ParameterBindingDTO> parametersBinding,
SFStatement.CallingMethod caller)
Execute sql
|
SFBaseResultSet |
SFStatement.getResultSet() |
| 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
|
Copyright © 2020. All rights reserved.