Uses of Class
com.google.cloud.bigquery.ColumnReference
-
Packages that use ColumnReference Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of ColumnReference in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return ColumnReference Modifier and Type Method Description abstract ColumnReference
ColumnReference.Builder. build()
Creates aColumnReference
object.Methods in com.google.cloud.bigquery that return types with arguments of type ColumnReference Modifier and Type Method Description abstract List<ColumnReference>
ForeignKey. getColumnReferences()
Method parameters in com.google.cloud.bigquery with type arguments of type ColumnReference Modifier and Type Method Description abstract ForeignKey.Builder
ForeignKey.Builder. setColumnReferences(List<ColumnReference> columnReferences)
The set of column references for this foreign key.
-