Uses of Class
play.db.helper.SqlQuery

Packages that use SqlQuery
play.db.helper   
 

Uses of SqlQuery in play.db.helper
 

Subclasses of SqlQuery in play.db.helper
 class JpqlSelect
           
 class SqlSelect
           
 class SqlUnion
           
 

Methods in play.db.helper that return SqlQuery
 SqlQuery SqlQuery.param(java.lang.Object obj)
           
 SqlQuery SqlQuery.params(java.lang.Object... objs)
           
 

Methods in play.db.helper with parameters of type SqlQuery
static Query JpaHelper.execute(SqlQuery query)
           
static java.sql.ResultSet JdbcHelper.execute(SqlQuery query)
           
static
<U> JdbcIterator<U>
JdbcIterator.execute(SqlQuery query, java.lang.Class<U> resultClass)
           
static
<U> JdbcIterator<U>
JdbcIterator.execute(SqlQuery query, JdbcResultFactory<U> factory)
           
 



Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly