public static interface SelectBuilder.SelectOn
ON methods to declare JOIN relationships.| Modifier and Type | Method and Description |
|---|---|
SelectBuilder.SelectFromAndJoinCondition |
on(Condition condition)
Declare a join
condition in one step. |
SelectBuilder.SelectOnConditionComparison |
on(Expression column)
Declare the source column in the
JOIN. |
SelectBuilder.SelectOnConditionComparison on(Expression column)
JOIN.column - the source column, must not be null or empty.this builder.TableLike.column(String)SelectBuilder.SelectFromAndJoinCondition on(Condition condition)
condition in one step. Using conditions allows more flexibility in comparison to
on(Expression) which only allows for equality comparisons chained together with AND.condition - must not be null.this builder.ConditionsCopyright © 2017–2022 Pivotal Software, Inc.. All rights reserved.