public class BatchTracker extends Object
| Constructor and Description |
|---|
BatchTracker(String recordType,
PreparedStatement preparedStatement) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBatch() |
int |
executeRemaining()
Execute any remaining statements and return the total records processed.
|
void |
finalize() |
public BatchTracker(String recordType, PreparedStatement preparedStatement)
public void addBatch()
throws SQLException
SQLExceptionpublic int executeRemaining()
throws SQLException
SQLExceptionCopyright © 2019. All rights reserved.