public class Join extends BaseASTNode implements DefaultJoinStep
| Constructor and Description |
|---|
Join(com.liferay.petra.sql.dsl.query.JoinStep joinStep,
JoinType joinType,
com.liferay.petra.sql.dsl.Table<?> table,
com.liferay.petra.sql.dsl.expression.Predicate onPredicate) |
| 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) |
JoinType |
getJoinType() |
com.liferay.petra.sql.dsl.expression.Predicate |
getOnPredicate() |
com.liferay.petra.sql.dsl.Table<?> |
getTable() |
getChild, toSQL, toString, withNewChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitinnerJoinON, leftJoinOnwheregroupByorderBy, orderBylimitpublic Join(com.liferay.petra.sql.dsl.query.JoinStep joinStep,
JoinType joinType,
com.liferay.petra.sql.dsl.Table<?> table,
com.liferay.petra.sql.dsl.expression.Predicate onPredicate)
public JoinType getJoinType()
public com.liferay.petra.sql.dsl.expression.Predicate getOnPredicate()
public com.liferay.petra.sql.dsl.Table<?> getTable()
protected void doToSQL(java.util.function.Consumer<java.lang.String> consumer,
com.liferay.petra.sql.dsl.ast.ASTNodeListener astNodeListener)
doToSQL in class BaseASTNode