Class BatchStatementDecorator

java.lang.Object
org.dbunit.database.statement.BatchStatementDecorator
All Implemented Interfaces:
IPreparedBatchStatement

public class BatchStatementDecorator extends Object implements IPreparedBatchStatement
Decorator that adapts a plain IBatchStatement to the IPreparedBatchStatement interface by substituting bound values directly into the SQL text instead of using JDBC bind parameters.
Since:
Mar 16, 2002
Version:
$Revision$
Author:
Manuel Laflamme