Uses of Interface
com.googlecode.jpattern.orm.query.ISqlQuery

Packages that use ISqlQuery
com.googlecode.jpattern.orm.query   
com.googlecode.jpattern.orm.query.sql   
 

Uses of ISqlQuery in com.googlecode.jpattern.orm.query
 

Methods in com.googlecode.jpattern.orm.query that return ISqlQuery
 ISqlQuery ISqlExecutor.query(String sql, Object... args)
          Perform a single SQL select operation.
 ISqlQuery SqlExecutor.query(String sql, Object... args)
           
 ISqlQuery ISqlQuery.setMaxRows(int maxRows)
          Set the maximum number of rows to return in the query.
 ISqlQuery ISqlQuery.setQueryTimeout(int queryTimeout)
          Set the query timeout for the query.
 

Uses of ISqlQuery in com.googlecode.jpattern.orm.query.sql
 

Classes in com.googlecode.jpattern.orm.query.sql that implement ISqlQuery
 class SqlQuery
           
 

Methods in com.googlecode.jpattern.orm.query.sql that return ISqlQuery
 ISqlQuery SqlQuery.setMaxRows(int maxRows)
           
 ISqlQuery SqlQuery.setQueryTimeout(int queryTimeout)
           
 



Copyright © 2011. All Rights Reserved.