public class SetOperation extends BaseASTNode implements DefaultDSLQuery
| Constructor and Description |
|---|
SetOperation(DSLQuery leftDSLQuery,
SetOperationType setOperationType,
DSLQuery rightDSLQuery) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doToSQL(java.util.function.Consumer<java.lang.String> consumer,
ASTNodeListener astNodeListener) |
DSLQuery |
getLeftDSLQuery() |
DSLQuery |
getRightDSLQuery() |
SetOperationType |
getSetOperationType() |
getChild, toSQL, toString, withNewChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitas, union, unionAllpublic SetOperation(DSLQuery leftDSLQuery, SetOperationType setOperationType, DSLQuery rightDSLQuery)
public DSLQuery getLeftDSLQuery()
public DSLQuery getRightDSLQuery()
public SetOperationType getSetOperationType()
protected void doToSQL(java.util.function.Consumer<java.lang.String> consumer,
ASTNodeListener astNodeListener)
doToSQL in class BaseASTNode