Uses of Class
net.sf.jsqlparser.statement.select.SetOperationList.SetOperationType
-
Packages that use SetOperationList.SetOperationType Package Description net.sf.jsqlparser.statement.select -
-
Uses of SetOperationList.SetOperationType in net.sf.jsqlparser.statement.select
Fields in net.sf.jsqlparser.statement.select declared as SetOperationList.SetOperationType Modifier and Type Field Description private SetOperationList.SetOperationType
SetOperation. type
Methods in net.sf.jsqlparser.statement.select that return SetOperationList.SetOperationType Modifier and Type Method Description static SetOperationList.SetOperationType
SetOperationList.SetOperationType. from(java.lang.String type)
static SetOperationList.SetOperationType
SetOperationList.SetOperationType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SetOperationList.SetOperationType[]
SetOperationList.SetOperationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sf.jsqlparser.statement.select with parameters of type SetOperationList.SetOperationType Constructor Description SetOperation(SetOperationList.SetOperationType type)
-