public class SetOperation extends BaseASTNode implements DefaultDSLQuery
Constructor and Description |
---|
SetOperation(com.liferay.petra.sql.dsl.query.DSLQuery leftDSLQuery,
SetOperationType setOperationType,
com.liferay.petra.sql.dsl.query.DSLQuery rightDSLQuery) |
Modifier and Type | Method and Description |
---|---|
protected void |
doToSQL(java.util.function.Consumer<java.lang.String> consumer,
com.liferay.petra.sql.dsl.ast.ASTNodeListener astNodeListener) |
com.liferay.petra.sql.dsl.query.DSLQuery |
getLeftDSLQuery() |
com.liferay.petra.sql.dsl.query.DSLQuery |
getRightDSLQuery() |
SetOperationType |
getSetOperationType() |
getChild, toSQL, toString, withNewChild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
as, union, unionAll
public SetOperation(com.liferay.petra.sql.dsl.query.DSLQuery leftDSLQuery, SetOperationType setOperationType, com.liferay.petra.sql.dsl.query.DSLQuery rightDSLQuery)
public com.liferay.petra.sql.dsl.query.DSLQuery getLeftDSLQuery()
public com.liferay.petra.sql.dsl.query.DSLQuery getRightDSLQuery()
public SetOperationType getSetOperationType()
protected void doToSQL(java.util.function.Consumer<java.lang.String> consumer, com.liferay.petra.sql.dsl.ast.ASTNodeListener astNodeListener)
doToSQL
in class BaseASTNode