Package org.dbunit.dataset
package org.dbunit.dataset
-
ClassDescriptionThis abstract class provides the basic implementation of the IDataSet interface.Hold copy of another dataset or a consumed provider content.Deprecated.All IDataSet implementations are case insensitive since DbUnit 1.5 - may change again since tablenames on RDBMSes can be case sensitiveDeprecated.All IDataSet implementations are case insensitive since DbUnit 1.5Represents a table column.Enumeration for valid auto-increment values provided by JDBC driver implementations.Specifies nullable usage.A table that filters some columns out from the original table.This class exclusively provides static methods that operate on
Columnobjects.Describes theColumns that are different in two tables.Combines multiple datasets into a single logical dataset.Thrown to indicate that a problem occurred with a dataset.This class contains various methods for manipulating datasets.Simple implementation of a dataset backed byITableobjects which can be added dynamically.Default table implementation backed by a simple java in-memory list.Decorates a dataset and exposes only some tables from it.Decorator that allows forward only access to decorated dataset.Represents a collection of tables.Provides arbitrary values for one single database/ITable row.A table represents a collection of tabular data.Represents table metadata.Specialized IDataSet decorator that convert the table name and column names to lower case.Specialized ITableMetaData implementation that convert the table name and column names to lower case.Thrown to indicate that a database column has been accessed that does not exist.Associates a table name with an arbitrary object.Decorator that replace configured values from the decorated dataset with replacement values.Decorator that replaces configured values from the decorated table with replacement values.Filters table rows by using arbitrary column values of the table to check if a row should be filtered or not.Decorator that returns theITables of the decorated dataset asSortedTables.This is a ITable decorator that provide a sorted view of the decorated table.Abstract class for sorting the table rows of a given table in a specific orderCompares the rows with each other in order to sort them in the correct order using the data type and the Comparable implementation the current column has.Compares the rows with each other in order to sort them in the correct order using the string value of both values for the comparison.Decorates a dataset to allow decorating the returnedITables (andITableMetaDatas, by extension).