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)
           
 

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

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



Copyright © 2011. All Rights Reserved.