Uses of Class
com.google.cloud.bigquery.ExecuteSelectResponse
-
Packages that use ExecuteSelectResponse Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of ExecuteSelectResponse in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return ExecuteSelectResponse Modifier and Type Method Description abstract ExecuteSelectResponse
ExecuteSelectResponse.Builder. build()
Methods in com.google.cloud.bigquery that return types with arguments of type ExecuteSelectResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ExecuteSelectResponse>
Connection. executeSelectAsync(String sql)
Execute a SQL statement that returns a single ResultSet and returns a ListenableFuture to process the response asynchronously.com.google.common.util.concurrent.ListenableFuture<ExecuteSelectResponse>
Connection. executeSelectAsync(String sql, List<Parameter> parameters, Map<String,String>... labels)
Execute a SQL statement that returns a single ResultSet and returns a ListenableFuture to process the response asynchronously.
-