Uses of Enum
net.sf.jsqlparser.statement.alter.AlterSystemOperation
Packages that use AlterSystemOperation
-
Uses of AlterSystemOperation in net.sf.jsqlparser.statement.alter
Fields in net.sf.jsqlparser.statement.alter declared as AlterSystemOperationModifier and TypeFieldDescriptionprivate final AlterSystemOperation
AlterSystemStatement.operation
Methods in net.sf.jsqlparser.statement.alter that return AlterSystemOperationModifier and TypeMethodDescriptionstatic AlterSystemOperation
AlterSystemStatement.getOperation()
static AlterSystemOperation
Returns the enum constant of this type with the specified name.static AlterSystemOperation[]
AlterSystemOperation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sf.jsqlparser.statement.alter with parameters of type AlterSystemOperationModifierConstructorDescriptionAlterSystemStatement
(AlterSystemOperation operation, List<String> parameters)