Uses of Enum
net.sf.jsqlparser.statement.alter.AlterSessionOperation
Packages that use AlterSessionOperation
-
Uses of AlterSessionOperation in net.sf.jsqlparser.statement.alter
Fields in net.sf.jsqlparser.statement.alter declared as AlterSessionOperationMethods in net.sf.jsqlparser.statement.alter that return AlterSessionOperationModifier and TypeMethodDescriptionstatic AlterSessionOperation
AlterSession.getOperation()
static AlterSessionOperation
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 AlterSessionOperationModifier and TypeMethodDescriptionvoid
AlterSession.setOperation
(AlterSessionOperation operation) Constructors in net.sf.jsqlparser.statement.alter with parameters of type AlterSessionOperationModifierConstructorDescriptionAlterSession
(AlterSessionOperation operation, List<String> parameters)