Uses of Interface
com.googlecode.jpattern.orm.session.IPreparedStatementCreator

Packages that use IPreparedStatementCreator
com.googlecode.jpattern.orm.query   
com.googlecode.jpattern.orm.query.sql   
com.googlecode.jpattern.orm.session   
com.googlecode.jpattern.orm.session.datasource   
com.googlecode.jpattern.orm.session.jdbctemplate   
 

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

Methods in com.googlecode.jpattern.orm.query with parameters of type IPreparedStatementCreator
 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)
           
 

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

Constructors in com.googlecode.jpattern.orm.query.sql with parameters of type IPreparedStatementCreator
SqlUpdatePSCreator(ISessionSqlPerformer session, String sql, IPreparedStatementCreator psc)
           
 

Uses of IPreparedStatementCreator in com.googlecode.jpattern.orm.session
 

Methods in com.googlecode.jpattern.orm.session with parameters of type IPreparedStatementCreator
 int[] NullSqlExecutor.batchUpdate(String sql, IPreparedStatementCreator psc)
           
 int[] ISqlPerformer.batchUpdate(String sql, IPreparedStatementCreator psc)
          Issue multiple SQL updates on a single JDBC Statement using batching.
 

Uses of IPreparedStatementCreator in com.googlecode.jpattern.orm.session.datasource
 

Methods in com.googlecode.jpattern.orm.session.datasource with parameters of type IPreparedStatementCreator
 int[] DataSourceSqlPerformer.batchUpdate(String sql, IPreparedStatementCreator psc)
           
 

Uses of IPreparedStatementCreator in com.googlecode.jpattern.orm.session.jdbctemplate
 

Methods in com.googlecode.jpattern.orm.session.jdbctemplate with parameters of type IPreparedStatementCreator
 int[] JdbcTemplateSqlPerformer.batchUpdate(String sql, IPreparedStatementCreator psc)
           
 



Copyright © 2011. All Rights Reserved.