public class SqlDataSet
extends org.dbunit.dataset.CachedDataSet
IDataSet for SQL script file.
Use IDataSetProducer to read input data.
SqlDataSetProducer| Constructor and Description |
|---|
SqlDataSet(InputStream inputStream) |
SqlDataSet(String script) |
createIterator, endDataSet, endTable, row, startDataSet, startTablepublic SqlDataSet(InputStream inputStream) throws org.dbunit.dataset.DataSetException, IOException
org.dbunit.dataset.DataSetExceptionIOExceptionpublic SqlDataSet(String script) throws org.dbunit.dataset.DataSetException
org.dbunit.dataset.DataSetExceptionCopyright © 2017. All rights reserved.