Uses of Class
org.xcmis.search.query.QueryBuilder.JoinClause

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.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.