public class BatchingPreparedStatementWrapper extends BatchingStatementWrapper
Class which delegates to a PreparedStatement but keeps track of a batch count size. If the batch count reaches the predefined number, this Statement does an executeBatch() automatically. If batchSize is zero, then no batching is performed.
| Fields inherited from class | Fields | 
|---|---|
class BatchingStatementWrapper | 
                            batchCount, batchSize, log, results | 
                        
| Constructor and description | 
|---|
                                BatchingPreparedStatementWrapper
                                (PreparedStatement delegate, List<Tuple> indexPropList, int batchSize, Logger log, Sql sql) | 
                        
| Methods inherited from class | Name | 
|---|---|
class BatchingStatementWrapper | 
                            addBatch, clearBatch, close, executeBatch, incrementBatchCount, invokeMethod, processResult, reset | 
                        
class GroovyObjectSupport | 
                            getMetaClass, setMetaClass | 
                        
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.