public abstract class TableConstraints extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TableConstraints.Builder |
Constructor and Description |
---|
TableConstraints() |
Modifier and Type | Method and Description |
---|---|
abstract List<ForeignKey> |
getForeignKeys() |
abstract PrimaryKey |
getPrimaryKey() |
static TableConstraints.Builder |
newBuilder() |
abstract TableConstraints.Builder |
toBuilder()
Returns a builder for table constraints.
|
public static TableConstraints.Builder newBuilder()
@Nullable public abstract List<ForeignKey> getForeignKeys()
@Nullable public abstract PrimaryKey getPrimaryKey()
public abstract TableConstraints.Builder toBuilder()
Copyright © 2023 Google LLC. All rights reserved.