Uses of Class
net.sf.jsqlparser.statement.alter.AlterSessionOperation
-
Packages that use AlterSessionOperation Package Description net.sf.jsqlparser.statement.alter -
-
Uses of AlterSessionOperation in net.sf.jsqlparser.statement.alter
Fields in net.sf.jsqlparser.statement.alter declared as AlterSessionOperation Modifier and Type Field Description private AlterSessionOperation
AlterSession. operation
Methods in net.sf.jsqlparser.statement.alter that return AlterSessionOperation Modifier and Type Method Description static AlterSessionOperation
AlterSessionOperation. from(java.lang.String operation)
AlterSessionOperation
AlterSession. getOperation()
static AlterSessionOperation
AlterSessionOperation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AlterSessionOperation[]
AlterSessionOperation. 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 AlterSessionOperation Modifier and Type Method Description void
AlterSession. setOperation(AlterSessionOperation operation)
Constructors in net.sf.jsqlparser.statement.alter with parameters of type AlterSessionOperation Constructor Description AlterSession(AlterSessionOperation operation, java.util.List<java.lang.String> parameters)
-