- groovy.sql.BatchingStatementWrapper
-
Class which delegates to a Statement 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.
-
-
Methods Summary
-
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class GroovyObjectSupport |
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
-
-
Constructor Detail
-
public BatchingStatementWrapper(Statement delegate, int batchSize, Logger log)
-
Method Detail
-
public void addBatch(String sql)
-
public int[] executeBatch()
-
protected void processResult(int[] lastResult)
Copyright © 2003-2014 The Codehaus. All rights reserved.