public class BatchingPreparedStatementWrapper extends BatchingStatementWrapper
batchCount, batchSize, log, results| Constructor and Description | 
|---|
BatchingPreparedStatementWrapper(PreparedStatement delegate,
                                List<Tuple> indexPropList,
                                int batchSize,
                                Logger log,
                                Sql sql)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addBatch(List<Object> parameters)  | 
void | 
addBatch(Object[] parameters)  | 
addBatch, clearBatch, close, executeBatch, incrementBatchCount, invokeMethod, processResult, resetgetMetaClass, setMetaClassclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProperty, setPropertypublic BatchingPreparedStatementWrapper(PreparedStatement delegate, List<Tuple> indexPropList, int batchSize, Logger log, Sql sql)
public void addBatch(Object[] parameters) throws SQLException
SQLExceptionpublic void addBatch(List<Object> parameters) throws SQLException
SQLException