| Package | Description |
|---|---|
| net.snowflake.client.core | |
| net.snowflake.client.core.bind |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ParameterBindingDTO> |
QueryExecDTO.getBindings() |
| Modifier and Type | Method and Description |
|---|---|
SFBaseResultSet |
SFStatement.execute(String sql,
boolean asyncExec,
Map<String,ParameterBindingDTO> parametersBinding,
SFStatement.CallingMethod caller)
Execute sql
|
Object |
SFStatement.executeHelper(String sql,
String mediaType,
Map<String,ParameterBindingDTO> bindValues,
boolean describeOnly,
boolean internal,
boolean asyncExec)
A helper method to build URL and submit the SQL to snowflake for exec
|
void |
QueryExecDTO.setBindings(Map<String,ParameterBindingDTO> bindings) |
| Constructor and Description |
|---|
QueryExecDTO(String sqlText,
boolean describeOnly,
Integer sequenceId,
Map<String,ParameterBindingDTO> bindings,
String bindStage,
Map<String,Object> parameters,
long querySubmissionTime,
boolean internal,
boolean asyncExec) |
| Modifier and Type | Method and Description |
|---|---|
static int |
BindUploader.arrayBindValueCount(Map<String,ParameterBindingDTO> bindValues)
Compute the number of array bind values in the given bind map
|
static boolean |
BindUploader.isArrayBind(Map<String,ParameterBindingDTO> bindValues)
Return whether the bind map uses array binds
|
void |
BindUploader.upload(Map<String,ParameterBindingDTO> bindValues)
Upload the bindValues to stage
|
Copyright © 2020. All rights reserved.