public static interface SelectBuilder.SelectOn
ON
methods to declare JOIN
relationships.Modifier and Type | Method and Description |
---|---|
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.Table.column(String)
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.