Package org.dbunit.operation
Class OperationData
java.lang.Object
org.dbunit.operation.OperationData
Pairs a SQL statement with the columns whose values are bound as its parameters.
- Since:
- Mar 16, 2002
- Version:
- $Revision$
- Author:
- Manuel Laflamme
-
Constructor Summary
ConstructorsConstructorDescriptionOperationData(String sql, Column[] columns) Constructs anOperationDatapairing the given SQL statement with its bound columns. -
Method Summary
-
Constructor Details
-
OperationData
Constructs anOperationDatapairing the given SQL statement with its bound columns.- Parameters:
sql- the SQL statement.columns- the columns whose values are bound as the statement's parameters.
-
-
Method Details