Uses of Class
net.sf.jsqlparser.statement.select.SetOperationList.SetOperationType
-
Packages that use SetOperationList.SetOperationType Package Description net.sf.jsqlparser.statement.piped net.sf.jsqlparser.statement.select -
-
Uses of SetOperationList.SetOperationType in net.sf.jsqlparser.statement.piped
Methods in net.sf.jsqlparser.statement.piped that return SetOperationList.SetOperationType Modifier and Type Method Description SetOperationList.SetOperationTypeSetOperationPipeOperator. getSetOperationType()Methods in net.sf.jsqlparser.statement.piped with parameters of type SetOperationList.SetOperationType Modifier and Type Method Description SetOperationPipeOperatorSetOperationPipeOperator. setSetOperationType(SetOperationList.SetOperationType setOperationType)Constructors in net.sf.jsqlparser.statement.piped with parameters of type SetOperationList.SetOperationType Constructor Description SetOperationPipeOperator(ParenthesedSelect select, SetOperationList.SetOperationType setOperationType, String modifier) -
Uses of SetOperationList.SetOperationType in net.sf.jsqlparser.statement.select
Methods in net.sf.jsqlparser.statement.select that return SetOperationList.SetOperationType Modifier and Type Method Description static SetOperationList.SetOperationTypeSetOperationList.SetOperationType. from(String type)static SetOperationList.SetOperationTypeSetOperationList.SetOperationType. valueOf(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)
-