Package com.liferay.petra.sql.dsl.query
Interface JoinStep
- All Superinterfaces:
ASTNode,DSLQuery,GroupByStep,LimitStep,OrderByStep,WhereStep
-
Method Summary
Modifier and TypeMethodDescriptioninnerJoinON(Table<?> table, Predicate predicate) leftJoinOn(Table<?> table, Predicate predicate) Methods inherited from interface com.liferay.petra.sql.dsl.query.DSLQuery
as, as, as, union, unionAllMethods inherited from interface com.liferay.petra.sql.dsl.query.GroupByStep
groupByMethods inherited from interface com.liferay.petra.sql.dsl.query.OrderByStep
orderBy, orderBy, orderBy
-
Method Details
-
innerJoinON
-
leftJoinOn
-