Uses of Class
com.google.cloud.bigquery.Parameter
-
Packages that use Parameter Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of Parameter in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return Parameter Modifier and Type Method Description abstract Parameter
Parameter.Builder. build()
Creates aParameter
object.Methods in com.google.cloud.bigquery that return types with arguments of type Parameter Modifier and Type Method Description List<Parameter>
BigQueryDryRunResult. getQueryParameters()
Returns query parameters for standard SQL queries by extracting undeclare query parameters from the dry run job.List<Parameter>
BigQueryDryRunResultImpl. getQueryParameters()
Method parameters in com.google.cloud.bigquery with type arguments of type Parameter Modifier and Type Method Description BigQueryResult
Connection. executeSelect(String sql, List<Parameter> parameters, Map<String,String>... labels)
This method executes a SQL SELECT querycom.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.
-