Uses of Class
net.snowflake.client.core.ParameterBindingDTO
-
Packages that use ParameterBindingDTO Package Description net.snowflake.client.core net.snowflake.client.core.bind -
-
Uses of ParameterBindingDTO in net.snowflake.client.core
Methods in net.snowflake.client.core that return types with arguments of type ParameterBindingDTO Modifier and Type Method Description Map<String,ParameterBindingDTO>
QueryExecDTO. getBindings()
Method parameters in net.snowflake.client.core with type arguments of type ParameterBindingDTO Modifier and Type Method Description abstract SFBaseResultSet
SFBaseStatement. asyncExecute(String sql, Map<String,ParameterBindingDTO> parametersBinding, SFBaseStatement.CallingMethod caller, ExecTimeTelemetryData execTimeData)
Execute sql asynchronously.SFBaseResultSet
SFStatement. asyncExecute(String sql, Map<String,ParameterBindingDTO> parametersBinding, SFBaseStatement.CallingMethod caller, ExecTimeTelemetryData execTimeData)
abstract SFBaseResultSet
SFBaseStatement. execute(String sql, Map<String,ParameterBindingDTO> parametersBinding, SFBaseStatement.CallingMethod caller, ExecTimeTelemetryData execTimeData)
Executes the given SQL string.SFBaseResultSet
SFStatement. execute(String sql, boolean asyncExec, Map<String,ParameterBindingDTO> parametersBinding, SFBaseStatement.CallingMethod caller, ExecTimeTelemetryData execTimeData)
Execute sqlSFBaseResultSet
SFStatement. execute(String sql, Map<String,ParameterBindingDTO> parametersBinding, SFBaseStatement.CallingMethod caller, ExecTimeTelemetryData execTimeData)
Object
SFStatement. executeHelper(String sql, String mediaType, Map<String,ParameterBindingDTO> bindValues, boolean describeOnly, boolean internal, boolean asyncExec, ExecTimeTelemetryData execTimeData)
A helper method to build URL and submit the SQL to snowflake for execvoid
QueryExecDTO. setBindings(Map<String,ParameterBindingDTO> bindings)
Constructor parameters in net.snowflake.client.core with type arguments of type ParameterBindingDTO Constructor Description QueryExecDTO(String sqlText, boolean describeOnly, Integer sequenceId, Map<String,ParameterBindingDTO> bindings, String bindStage, Map<String,Object> parameters, QueryContextDTO queryContext, long querySubmissionTime, boolean internal, boolean asyncExec)
-
Uses of ParameterBindingDTO in net.snowflake.client.core.bind
Method parameters in net.snowflake.client.core.bind with type arguments of type ParameterBindingDTO Modifier and Type Method Description static int
BindUploader. arrayBindValueCount(Map<String,ParameterBindingDTO> bindValues)
Compute the number of array bind values in the given bind mapstatic boolean
BindUploader. isArrayBind(Map<String,ParameterBindingDTO> bindValues)
Return whether the bind map uses array bindsvoid
BindUploader. upload(Map<String,ParameterBindingDTO> bindValues)
Wrapper around upload() with default compression to true.void
BindUploader. upload(Map<String,ParameterBindingDTO> bindValues, boolean compressData)
Upload bind parameters via streaming.
-