public class SQLSetOperation extends Object implements SQLExpressionIF
Modifier and Type | Field and Description |
---|---|
static int |
EXCEPT |
static int |
EXCEPT_ALL |
static int |
INTERSECT |
static int |
INTERSECT_ALL |
protected int |
operator |
protected List |
sets |
static int |
UNION |
static int |
UNION_ALL |
AND, EQUALS, EXISTS, FALSE, IN, IS_NULL, JOIN, LIKE, NOT, NOT_EQUALS, OR, SET_OPERATION, VALUE_EXPRESSION, VERBATIM
Constructor and Description |
---|
SQLSetOperation(List sets,
int operator) |
Modifier and Type | Method and Description |
---|---|
int |
getOperator() |
List |
getSets() |
int |
getType()
INTERNAL: Returns the expression type.
|
String |
toString() |
public static final int UNION
public static final int UNION_ALL
public static final int INTERSECT
public static final int INTERSECT_ALL
public static final int EXCEPT
public static final int EXCEPT_ALL
protected List sets
protected int operator
public SQLSetOperation(List sets, int operator)
public int getOperator()
public List getSets()
public int getType()
SQLExpressionIF
SQLExpressionIF
interface.getType
in interface SQLExpressionIF