Uses of Class
net.sf.jsqlparser.statement.alter.AlterOperation
-
Packages that use AlterOperation Package Description net.sf.jsqlparser.statement.alter -
-
Uses of AlterOperation in net.sf.jsqlparser.statement.alter
Fields in net.sf.jsqlparser.statement.alter declared as AlterOperation Modifier and Type Field Description private AlterOperation
AlterExpression. operation
Methods in net.sf.jsqlparser.statement.alter that return AlterOperation Modifier and Type Method Description static AlterOperation
AlterOperation. from(java.lang.String operation)
AlterOperation
AlterExpression. getOperation()
static AlterOperation
AlterOperation. valueOf(java.lang.String name)
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 AlterOperation Modifier and Type Method Description void
AlterExpression. setOperation(AlterOperation operation)
AlterExpression
AlterExpression. withOperation(AlterOperation operation)
-