Class SqlLoaderControlProducer

java.lang.Object
org.dbunit.dataset.sqlloader.SqlLoaderControlProducer
All Implemented Interfaces:
IDataSetProducer

public class SqlLoaderControlProducer extends Object implements IDataSetProducer
Producer that creates an IDataSet using SQLLoader style '.ctl' files.
Since:
2.4.0
Version:
$Revision$ $Date$
Author:
Stephan Strittmatter (stritti AT users.sourceforge.net), gommma (gommma AT users.sourceforge.net), Last changed by: $Author$
  • Field Details

  • Constructor Details

    • SqlLoaderControlProducer

      public SqlLoaderControlProducer(String controlFilesDir, String tableOrderFile) throws DataSetException
      The Constructor.
      Parameters:
      controlFilesDir - the control files directory
      tableOrderFile - the table order file
      Throws:
      DataSetException
    • SqlLoaderControlProducer

      public SqlLoaderControlProducer(File controlFilesDir, File tableOrderFile) throws DataSetException
      The Constructor.
      Parameters:
      controlFilesDir - the control files directory
      tableOrderFile - the table order file
      Throws:
      DataSetException
    • SqlLoaderControlProducer

      public SqlLoaderControlProducer(File controlFilesDir, List orderedTableNames)
      The Constructor.
      Parameters:
      controlFilesDir - the control files directory
      orderedTableNames - a list of strings that contains the ordered table names
  • Method Details