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 AmbiguousTableNameExceptionModifier and TypeMethodDescriptionQuerySet.getQueryDataSet(IDatabaseConnection connection) Builds aQueryDataSetfrom this queryset's queries, resolving a referenced queryset first ifQuerySet.getRefid()is set. -
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.Creates a case-insensitive view of the given dataset.DefaultDataSet(ITable table) Creates a default dataset consisting of the given table.DefaultDataSet(ITable[] tables) Creates a default dataset consisting of the given tables.DefaultDataSet(ITable[] tables, boolean caseSensitiveTableNames) Creates a default dataset which consists of the given tablesDefaultDataSet(ITable table1, ITable table2) Creates a default dataset consisting of the given tables.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.