Uses of Class
com.google.cloud.bigquery.BigQuerySQLException
Packages that use BigQuerySQLException
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of BigQuerySQLException in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigQuerySQLExceptionModifier and TypeMethodDescriptionabstract BigQuerySQLExceptionExecuteSelectResponse.getBigQuerySQLException()Methods in com.google.cloud.bigquery with parameters of type BigQuerySQLExceptionModifier and TypeMethodDescriptionabstract ExecuteSelectResponse.BuilderExecuteSelectResponse.Builder.setBigQuerySQLException(BigQuerySQLException bigQuerySQLException) Methods in com.google.cloud.bigquery that throw BigQuerySQLExceptionModifier and TypeMethodDescriptionbooleanConnection.close()Sends a query cancel request.Execute a query dry run that returns information on the schema and query parameters of the query results.Connection.executeSelect(String sql) Execute a SQL statement that returns a single ResultSet.This method executes a SQL SELECT querycom.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>Execute a SQL statement that returns a single ResultSet and returns a ListenableFuture to process the response asynchronously.BigQueryDryRunResult.getQueryParameters()Returns query parameters for standard SQL queries by extracting undeclare query parameters from the dry run job.BigQueryDryRunResultImpl.getQueryParameters()BigQueryDryRunResult.getSchema()Returns the schema of the results.BigQueryDryRunResultImpl.getSchema()BigQueryDryRunResult.getStatistics()Returns some processing statisticsBigQueryDryRunResultImpl.getStatistics()