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