Class ScriptableIterator

java.lang.Object
de.gmorling.scriptabledataset.ScriptableIterator
All Implemented Interfaces:
org.dbunit.dataset.ITableIterator

public class ScriptableIterator extends Object implements org.dbunit.dataset.ITableIterator
The Class ScriptableIterator.
  • Constructor Details

    • ScriptableIterator

      public ScriptableIterator(org.dbunit.dataset.ITableIterator wrapped, List<ScriptableDataSetConfig> configurations)
      Instantiates a new scriptable iterator.
      Parameters:
      wrapped - the wrapped
      configurations - the configurations
  • Method Details

    • getTable

      public org.dbunit.dataset.ITable getTable() throws org.dbunit.dataset.DataSetException
      Specified by:
      getTable in interface org.dbunit.dataset.ITableIterator
      Throws:
      org.dbunit.dataset.DataSetException
    • getTableMetaData

      public org.dbunit.dataset.ITableMetaData getTableMetaData() throws org.dbunit.dataset.DataSetException
      Specified by:
      getTableMetaData in interface org.dbunit.dataset.ITableIterator
      Throws:
      org.dbunit.dataset.DataSetException
    • next

      public boolean next() throws org.dbunit.dataset.DataSetException
      Specified by:
      next in interface org.dbunit.dataset.ITableIterator
      Throws:
      org.dbunit.dataset.DataSetException