public class AlterTableAddConstraintOperation extends AlterTableOperation
Note: only primary key is supported now.
tableIdentifier| Constructor and Description |
|---|
AlterTableAddConstraintOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
String constraintName,
String[] columnNames) |
| Modifier and Type | Method and Description |
|---|---|
String |
asSummaryString()
Returns a string that summarizes this operation for printing to a console.
|
String[] |
getColumnNames() |
Optional<String> |
getConstraintName() |
getTableIdentifierpublic String[] getColumnNames()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.