This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.gora.sql.statement.Where (Apache Gora 0.2 API)

Uses of Class
org.apache.gora.sql.statement.Where

Packages that use Where
org.apache.gora.sql.statement   
 

Uses of Where in org.apache.gora.sql.statement
 

Methods in org.apache.gora.sql.statement that return Where
 Where SelectStatement.getWhere()
           
 Where Delete.where()
           
 

Methods in org.apache.gora.sql.statement with parameters of type Where
 void SelectStatement.setWhere(Where where)
           
 Delete Delete.where(Where where)
           
 

Constructors in org.apache.gora.sql.statement with parameters of type Where
SelectStatement(String selectList, String from, Where where, String groupBy, String having, String orderBy, boolean orderByAsc, int offset, int limit, boolean semicolon)
           
 



Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.