public class NonBatchingBatch extends AbstractBatchImpl
Batch which does not perform batching. It simply
executes each statement as it is encountered.| Modifier | Constructor and Description |
|---|---|
protected |
NonBatchingBatch(BatchKey key,
JdbcCoordinator jdbcCoordinator) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToBatch()
Indicates completion of the current part of the batch.
|
protected void |
clearBatch(java.sql.PreparedStatement statement) |
protected void |
doExecuteBatch()
Perform batch execution..
|
abortBatch, addObserver, execute, getBatchStatement, getJdbcCoordinator, getKey, getStatements, notifyObserversExplicitExecution, notifyObserversImplicitExecution, release, releaseStatements, sqlExceptionHelper, sqlStatementLoggerprotected NonBatchingBatch(BatchKey key, JdbcCoordinator jdbcCoordinator)
public void addToBatch()
Batchprotected void clearBatch(java.sql.PreparedStatement statement)
clearBatch in class AbstractBatchImplprotected void doExecuteBatch()
AbstractBatchImplexecution, but may also be called from elsewhere
depending on the exact implementation.doExecuteBatch in class AbstractBatchImplCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.