- groovy.sql.BatchingPreparedStatementWrapper
-
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.
- Authors:
- Daniel Henrique Alves Lima
- Paul King
-
-
Methods Summary
-
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class BatchingStatementWrapper |
addBatch, clearBatch, close, executeBatch, invokeMethod, processResult, reset |
class GroovyObjectSupport |
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
-
-
Method Detail
-
public void addBatch(Object[] parameters)
Copyright © 2003-2014 The Codehaus. All rights reserved.