Class QueryDataSet

java.lang.Object
org.dbunit.dataset.AbstractDataSet
org.dbunit.database.QueryDataSet
All Implemented Interfaces:
IDataSet

public class QueryDataSet extends AbstractDataSet
Holds collection of tables resulting from database query.
Since:
Dec 4, 2002
Version:
$Revision$ $Date$
Author:
Eric Pugh, gommma, Last changed by: $Author$
  • Constructor Details

    • QueryDataSet

      public QueryDataSet(IDatabaseConnection connection)
      Create a QueryDataSet by passing in the connection to the database to use.
      Parameters:
      connection - The connection object to the database.
    • QueryDataSet

      public QueryDataSet(IDatabaseConnection connection, boolean caseSensitiveTableNames)
      Create a QueryDataSet by passing in the connection to the database to use.
      Parameters:
      connection - The connection object to the database.
      caseSensitiveTableNames - Whether or not this dataset should use case sensitive table names
      Since:
      2.4.2
  • Method Details