Uses of Class
net.sf.jsqlparser.statement.alter.AlterSystemOperation
-
Packages that use AlterSystemOperation Package Description net.sf.jsqlparser.statement.alter -
-
Uses of AlterSystemOperation in net.sf.jsqlparser.statement.alter
Methods in net.sf.jsqlparser.statement.alter that return AlterSystemOperation Modifier and Type Method Description static AlterSystemOperationAlterSystemOperation. from(String operation)AlterSystemOperationAlterSystemStatement. getOperation()static AlterSystemOperationAlterSystemOperation. valueOf(String name)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 AlterSystemOperation Constructor Description AlterSystemStatement(AlterSystemOperation operation, List<String> parameters)
-