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
Methods in net.sf.jsqlparser.statement.alter that return AlterSessionOperation Modifier and Type Method Description static AlterSessionOperationAlterSessionOperation. from(String operation)AlterSessionOperationAlterSession. getOperation()static AlterSessionOperationAlterSessionOperation. valueOf(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 voidAlterSession. setOperation(AlterSessionOperation operation)Constructors in net.sf.jsqlparser.statement.alter with parameters of type AlterSessionOperation Constructor Description AlterSession(AlterSessionOperation operation, List<String> parameters)
-