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

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

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

Methods in com.googlecode.jpattern.orm.query that return ISqlBatchUpdate
 ISqlBatchUpdate ISqlExecutor.batchUpdate(List<String> sqls)
          Issue multiple SQL updates on a single JDBC Statement using batching.
 ISqlBatchUpdate SqlExecutor.batchUpdate(List<String> sqls)
           
 ISqlBatchUpdate ISqlExecutor.batchUpdate(String sql, IPreparedStatementCreator psc)
          Issue multiple SQL updates on a single JDBC Statement using batching.
 ISqlBatchUpdate SqlExecutor.batchUpdate(String sql, IPreparedStatementCreator psc)
           
 ISqlBatchUpdate ISqlExecutor.batchUpdate(String sql, List<Object[]> args)
          Issue multiple SQL updates on a single JDBC Statement using batching.
 ISqlBatchUpdate SqlExecutor.batchUpdate(String sql, List<Object[]> args)
           
 

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

Classes in com.googlecode.jpattern.orm.query.sql that implement ISqlBatchUpdate
 class SqlBatchUpdate
           
 class SqlListBatchUpdate
           
 class SqlUpdatePSCreator
           
 



Copyright © 2011. All Rights Reserved.