Class and Description |
---|
org.dbunit.dataset.CaseInsensitiveDataSet
All IDataSet implementations are case insensitive since DbUnit 1.5 - may change again since tablenames on RDBMSes can be case sensitive
|
org.dbunit.dataset.CaseInsensitiveTable
All IDataSet implementations are case insensitive since DbUnit 1.5
|
org.dbunit.database.search.FKRelationshipEdge
this class duplicates
ForeignKeyRelationshipEdge and should be removed |
Constructor and Description |
---|
org.dbunit.database.CachedResultSetTable(ITableMetaData, ResultSet)
since 2.3.0 prefer direct usage of
ForwardOnlyResultSetTable.ForwardOnlyResultSetTable(ITableMetaData, ResultSet) |
org.dbunit.dataset.CompositeDataSet(IDataSet, boolean)
This constructor is useless when the combine parameter is
false . Use overload that doesn't have the combine argument. |
org.dbunit.dataset.DefaultTable(ITableMetaData, List)
Use public mutators to initialize table values instead
|
org.dbunit.dataset.DefaultTable(String, Column[], List)
Use public mutators to initialize table values instead
|
org.dbunit.dataset.NoSuchColumnException()
since 2.3.0. Prefer constructor taking a table/columnName as argument
|
org.dbunit.dataset.NoSuchColumnException(String)
since 2.3.0. Prefer constructor taking a table/columnName as argument
|
org.dbunit.dataset.NoSuchColumnException(String, Throwable)
since 2.3.0. Prefer constructor taking a table/columnName as argument
|
org.dbunit.dataset.NoSuchColumnException(Throwable)
since 2.3.0. Prefer constructor taking a table/columnName as argument
|
Copyright © 2002-2012. All Rights Reserved.