| 程序包 | 说明 |
|---|---|
| org.apache.seatunnel.api.table.catalog | |
| org.apache.seatunnel.api.table.catalog.schema |
| 限定符和类型 | 方法和说明 |
|---|---|
ConstraintKey |
ConstraintKey.copy() |
static ConstraintKey |
ConstraintKey.of(ConstraintKey.ConstraintType constraintType,
String constraintName,
List<ConstraintKey.ConstraintKeyColumn> columnNames) |
| 限定符和类型 | 方法和说明 |
|---|---|
TableSchema.Builder |
TableSchema.Builder.constraintKey(ConstraintKey constraintKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
TableSchema.Builder |
TableSchema.Builder.constraintKey(List<ConstraintKey> constraintKeys) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ConstraintKey> |
TableSchemaParser.ConstraintKeyParser.parse(T schemaConfig)
Parse constraint key config to ConstraintKey
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.