| Package | Description |
|---|---|
| net.snowflake.client.core |
| Modifier and Type | Method and Description |
|---|---|
static SFBaseStatement.CallingMethod |
SFBaseStatement.CallingMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SFBaseStatement.CallingMethod[] |
SFBaseStatement.CallingMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
Copyright © 2022. All rights reserved.