public class SetOperator extends Operation
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport| Modifier and Type | Field and Description |
|---|---|
static int |
INTERSECT |
static int |
MINUS |
static int |
UNION |
static int |
UNION_ALL |
COMMA, DEFAULT_SEPARATOR, EMPTY, EMPTY_ARRAY, INDENT, NEWLINE, SPACE| Constructor and Description |
|---|
SetOperator() |
SetOperator(int operator, SQLFragment[] args) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOperator() |
protected java.lang.String |
getOperatorText() |
static java.lang.String |
getSetOperator(int operator) |
static boolean |
isSetOperator(int operator)
Returns true if the given operator is a set operator supported by this function (BETWEEN, IN or their negative counterparts).
|
void |
setOperator(int operator) |
addArgument, addArgument, addArguments, checkArgument, checkNewSize, copyToImpl, equalsImpl, getArgumentCount, getArguments, getDistinctText, getSeparator, getSQLText, removeArgument, setArguments, setCommutative, setFunctionFormat, setSeparatorappendToBuffer, argsToString, getStartOffset, getTextOrNull, getTextOrNull, getType, setStartOffset, surroundWithBrackets, surroundWithBrackets, toStringsetParentcheckInit, checkInit, fireObjectUpdated, getOwnedObjectsImpl, getProperties, getReferenceIDsImpl, needsInitializationaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, firePropertyChanged, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getProperty, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, setPropertyclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParent, setParentaddObjectListener, copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getProperties, getReferenceIDs, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setNamegetProperty, getProperty, setProperties, setPropertypublic static final int INTERSECT
public static final int UNION
public static final int MINUS
public static final int UNION_ALL
public SetOperator()
public SetOperator(int operator,
SQLFragment[] args)
public void setOperator(int operator)
public int getOperator()
protected java.lang.String getOperatorText()
getOperatorText in class Operationpublic static boolean isSetOperator(int operator)
public static java.lang.String getSetOperator(int operator)