Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
Modifier and Type | Method and Description |
---|---|
abstract ForeignKey |
ForeignKey.Builder.build()
Creates a
ForignKey object. |
Modifier and Type | Method and Description |
---|---|
abstract List<ForeignKey> |
TableConstraints.getForeignKeys() |
Modifier and Type | Method and Description |
---|---|
abstract TableConstraints.Builder |
TableConstraints.Builder.setForeignKeys(List<ForeignKey> foreignKeys)
The list of foreign keys for the table constraints.
|
Copyright © 2023 Google LLC. All rights reserved.