Uses of Enum
net.sf.jsqlparser.statement.alter.AlterOperation
Packages that use AlterOperation
-
Uses of AlterOperation in net.sf.jsqlparser.statement.alter
Fields in net.sf.jsqlparser.statement.alter declared as AlterOperationMethods in net.sf.jsqlparser.statement.alter that return AlterOperationModifier and TypeMethodDescriptionstatic AlterOperation
AlterExpression.getOperation()
static AlterOperation
Returns the enum constant of this type with the specified name.static AlterOperation[]
AlterOperation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jsqlparser.statement.alter with parameters of type AlterOperationModifier and TypeMethodDescriptionvoid
AlterExpression.setOperation
(AlterOperation operation) AlterExpression.withOperation
(AlterOperation operation)