| Package | Description |
|---|---|
| org.dbunit.database.statement |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPreparedBatchStatement |
class |
AutomaticPreparedBatchStatement |
class |
BatchStatementDecorator |
class |
PreparedBatchStatement |
class |
SimplePreparedStatement |
| Modifier and Type | Method and Description |
|---|---|
IPreparedBatchStatement |
StatementFactory.createPreparedBatchStatement(String sql,
IDatabaseConnection connection) |
IPreparedBatchStatement |
PreparedStatementFactory.createPreparedBatchStatement(String sql,
IDatabaseConnection connection) |
IPreparedBatchStatement |
IStatementFactory.createPreparedBatchStatement(String sql,
IDatabaseConnection connection) |
| Constructor and Description |
|---|
AutomaticPreparedBatchStatement(IPreparedBatchStatement statement,
int threshold) |
Copyright © 2002-2017. All Rights Reserved.