Uses of Interface
com.google.cloud.bigquery.Connection
-
Packages that use Connection Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of Connection in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return Connection Modifier and Type Method Description ConnectionBigQuery. createConnection()Creates a new BigQuery query connection used for executing queries (not the same as BigQuery connection properties).ConnectionBigQuery. createConnection(@NonNull ConnectionSettings connectionSettings)Creates a new BigQuery query connection used for executing queries (not the same as BigQuery connection properties).
-