|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AmbiguousTableNameException | |
|---|---|
| org.dbunit.ant | |
| org.dbunit.database | |
| org.dbunit.dataset | |
| org.dbunit.dataset.filter | |
| Uses of AmbiguousTableNameException in org.dbunit.ant |
|---|
| Methods in org.dbunit.ant that throw AmbiguousTableNameException | |
|---|---|
QueryDataSet |
QuerySet.getQueryDataSet(IDatabaseConnection connection)
|
| Uses of AmbiguousTableNameException in org.dbunit.database |
|---|
| Methods in org.dbunit.database that throw AmbiguousTableNameException | |
|---|---|
void |
QueryDataSet.addTable(java.lang.String tableName)
Adds a table with using 'SELECT * FROM tableName' as query. |
void |
QueryDataSet.addTable(java.lang.String tableName,
java.lang.String query)
Adds a table and it's associated query to this dataset. |
| Uses of AmbiguousTableNameException in org.dbunit.dataset |
|---|
| Methods in org.dbunit.dataset that throw AmbiguousTableNameException | |
|---|---|
void |
OrderedTableNameMap.add(java.lang.String tableName,
java.lang.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. |
| Constructors in org.dbunit.dataset that throw AmbiguousTableNameException | |
|---|---|
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(java.lang.String[] tableNames,
IDataSet dataSet)
Creates a FilteredDataSet that decorates the specified dataset and exposes only the specified tables using SequenceTableFilter as
filtering strategy. |
|
| Uses of AmbiguousTableNameException in org.dbunit.dataset.filter |
|---|
| Constructors in org.dbunit.dataset.filter that throw AmbiguousTableNameException | |
|---|---|
SequenceTableFilter(java.lang.String[] tableNames)
Creates a new SequenceTableFilter with specified table names sequence. |
|
SequenceTableFilter(java.lang.String[] tableNames,
boolean caseSensitiveTableNames)
Creates a new SequenceTableFilter with specified table names sequence. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||