|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryBuilder.JoinClause | |
|---|---|
| org.xcmis.search.query | |
| Uses of QueryBuilder.JoinClause in org.xcmis.search.query |
|---|
| Methods in org.xcmis.search.query that return QueryBuilder.JoinClause | |
|---|---|
QueryBuilder.JoinClause |
QueryBuilder.innerJoin(String tableName)
Perform an inner join between the already defined source with the supplied table. |
QueryBuilder.JoinClause |
QueryBuilder.join(String tableName)
Perform an inner join between the already defined source with the supplied table. |
QueryBuilder.JoinClause |
QueryBuilder.leftOuterJoin(String tableName)
Perform a left outer join between the already defined source with the supplied table. |
QueryBuilder.JoinClause |
QueryBuilder.rightOuterJoin(String tableName)
Perform a right outer join between the already defined source with the supplied table. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||