public class AlterTableDropConstraintOperation extends AlterTableOperation
tableIdentifier
Constructor and Description |
---|
AlterTableDropConstraintOperation(ObjectIdentifier tableIdentifier,
String constraintName) |
Modifier and Type | Method and Description |
---|---|
String |
asSummaryString()
Returns a string that summarizes this operation for printing to a console.
|
String |
getConstraintName() |
getTableIdentifier
public AlterTableDropConstraintOperation(ObjectIdentifier tableIdentifier, String constraintName)
public String getConstraintName()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.