Uses of Class
org.dbunit.database.AmbiguousTableNameException
Packages that use AmbiguousTableNameException
-
Uses of AmbiguousTableNameException in org.dbunit.ant
Methods in org.dbunit.ant that throw AmbiguousTableNameException -
Uses of AmbiguousTableNameException in org.dbunit.database
Methods in org.dbunit.database that throw AmbiguousTableNameException -
Uses of AmbiguousTableNameException in org.dbunit.dataset
Methods in org.dbunit.dataset that throw AmbiguousTableNameExceptionModifier and TypeMethodDescriptionvoidAdds the given table name to the map of table names, associating it with the given object.voidAdd a new table in this dataset.Constructors in org.dbunit.dataset that throw AmbiguousTableNameExceptionModifierConstructorDescriptionCaseInsensitiveDataSet(IDataSet dataSet) Deprecated.DefaultDataSet(ITable table) DefaultDataSet(ITable[] tables) DefaultDataSet(ITable[] tables, boolean caseSensitiveTableNames) Creates a default dataset which consists of the given tablesDefaultDataSet(ITable table1, ITable table2) FilteredDataSet(String[] tableNames, IDataSet dataSet) Creates a FilteredDataSet that decorates the specified dataset and exposes only the specified tables usingSequenceTableFilteras filtering strategy. -
Uses of AmbiguousTableNameException in org.dbunit.dataset.filter
Constructors in org.dbunit.dataset.filter that throw AmbiguousTableNameExceptionModifierConstructorDescriptionSequenceTableFilter(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.