Uses of Class
net.snowflake.client.core.ExecTimeTelemetryData
-
Packages that use ExecTimeTelemetryData Package Description net.snowflake.client.core net.snowflake.client.jdbc -
-
Uses of ExecTimeTelemetryData in net.snowflake.client.core
Methods in net.snowflake.client.core with parameters of type ExecTimeTelemetryData 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)
static StmtUtil.StmtOutput
StmtUtil. execute(net.snowflake.client.core.StmtUtil.StmtInput stmtInput, ExecTimeTelemetryData execTimeData)
Execute a statementObject
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 execstatic String
HttpUtil. executeRequest(org.apache.http.client.methods.HttpRequestBase httpRequest, int retryTimeout, int authTimeout, int socketTimeout, int maxRetries, int injectSocketTimeout, AtomicBoolean canceling, boolean includeRetryParameters, boolean retryOnHTTP403, HttpClientSettingsKey ocspAndProxyKey, ExecTimeTelemetryData execTimeData)
Executes a HTTP request for Snowflake. -
Uses of ExecTimeTelemetryData in net.snowflake.client.jdbc
Methods in net.snowflake.client.jdbc with parameters of type ExecTimeTelemetryData Modifier and Type Method Description static org.apache.http.client.methods.CloseableHttpResponse
RestRequest. execute(org.apache.http.impl.client.CloseableHttpClient httpClient, org.apache.http.client.methods.HttpRequestBase httpRequest, long retryTimeout, long authTimeout, int socketTimeout, int maxRetries, int injectSocketTimeout, AtomicBoolean canceling, boolean withoutCookies, boolean includeRetryParameters, boolean includeRequestGuid, boolean retryHTTP403, boolean noRetry, ExecTimeTelemetryData execTimeData)
Execute an http request with retry logic.static org.apache.http.client.methods.CloseableHttpResponse
RestRequest. execute(org.apache.http.impl.client.CloseableHttpClient httpClient, org.apache.http.client.methods.HttpRequestBase httpRequest, long retryTimeout, long authTimeout, int socketTimeout, int maxRetries, int injectSocketTimeout, AtomicBoolean canceling, boolean withoutCookies, boolean includeRetryParameters, boolean includeRequestGuid, boolean retryHTTP403, ExecTimeTelemetryData execTimeTelemetryData)
-