public abstract class ForeignKey extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ForeignKey.Builder |
Constructor and Description |
---|
ForeignKey() |
Modifier and Type | Method and Description |
---|---|
abstract List<ColumnReference> |
getColumnReferences() |
abstract String |
getName() |
abstract TableId |
getReferencedTable() |
static ForeignKey.Builder |
newBuilder() |
abstract ForeignKey.Builder |
toBuilder()
Returns a builder for foreign key.
|
public static ForeignKey.Builder newBuilder()
@Nullable public abstract List<ColumnReference> getColumnReferences()
public abstract ForeignKey.Builder toBuilder()
Copyright © 2023 Google LLC. All rights reserved.