| Package | Description |
|---|---|
| org.apache.flink.table.api | |
| org.apache.flink.table.api.constraints |
| Modifier and Type | Method and Description |
|---|---|
Optional<UniqueConstraint> |
TableSchema.getPrimaryKey() |
| Modifier and Type | Method and Description |
|---|---|
static UniqueConstraint |
UniqueConstraint.primaryKey(String name,
List<String> columns)
Creates a non enforced
ConstraintType#PRIMARY_KEY constraint. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.