Uses of Class
com.google.cloud.bigquery.ForeignKey
-
Packages that use ForeignKey Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of ForeignKey in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return ForeignKey Modifier and Type Method Description abstract ForeignKey
ForeignKey.Builder. build()
Creates aForignKey
object.Methods in com.google.cloud.bigquery that return types with arguments of type ForeignKey Modifier and Type Method Description abstract List<ForeignKey>
TableConstraints. getForeignKeys()
Method parameters in com.google.cloud.bigquery with type arguments of type ForeignKey Modifier and Type Method Description abstract TableConstraints.Builder
TableConstraints.Builder. setForeignKeys(List<ForeignKey> foreignKeys)
The list of foreign keys for the table constraints.
-