Uses of Interface
com.googlecode.jdbw.BatchUpdateHandler

Packages that use BatchUpdateHandler
com.googlecode.jdbw   
com.googlecode.jdbw.impl   
com.googlecode.jdbw.util   
 

Uses of BatchUpdateHandler in com.googlecode.jdbw
 

Methods in com.googlecode.jdbw with parameters of type BatchUpdateHandler
 void SQLExecutor.batchWrite(BatchUpdateHandler handler, List<String> batchedSQL)
          Executes a list of queries as one batch on the remote database server
 void AutoExecutor.batchWrite(BatchUpdateHandler handler, List<String> batchedSQL)
           
 void SQLExecutor.batchWrite(BatchUpdateHandler handler, String SQL, List<Object[]> parameters)
          Executes a batch query where the SQL is structurally the same but parameters are different.
 void AutoExecutor.batchWrite(BatchUpdateHandler handler, String SQL, List<Object[]> parameters)
           
 

Uses of BatchUpdateHandler in com.googlecode.jdbw.impl
 

Methods in com.googlecode.jdbw.impl with parameters of type BatchUpdateHandler
 void SQLExecutorImpl.batchWrite(BatchUpdateHandler handler, List<String> batchedSQL)
           
 void SQLExecutorImpl.batchWrite(BatchUpdateHandler handler, String SQL, List<Object[]> parameters)
           
 

Uses of BatchUpdateHandler in com.googlecode.jdbw.util
 

Classes in com.googlecode.jdbw.util that implement BatchUpdateHandler
 class BatchUpdateHandlerAdapter
          This is a convenience class that implements ExecuteResultHandler and provides a default method implementation for this interface.
 



Copyright © 2012. All Rights Reserved.