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
Fields in net.sf.jsqlparser.statement.alter declared as AlterSystemOperation Modifier and Type Field Description private AlterSystemOperation
AlterSystemStatement. operation
Methods in net.sf.jsqlparser.statement.alter that return AlterSystemOperation Modifier and Type Method Description static AlterSystemOperation
AlterSystemOperation. from(java.lang.String operation)
AlterSystemOperation
AlterSystemStatement. getOperation()
static AlterSystemOperation
AlterSystemOperation. valueOf(java.lang.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, java.util.List<java.lang.String> parameters)
-