| Modifier and Type | Method and Description |
|---|---|
Table.TableOperation |
Table.onColumns(int... indices) |
| Modifier and Type | Method and Description |
|---|---|
Table |
Table.TableOperation.innerJoin(Table.TableOperation rightJoinIndices)
Joins two tables on the join columns that are passed in.
|
Table |
Table.TableOperation.leftJoin(Table.TableOperation rightJoinIndices)
Joins two tables on the join columns that are passed in.
|
Copyright © 2019. All rights reserved.