Package | Description |
---|---|
org.dbunit.database | |
org.dbunit.database.search |
Constructor and Description |
---|
PkTableMap(PrimaryKeyFilter.PkTableMap allowedPKs)
Copy constructor
|
PrimaryKeyFilter(IDatabaseConnection connection,
PrimaryKeyFilter.PkTableMap allowedPKs,
boolean reverseDependency)
Default constructor, it takes as input a map with desired rows in a final
dataset; the filter will ensure that the rows necessary by these initial rows
are also allowed (and so on...).
|
Modifier and Type | Method and Description |
---|---|
static IDataSet |
TablesDependencyHelper.getAllDataset(IDatabaseConnection connection,
PrimaryKeyFilter.PkTableMap rootTables) |
static IDataSet |
TablesDependencyHelper.getDataset(IDatabaseConnection connection,
PrimaryKeyFilter.PkTableMap rootTables) |
Constructor and Description |
---|
ImportedAndExportedKeysSearchCallbackFilteredByPKs(IDatabaseConnection connection,
PrimaryKeyFilter.PkTableMap allowedPKs)
Default constructor.
|
ImportedKeysSearchCallbackFilteredByPKs(IDatabaseConnection connection,
PrimaryKeyFilter.PkTableMap allowedPKs)
Default constructor.
|
Copyright © 2002–2015. All rights reserved.