Package | Description |
---|---|
org.dbunit.ant | |
org.dbunit.database | |
org.dbunit.dataset | |
org.dbunit.dataset.filter |
Modifier and Type | Method and Description |
---|---|
QueryDataSet |
QuerySet.getQueryDataSet(IDatabaseConnection connection) |
Modifier and Type | Method and Description |
---|---|
void |
QueryDataSet.addTable(String tableName)
Adds a table with using 'SELECT * FROM
tableName ' as query. |
void |
QueryDataSet.addTable(String tableName,
String query)
Adds a table and it's associated query to this dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
OrderedTableNameMap.add(String tableName,
Object object)
Adds the given table name to the map of table names, associating
it with the given object.
|
void |
DefaultDataSet.addTable(ITable table)
Add a new table in this dataset.
|
Constructor and Description |
---|
CaseInsensitiveDataSet(IDataSet dataSet)
Deprecated.
|
DefaultDataSet(ITable table) |
DefaultDataSet(ITable[] tables) |
DefaultDataSet(ITable[] tables,
boolean caseSensitiveTableNames)
Creates a default dataset which consists of the given tables
|
DefaultDataSet(ITable table1,
ITable table2) |
FilteredDataSet(String[] tableNames,
IDataSet dataSet)
Creates a FilteredDataSet that decorates the specified dataset and
exposes only the specified tables using
SequenceTableFilter as
filtering strategy. |
Constructor and Description |
---|
SequenceTableFilter(String[] tableNames)
Creates a new SequenceTableFilter with specified table names sequence.
|
SequenceTableFilter(String[] tableNames,
boolean caseSensitiveTableNames)
Creates a new SequenceTableFilter with specified table names sequence.
|
Copyright © 2002–2024. All rights reserved.