A B C D E F G H I J L M N O P Q R S T U V W X Y Z _

A

AbstractBatchOperation - Class in org.dbunit.operation
Base implementation for database operation that are executed in batch.
AbstractBatchOperation() - Constructor for class org.dbunit.operation.AbstractBatchOperation
 
AbstractBatchStatement - Class in org.dbunit.database.statement
 
AbstractDatabaseConnection - Class in org.dbunit.database
 
AbstractDatabaseConnection() - Constructor for class org.dbunit.database.AbstractDatabaseConnection
 
AbstractDatabaseTester - Class in org.dbunit
Basic implementation of IDatabaseTester.
AbstractDatabaseTester() - Constructor for class org.dbunit.AbstractDatabaseTester
 
AbstractDatabaseTester(String) - Constructor for class org.dbunit.AbstractDatabaseTester
 
AbstractDataFileLoader - Class in org.dbunit.util.fileloader
Base class with common implementation for dbUnit data file loaders.
AbstractDataFileLoader() - Constructor for class org.dbunit.util.fileloader.AbstractDataFileLoader
Create new instance.
AbstractDataFileLoader(Map) - Constructor for class org.dbunit.util.fileloader.AbstractDataFileLoader
Create new instance with replacement objects.
AbstractDataFileLoader(Map, Map) - Constructor for class org.dbunit.util.fileloader.AbstractDataFileLoader
Create new instance with replacement objects and replacement substrings.
AbstractDataSet - Class in org.dbunit.dataset
This abstract class provides the basic implementation of the IDataSet interface.
AbstractDataSet() - Constructor for class org.dbunit.dataset.AbstractDataSet
Default constructor
AbstractDataSet(boolean) - Constructor for class org.dbunit.dataset.AbstractDataSet
Constructor
AbstractDataType - Class in org.dbunit.dataset.datatype
Abstract data type implementation that provides generic methods that are appropriate for most data type implementations.
AbstractDataType(String, int, Class, boolean) - Constructor for class org.dbunit.dataset.datatype.AbstractDataType
 
AbstractExcludeNodesSearchCallback - Class in org.dbunit.util.search
 
AbstractExcludeNodesSearchCallback(Set) - Constructor for class org.dbunit.util.search.AbstractExcludeNodesSearchCallback
 
AbstractExcludeNodesSearchCallback(Object[]) - Constructor for class org.dbunit.util.search.AbstractExcludeNodesSearchCallback
 
AbstractIncludeNodesSearchCallback - Class in org.dbunit.util.search
 
AbstractIncludeNodesSearchCallback(Set) - Constructor for class org.dbunit.util.search.AbstractIncludeNodesSearchCallback
 
AbstractIncludeNodesSearchCallback(Object[]) - Constructor for class org.dbunit.util.search.AbstractIncludeNodesSearchCallback
 
AbstractMetaDataBasedSearchCallback - Class in org.dbunit.database.search
Super-class for the ISearchCallback that implements the getEdges() method using the database meta-data.
AbstractMetaDataBasedSearchCallback(IDatabaseConnection) - Constructor for class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
Default constructor.
AbstractNodesFilterSearchCallback - Class in org.dbunit.util.search
Super-class for ISearchCallback implementations that needs to filter which nodes should be included or excluded from the search.
AbstractNodesFilterSearchCallback() - Constructor for class org.dbunit.util.search.AbstractNodesFilterSearchCallback
Default constructor.
AbstractOperation - Class in org.dbunit.operation
 
AbstractOperation() - Constructor for class org.dbunit.operation.AbstractOperation
 
AbstractPipelineComponent - Class in org.dbunit.dataset.common.handlers
 
AbstractPipelineComponent() - Constructor for class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
 
AbstractPipelineComponent.ACCEPT - Class in org.dbunit.dataset.common.handlers
 
AbstractPipelineComponent.ACCEPT() - Constructor for class org.dbunit.dataset.common.handlers.AbstractPipelineComponent.ACCEPT
 
AbstractPipelineComponent.IGNORE - Class in org.dbunit.dataset.common.handlers
 
AbstractPipelineComponent.IGNORE() - Constructor for class org.dbunit.dataset.common.handlers.AbstractPipelineComponent.IGNORE
 
AbstractPreparedBatchStatement - Class in org.dbunit.database.statement
 
AbstractResultSetTable - Class in org.dbunit.database
 
AbstractResultSetTable(ITableMetaData, ResultSet) - Constructor for class org.dbunit.database.AbstractResultSetTable
 
AbstractResultSetTable(String, String, IDatabaseConnection) - Constructor for class org.dbunit.database.AbstractResultSetTable
 
AbstractResultSetTable(String, String, IDatabaseConnection, boolean) - Constructor for class org.dbunit.database.AbstractResultSetTable
 
AbstractResultSetTable(ITableMetaData, IDatabaseConnection) - Constructor for class org.dbunit.database.AbstractResultSetTable
 
AbstractStatementFactory - Class in org.dbunit.database.statement
 
AbstractStatementFactory() - Constructor for class org.dbunit.database.statement.AbstractStatementFactory
 
AbstractStep - Class in org.dbunit.ant
 
AbstractStep() - Constructor for class org.dbunit.ant.AbstractStep
 
AbstractTable - Class in org.dbunit.dataset
 
AbstractTable() - Constructor for class org.dbunit.dataset.AbstractTable
 
AbstractTableFilter - Class in org.dbunit.dataset.filter
This class provides a skeletal implementation of the ITableFilter interface to minimize the effort required to implement a filter.
AbstractTableFilter() - Constructor for class org.dbunit.dataset.filter.AbstractTableFilter
 
AbstractTableMetaData - Class in org.dbunit.dataset
 
AbstractTableMetaData() - Constructor for class org.dbunit.dataset.AbstractTableMetaData
Default constructor
accept(char) - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
Method invoked when the character should be accepted
ACCEPT() - Static method in class org.dbunit.dataset.common.handlers.AllHandler
 
ACCEPT() - Static method in class org.dbunit.dataset.common.handlers.EscapeHandler
 
ACCEPT() - Static method in class org.dbunit.dataset.common.handlers.IsAlnumHandler
 
accept(char) - Method in interface org.dbunit.dataset.common.handlers.PipelineComponent
 
ACCEPT() - Static method in class org.dbunit.dataset.common.handlers.QuoteHandler
 
ACCEPT() - Static method in class org.dbunit.dataset.common.handlers.SeparatorHandler
 
ACCEPT() - Static method in class org.dbunit.dataset.common.handlers.WhitespacesHandler
 
accept(String) - Method in class org.dbunit.dataset.filter.AbstractTableFilter
 
accept(String, Column) - Method in class org.dbunit.dataset.filter.DefaultColumnFilter
 
accept(String, Column) - Method in interface org.dbunit.dataset.filter.IColumnFilter
Tests whether or not the specified column of the specified tableName should be included by this filter.
accept(IRowValueProvider) - Method in interface org.dbunit.dataset.filter.IRowFilter
Checks if the current row should be accepted or not
accept(String) - Method in interface org.dbunit.dataset.filter.ITableFilterSimple
Returns true if specified table is allowed by this filter.
accept(String) - Method in class org.dbunit.dataset.filter.SequenceTableFilter
 
acquire() - Method in class org.dbunit.util.concurrent.Semaphore
Wait until a permit is available, and take one
acquire() - Method in interface org.dbunit.util.concurrent.Sync
Wait (possibly forever) until successful passage.
add(String, Object) - Method in class org.dbunit.database.PrimaryKeyFilter.PkTableMap
 
add(String, Object) - Method in class org.dbunit.dataset.OrderedTableNameMap
Adds the given table name to the map of table names, associating it with the given object.
add(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
Add amount to value (i.e., set value += amount)
addAll(String, Set) - Method in class org.dbunit.database.PrimaryKeyFilter.PkTableMap
 
addBatch() - Method in class org.dbunit.database.statement.AutomaticPreparedBatchStatement
 
addBatch(String) - Method in class org.dbunit.database.statement.BatchStatement
 
addBatch() - Method in class org.dbunit.database.statement.BatchStatementDecorator
 
addBatch(String) - Method in class org.dbunit.database.statement.CompoundStatement
 
addBatch(String) - Method in interface org.dbunit.database.statement.IBatchStatement
 
addBatch() - Method in interface org.dbunit.database.statement.IPreparedBatchStatement
 
addBatch() - Method in class org.dbunit.database.statement.PreparedBatchStatement
 
addBatch() - Method in class org.dbunit.database.statement.SimplePreparedStatement
 
addBatch(String) - Method in class org.dbunit.database.statement.SimpleStatement
 
addCompare(Compare) - Method in class org.dbunit.ant.DbUnitTask
Adds a Compare to the steps List.
addDbConfig(DbConfig) - Method in class org.dbunit.ant.DbUnitTask
 
addExport(Export) - Method in class org.dbunit.ant.DbUnitTask
Adds an Export to the steps List.
addFeature(DbConfig.Feature) - Method in class org.dbunit.ant.DbConfig
 
addFilterSet(FilterSet) - Method in class org.dbunit.ant.QuerySet
 
addOperation(Operation) - Method in class org.dbunit.ant.DbUnitTask
Adds an Operation.
addProperty(Property) - Method in class org.dbunit.ant.DbConfig
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Add a VetoableChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Add a PropertyChangeListener for a specific property.
addPropertyChangeListenerIfAbsent(PropertyChangeListener) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Add a PropertyChangeListener to the listener list if it is not already present.
addPropertyChangeListenerIfAbsent(String, PropertyChangeListener) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Add a PropertyChangeListener for a specific property, if it is not already registered.
addQuery(Query) - Method in class org.dbunit.ant.Compare
 
addQuery(Query) - Method in class org.dbunit.ant.Export
 
addQuery(Query) - Method in class org.dbunit.ant.QuerySet
 
addQuerySet(QuerySet) - Method in class org.dbunit.ant.Export
 
addReplacementObject(Object, Object) - Method in class org.dbunit.dataset.ReplacementDataSet
Add a new Object replacement mapping.
addReplacementObject(Object, Object) - Method in class org.dbunit.dataset.ReplacementTable
Add a new Object replacement mapping.
addReplacementObjects(Map) - Method in class org.dbunit.util.fileloader.AbstractDataFileLoader
Add the specified replacement objects to existing ones for use with ReplacementDataSet.
addReplacementObjects(Map) - Method in interface org.dbunit.util.fileloader.DataFileLoader
Add the specified replacement objects to existing ones for use with ReplacementDataSet.
addReplacementSubstring(String, String) - Method in class org.dbunit.dataset.ReplacementDataSet
Add a new substring replacement mapping.
addReplacementSubstring(String, String) - Method in class org.dbunit.dataset.ReplacementTable
Add a new substring replacement mapping.
addReplacementSubstrings(Map) - Method in class org.dbunit.util.fileloader.AbstractDataFileLoader
Add the specified replacement substrings to existing ones for use with ReplacementDataSet.
addReplacementSubstrings(Map) - Method in interface org.dbunit.util.fileloader.DataFileLoader
Add the specified replacement substrings to existing ones for use with ReplacementDataSet.
addRow() - Method in class org.dbunit.dataset.DefaultTable
Inserts a new empty row.
addRow(Object[]) - Method in class org.dbunit.dataset.DefaultTable
Inserts a new row initialized with specified array of values.
addTable(Table) - Method in class org.dbunit.ant.Compare
 
addTable(Table) - Method in class org.dbunit.ant.Export
 
addTable(String, String) - Method in class org.dbunit.database.QueryDataSet
Adds a table and it's associated query to this dataset.
addTable(String) - Method in class org.dbunit.database.QueryDataSet
Adds a table with using 'SELECT * FROM tableName' as query.
addTable(ITable) - Method in class org.dbunit.dataset.DefaultDataSet
Add a new table in this dataset.
addTableRows(ITable) - Method in class org.dbunit.dataset.DefaultTable
Inserts all rows from the specified table.
addToleratedDelta(ToleratedDeltaMap.ToleratedDelta) - Method in class org.dbunit.dataset.datatype.DefaultDataTypeFactory
Adds a tolerated delta to this data type factory to be used for numeric comparisons
addToleratedDelta(ToleratedDeltaMap.ToleratedDelta) - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap
Adds a new object to the map of tolerated deltas
addValue(Object, DataType) - Method in class org.dbunit.database.statement.AutomaticPreparedBatchStatement
 
addValue(Object, DataType) - Method in class org.dbunit.database.statement.BatchStatementDecorator
 
addValue(Object, DataType) - Method in interface org.dbunit.database.statement.IPreparedBatchStatement
 
addValue(Object, DataType) - Method in class org.dbunit.database.statement.PreparedBatchStatement
 
addValue(Object, DataType) - Method in class org.dbunit.database.statement.SimplePreparedStatement
 
ALL_FEATURES - Static variable in class org.dbunit.database.DatabaseConfig
Deprecated. since 2.4.7 Use the DatabaseConfig.ALL_PROPERTIES where features are listed now as well
ALL_PROPERTIES - Static variable in class org.dbunit.database.DatabaseConfig
A list of all properties as DatabaseConfig.ConfigProperty objects.
AllHandler - Class in org.dbunit.dataset.common.handlers
 
ALLOW_MODE - Static variable in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
 
allowForNoMoreInput() - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
 
allowForNoMoreInput() - Method in interface org.dbunit.dataset.common.handlers.Handler
 
allowForNoMoreInput() - Method in class org.dbunit.dataset.common.handlers.Helper
 
allowForNoMoreInput() - Method in class org.dbunit.dataset.common.handlers.Pipeline
 
allowForNoMoreInput() - Method in class org.dbunit.dataset.common.handlers.QuoteHandler.UNQUOTE
 
allowTake() - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
Notify a waiting take if needed
AmbiguousTableNameException - Exception in org.dbunit.database
This exception is thrown by IDataSet when multiple tables having the same name are accessible.
AmbiguousTableNameException() - Constructor for exception org.dbunit.database.AmbiguousTableNameException
 
AmbiguousTableNameException(String) - Constructor for exception org.dbunit.database.AmbiguousTableNameException
 
AmbiguousTableNameException(String, Throwable) - Constructor for exception org.dbunit.database.AmbiguousTableNameException
 
AmbiguousTableNameException(Throwable) - Constructor for exception org.dbunit.database.AmbiguousTableNameException
 
and(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
Set value to value & b.
ANY - Static variable in class org.dbunit.dataset.xml.FlatDtdProducer
Constant for the value "ANY"
applyColumnFilters(ITable, String[], String[]) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
Apply the specified exclude and include column filters to the specified table.
areEqualIgnoreNull(String, String, boolean) - Static method in class org.dbunit.util.SQLHelper
Compares the given values and returns true if they are equal.
areObjectsEqual(Object, Object) - Method in class org.dbunit.dataset.datatype.AbstractDataType
Checks whether the given objects are equal or not.
array_ - Variable in class org.dbunit.util.concurrent.BoundedBuffer
 
arrayToString(String[]) - Method in class org.dbunit.VerifyTableDefinition
 
assertEquals(IDataSet, IDataSet) - Static method in class org.dbunit.Assertion
 
assertEquals(IDataSet, IDataSet, FailureHandler) - Static method in class org.dbunit.Assertion
 
assertEquals(ITable, ITable) - Static method in class org.dbunit.Assertion
 
assertEquals(ITable, ITable, Column[]) - Static method in class org.dbunit.Assertion
 
assertEquals(ITable, ITable, FailureHandler) - Static method in class org.dbunit.Assertion
 
assertEquals(IDataSet, IDataSet) - Method in class org.dbunit.assertion.DbUnitAssert
Asserts that the two specified dataset are equals.
assertEquals(IDataSet, IDataSet, FailureHandler) - Method in class org.dbunit.assertion.DbUnitAssert
Asserts that the two specified dataset are equals.
assertEquals(ITable, ITable) - Method in class org.dbunit.assertion.DbUnitAssert
Asserts that the two specified tables are equals.
assertEquals(ITable, ITable, Column[]) - Method in class org.dbunit.assertion.DbUnitAssert
Asserts that the two specified tables are equals.
assertEquals(ITable, ITable, FailureHandler) - Method in class org.dbunit.assertion.DbUnitAssert
Asserts that the two specified tables are equals.
assertEquals(IDataSet, IDataSet) - Static method in class org.dbunit.dataset.DataSetUtils
Deprecated. Use Assertion.assertEquals
assertEquals(ITable, ITable) - Static method in class org.dbunit.dataset.DataSetUtils
Deprecated. Use Assertion.assertEquals
assertEqualsByQuery(IDataSet, IDatabaseConnection, String, String, String[]) - Static method in class org.dbunit.Assertion
 
assertEqualsByQuery(ITable, IDatabaseConnection, String, String, String[]) - Static method in class org.dbunit.Assertion
 
assertEqualsByQuery(IDataSet, IDatabaseConnection, String, String, String[]) - Method in class org.dbunit.assertion.DbUnitAssert
Compare a table from a dataset with a table generated from an sql query.
assertEqualsByQuery(ITable, IDatabaseConnection, String, String, String[]) - Method in class org.dbunit.assertion.DbUnitAssert
Compare a table with a table generated from an sql query.
assertEqualsIgnoreCols(IDataSet, IDataSet, String, String[]) - Static method in class org.dbunit.Assertion
 
assertEqualsIgnoreCols(ITable, ITable, String[]) - Static method in class org.dbunit.Assertion
 
assertEqualsIgnoreCols(IDataSet, IDataSet, String, String[]) - Method in class org.dbunit.assertion.DbUnitAssert
Compare one table present in two datasets ignoring specified columns.
assertEqualsIgnoreCols(ITable, ITable, String[]) - Method in class org.dbunit.assertion.DbUnitAssert
Compare the given tables ignoring specified columns.
Assertion - Class in org.dbunit
Provides static methods for the most common DbUnit assertion needs.
assertNotNull(Object) - Method in class org.dbunit.assertion.SimpleAssert
 
assertNotNull(String, Object) - Method in class org.dbunit.assertion.SimpleAssert
 
assertNotNullNorEmpty(String, String) - Method in class org.dbunit.assertion.SimpleAssert
Asserts that propertyName is not a null String and has a length greater than zero.
assertTrue(boolean) - Method in class org.dbunit.assertion.SimpleAssert
 
assertTrue(String, boolean) - Method in class org.dbunit.assertion.SimpleAssert
Evaluate if the given condition is true or not.
assertValidColumn(String) - Method in class org.dbunit.dataset.AbstractTable
 
assertValidRowIndex(int) - Method in class org.dbunit.dataset.AbstractTable
 
assertValidRowIndex(int, int) - Method in class org.dbunit.dataset.AbstractTable
 
asString(Object) - Static method in class org.dbunit.dataset.datatype.DataType
Typecast the specified value to string.
attempt(long) - Method in class org.dbunit.util.concurrent.Semaphore
Wait at most msecs millisconds for a permit.
attempt(long) - Method in interface org.dbunit.util.concurrent.Sync
Wait at most msecs to pass; report whether passed.
attributeDecl(String, String, String, String, String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
autoIncrementValue(String) - Static method in class org.dbunit.dataset.Column.AutoIncrement
Searches the enumeration type for the given String provided by the JDBC driver.
AutomaticPreparedBatchStatement - Class in org.dbunit.database.statement
 
AutomaticPreparedBatchStatement(IPreparedBatchStatement, int) - Constructor for class org.dbunit.database.statement.AutomaticPreparedBatchStatement
 

B

Base64 - Class in org.dbunit.util
I am placing this code in the Public Domain.
Base64.InputStream - Class in org.dbunit.util
A Base64.InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class org.dbunit.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, boolean) - Constructor for class org.dbunit.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in org.dbunit.util
A Base64.OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class org.dbunit.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, boolean) - Constructor for class org.dbunit.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
BatchStatement - Class in org.dbunit.database.statement
 
BatchStatementDecorator - Class in org.dbunit.database.statement
 
BIGINT - Static variable in class org.dbunit.dataset.datatype.DataType
 
BIGINT - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
 
BIGINT_AUX_LONG - Static variable in class org.dbunit.dataset.datatype.DataType
Auxiliary for the BIGINT type using a long.
BigIntegerDataType - Class in org.dbunit.dataset.datatype
Inserts and reads BigInteger values into/from a database.
BigIntegerDataType() - Constructor for class org.dbunit.dataset.datatype.BigIntegerDataType
 
BINARY - Static variable in class org.dbunit.dataset.datatype.DataType
 
BinaryStreamDataType - Class in org.dbunit.dataset.datatype
 
BinaryStreamDataType(String, int) - Constructor for class org.dbunit.dataset.datatype.BinaryStreamDataType
 
BIT - Static variable in class org.dbunit.dataset.datatype.DataType
 
BitDataType - Class in org.dbunit.dataset.datatype
 
BLOB - Static variable in class org.dbunit.dataset.datatype.DataType
 
BLOB - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
 
BLOB_AS_STREAM - Static variable in class org.dbunit.ext.oracle.Oracle10DataTypeFactory
 
BlobDataType - Class in org.dbunit.dataset.datatype
 
BlobDataType() - Constructor for class org.dbunit.dataset.datatype.BlobDataType
 
BOOLEAN - Static variable in class org.dbunit.dataset.datatype.DataType
 
BOOLEAN - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
 
BooleanDataType - Class in org.dbunit.dataset.datatype
 
BoundedBuffer - Class in org.dbunit.util.concurrent
Efficient array-based bounded buffer class.
BoundedBuffer(int) - Constructor for class org.dbunit.util.concurrent.BoundedBuffer
Create a BoundedBuffer with the given capacity.
BoundedBuffer() - Constructor for class org.dbunit.util.concurrent.BoundedBuffer
Create a buffer with the current default capacity
BoundedChannel - Interface in org.dbunit.util.concurrent
A channel that is known to have a capacity, signifying that put operations may block when the capacity is reached.
BoundedLinkedQueue - Class in org.dbunit.util.concurrent
A bounded variant of LinkedQueue class.
BoundedLinkedQueue(int) - Constructor for class org.dbunit.util.concurrent.BoundedLinkedQueue
Create a queue with the given capacity
BoundedLinkedQueue() - Constructor for class org.dbunit.util.concurrent.BoundedLinkedQueue
Create a queue with the current default capacity
BufferedConsumer - Class in org.dbunit.dataset.stream
Implementation of IDataSetConsumer which buffers all data until the BufferedConsumer.endDataSet() event occurs.
BufferedConsumer(IDataSetConsumer) - Constructor for class org.dbunit.dataset.stream.BufferedConsumer
 
build(InputSource) - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
Sets the flat XML input source from which the FlatXmlDataSet is to be built
build(File) - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
Sets the flat XML input source from which the FlatXmlDataSet is to be built
build(URL) - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
Sets the flat XML input source from which the FlatXmlDataSet is to be built
build(Reader) - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
Sets the flat XML input source from which the FlatXmlDataSet is to be built
build(InputStream) - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
Sets the flat XML input source from which the FlatXmlDataSet is to be built
buildException(SAXException) - Static method in class org.dbunit.dataset.xml.XmlProducer
Wraps a SAXException into a DataSetException
buildMessage(String, String, String) - Static method in error org.dbunit.assertion.DbComparisonFailure
Creates a formatted message string from the given parameters
buildMessage(Difference) - Method in class org.dbunit.assertion.DefaultFailureHandler
 
BYTEINT - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
 
BytesDataType - Class in org.dbunit.dataset.datatype
 

C

CachedDataSet - Class in org.dbunit.dataset
Hold copy of another dataset or a consumed provider content.
CachedDataSet() - Constructor for class org.dbunit.dataset.CachedDataSet
Default constructor.
CachedDataSet(IDataSet) - Constructor for class org.dbunit.dataset.CachedDataSet
Creates a copy of the specified dataset.
CachedDataSet(IDataSetProducer) - Constructor for class org.dbunit.dataset.CachedDataSet
Creates a CachedDataSet that synchronously consume the specified producer.
CachedDataSet(IDataSetProducer, boolean) - Constructor for class org.dbunit.dataset.CachedDataSet
Creates a CachedDataSet that synchronously consume the specified producer.
CachedResultSetTable - Class in org.dbunit.database
 
CachedResultSetTable(ITableMetaData, ResultSet) - Constructor for class org.dbunit.database.CachedResultSetTable
Deprecated. since 2.3.0 prefer direct usage of ForwardOnlyResultSetTable.ForwardOnlyResultSetTable(ITableMetaData, ResultSet) and then invoke CachedResultSetTable.CachedResultSetTable(IResultSetTable)
CachedResultSetTable(ITableMetaData, IDatabaseConnection) - Constructor for class org.dbunit.database.CachedResultSetTable
Deprecated. since 2.4.4 prefer direct usage of ForwardOnlyResultSetTable.ForwardOnlyResultSetTable(ITableMetaData, IDatabaseConnection) and then invoke CachedResultSetTable.CachedResultSetTable(IResultSetTable)
CachedResultSetTable(IResultSetTable) - Constructor for class org.dbunit.database.CachedResultSetTable
 
CachedResultSetTableFactory - Class in org.dbunit.database
 
CachedResultSetTableFactory() - Constructor for class org.dbunit.database.CachedResultSetTableFactory
 
CachedTable - Class in org.dbunit.dataset
 
CachedTable(ITable) - Constructor for class org.dbunit.dataset.CachedTable
 
CachedTable(ITableMetaData) - Constructor for class org.dbunit.dataset.CachedTable
 
CANCELLED - Static variable in class org.dbunit.util.concurrent.SynchronousChannel
Special marker used in queue nodes to indicate that the thread waiting for a change in the node has timed out or been interrupted.
canHandle(char) - Method in class org.dbunit.dataset.common.handlers.AllHandler
 
canHandle(char) - Method in class org.dbunit.dataset.common.handlers.EnforceHandler
 
canHandle(char) - Method in class org.dbunit.dataset.common.handlers.EscapeHandler
 
canHandle(char) - Method in interface org.dbunit.dataset.common.handlers.Handler
 
canHandle(char) - Method in class org.dbunit.dataset.common.handlers.IsAlnumHandler
 
canHandle(char) - Method in class org.dbunit.dataset.common.handlers.NoHandler
 
canHandle(char) - Method in class org.dbunit.dataset.common.handlers.Pipeline
 
canHandle(char) - Method in class org.dbunit.dataset.common.handlers.QuoteHandler
 
canHandle(char) - Method in class org.dbunit.dataset.common.handlers.SeparatorHandler
 
canHandle(char) - Method in class org.dbunit.dataset.common.handlers.TransparentHandler
 
canHandle(char) - Method in class org.dbunit.dataset.common.handlers.UnquotedFieldAssembler
 
canHandle(char) - Method in class org.dbunit.dataset.common.handlers.WhitespacesHandler
 
capacity() - Method in class org.dbunit.util.concurrent.BoundedBuffer
 
capacity() - Method in interface org.dbunit.util.concurrent.BoundedChannel
Return the maximum number of elements that can be held.
capacity() - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
Return the current capacity of this queue
capacity() - Method in class org.dbunit.util.concurrent.SemaphoreControlledChannel
 
capacity() - Method in class org.dbunit.util.concurrent.SynchronousChannel
 
capacity_ - Variable in class org.dbunit.util.concurrent.BoundedLinkedQueue
Number of elements allowed
capacity_ - Variable in class org.dbunit.util.concurrent.SemaphoreControlledChannel
 
CaseInsensitiveDataSet - Class in org.dbunit.dataset
Deprecated. All IDataSet implementations are case insensitive since DbUnit 1.5 - may change again since tablenames on RDBMSes can be case sensitive
CaseInsensitiveDataSet(IDataSet) - Constructor for class org.dbunit.dataset.CaseInsensitiveDataSet
Deprecated.  
CaseInsensitiveTable - Class in org.dbunit.dataset
Deprecated. All IDataSet implementations are case insensitive since DbUnit 1.5
CaseInsensitiveTable(ITable) - Constructor for class org.dbunit.dataset.CaseInsensitiveTable
Deprecated.  
CDATA_END - Static variable in class org.dbunit.util.xml.XmlWriter
CDATA end tag: "]]>"
CDATA_START - Static variable in class org.dbunit.util.xml.XmlWriter
CDATA start tag: "<![CDATA["
Channel - Interface in org.dbunit.util.concurrent
Main interface for buffers, queues, pipes, conduits, etc.
CHAR - Static variable in class org.dbunit.dataset.datatype.DataType
 
CHAR - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
 
characters(char[], int, int) - Method in class org.dbunit.dataset.xml.XmlProducer
 
checkDataFormat(String) - Method in class org.dbunit.ant.AbstractStep
Checks if the given data format is a valid one according to the method AbstractStep.isDataFormat(String).
checkObjectAllowed(String, Object) - Method in class org.dbunit.database.DatabaseConfig
Checks whether the given value has the correct java type for the given property.
children - Variable in class org.dbunit.util.concurrent.PropertyChangeMulticaster
HashMap for managing listeners for specific properties.
CHOICE - Static variable in class org.dbunit.dataset.xml.FlatDtdWriter
 
CLEAN_INSERT - Static variable in class org.dbunit.ext.mssql.InsertIdentityOperation
 
CLEAN_INSERT - Static variable in class org.dbunit.operation.DatabaseOperation
 
cleanupData() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
Cleanup tables specified in prep and expected datasets, using the provided databaseTester.
cleanupData() - Method in interface org.dbunit.PrepAndExpectedTestCase
Cleanup tables specified in prep and expected datasets, using the provided databaseTester.
cleanupTableName(String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
clearBatch() - Method in class org.dbunit.database.statement.AutomaticPreparedBatchStatement
 
clearBatch() - Method in class org.dbunit.database.statement.BatchStatement
 
clearBatch() - Method in class org.dbunit.database.statement.BatchStatementDecorator
 
clearBatch() - Method in class org.dbunit.database.statement.CompoundStatement
 
clearBatch() - Method in interface org.dbunit.database.statement.IBatchStatement
 
clearBatch() - Method in interface org.dbunit.database.statement.IPreparedBatchStatement
 
clearBatch() - Method in class org.dbunit.database.statement.PreparedBatchStatement
 
clearBatch() - Method in class org.dbunit.database.statement.SimplePreparedStatement
 
clearBatch() - Method in class org.dbunit.database.statement.SimpleStatement
 
CLOB - Static variable in class org.dbunit.dataset.datatype.DataType
 
CLOB_AS_STRING - Static variable in class org.dbunit.ext.oracle.Oracle10DataTypeFactory
 
ClobDataType - Class in org.dbunit.dataset.datatype
 
ClobDataType() - Constructor for class org.dbunit.dataset.datatype.ClobDataType
 
close() - Method in class org.dbunit.database.AbstractResultSetTable
 
close() - Method in class org.dbunit.database.CachedResultSetTable
 
close() - Method in class org.dbunit.database.DatabaseConnection
 
close() - Method in class org.dbunit.database.DatabaseDataSourceConnection
 
close() - Method in interface org.dbunit.database.IDatabaseConnection
Close this connection.
close() - Method in interface org.dbunit.database.IResultSetTable
 
close() - Method in class org.dbunit.database.statement.AbstractBatchStatement
 
close() - Method in class org.dbunit.database.statement.AbstractPreparedBatchStatement
 
close() - Method in class org.dbunit.database.statement.AutomaticPreparedBatchStatement
 
close() - Method in class org.dbunit.database.statement.BatchStatementDecorator
 
close() - Method in interface org.dbunit.database.statement.IBatchStatement
 
close() - Method in interface org.dbunit.database.statement.IPreparedBatchStatement
 
close() - Method in class org.dbunit.util.Base64.OutputStream
Flushes and closes stream.
close(ResultSet, Statement) - Static method in class org.dbunit.util.SQLHelper
Close a result set and a prepared statement, checking for null references.
close(Statement) - Static method in class org.dbunit.util.SQLHelper
Close a SQL statement, checking for null references.
close(ResultSet) - Static method in class org.dbunit.util.SQLHelper
Closes the given result set in a null-safe way
close() - Method in class org.dbunit.util.xml.XmlWriter
Close this writer.
CLOSE_CONNECTION(DatabaseOperation) - Static method in class org.dbunit.operation.DatabaseOperation
 
closeConnection(IDatabaseConnection) - Method in class org.dbunit.AbstractDatabaseTester
 
closeConnection(IDatabaseConnection) - Method in class org.dbunit.DatabaseTestCase
Deprecated. since 2.4.4 define a user defined DatabaseTestCase.getOperationListener() in advance
closeConnection(IDatabaseConnection) - Method in interface org.dbunit.IDatabaseTester
Deprecated. since 2.4.4 define a user defined IDatabaseTester.setOperationListener(IOperationListener) in advance
CloseConnectionOperation - Class in org.dbunit.operation
Decorates an operation and close the database connection after executing it.
CloseConnectionOperation(DatabaseOperation) - Constructor for class org.dbunit.operation.CloseConnectionOperation
Creates a CloseConnectionOperation object that decorates the specified operation.
CollectionsHelper - Class in org.dbunit.util
Helper for collections-related methods.
Column - Class in org.dbunit.dataset
Represents a table column.
Column(String, DataType) - Constructor for class org.dbunit.dataset.Column
Creates a Column object.
Column(String, DataType, Column.Nullable) - Constructor for class org.dbunit.dataset.Column
Creates a Column object.
Column(String, DataType, String, Column.Nullable) - Constructor for class org.dbunit.dataset.Column
Creates a Column object.
Column(String, DataType, String, Column.Nullable, String) - Constructor for class org.dbunit.dataset.Column
Creates a Column object.
Column(String, DataType, String, Column.Nullable, String, String, Column.AutoIncrement) - Constructor for class org.dbunit.dataset.Column
Creates a Column object.
Column.AutoIncrement - Class in org.dbunit.dataset
Enumeration for valid auto-increment values provided by JDBC driver implementations.
Column.Nullable - Class in org.dbunit.dataset
Specifies nullable usage.
ColumnFilterTable - Class in org.dbunit.dataset
A table that filters some columns out from the original table.
ColumnFilterTable(ITable, IColumnFilter) - Constructor for class org.dbunit.dataset.ColumnFilterTable
 
Columns - Class in org.dbunit.dataset
This class exclusively provides static methods that operate on Column objects.
Columns.ColumnDiff - Class in org.dbunit.dataset
Describes the Columns that are different in two tables.
Columns.ColumnDiff(ITableMetaData, ITableMetaData) - Constructor for class org.dbunit.dataset.Columns.ColumnDiff
Creates the difference between the two metadata's columns
comment(char[], int, int) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
commit(int, int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
Set value to newValue only if it is currently assumedValue.
Compare - Class in org.dbunit.ant
The Compare class is the step that compare the content of the database against the specified dataset.
Compare() - Constructor for class org.dbunit.ant.Compare
 
compare(Object, Object) - Method in class org.dbunit.dataset.datatype.AbstractDataType
 
compare(byte[], byte[]) - Method in class org.dbunit.dataset.datatype.BytesDataType
 
compare(Object, Object) - Method in class org.dbunit.dataset.datatype.DataType
Returns a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.
compare(Object, Object) - Method in class org.dbunit.dataset.datatype.UnknownDataType
 
compare(Object, Object) - Method in class org.dbunit.dataset.SortedTable.AbstractRowComparator
 
compare(Column, Object, Object) - Method in class org.dbunit.dataset.SortedTable.AbstractRowComparator
 
compare(Column, Object, Object) - Method in class org.dbunit.dataset.SortedTable.RowComparator
 
compare(Column, Object, Object) - Method in class org.dbunit.dataset.SortedTable.RowComparatorByString
 
compare(Object, Object) - Method in class org.dbunit.ext.oracle.OracleSdoGeometryDataType
This method is copied from AbstractDataType and customized to call equals after the typeCast because OracleSdoGeometry objects are not Comparables but can test for equality (via equals method.)
compareData(ITable, ITable, DbUnitAssert.ComparisonColumn[], FailureHandler) - Method in class org.dbunit.assertion.DbUnitAssert
 
compareNonNulls(Object, Object) - Method in class org.dbunit.dataset.datatype.AbstractDataType
Compares non-null values to each other.
compareNonNulls(Object, Object) - Method in class org.dbunit.dataset.datatype.BooleanDataType
 
compareNonNulls(Object, Object) - Method in class org.dbunit.dataset.datatype.BytesDataType
 
compareNonNulls(Object, Object) - Method in class org.dbunit.dataset.datatype.NumberTolerantDataType
The only method overwritten from the base implementation to compare numbers allowing a tolerance
compareNonNulls(Object, Object) - Method in class org.dbunit.dataset.datatype.StringIgnoreCaseDataType
 
compareTo(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
 
compareTo(SynchronizedInt) - Method in class org.dbunit.util.concurrent.SynchronizedInt
 
compareTo(Object) - Method in class org.dbunit.util.concurrent.SynchronizedInt
 
compareTo(Object) - Method in class org.dbunit.util.search.Edge
Compares this edge to the given one using the Edge.getFrom() nodes first.
complement() - Method in class org.dbunit.util.concurrent.SynchronizedInt
Set the value to its complement
CompositeDataSet - Class in org.dbunit.dataset
Combines multiple datasets into a single logical dataset.
CompositeDataSet(IDataSet[]) - Constructor for class org.dbunit.dataset.CompositeDataSet
Creates a composite dataset that combines specified datasets.
CompositeDataSet(IDataSet[], boolean) - Constructor for class org.dbunit.dataset.CompositeDataSet
Creates a composite dataset that combines specified datasets.
CompositeDataSet(IDataSet[], boolean, boolean) - Constructor for class org.dbunit.dataset.CompositeDataSet
Creates a composite dataset that combines specified datasets.
CompositeDataSet(IDataSet, IDataSet) - Constructor for class org.dbunit.dataset.CompositeDataSet
Creates a composite dataset that combines the two specified datasets.
CompositeDataSet(IDataSet, IDataSet, boolean) - Constructor for class org.dbunit.dataset.CompositeDataSet
Creates a composite dataset that combines the two specified datasets.
CompositeDataSet(IDataSet, boolean) - Constructor for class org.dbunit.dataset.CompositeDataSet
Deprecated. This constructor is useless when the combine parameter is false. Use overload that doesn't have the combine argument.
CompositeDataSet(IDataSet) - Constructor for class org.dbunit.dataset.CompositeDataSet
Creates a composite dataset that combines duplicate tables of the specified dataset.
CompositeDataSet(ITable[]) - Constructor for class org.dbunit.dataset.CompositeDataSet
Creates a composite dataset that combines tables having identical name.
CompositeDataSet(ITable[], boolean) - Constructor for class org.dbunit.dataset.CompositeDataSet
Creates a composite dataset that combines tables having identical name.
CompositeOperation - Class in org.dbunit.operation
This class is a composite that combines multiple database operation in a single one.
CompositeOperation(DatabaseOperation, DatabaseOperation) - Constructor for class org.dbunit.operation.CompositeOperation
Creates a new composite operation combining the two specified operations.
CompositeOperation(DatabaseOperation[]) - Constructor for class org.dbunit.operation.CompositeOperation
Creates a new composite operation combining the specified operations.
CompositeTable - Class in org.dbunit.dataset
 
CompositeTable(ITableMetaData, ITable) - Constructor for class org.dbunit.dataset.CompositeTable
Creates a composite table that combines the specified metadata with the specified table.
CompositeTable(ITableMetaData, ITable[]) - Constructor for class org.dbunit.dataset.CompositeTable
Creates a composite table that combines the specified metadata with the specified tables.
CompositeTable(ITable, ITable) - Constructor for class org.dbunit.dataset.CompositeTable
Creates a composite table that combines the specified specified tables.
CompositeTable(String, ITable) - Constructor for class org.dbunit.dataset.CompositeTable
Creates a composite dataset that encapsulate the specified table with a new name.
CompoundStatement - Class in org.dbunit.database.statement
 
configureTest(VerifyTableDefinition[], String[], String[]) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
Configure the test.
configureTest(VerifyTableDefinition[], String[], String[]) - Method in interface org.dbunit.PrepAndExpectedTestCase
Configure the test.
connectionRetrieved(IDatabaseConnection) - Method in class org.dbunit.DefaultOperationListener
 
connectionRetrieved(IDatabaseConnection) - Method in interface org.dbunit.IOperationListener
Is invoked immediately after a connection was newly created or an existing connection is retrieved to do some work on it.
contains(String, Object) - Method in class org.dbunit.database.PrimaryKeyFilter.PkTableMap
 
containsTable(String) - Method in class org.dbunit.dataset.OrderedTableNameMap
Checks if this map contains the given table name
copyFile(File, File) - Static method in class org.dbunit.util.FileHelper
Copy file.
copyQueriesFrom(QuerySet) - Method in class org.dbunit.ant.QuerySet
 
copyTo(DatabaseConfig) - Method in class org.dbunit.ant.DbConfig
Copies the parameters set in this configuration via ant into the given DatabaseConfig that is used by the dbunit connection.
correctCase(String, Connection) - Static method in class org.dbunit.util.SQLHelper
Corrects the case of the given String according to the way in which the database stores metadata.
correctCase(String, DatabaseMetaData) - Static method in class org.dbunit.util.SQLHelper
Corrects the case of the given String according to the way in which the database stores metadata.
create(Datum, int) - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
 
create(Datum, int) - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
 
create(OracleSdoGeometry, Datum, int) - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
 
create(Datum, int) - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
 
create(Datum, int) - Method in class org.dbunit.ext.oracle.OracleSdoPointType
 
create(OracleSdoPointType, Datum, int) - Method in class org.dbunit.ext.oracle.OracleSdoPointType
 
createBatchStatement(IDatabaseConnection) - Method in interface org.dbunit.database.statement.IStatementFactory
 
createBatchStatement(IDatabaseConnection) - Method in class org.dbunit.database.statement.PreparedStatementFactory
 
createBatchStatement(IDatabaseConnection) - Method in class org.dbunit.database.statement.StatementFactory
 
createClasspath() - Method in class org.dbunit.ant.DbUnitTask
Create the classpath for loading the driver.
createColumn(ResultSet, IDataTypeFactory, boolean) - Static method in class org.dbunit.util.SQLHelper
Utility method to create a Column object from a SQL ResultSet object.
createConnection() - Method in class org.dbunit.ant.DbUnitTask
 
createDatabaseConnection(Connection, String) - Method in class org.dbunit.ant.DbUnitTask
Creates the dbunit connection using the two given arguments.
createDataSet() - Method in class org.dbunit.database.AbstractDatabaseConnection
 
createDataSet(String[]) - Method in class org.dbunit.database.AbstractDatabaseConnection
 
createDataSet() - Method in interface org.dbunit.database.IDatabaseConnection
Creates a dataset corresponding to the entire database.
createDataSet(String[]) - Method in interface org.dbunit.database.IDatabaseConnection
Creates a dataset containing only the specified tables from the database.
createDataSet() - Method in class org.dbunit.ext.mssql.MsSqlConnection
 
createDataSet(String[]) - Method in class org.dbunit.ext.mssql.MsSqlConnection
 
createDataType(int, String) - Method in class org.dbunit.dataset.datatype.DefaultDataTypeFactory
 
createDataType(int, String, String, String) - Method in class org.dbunit.dataset.datatype.DefaultDataTypeFactory
 
createDataType(int, String) - Method in interface org.dbunit.dataset.datatype.IDataTypeFactory
Returns the DataType object that corresponds to the specified Types.
createDataType(int, String, String, String) - Method in interface org.dbunit.dataset.datatype.IDataTypeFactory
Returns the DataType object that corresponds to the specified Types and regards the given tableName and columnName.
createDataType(int, String) - Method in class org.dbunit.ext.db2.Db2DataTypeFactory
 
createDataType(int, String) - Method in class org.dbunit.ext.h2.H2DataTypeFactory
 
createDataType(int, String) - Method in class org.dbunit.ext.hsqldb.HsqldbDataTypeFactory
 
createDataType(int, String) - Method in class org.dbunit.ext.mckoi.MckoiDataTypeFactory
 
createDataType(int, String) - Method in class org.dbunit.ext.mssql.MsSqlDataTypeFactory
 
createDataType(int, String) - Method in class org.dbunit.ext.mysql.MySqlDataTypeFactory
 
createDataType(int, String) - Method in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
 
createDataType(int, String) - Method in class org.dbunit.ext.oracle.Oracle10DataTypeFactory
 
createDataType(int, String) - Method in class org.dbunit.ext.oracle.OracleDataTypeFactory
 
createDataType(int, String) - Method in class org.dbunit.ext.postgresql.PostgresqlDataTypeFactory
 
createDateCellStyle(HSSFWorkbook) - Static method in class org.dbunit.dataset.excel.XlsDataSetWriter
 
createFailure(String, String, String) - Method in class org.dbunit.assertion.DefaultFailureHandler
 
createFailure(String) - Method in class org.dbunit.assertion.DefaultFailureHandler
 
createFailure(String, String, String) - Method in class org.dbunit.assertion.DefaultFailureHandler.DefaultFailureFactory
 
createFailure(String) - Method in class org.dbunit.assertion.DefaultFailureHandler.DefaultFailureFactory
 
createFailure(String, String, String) - Method in interface org.dbunit.assertion.FailureFactory
Creates a new failure object which can have different types, depending on the testing framework you are currently using (e.g.
createFailure(String) - Method in interface org.dbunit.assertion.FailureFactory
 
createFailure(String, String, String) - Method in class org.dbunit.assertion.JUnitFailureFactory
 
createFailure(String) - Method in class org.dbunit.assertion.JUnitFailureFactory
 
createFKEdge(ResultSet, int, String, String, String, String) - Static method in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
Creates an edge representing a foreign key relationship between 2 tables.
createInputSource(File) - Static method in class org.dbunit.util.FileHelper
 
createIterator(boolean) - Method in class org.dbunit.database.DatabaseDataSet
 
createIterator(boolean) - Method in class org.dbunit.database.QueryDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.AbstractDataSet
Creates an iterator which provides access to all tables of this dataset
createIterator(boolean) - Method in class org.dbunit.dataset.CachedDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.CaseInsensitiveDataSet
Deprecated.  
createIterator(boolean) - Method in class org.dbunit.dataset.CompositeDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.DefaultDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.excel.XlsDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.FilteredDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.ForwardOnlyDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.LowerCaseDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.ReplacementDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.SortedDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.stream.StreamingDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
 
createMetaData(String, ResultSet, IDataTypeFactory) - Static method in class org.dbunit.database.DatabaseTableMetaData
Deprecated. since 2.3.0. use ResultSetTableMetaData.ResultSetTableMetaData(String, ResultSet, IDataTypeFactory, boolean)
createMetaData(String, ResultSet, IDatabaseConnection) - Static method in class org.dbunit.database.DatabaseTableMetaData
Deprecated. since 2.3.0. use ResultSetTableMetaData.ResultSetTableMetaData(String, ResultSet, IDatabaseConnection, boolean)
createPipelineComponent(AbstractPipelineComponent, Helper) - Static method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
 
createPreparedBatchStatement(String, IDatabaseConnection) - Method in interface org.dbunit.database.statement.IStatementFactory
 
createPreparedBatchStatement(String, IDatabaseConnection) - Method in class org.dbunit.database.statement.PreparedStatementFactory
 
createPreparedBatchStatement(String, IDatabaseConnection) - Method in class org.dbunit.database.statement.StatementFactory
 
createProducer(InputSource) - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
 
createQueryTable(String, String) - Method in class org.dbunit.database.AbstractDatabaseConnection
 
createQueryTable(String, String) - Method in interface org.dbunit.database.IDatabaseConnection
Creates a table with the result of the specified SQL statement.
createTable(String, PreparedStatement) - Method in class org.dbunit.database.AbstractDatabaseConnection
 
createTable(String) - Method in class org.dbunit.database.AbstractDatabaseConnection
 
createTable(String, String, IDatabaseConnection) - Method in class org.dbunit.database.CachedResultSetTableFactory
 
createTable(ITableMetaData, IDatabaseConnection) - Method in class org.dbunit.database.CachedResultSetTableFactory
 
createTable(String, PreparedStatement, IDatabaseConnection) - Method in class org.dbunit.database.CachedResultSetTableFactory
 
createTable(String, String, IDatabaseConnection) - Method in class org.dbunit.database.ForwardOnlyResultSetTableFactory
 
createTable(ITableMetaData, IDatabaseConnection) - Method in class org.dbunit.database.ForwardOnlyResultSetTableFactory
 
createTable(String, PreparedStatement, IDatabaseConnection) - Method in class org.dbunit.database.ForwardOnlyResultSetTableFactory
 
createTable(String, PreparedStatement) - Method in interface org.dbunit.database.IDatabaseConnection
Creates a table using the given PreparedStatement to retrieve a ResultSet.
createTable(String) - Method in interface org.dbunit.database.IDatabaseConnection
Creates a table with the result of a select * from tableName SQL statement.
createTable(String, String, IDatabaseConnection) - Method in interface org.dbunit.database.IResultSetTableFactory
 
createTable(ITableMetaData, IDatabaseConnection) - Method in interface org.dbunit.database.IResultSetTableFactory
 
createTable(String, PreparedStatement, IDatabaseConnection) - Method in interface org.dbunit.database.IResultSetTableFactory
Creates a table from a preparedStatement
createTableNameMap() - Method in class org.dbunit.dataset.AbstractDataSet
Creates and returns a new instance of the table names container.
CsvDataFileLoader - Class in org.dbunit.util.fileloader
 
CsvDataFileLoader() - Constructor for class org.dbunit.util.fileloader.CsvDataFileLoader
Create new instance.
CsvDataFileLoader(Map) - Constructor for class org.dbunit.util.fileloader.CsvDataFileLoader
Create new instance with replacement objects.
CsvDataFileLoader(Map, Map) - Constructor for class org.dbunit.util.fileloader.CsvDataFileLoader
Create new instance with replacement objects and replacement substrings.
CsvDataSet - Class in org.dbunit.dataset.csv
This class constructs an IDataSet given a directory containing CSV files.
CsvDataSet(File) - Constructor for class org.dbunit.dataset.csv.CsvDataSet
 
CsvDataSetWriter - Class in org.dbunit.dataset.csv
 
CsvDataSetWriter(String) - Constructor for class org.dbunit.dataset.csv.CsvDataSetWriter
 
CsvDataSetWriter(File) - Constructor for class org.dbunit.dataset.csv.CsvDataSetWriter
 
CsvParser - Interface in org.dbunit.dataset.csv
 
CsvParserException - Exception in org.dbunit.dataset.csv
 
CsvParserException(String) - Constructor for exception org.dbunit.dataset.csv.CsvParserException
 
CsvParserImpl - Class in org.dbunit.dataset.csv
 
CsvParserImpl() - Constructor for class org.dbunit.dataset.csv.CsvParserImpl
 
CsvProducer - Class in org.dbunit.dataset.csv
 
CsvProducer(String) - Constructor for class org.dbunit.dataset.csv.CsvProducer
 
CsvProducer(File) - Constructor for class org.dbunit.dataset.csv.CsvProducer
 
CsvURLDataSet - Class in org.dbunit.dataset.csv
This class constructs an IDataSet given a base URL containing CSV files.
CsvURLDataSet(URL) - Constructor for class org.dbunit.dataset.csv.CsvURLDataSet
Create a Data Set from CSV files, using the base URL provided to find data.
CsvURLProducer - Class in org.dbunit.dataset.csv
A Data Set Producer that produces datasets from CVS files found at a base URL.
CsvURLProducer(URL, String) - Constructor for class org.dbunit.dataset.csv.CsvURLProducer
Create a CSV Data Set Producer which uses the base URL to retrieve a list of tables and the data.
CyclicTablesDependencyException - Exception in org.dbunit.database
 
CyclicTablesDependencyException(String) - Constructor for exception org.dbunit.database.CyclicTablesDependencyException
 
CyclicTablesDependencyException(String, Set) - Constructor for exception org.dbunit.database.CyclicTablesDependencyException
 

D

DatabaseConfig - Class in org.dbunit.database
Configuration used by the DatabaseConnection.
DatabaseConfig() - Constructor for class org.dbunit.database.DatabaseConfig
 
DatabaseConfig.ConfigProperty - Class in org.dbunit.database
 
DatabaseConfig.ConfigProperty(String, Class, boolean) - Constructor for class org.dbunit.database.DatabaseConfig.ConfigProperty
 
DatabaseConfig.Configurator - Class in org.dbunit.database
Sets parameters stored in the DatabaseConfig on specific java objects like Statement.
DatabaseConfig.Configurator(DatabaseConfig) - Constructor for class org.dbunit.database.DatabaseConfig.Configurator
 
DatabaseConnection - Class in org.dbunit.database
This class adapts a JDBC Connection to a IDatabaseConnection.
DatabaseConnection(Connection) - Constructor for class org.dbunit.database.DatabaseConnection
Creates a new DatabaseConnection.
DatabaseConnection(Connection, String) - Constructor for class org.dbunit.database.DatabaseConnection
Creates a new DatabaseConnection using a specific schema.
DatabaseConnection(Connection, String, boolean) - Constructor for class org.dbunit.database.DatabaseConnection
Creates a new DatabaseConnection using a specific schema.
DatabaseDataSet - Class in org.dbunit.database
Provides access to a database instance as a IDataSet.
DatabaseDataSet(IDatabaseConnection, boolean) - Constructor for class org.dbunit.database.DatabaseDataSet
Creates a new database data set
DatabaseDataSet(IDatabaseConnection, boolean, ITableFilterSimple) - Constructor for class org.dbunit.database.DatabaseDataSet
Creates a new database data set
DatabaseDataSourceConnection - Class in org.dbunit.database
This class adapts a JDBC DataSource to a IDatabaseConnection.
DatabaseDataSourceConnection(InitialContext, String, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
 
DatabaseDataSourceConnection(InitialContext, String, String, String, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
 
DatabaseDataSourceConnection(InitialContext, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
 
DatabaseDataSourceConnection(InitialContext, String, String, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
 
DatabaseDataSourceConnection(DataSource) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
 
DatabaseDataSourceConnection(DataSource, String, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
 
DatabaseDataSourceConnection(DataSource, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
 
DatabaseDataSourceConnection(DataSource, String, String, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
 
DatabaseOperation - Class in org.dbunit.operation
Defines the interface contract for operations performed on the database.
DatabaseOperation() - Constructor for class org.dbunit.operation.DatabaseOperation
 
DatabaseSequenceFilter - Class in org.dbunit.database
This filter orders tables using dependency information provided by DatabaseMetaData.getExportedKeys(java.lang.String, java.lang.String, java.lang.String).
DatabaseSequenceFilter(IDatabaseConnection, String[]) - Constructor for class org.dbunit.database.DatabaseSequenceFilter
Create a DatabaseSequenceFilter that only exposes specified table names.
DatabaseSequenceFilter(IDatabaseConnection) - Constructor for class org.dbunit.database.DatabaseSequenceFilter
Create a DatabaseSequenceFilter that exposes all the database tables.
DatabaseTableIterator - Class in org.dbunit.database
 
DatabaseTableIterator(String[], IDataSet) - Constructor for class org.dbunit.database.DatabaseTableIterator
 
DatabaseTableMetaData - Class in org.dbunit.database
Container for the metadata for one database table.
DatabaseTestCase - Class in org.dbunit
Convenience class for writing JUnit tests with dbunit easily.
DatabaseTestCase() - Constructor for class org.dbunit.DatabaseTestCase
 
DatabaseTestCase(String) - Constructor for class org.dbunit.DatabaseTestCase
 
DatabaseUnitException - Exception in org.dbunit
 
DatabaseUnitException() - Constructor for exception org.dbunit.DatabaseUnitException
Constructs an DatabaseUnitException with no detail message and no encapsulated exception.
DatabaseUnitException(String) - Constructor for exception org.dbunit.DatabaseUnitException
Constructs an DatabaseUnitException with the specified detail message and no encapsulated exception.
DatabaseUnitException(String, Throwable) - Constructor for exception org.dbunit.DatabaseUnitException
Constructs an DatabaseUnitException with the specified detail message and encapsulated exception.
DatabaseUnitException(Throwable) - Constructor for exception org.dbunit.DatabaseUnitException
Constructs an DatabaseUnitException with the encapsulated exception and use string representation as detail message.
DatabaseUnitRuntimeException - Exception in org.dbunit
 
DatabaseUnitRuntimeException() - Constructor for exception org.dbunit.DatabaseUnitRuntimeException
Constructs an DatabaseUnitRuntimeException with no specified detail message and no encapsulated exception.
DatabaseUnitRuntimeException(String) - Constructor for exception org.dbunit.DatabaseUnitRuntimeException
Constructs an DatabaseUnitRuntimeException with the specified detail message and no encapsulated exception.
DatabaseUnitRuntimeException(String, Throwable) - Constructor for exception org.dbunit.DatabaseUnitRuntimeException
Constructs an DatabaseUnitRuntimeException with the specified detail message and encapsulated exception.
DatabaseUnitRuntimeException(Throwable) - Constructor for exception org.dbunit.DatabaseUnitRuntimeException
Constructs an DatabaseUnitRuntimeException with the encapsulated exception and use its message as detail message.
DataFileLoader - Interface in org.dbunit.util.fileloader
Defines a dbUnit data file loader supporting replacement objects and substrings with ReplacementDataSet.
DataSetException - Exception in org.dbunit.dataset
Thrown to indicate that a problem occurred with a dataset.
DataSetException() - Constructor for exception org.dbunit.dataset.DataSetException
 
DataSetException(String) - Constructor for exception org.dbunit.dataset.DataSetException
 
DataSetException(String, Throwable) - Constructor for exception org.dbunit.dataset.DataSetException
 
DataSetException(Throwable) - Constructor for exception org.dbunit.dataset.DataSetException
 
DataSetProducerAdapter - Class in org.dbunit.dataset.stream
Implementation of IDataSetProducer based on a given IDataSet or a ITableIterator.
DataSetProducerAdapter(ITableIterator) - Constructor for class org.dbunit.dataset.stream.DataSetProducerAdapter
 
DataSetProducerAdapter(IDataSet) - Constructor for class org.dbunit.dataset.stream.DataSetProducerAdapter
 
DataSetUtils - Class in org.dbunit.dataset
This class contains various methods for manipulating datasets.
DataSourceBasedDBTestCase - Class in org.dbunit
TestCase that uses a DataSourceDatabaseTester.
DataSourceBasedDBTestCase() - Constructor for class org.dbunit.DataSourceBasedDBTestCase
 
DataSourceBasedDBTestCase(String) - Constructor for class org.dbunit.DataSourceBasedDBTestCase
 
DataSourceDatabaseTester - Class in org.dbunit
DatabaseTester that uses a DataSource to create connections.
DataSourceDatabaseTester(DataSource) - Constructor for class org.dbunit.DataSourceDatabaseTester
Creates a new DataSourceDatabaseTester with the specified DataSource.
DataSourceDatabaseTester(DataSource, String) - Constructor for class org.dbunit.DataSourceDatabaseTester
Creates a new DataSourceDatabaseTester with the specified DataSource and schema name.
DataType - Class in org.dbunit.dataset.datatype
Data type that maps Types objects to their java counterparts.
DataType() - Constructor for class org.dbunit.dataset.datatype.DataType
 
DataTypeException - Exception in org.dbunit.dataset.datatype
 
DataTypeException() - Constructor for exception org.dbunit.dataset.datatype.DataTypeException
 
DataTypeException(String) - Constructor for exception org.dbunit.dataset.datatype.DataTypeException
 
DataTypeException(Throwable) - Constructor for exception org.dbunit.dataset.datatype.DataTypeException
 
DataTypeException(String, Throwable) - Constructor for exception org.dbunit.dataset.datatype.DataTypeException
 
DATE - Static variable in class org.dbunit.dataset.datatype.DataType
 
DATE - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
 
DATE_FORMAT_AS_NUMBER_DBUNIT - Static variable in class org.dbunit.dataset.excel.XlsDataSetWriter
A special format pattern used to create a custom HSSFDataFormat which marks Date values that are stored via POI to an XLS file.
DateDataType - Class in org.dbunit.dataset.datatype
 
Db2Connection - Class in org.dbunit.ext.db2
Database connection for DB2 that pre-configures all properties required to successfully use dbunit with DB2.
Db2Connection(Connection, String) - Constructor for class org.dbunit.ext.db2.Db2Connection
 
Db2DataTypeFactory - Class in org.dbunit.ext.db2
Specialized factory that recognizes DB2 data types.
Db2DataTypeFactory() - Constructor for class org.dbunit.ext.db2.Db2DataTypeFactory
 
Db2MetadataHandler - Class in org.dbunit.ext.db2
Customized MetadataHandler for DB2 as match Columns of DefaultMetadataHandler fails with a RuntimeException.
Db2MetadataHandler() - Constructor for class org.dbunit.ext.db2.Db2MetadataHandler
 
DB_PRODUCT_SYBASE - Static variable in class org.dbunit.util.SQLHelper
The database product name reported by Sybase JDBC drivers.
DbAssertionFailedError - Error in org.dbunit.assertion
Exception signaling a DbUnit assertion failure.
DbAssertionFailedError() - Constructor for error org.dbunit.assertion.DbAssertionFailedError
 
DbAssertionFailedError(String) - Constructor for error org.dbunit.assertion.DbAssertionFailedError
 
DbComparisonFailure - Error in org.dbunit.assertion
Exception signaling a DbUnit assertion failure while comparing values.
DbComparisonFailure(String, String, String) - Constructor for error org.dbunit.assertion.DbComparisonFailure
 
DbConfig - Class in org.dbunit.ant
The database configuration for the ant task.
DbConfig() - Constructor for class org.dbunit.ant.DbConfig
 
DbConfig.Feature - Class in org.dbunit.ant
 
DbConfig.Feature() - Constructor for class org.dbunit.ant.DbConfig.Feature
 
DBTestCase - Class in org.dbunit
Base testCase for database testing.
DBTestCase() - Constructor for class org.dbunit.DBTestCase
 
DBTestCase(String) - Constructor for class org.dbunit.DBTestCase
 
DBUNIT_CONNECTION_URL - Static variable in class org.dbunit.PropertiesBasedJdbcDatabaseTester
A key for property that defines the connection url
DBUNIT_DRIVER_CLASS - Static variable in class org.dbunit.PropertiesBasedJdbcDatabaseTester
A key for property that defines the driver classname
DBUNIT_PASSWORD - Static variable in class org.dbunit.PropertiesBasedJdbcDatabaseTester
A key for property that defines the user's password
DBUNIT_SCHEMA - Static variable in class org.dbunit.PropertiesBasedJdbcDatabaseTester
A key for property that defines the database schema
DBUNIT_USERNAME - Static variable in class org.dbunit.PropertiesBasedJdbcDatabaseTester
A key for property that defines the username
DbUnitAssert - Class in org.dbunit.assertion
Default implementation of DbUnit assertions, based on the original methods present at Assertion
DbUnitAssert() - Constructor for class org.dbunit.assertion.DbUnitAssert
Default constructor
DbUnitAssert.ComparisonColumn - Class in org.dbunit.assertion
Represents a single column to be used for the comparison of table data.
DbUnitAssert.ComparisonColumn(String, Column, Column, FailureHandler) - Constructor for class org.dbunit.assertion.DbUnitAssert.ComparisonColumn
 
DbUnitTask - Class in org.dbunit.ant
DbUnitTask is the task definition for an Ant interface to DbUnit.
DbUnitTask() - Constructor for class org.dbunit.ant.DbUnitTask
 
DbUnitTaskStep - Interface in org.dbunit.ant
The DbUnitTaskStep interface allows the execute method to be called on all elements nested under DbUnitTask.
DECIMAL - Static variable in class org.dbunit.dataset.datatype.DataType
 
DECIMAL - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
 
DECODE - Static variable in class org.dbunit.util.Base64
Specify decoding (value is false).
decode(String) - Static method in class org.dbunit.util.Base64
Decodes data from Base64 notation.
decode(byte[], int, int) - Static method in class org.dbunit.util.Base64
Decodes Base64 content in byte array format and returns the decoded byte array.
decodeToObject(String) - Static method in class org.dbunit.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeToString(String) - Static method in class org.dbunit.util.Base64
Decodes data from Base64 notation and returns it as a string.
decrement() - Method in class org.dbunit.util.concurrent.SynchronizedInt
Decrement the value.
DEFAULT_ENCODING - Static variable in class org.dbunit.util.xml.XmlWriter
Default encoding value which is "UTF-8"
DEFAULT_ESCAPE_CHAR - Static variable in class org.dbunit.dataset.common.handlers.EscapeHandler
 
DEFAULT_SEPARATOR_CHAR - Static variable in class org.dbunit.dataset.common.handlers.SeparatorHandler
 
DefaultChannelCapacity - Class in org.dbunit.util.concurrent
A utility class to set the default capacity of BoundedChannel implementations that otherwise require a capacity argument
DefaultChannelCapacity() - Constructor for class org.dbunit.util.concurrent.DefaultChannelCapacity
 
DefaultColumnFilter - Class in org.dbunit.dataset.filter
Implementation of the IColumnFilter interface that exposes columns matching include patterns and not matching exclude patterns.
DefaultColumnFilter() - Constructor for class org.dbunit.dataset.filter.DefaultColumnFilter
 
DefaultConsumer - Class in org.dbunit.dataset.stream
This class provides no op implementations for all of the callbacks in the IDataSetConsumer interface.
DefaultConsumer() - Constructor for class org.dbunit.dataset.stream.DefaultConsumer
 
DefaultDatabaseTester - Class in org.dbunit
Default implementation of AbstractDatabaseTester, which does not know how to get a connection by itself.
DefaultDatabaseTester(IDatabaseConnection) - Constructor for class org.dbunit.DefaultDatabaseTester
Creates a new DefaultDatabaseTester with the supplied connection.
DefaultDataSet - Class in org.dbunit.dataset
Simple implementation of a dataset backed by ITable objects which can be added dynamically.
DefaultDataSet() - Constructor for class org.dbunit.dataset.DefaultDataSet
 
DefaultDataSet(boolean) - Constructor for class org.dbunit.dataset.DefaultDataSet
Creates a default dataset which is empty initially
DefaultDataSet(ITable) - Constructor for class org.dbunit.dataset.DefaultDataSet
 
DefaultDataSet(ITable, ITable) - Constructor for class org.dbunit.dataset.DefaultDataSet
 
DefaultDataSet(ITable[]) - Constructor for class org.dbunit.dataset.DefaultDataSet
 
DefaultDataSet(ITable[], boolean) - Constructor for class org.dbunit.dataset.DefaultDataSet
Creates a default dataset which consists of the given tables
DefaultDataTypeFactory - Class in org.dbunit.dataset.datatype
Generic factory that handle standard JDBC types.
DefaultDataTypeFactory() - Constructor for class org.dbunit.dataset.datatype.DefaultDataTypeFactory
 
DefaultFailureHandler - Class in org.dbunit.assertion
Default implementation of the FailureHandler.
DefaultFailureHandler() - Constructor for class org.dbunit.assertion.DefaultFailureHandler
Default constructor which does not provide any additional column information.
DefaultFailureHandler(Column[]) - Constructor for class org.dbunit.assertion.DefaultFailureHandler
Create a default failure handler
DefaultFailureHandler(String[]) - Constructor for class org.dbunit.assertion.DefaultFailureHandler
Create a default failure handler
DefaultFailureHandler.DefaultFailureFactory - Class in org.dbunit.assertion
Default failure factory which returns DBUnits own assertion error instances.
DefaultFailureHandler.DefaultFailureFactory() - Constructor for class org.dbunit.assertion.DefaultFailureHandler.DefaultFailureFactory
 
DefaultMetadataHandler - Class in org.dbunit.database
Default implementation of IMetadataHandler which works for the most databases.
DefaultMetadataHandler() - Constructor for class org.dbunit.database.DefaultMetadataHandler
 
DefaultOperationListener - Class in org.dbunit
Default implementation of the IOperationListener.
DefaultOperationListener() - Constructor for class org.dbunit.DefaultOperationListener
 
DefaultPrepAndExpectedTestCase - Class in org.dbunit
Test case base class supporting prep data and expected data.
DefaultPrepAndExpectedTestCase() - Constructor for class org.dbunit.DefaultPrepAndExpectedTestCase
Create new instance.
DefaultPrepAndExpectedTestCase(DataFileLoader, IDatabaseTester) - Constructor for class org.dbunit.DefaultPrepAndExpectedTestCase
Create new instance with specified dataFileLoader and databasetester.
DefaultPrepAndExpectedTestCase(String) - Constructor for class org.dbunit.DefaultPrepAndExpectedTestCase
Create new instance with specified test case name.
DefaultTable - Class in org.dbunit.dataset
Default table implementation backed by a simple java in-memory list.
DefaultTable(ITableMetaData, List) - Constructor for class org.dbunit.dataset.DefaultTable
Deprecated. Use public mutators to initialize table values instead
DefaultTable(String) - Constructor for class org.dbunit.dataset.DefaultTable
Creates a new empty table having the specified name.
DefaultTable(String, Column[], List) - Constructor for class org.dbunit.dataset.DefaultTable
Deprecated. Use public mutators to initialize table values instead
DefaultTable(String, Column[]) - Constructor for class org.dbunit.dataset.DefaultTable
Creates a new empty table with specified metadata.
DefaultTable(ITableMetaData) - Constructor for class org.dbunit.dataset.DefaultTable
 
DefaultTableFilter - Class in org.dbunit.dataset.filter
This filter exposes only tables matching include patterns and not matching exclude patterns.
DefaultTableFilter() - Constructor for class org.dbunit.dataset.filter.DefaultTableFilter
 
DefaultTableIterator - Class in org.dbunit.dataset
 
DefaultTableIterator(ITable[]) - Constructor for class org.dbunit.dataset.DefaultTableIterator
 
DefaultTableIterator(ITable[], boolean) - Constructor for class org.dbunit.dataset.DefaultTableIterator
 
DefaultTableMetaData - Class in org.dbunit.dataset
 
DefaultTableMetaData(String, Column[]) - Constructor for class org.dbunit.dataset.DefaultTableMetaData
 
DefaultTableMetaData(String, Column[], String[]) - Constructor for class org.dbunit.dataset.DefaultTableMetaData
 
DefaultTableMetaData(String, Column[], Column[]) - Constructor for class org.dbunit.dataset.DefaultTableMetaData
 
DELETE - Static variable in class org.dbunit.operation.DatabaseOperation
 
DELETE_ALL - Static variable in class org.dbunit.operation.DatabaseOperation
 
DeleteAllOperation - Class in org.dbunit.operation
Deletes all rows of tables present in the specified dataset.
deleteDirectory(File, boolean) - Static method in class org.dbunit.util.FileHelper
Recursively deletes the given directory
deleteDirectory(File) - Static method in class org.dbunit.util.FileHelper
Recursively deletes the given directory
DeleteOperation - Class in org.dbunit.operation
Deletes only the dataset contents from the database.
DENY_MODE - Static variable in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
 
DepthFirstSearch - Class in org.dbunit.util.search
Search using depth-first algorithm.
DepthFirstSearch() - Constructor for class org.dbunit.util.search.DepthFirstSearch
Creates a new depth-first algorithm using the maximum search depth for recursing over the nodes.
DepthFirstSearch(int) - Constructor for class org.dbunit.util.search.DepthFirstSearch
Creates a new depth-first algorithm
deq() - Method in class org.dbunit.util.concurrent.SynchronousChannel.Queue
 
DiffCollectingFailureHandler - Class in org.dbunit.assertion
A FailureHandler that collects the Differences that were found without throwing an exception.
DiffCollectingFailureHandler() - Constructor for class org.dbunit.assertion.DiffCollectingFailureHandler
 
Difference - Class in org.dbunit.assertion
Value object to hold the difference of a single data cell found while comparing data.
Difference(ITable, ITable, int, String, Object, Object) - Constructor for class org.dbunit.assertion.Difference
 
DifferenceListener - Interface in org.dbunit.assertion
Callback for DbUnitAssert to notify about the differences found during an assertion.
divide(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
Divide value by factor (i.e., set value /= factor)
DOUBLE - Static variable in class org.dbunit.dataset.datatype.DataType
 
DOUBLE - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
 
DoubleDataType - Class in org.dbunit.dataset.datatype
 
duration - Variable in exception org.dbunit.util.concurrent.TimeoutException
The approximate time that the operation lasted before this timeout exception was thrown.

E

Edge - Class in org.dbunit.util.search
Basic implementation of the IEdge interface.
Edge(Comparable, Comparable) - Constructor for class org.dbunit.util.search.Edge
 
edgeAdded(ForeignKeyRelationshipEdge) - Method in class org.dbunit.database.PrimaryKeyFilter
 
elementDecl(String, String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
emptySlots_ - Variable in class org.dbunit.util.concurrent.BoundedBuffer
 
enablePrettyPrint(boolean) - Method in class org.dbunit.util.xml.XmlWriter
Turn pretty printing on or off.
ENCODE - Static variable in class org.dbunit.util.Base64
Specify encoding (value is true).
encodeBytes(byte[]) - Static method in class org.dbunit.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.dbunit.util.Base64
Encodes a byte array into Base64 notation.
encodeObject(Serializable) - Static method in class org.dbunit.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeString(String) - Static method in class org.dbunit.util.Base64
Encodes a string in Base64 notation with line breaks after every 75 Base64 characters.
endCDATA() - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
endDataSet() - Method in class org.dbunit.dataset.CachedDataSet
 
endDataSet() - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
 
endDataSet() - Method in class org.dbunit.dataset.stream.BufferedConsumer
 
endDataSet() - Method in class org.dbunit.dataset.stream.DefaultConsumer
 
endDataSet() - Method in interface org.dbunit.dataset.stream.IDataSetConsumer
Receive notification of the end of a dataset.
endDataSet() - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
 
endDataSet() - Method in class org.dbunit.dataset.xml.FlatXmlWriter
 
endDataSet() - Method in class org.dbunit.dataset.xml.XmlDataSetWriter
 
endDTD() - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
endElement(String, String, String) - Method in class org.dbunit.dataset.xml.FlatXmlProducer
 
endElement(String, String, String) - Method in class org.dbunit.dataset.xml.XmlProducer
 
endElement() - Method in class org.dbunit.util.xml.XmlWriter
End the current element.
endEntity(String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
ENDPIECE() - Static method in class org.dbunit.dataset.common.handlers.SeparatorHandler
 
endTable() - Method in class org.dbunit.dataset.CachedDataSet
 
endTable() - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
 
endTable() - Method in class org.dbunit.dataset.stream.BufferedConsumer
 
endTable() - Method in class org.dbunit.dataset.stream.DefaultConsumer
 
endTable() - Method in interface org.dbunit.dataset.stream.IDataSetConsumer
Receive notification of the end of a table.
endTable() - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
 
endTable() - Method in class org.dbunit.dataset.xml.FlatXmlWriter
 
endTable() - Method in class org.dbunit.dataset.xml.XmlDataSetWriter
 
ENFORCE(PipelineComponent) - Static method in class org.dbunit.dataset.common.handlers.EnforceHandler
 
ENFORCE(PipelineComponent[]) - Static method in class org.dbunit.dataset.common.handlers.EnforceHandler
 
EnforceHandler - Class in org.dbunit.dataset.common.handlers
 
enq(LinkedNode) - Method in class org.dbunit.util.concurrent.SynchronousChannel.Queue
 
equals(Object) - Method in class org.dbunit.database.DatabaseConfig.ConfigProperty
 
equals(Object) - Method in class org.dbunit.database.search.ForeignKeyRelationshipEdge
 
equals(Object) - Method in class org.dbunit.dataset.Column
 
equals(Object) - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
 
equals(Object) - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
 
equals(Object) - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
 
equals(Object) - Method in class org.dbunit.ext.oracle.OracleSdoPointType
 
equals(Object) - Method in class org.dbunit.util.concurrent.SynchronizedInt
 
equals(Object) - Method in class org.dbunit.util.search.Edge
 
equalsIgnoreMapping(BitSet, ITable, int) - Method in class org.dbunit.operation.InsertOperation
 
error(SAXParseException) - Method in class org.dbunit.dataset.xml.FlatXmlProducer
 
error(SAXParseException) - Method in class org.dbunit.dataset.xml.XmlProducer
 
ESCAPE() - Static method in class org.dbunit.dataset.common.handlers.EscapeHandler
 
escape(String) - Static method in class org.dbunit.dataset.csv.CsvDataSetWriter
 
EscapeHandler - Class in org.dbunit.dataset.common.handlers
 
excludeColumn(String) - Method in class org.dbunit.dataset.filter.DefaultColumnFilter
Add a new refused column name pattern for all tables.
excludeColumns(Column[]) - Method in class org.dbunit.dataset.filter.DefaultColumnFilter
Add specified columns to excluded column name list.
excludedColumnsTable(ITable, String[]) - Static method in class org.dbunit.dataset.filter.DefaultColumnFilter
Returns a table backed by the specified table but with specified columns excluded.
excludedColumnsTable(ITable, Column[]) - Static method in class org.dbunit.dataset.filter.DefaultColumnFilter
Returns a table backed by the specified table but with specified columns excluded.
excludeTable(String) - Method in class org.dbunit.dataset.filter.DefaultTableFilter
Add a new refused table pattern name.
excludeTable(String) - Method in class org.dbunit.dataset.filter.ExcludeTableFilter
Add a new refused table pattern name.
ExcludeTableFilter - Class in org.dbunit.dataset.filter
This filter hides specified tables from the filtered dataset.
ExcludeTableFilter() - Constructor for class org.dbunit.dataset.filter.ExcludeTableFilter
Create a new empty ExcludeTableFilter.
ExcludeTableFilter(String[]) - Constructor for class org.dbunit.dataset.filter.ExcludeTableFilter
Create a new ExcludeTableFilter which prevent access to specified tables.
ExclusiveTransactionException - Exception in org.dbunit.operation
 
ExclusiveTransactionException() - Constructor for exception org.dbunit.operation.ExclusiveTransactionException
 
ExclusiveTransactionException(String) - Constructor for exception org.dbunit.operation.ExclusiveTransactionException
 
ExclusiveTransactionException(String, Throwable) - Constructor for exception org.dbunit.operation.ExclusiveTransactionException
 
ExclusiveTransactionException(Throwable) - Constructor for exception org.dbunit.operation.ExclusiveTransactionException
 
execute(IDatabaseConnection) - Method in class org.dbunit.ant.Compare
 
execute() - Method in class org.dbunit.ant.DbUnitTask
Load the step and then execute it
execute(IDatabaseConnection) - Method in interface org.dbunit.ant.DbUnitTaskStep
 
execute(IDatabaseConnection) - Method in class org.dbunit.ant.Export
 
execute(IDatabaseConnection) - Method in class org.dbunit.ant.Operation
 
execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.ext.mssql.InsertIdentityOperation
 
execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.AbstractBatchOperation
 
execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.CloseConnectionOperation
 
execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.CompositeOperation
 
execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.DatabaseOperation
Executes this operation on the specified database using the specified dataset contents.
execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.DeleteAllOperation
 
execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.RefreshOperation
 
execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.TransactionOperation
 
execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.TruncateTableOperation
 
execute(Runnable) - Method in interface org.dbunit.util.concurrent.Executor
Execute the given command.
execute(Runnable) - Method in class org.dbunit.util.concurrent.SynchronizedVariable
If current thread is not interrupted, execute the given command within this object's lock
executeBatch() - Method in class org.dbunit.database.statement.AutomaticPreparedBatchStatement
 
executeBatch() - Method in class org.dbunit.database.statement.BatchStatement
 
executeBatch() - Method in class org.dbunit.database.statement.BatchStatementDecorator
 
executeBatch() - Method in class org.dbunit.database.statement.CompoundStatement
 
executeBatch() - Method in interface org.dbunit.database.statement.IBatchStatement
 
executeBatch() - Method in interface org.dbunit.database.statement.IPreparedBatchStatement
 
executeBatch() - Method in class org.dbunit.database.statement.PreparedBatchStatement
 
executeBatch() - Method in class org.dbunit.database.statement.SimplePreparedStatement
 
executeBatch() - Method in class org.dbunit.database.statement.SimpleStatement
 
Executor - Interface in org.dbunit.util.concurrent
Interface for objects that execute Runnables, as well as various objects that can be wrapped as Runnables.
Export - Class in org.dbunit.ant
The Export class is the step that facilitates exporting the contents of the database and/or it's corresponding DTD to a file.
Export() - Constructor for class org.dbunit.ant.Export
 
EXPORT - Static variable in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
 
ExportedKeysSearchCallback - Class in org.dbunit.database.search
ISearchCallback implementation that get the nodes using direct foreign key dependency, i.e, if table A has a FK for a table B, then getNodes(B) will return A.
ExportedKeysSearchCallback(IDatabaseConnection) - Constructor for class org.dbunit.database.search.ExportedKeysSearchCallback
 
externalEntityDecl(String, String, String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
extract() - Method in class org.dbunit.util.concurrent.BoundedBuffer
 
extract() - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
Main mechanics for take/poll
extract() - Method in class org.dbunit.util.concurrent.LinkedQueue
Main mechanics for take/poll
extract() - Method in class org.dbunit.util.concurrent.SemaphoreControlledChannel
Internal mechanics of take.
extract() - Method in class org.dbunit.util.concurrent.Slot
Take item known to exist

F

fail(String) - Method in class org.dbunit.assertion.SimpleAssert
 
FailureFactory - Interface in org.dbunit.assertion
Factory to create exceptions for the testing framework to be used, for example JUnit, TestNG or dbunit exceptions.
FailureHandler - Interface in org.dbunit.assertion
Handles the failure of an assertion.
FEATURE_BATCHED_STATEMENTS - Static variable in class org.dbunit.database.DatabaseConfig
 
FEATURE_CASE_SENSITIVE_TABLE_NAMES - Static variable in class org.dbunit.database.DatabaseConfig
 
FEATURE_DATATYPE_WARNING - Static variable in class org.dbunit.database.DatabaseConfig
 
FEATURE_QUALIFIED_TABLE_NAMES - Static variable in class org.dbunit.database.DatabaseConfig
 
FEATURE_SKIP_ORACLE_RECYCLEBIN_TABLES - Static variable in class org.dbunit.database.DatabaseConfig
 
FileHelper - Class in org.dbunit.util
Utility that provides some general methods for working with File objects.
FilteredDataSet - Class in org.dbunit.dataset
Decorates a dataset and exposes only some tables from it.
FilteredDataSet(String[], IDataSet) - Constructor for class org.dbunit.dataset.FilteredDataSet
Creates a FilteredDataSet that decorates the specified dataset and exposes only the specified tables using SequenceTableFilter as filtering strategy.
FilteredDataSet(ITableFilter, IDataSet) - Constructor for class org.dbunit.dataset.FilteredDataSet
Creates a FilteredDataSet that decorates the specified dataset and exposes only the tables allowed by the specified filter.
FilteredTableMetaData - Class in org.dbunit.dataset
 
FilteredTableMetaData(ITableMetaData, IColumnFilter) - Constructor for class org.dbunit.dataset.FilteredTableMetaData
 
finalize() - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
 
findByName(String) - Static method in class org.dbunit.database.DatabaseConfig
Searches the DatabaseConfig.ConfigProperty object for the property with the given name
findByShortName(String) - Static method in class org.dbunit.database.DatabaseConfig
Searches the DatabaseConfig.ConfigProperty object for the property with the given name
findColumnsByName(String[], ITableMetaData) - Static method in class org.dbunit.dataset.Columns
Searches for the given columns using only the Column.getColumnName() in the given tableMetaData
findColumnsByName(Column[], ITableMetaData) - Static method in class org.dbunit.dataset.Columns
Searches for the given columns using only the Column.getColumnName() in the given tableMetaData
findToleratedDelta(String, String) - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap
Lookup a tolerated delta object by tableName and ColumnName.
firePropertyChange(String, Object, Object) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Report a bound property update to any registered listeners.
firePropertyChange(String, int, int) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Report an int bound property update to any registered listeners.
firePropertyChange(String, boolean, boolean) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Report a boolean bound property update to any registered listeners.
firePropertyChange(PropertyChangeEvent) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Fire an existing PropertyChangeEvent to any registered listeners.
FK_INDEXES - Static variable in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
 
FKRelationshipEdge - Class in org.dbunit.database.search
Deprecated. this class duplicates ForeignKeyRelationshipEdge and should be removed
FKRelationshipEdge(String, String, String, String) - Constructor for class org.dbunit.database.search.FKRelationshipEdge
Deprecated.  
FlatDtdDataSet - Class in org.dbunit.dataset.xml
 
FlatDtdDataSet() - Constructor for class org.dbunit.dataset.xml.FlatDtdDataSet
 
FlatDtdDataSet(InputStream) - Constructor for class org.dbunit.dataset.xml.FlatDtdDataSet
 
FlatDtdDataSet(Reader) - Constructor for class org.dbunit.dataset.xml.FlatDtdDataSet
 
FlatDtdDataSet(IDataSetProducer) - Constructor for class org.dbunit.dataset.xml.FlatDtdDataSet
 
FlatDtdProducer - Class in org.dbunit.dataset.xml
Produces a DataSet from a flat DTD.
FlatDtdProducer() - Constructor for class org.dbunit.dataset.xml.FlatDtdProducer
 
FlatDtdProducer(InputSource) - Constructor for class org.dbunit.dataset.xml.FlatDtdProducer
 
FlatDtdWriter - Class in org.dbunit.dataset.xml
 
FlatDtdWriter(Writer) - Constructor for class org.dbunit.dataset.xml.FlatDtdWriter
 
FlatDtdWriter.ChoiceModel - Class in org.dbunit.dataset.xml
 
FlatDtdWriter.ContentModel - Class in org.dbunit.dataset.xml
 
FlatDtdWriter.SequenceModel - Class in org.dbunit.dataset.xml
 
FlatXmlDataFileLoader - Class in org.dbunit.util.fileloader
 
FlatXmlDataFileLoader() - Constructor for class org.dbunit.util.fileloader.FlatXmlDataFileLoader
Create new instance.
FlatXmlDataFileLoader(Map) - Constructor for class org.dbunit.util.fileloader.FlatXmlDataFileLoader
Create new instance with replacement objects.
FlatXmlDataFileLoader(Map, Map) - Constructor for class org.dbunit.util.fileloader.FlatXmlDataFileLoader
Create new instance with replacement objects and replacement substrings.
FlatXmlDataFileLoader(Map, Map, FlatXmlDataSetBuilder) - Constructor for class org.dbunit.util.fileloader.FlatXmlDataFileLoader
Create new instance with replacement objects, replacement substrings, and FlatXmlDataSetBuilder.
FlatXmlDataFileLoader(FlatXmlDataSetBuilder) - Constructor for class org.dbunit.util.fileloader.FlatXmlDataFileLoader
Create new instance with a FlatXmlDataSetBuilder.
FlatXmlDataSet - Class in org.dbunit.dataset.xml
Reads and writes flat XML dataset document.
FlatXmlDataSet(FlatXmlProducer) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Creates a new FlatXmlDataSet with the data of the given producer.
FlatXmlDataSet(InputSource) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Deprecated. since 2.4.7 - use FlatXmlDataSetBuilder to create a FlatXmlDataSet
FlatXmlDataSet(File) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Deprecated. since 2.4.7 - use FlatXmlDataSetBuilder to create a FlatXmlDataSet
FlatXmlDataSet(File, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Deprecated. since 2.4.7 - use FlatXmlDataSetBuilder to create a FlatXmlDataSet
FlatXmlDataSet(File, boolean, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Deprecated. since 2.4.7 - use FlatXmlDataSetBuilder to create a FlatXmlDataSet
FlatXmlDataSet(File, boolean, boolean, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Deprecated. since 2.4.7 - use FlatXmlDataSetBuilder to create a FlatXmlDataSet
FlatXmlDataSet(URL) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Deprecated. since 2.4.7 - use FlatXmlDataSetBuilder to create a FlatXmlDataSet
FlatXmlDataSet(URL, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Deprecated. since 2.4.7 - use FlatXmlDataSetBuilder to create a FlatXmlDataSet
FlatXmlDataSet(URL, boolean, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Deprecated. since 2.4.7 - use FlatXmlDataSetBuilder to create a FlatXmlDataSet
FlatXmlDataSet(URL, boolean, boolean, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Deprecated. since 2.4.7 - use FlatXmlDataSetBuilder to create a FlatXmlDataSet
FlatXmlDataSet(Reader) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Deprecated. since 2.4.7 - use FlatXmlDataSetBuilder to create a FlatXmlDataSet
FlatXmlDataSet(Reader, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Deprecated. since 2.4.7 - use FlatXmlDataSetBuilder to create a FlatXmlDataSet
FlatXmlDataSet(Reader, boolean, boolean, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Deprecated. since 2.4.7 - use FlatXmlDataSetBuilder to create a FlatXmlDataSet
FlatXmlDataSet(Reader, Reader) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Deprecated. since 2.4.7 - use FlatXmlDataSetBuilder to create a FlatXmlDataSet
FlatXmlDataSet(Reader, IDataSet) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Deprecated. since 2.4.7 - use FlatXmlDataSetBuilder to create a FlatXmlDataSet
FlatXmlDataSet(InputStream) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Deprecated. since 2.4.7 - use FlatXmlDataSetBuilder to create a FlatXmlDataSet
FlatXmlDataSet(InputStream, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Deprecated. since 2.4.7 - use FlatXmlDataSetBuilder to create a FlatXmlDataSet
FlatXmlDataSet(InputStream, InputStream) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Deprecated. since 2.4.7 - use FlatXmlDataSetBuilder to create a FlatXmlDataSet
FlatXmlDataSet(InputStream, IDataSet) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Deprecated. since 2.4.7 - use FlatXmlDataSetBuilder to create a FlatXmlDataSet
FlatXmlDataSetBuilder - Class in org.dbunit.dataset.xml
Builder for the creation of FlatXmlDataSet instances.
FlatXmlDataSetBuilder() - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
Default constructor
FlatXmlProducer - Class in org.dbunit.dataset.xml
 
FlatXmlProducer(InputSource) - Constructor for class org.dbunit.dataset.xml.FlatXmlProducer
 
FlatXmlProducer(InputSource, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlProducer
 
FlatXmlProducer(InputSource, IDataSet) - Constructor for class org.dbunit.dataset.xml.FlatXmlProducer
 
FlatXmlProducer(InputSource, EntityResolver) - Constructor for class org.dbunit.dataset.xml.FlatXmlProducer
 
FlatXmlProducer(InputSource, boolean, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlProducer
 
FlatXmlProducer(InputSource, boolean, boolean, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlProducer
 
FlatXmlWriter - Class in org.dbunit.dataset.xml
 
FlatXmlWriter(OutputStream) - Constructor for class org.dbunit.dataset.xml.FlatXmlWriter
 
FlatXmlWriter(OutputStream, String) - Constructor for class org.dbunit.dataset.xml.FlatXmlWriter
 
FlatXmlWriter(Writer) - Constructor for class org.dbunit.dataset.xml.FlatXmlWriter
 
FlatXmlWriter(Writer, String) - Constructor for class org.dbunit.dataset.xml.FlatXmlWriter
 
FLOAT - Static variable in class org.dbunit.dataset.datatype.DataType
 
FLOAT - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
 
FloatDataType - Class in org.dbunit.dataset.datatype
 
flush() - Method in class org.dbunit.util.Base64.OutputStream
Appropriately pads Base64 notation when encoding or throws an exception if Base64 input is not properly padded when decoding.
ForeignKeyRelationshipEdge - Class in org.dbunit.database.search
Implementation of an edge representing a foreign key (FK) relationship between two tables.
ForeignKeyRelationshipEdge(String, String, String, String) - Constructor for class org.dbunit.database.search.ForeignKeyRelationshipEdge
Creates an edge representing a FK.
format(ITable) - Method in class org.dbunit.util.TableFormatter
Formats a table with all data in a beautiful way.
FORMAT_CSV - Static variable in class org.dbunit.ant.AbstractStep
 
FORMAT_DTD - Static variable in class org.dbunit.ant.AbstractStep
 
FORMAT_FLAT - Static variable in class org.dbunit.ant.AbstractStep
 
FORMAT_XLS - Static variable in class org.dbunit.ant.AbstractStep
 
FORMAT_XML - Static variable in class org.dbunit.ant.AbstractStep
 
forObject(Object) - Static method in class org.dbunit.dataset.datatype.DataType
Returns the DataType corresponding to the specified value runtime class.
forSqlType(int) - Static method in class org.dbunit.dataset.datatype.DataType
Returns the DataType corresponding to the specified Sql type.
forSqlTypeName(String) - Static method in class org.dbunit.dataset.datatype.DataType
Deprecated. Should not be used anymore
ForwardOnlyDataSet - Class in org.dbunit.dataset
Decorator that allows forward only access to decorated dataset.
ForwardOnlyDataSet(IDataSet) - Constructor for class org.dbunit.dataset.ForwardOnlyDataSet
 
ForwardOnlyResultSetTable - Class in org.dbunit.database
 
ForwardOnlyResultSetTable(ITableMetaData, ResultSet) - Constructor for class org.dbunit.database.ForwardOnlyResultSetTable
 
ForwardOnlyResultSetTable(ITableMetaData, IDatabaseConnection) - Constructor for class org.dbunit.database.ForwardOnlyResultSetTable
 
ForwardOnlyResultSetTable(String, String, IDatabaseConnection) - Constructor for class org.dbunit.database.ForwardOnlyResultSetTable
 
ForwardOnlyResultSetTableFactory - Class in org.dbunit.database
 
ForwardOnlyResultSetTableFactory() - Constructor for class org.dbunit.database.ForwardOnlyResultSetTableFactory
 
ForwardOnlyTable - Class in org.dbunit.dataset
 
ForwardOnlyTable(ITable) - Constructor for class org.dbunit.dataset.ForwardOnlyTable
 
freeTemporaryClob(CLOB) - Method in class org.dbunit.ext.oracle.OracleClobDataType
 
FullXmlDataFileLoader - Class in org.dbunit.util.fileloader
 
FullXmlDataFileLoader() - Constructor for class org.dbunit.util.fileloader.FullXmlDataFileLoader
Create new instance.
FullXmlDataFileLoader(Map) - Constructor for class org.dbunit.util.fileloader.FullXmlDataFileLoader
Create new instance with replacement objects.
FullXmlDataFileLoader(Map, Map) - Constructor for class org.dbunit.util.fileloader.FullXmlDataFileLoader
Create new instance with replacement objects and replacement substrings.

G

GenericEnumType - Class in org.dbunit.ext.postgresql
Adapter to handle conversion between Postgresql native Enum type and Strings.
GenericEnumType(String) - Constructor for class org.dbunit.ext.postgresql.GenericEnumType
 
get(String) - Method in class org.dbunit.database.PrimaryKeyFilter.PkTableMap
 
get(String) - Method in class org.dbunit.dataset.OrderedTableNameMap
Returns the object associated with the given table name
get() - Static method in class org.dbunit.util.concurrent.DefaultChannelCapacity
Get the default capacity used in default (no-argument) constructor for BoundedChannels that otherwise require a capacity argument.
get() - Method in class org.dbunit.util.concurrent.SynchronizedInt
Return the current value
getActual() - Method in error org.dbunit.assertion.DbComparisonFailure
 
getActual() - Method in class org.dbunit.dataset.Columns.ColumnDiff
 
getActualAsString() - Method in class org.dbunit.dataset.Columns.ColumnDiff
 
getActualTable() - Method in class org.dbunit.assertion.Difference
 
getActualValue() - Method in class org.dbunit.assertion.Difference
 
getAdditionalInfo(ITable, ITable, int, String) - Method in class org.dbunit.assertion.DefaultFailureHandler
 
getAdditionalInfo(ITable, ITable, int, String) - Method in interface org.dbunit.assertion.FailureHandler
Returns a string to be appended to the assertion failure message.
getAllDataset(IDatabaseConnection, String, Set) - Static method in class org.dbunit.database.search.TablesDependencyHelper
 
getAllDataset(IDatabaseConnection, PrimaryKeyFilter.PkTableMap) - Static method in class org.dbunit.database.search.TablesDependencyHelper
 
getAllDependentTables(IDatabaseConnection, String) - Static method in class org.dbunit.database.search.TablesDependencyHelper
Get the name of all tables that depend on a root table ( i.e, all tables whose PK is a FK for the root table) and also the tables the root table depends on (i.e., all tables which have a FK for the root table's PK).
getAllDependentTables(IDatabaseConnection, String[]) - Static method in class org.dbunit.database.search.TablesDependencyHelper
Get the name of all tables that depend on the root tables ( i.e, all tables whose PK is a FK for any of the root tables) and also the tables the root tables depends on (i.e., all tables which have a FK for any of the root table's PK).
getArray() - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
 
getArray(long, int) - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
 
getArray() - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
 
getArray(long, int) - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
 
getAutoIncrement() - Method in class org.dbunit.dataset.Column
 
getBaseType() - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
 
getBaseType() - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
 
getBaseTypeName() - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
 
getBaseTypeName() - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
 
getBatchSize() - Method in class org.dbunit.ant.DbUnitTask
 
getBuilder() - Method in class org.dbunit.util.fileloader.FlatXmlDataFileLoader
Get the builder.
getChild(String) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Return the child associated with property, or null if no such
getClob(Object, Connection) - Method in class org.dbunit.ext.oracle.OracleClobDataType
 
getColumn(String, Column[]) - Static method in class org.dbunit.dataset.Columns
Search and return the specified column from the specified column array.
getColumn(String, Column[]) - Static method in class org.dbunit.dataset.DataSetUtils
Deprecated. since 2.3.0 - prefer usage of Columns.getColumn(String, Column[])
getColumnDiff(ITableMetaData, ITableMetaData) - Static method in class org.dbunit.dataset.Columns
Returns the column difference of the two given ITableMetaData objects
getColumnExclusionFilters() - Method in class org.dbunit.VerifyTableDefinition
 
getColumnInclusionFilters() - Method in class org.dbunit.VerifyTableDefinition
 
getColumnIndex(String) - Method in class org.dbunit.dataset.AbstractTable
 
getColumnIndex(String) - Method in class org.dbunit.dataset.AbstractTableMetaData
Provides the index of the column with the given name within this table.
getColumnIndex(String) - Method in interface org.dbunit.dataset.ITableMetaData
Returns the column's array index of the column with the given name within this table metadata.
getColumnName() - Method in class org.dbunit.assertion.DbUnitAssert.ComparisonColumn
 
getColumnName() - Method in class org.dbunit.assertion.Difference
 
getColumnName() - Method in class org.dbunit.dataset.Column
Returns this column name.
getColumnName() - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap.ToleratedDelta
 
getColumnNames(Column[]) - Static method in class org.dbunit.dataset.Columns
Returns the names of the given column objects as string array
getColumnNamesAsString(Column[]) - Static method in class org.dbunit.dataset.Columns
Creates a pretty string representation of the given column names
getColumns() - Method in class org.dbunit.database.DatabaseTableMetaData
 
getColumns(DatabaseMetaData, String, String) - Method in class org.dbunit.database.DefaultMetadataHandler
 
getColumns(DatabaseMetaData, String, String) - Method in interface org.dbunit.database.IMetadataHandler
Returns the result set for an invocation of DatabaseMetaData.getColumns(String, String, String, String).
getColumns() - Method in class org.dbunit.database.ResultSetTableMetaData
 
getColumns(String[], Column[]) - Static method in class org.dbunit.dataset.Columns
Search and return the Columns from the specified column array that match one of the given columnNames.
getColumns(String, Column[], IColumnFilter) - Static method in class org.dbunit.dataset.Columns
Search and return the columns from the specified column array which are accepted by the given IColumnFilter.
getColumns() - Method in class org.dbunit.dataset.DefaultTableMetaData
 
getColumns() - Method in class org.dbunit.dataset.FilteredTableMetaData
 
getColumns() - Method in interface org.dbunit.dataset.ITableMetaData
Returns this table columns as recognized by dbunit.
getColumns() - Method in class org.dbunit.dataset.LowerCaseTableMetaData
 
getColumns(DatabaseMetaData, String, String) - Method in class org.dbunit.ext.mysql.MySqlMetadataHandler
 
getColumns(DatabaseMetaData, String, String) - Method in class org.dbunit.ext.netezza.NetezzaMetadataHandler
 
getColumns() - Method in class org.dbunit.operation.OperationData
 
getColumnValidated(String, Column[], String) - Static method in class org.dbunit.dataset.Columns
Search and return the specified column from the specified column array.
getColumnValue(String) - Method in interface org.dbunit.dataset.IRowValueProvider
Returns the column value for the column with the given name of the currently processed row
getColumnValue(String) - Method in class org.dbunit.dataset.RowFilterTable
Returns the column value for the column with the given name of the currently processed row
getComparisonColumns(String, Column[], Column[], FailureHandler) - Method in class org.dbunit.assertion.DbUnitAssert
 
getConfig() - Method in class org.dbunit.database.AbstractDatabaseConnection
 
getConfig() - Method in interface org.dbunit.database.IDatabaseConnection
Returns this connection database configuration
getConfigurator() - Method in class org.dbunit.database.DatabaseConfig
 
getConnection() - Method in class org.dbunit.database.DatabaseConnection
 
getConnection() - Method in class org.dbunit.database.DatabaseDataSourceConnection
 
getConnection() - Method in interface org.dbunit.database.IDatabaseConnection
Returns a JDBC database connection.
getConnection() - Method in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
Get the connection where the edges will be calculated from.
getConnection() - Method in class org.dbunit.DatabaseTestCase
Returns the test database connection.
getConnection() - Method in class org.dbunit.DataSourceDatabaseTester
 
getConnection() - Method in class org.dbunit.DBTestCase
 
getConnection() - Method in class org.dbunit.DefaultDatabaseTester
 
getConnection() - Method in interface org.dbunit.IDatabaseTester
Returns the test database connection.
getConnection() - Method in class org.dbunit.JdbcDatabaseTester
 
getConnection() - Method in class org.dbunit.JndiDatabaseTester
 
getConnectionUrl() - Method in class org.dbunit.JdbcBasedDBTestCase
Returns the test connection url.
getCurrentProduct() - Method in class org.dbunit.dataset.common.handlers.Pipeline
 
getDatabaseDataSet(IDatabaseConnection, List, boolean) - Method in class org.dbunit.ant.AbstractStep
 
getDatabaseInfo(DatabaseMetaData) - Static method in class org.dbunit.util.SQLHelper
Returns the database and JDBC driver information as pretty formatted string
getDatabaseTester() - Method in class org.dbunit.DatabaseTestCase
Gets the IDatabaseTester for this testCase.
getDatabaseTester() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
Get the databaseTester.
getDataFileLoader() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
Get the dataFileLoader.
getDataSet() - Method in class org.dbunit.AbstractDatabaseTester
 
getDataset(IDatabaseConnection, String, Set) - Static method in class org.dbunit.database.search.TablesDependencyHelper
 
getDataset(IDatabaseConnection, PrimaryKeyFilter.PkTableMap) - Static method in class org.dbunit.database.search.TablesDependencyHelper
 
getDataSet() - Method in class org.dbunit.DatabaseTestCase
Returns the test dataset.
getDataSet() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
Returns the test dataset.
getDataSet() - Method in interface org.dbunit.IDatabaseTester
Returns the test dataset.
getDataSource() - Method in class org.dbunit.DataSourceBasedDBTestCase
Returns the test DataSource.
getDataType() - Method in class org.dbunit.assertion.DbUnitAssert.ComparisonColumn
 
getDataType() - Method in class org.dbunit.dataset.Column
Returns this column data type.
getDataTypeFactory(IDatabaseConnection) - Method in class org.dbunit.dataset.AbstractTableMetaData
Validates and returns the datatype factory of the given connection
getDbConfig() - Method in class org.dbunit.ant.DbUnitTask
 
getDbOperation() - Method in class org.dbunit.ant.Operation
 
getDefaultFailureHandler() - Method in class org.dbunit.assertion.DbUnitAssert
 
getDefaultFailureHandler(Column[]) - Method in class org.dbunit.assertion.DbUnitAssert
 
getDefaultValue() - Method in class org.dbunit.dataset.Column
 
getDeleteAllCommand() - Method in class org.dbunit.operation.DeleteAllOperation
 
getDeleteAllCommand() - Method in class org.dbunit.operation.TruncateTableOperation
 
getDelta() - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap.Precision
 
getDependentTables(IDatabaseConnection, String) - Static method in class org.dbunit.database.search.TablesDependencyHelper
Get the name of all tables that depend on the root tables (i.e, all tables that have FKs pointing to the PK of the root table).
getDependentTables(IDatabaseConnection, String[]) - Static method in class org.dbunit.database.search.TablesDependencyHelper
Get the name of all tables that depend on the root tables (i.e, all tables that have FKs pointing to the PK of one of the root tables).
getDependsOnTables(IDatabaseConnection, String) - Static method in class org.dbunit.database.search.TablesDependencyHelper
Get the name of all tables that the given rootTable depends on (i.e, all tables whose PK is a FK for the root table).
getDescriptor() - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
 
getDescriptor() - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
 
getDest() - Method in class org.dbunit.ant.Export
 
getDiffList() - Method in class org.dbunit.assertion.DiffCollectingFailureHandler
 
getDirectDependentTables(IDatabaseConnection, String) - Static method in class org.dbunit.database.search.TablesDependencyHelper
Returns a set of tables which directly depend on the given table.
getDirectDependsOnTables(IDatabaseConnection, String) - Static method in class org.dbunit.database.search.TablesDependencyHelper
Returns a set of tables on which the given table directly depends on.
getDoctype() - Method in class org.dbunit.ant.Export
 
getDriverClass() - Method in class org.dbunit.JdbcBasedDBTestCase
Returns the JDBC driver classname.
getEdges(Object) - Method in class org.dbunit.database.search.ExportedKeysSearchCallback
 
getEdges(Object) - Method in class org.dbunit.database.search.ImportedAndExportedKeysSearchCallback
 
getEdges(Object) - Method in class org.dbunit.database.search.ImportedKeysSearchCallback
 
getEdges(Object) - Method in interface org.dbunit.util.search.ISearchCallback
Get the edges originating from a node.
getElement(long) - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
 
getElement(long) - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
 
getEncoding() - Method in class org.dbunit.ant.Export
Encoding for XML-Output
getEnforcedComponents() - Method in class org.dbunit.dataset.common.handlers.EnforceHandler
 
getEscapeChar() - Method in class org.dbunit.dataset.common.handlers.PipelineConfig
 
getEscapedName(String, String) - Static method in class org.dbunit.dataset.DataSetUtils
Deprecated. since 2.3.0. Prefer usage of QualifiedTableName.getQualifiedName() creating a new QualifiedTableName object
getException() - Method in exception org.dbunit.DatabaseUnitException
Deprecated. Use Throwable.getCause() to retrieve the nested exception
getException() - Method in exception org.dbunit.DatabaseUnitRuntimeException
Deprecated. Use Throwable.getCause() instead
getExpected() - Method in error org.dbunit.assertion.DbComparisonFailure
 
getExpected() - Method in class org.dbunit.dataset.Columns.ColumnDiff
 
getExpectedAsString() - Method in class org.dbunit.dataset.Columns.ColumnDiff
 
getExpectedDataset() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
Get the expected dataset, created from the expectedDataFiles.
getExpectedDataset() - Method in interface org.dbunit.PrepAndExpectedTestCase
Get the expected dataset, created from the expectedDataFiles.
getExpectedTable() - Method in class org.dbunit.assertion.Difference
 
getExpectedValue() - Method in class org.dbunit.assertion.Difference
 
getExportDataSet(IDatabaseConnection) - Method in class org.dbunit.ant.Export
Creates the dataset that is finally used for the export
getFeature(String) - Method in class org.dbunit.database.DatabaseConfig
Deprecated. since 2.4.7 Use the DatabaseConfig.getProperty(String) where features are listed now as well
getFetchSize() - Method in class org.dbunit.ant.DbUnitTask
 
getFilter() - Method in class org.dbunit.database.search.ImportedAndExportedKeysSearchCallbackFilteredByPKs
Get the primary key filter associated with the call back
getFilter() - Method in class org.dbunit.database.search.ImportedKeysSearchCallbackFilteredByPKs
Get the primary key filter associated with the call back
getFilteredColumns(String, Column[], IColumnFilter) - Static method in class org.dbunit.dataset.FilteredTableMetaData
 
getFilteredNodes() - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
Get which modes are allowed/denied, depending on the operation mode.
getFilteringMode() - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
Get the operation mode
getFKColumn() - Method in class org.dbunit.database.search.FKRelationshipEdge
Deprecated.  
getFKColumn() - Method in class org.dbunit.database.search.ForeignKeyRelationshipEdge
Gets the name of the foreign key column in the relationship.
getFormat() - Method in class org.dbunit.ant.Compare
 
getFormat() - Method in class org.dbunit.ant.Export
 
getFormat() - Method in class org.dbunit.ant.Operation
 
getFrom() - Method in class org.dbunit.util.search.Edge
 
getFrom() - Method in interface org.dbunit.util.search.IEdge
Get the node this edge originates from.
getHelper() - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
 
getId() - Method in class org.dbunit.ant.QuerySet
 
getIgnoreMapping(ITable, int) - Method in class org.dbunit.operation.InsertOperation
 
getInputSource(File) - Static method in class org.dbunit.ant.AbstractStep
Creates and returns an InputSource
getJNDIProperties() - Method in class org.dbunit.JndiBasedDBTestCase
Returns the JNDI properties to use.
getKey() - Method in class org.dbunit.dataset.Column.AutoIncrement
 
getLastTableName() - Method in class org.dbunit.dataset.OrderedTableNameMap
 
getLock() - Method in class org.dbunit.util.concurrent.SynchronizedVariable
Return the lock used for all synchronization for this object
getLogMessage() - Method in class org.dbunit.ant.Compare
 
getLogMessage() - Method in interface org.dbunit.ant.DbUnitTaskStep
 
getLogMessage() - Method in class org.dbunit.ant.Export
 
getLogMessage() - Method in class org.dbunit.ant.Operation
 
getLookupName() - Method in class org.dbunit.JndiBasedDBTestCase
Returns the JNDI lookup name for the test DataSource.
getMessage() - Method in error org.dbunit.assertion.DbComparisonFailure
 
getMessage() - Method in class org.dbunit.dataset.Columns.ColumnDiff
 
getName() - Method in class org.dbunit.ant.DbConfig.Feature
 
getName() - Method in class org.dbunit.ant.Query
 
getName() - Method in class org.dbunit.ant.Table
 
getNodesFromExportedKeys(Object) - Method in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
Get the nodes using the reverse foreign key dependency, i.e, if table C has a FK for a table A, then getNodesFromExportedKeys(A) will return C.
getNodesFromImportAndExportKeys(Object) - Method in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
Get the nodes using the both direct and reverse foreign key dependency, i.e, if table C has a FK for a table A and table A has a FK for a table B, then getNodesFromImportAndExportedKeys(A) will return B and C.
getNodesFromImportedKeys(Object) - Method in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
Get the nodes using the direct foreign key dependency, i.e, if table A has a FK for a table B, then getNodesFromImportedKeys(A) will return B.
getNullable() - Method in class org.dbunit.dataset.Column
Returns true if this column is nullable.
getNullToken() - Method in class org.dbunit.ant.Operation
 
getOperationData(ITableMetaData, BitSet, IDatabaseConnection) - Method in class org.dbunit.operation.DeleteOperation
 
getOperationData(ITableMetaData, BitSet, IDatabaseConnection) - Method in class org.dbunit.operation.InsertOperation
 
getOperationData(ITableMetaData, BitSet, IDatabaseConnection) - Method in class org.dbunit.operation.UpdateOperation
 
getOperationListener() - Method in class org.dbunit.DatabaseTestCase
 
getORADataFactory() - Static method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
 
getORADataFactory() - Static method in class org.dbunit.ext.oracle.OracleSdoGeometry
 
getORADataFactory() - Static method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
 
getORADataFactory() - Static method in class org.dbunit.ext.oracle.OracleSdoPointType
 
getOriginalMetaData() - Method in class org.dbunit.dataset.ColumnFilterTable
 
getPassword() - Method in class org.dbunit.JdbcBasedDBTestCase
Returns the password for the connection.
getPipeline() - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
 
getPipeline() - Method in interface org.dbunit.dataset.common.handlers.PipelineComponent
 
getPipelineConfig() - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
 
getPipelineConfig() - Method in class org.dbunit.dataset.common.handlers.Pipeline
 
getPKColumn() - Method in class org.dbunit.database.search.FKRelationshipEdge
Deprecated.  
getPKColumn() - Method in class org.dbunit.database.search.ForeignKeyRelationshipEdge
Gets the name of the primary key column in the relationship.
getPrepDataset() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
Get the prep dataset, created from the prepDataFiles.
getPrepDataset() - Method in interface org.dbunit.PrepAndExpectedTestCase
Get the prep dataset, created from the prepDataFiles.
getPrimaryKeyColumn(Connection, String) - Static method in class org.dbunit.util.SQLHelper
Gets the primary column for a table.
getPrimaryKeys() - Method in class org.dbunit.database.DatabaseTableMetaData
 
getPrimaryKeys(DatabaseMetaData, String, String) - Method in class org.dbunit.database.DefaultMetadataHandler
 
getPrimaryKeys(DatabaseMetaData, String, String) - Method in interface org.dbunit.database.IMetadataHandler
 
getPrimaryKeys() - Method in class org.dbunit.database.ResultSetTableMetaData
 
getPrimaryKeys(Column[], String[]) - Static method in class org.dbunit.dataset.AbstractTableMetaData
Deprecated. since 2.3.0 - use Columns.getColumns(String[], Column[])
getPrimaryKeys(String, Column[], IColumnFilter) - Static method in class org.dbunit.dataset.AbstractTableMetaData
Deprecated. since 2.3.0 - use Columns.getColumns(String[], Column[])
getPrimaryKeys() - Method in class org.dbunit.dataset.DefaultTableMetaData
 
getPrimaryKeys() - Method in class org.dbunit.dataset.FilteredTableMetaData
 
getPrimaryKeys() - Method in interface org.dbunit.dataset.ITableMetaData
Returns this table primary key columns.
getPrimaryKeys() - Method in class org.dbunit.dataset.LowerCaseTableMetaData
 
getPrimaryKeys(DatabaseMetaData, String, String) - Method in class org.dbunit.ext.mysql.MySqlMetadataHandler
 
getPrimaryKeys(DatabaseMetaData, String, String) - Method in class org.dbunit.ext.netezza.NetezzaMetadataHandler
 
getProducts() - Method in class org.dbunit.dataset.common.handlers.Pipeline
 
getProperty() - Method in class org.dbunit.database.DatabaseConfig.ConfigProperty
 
getProperty(String) - Method in class org.dbunit.database.DatabaseConfig
Look up the value of a property.
getPropertyType() - Method in class org.dbunit.database.DatabaseConfig.ConfigProperty
 
getQualifiedName(String, String) - Static method in class org.dbunit.dataset.DataSetUtils
Deprecated. since 2.3.0. Prefer usage of QualifiedTableName.getQualifiedName() creating a new QualifiedTableName object
getQualifiedName(String, String, String) - Static method in class org.dbunit.dataset.DataSetUtils
Deprecated. since 2.3.0. Prefer usage of QualifiedTableName.getQualifiedName() creating a new QualifiedTableName object
getQualifiedName(String, String, IDatabaseConnection) - Method in class org.dbunit.operation.AbstractOperation
 
getQualifiedName() - Method in class org.dbunit.util.QualifiedTableName
 
getQualifiedNameIfEnabled(DatabaseConfig) - Method in class org.dbunit.util.QualifiedTableName
Returns the qualified name using the values given in the constructor.
getQueries() - Method in class org.dbunit.ant.QuerySet
 
getQueryDataSet(IDatabaseConnection) - Method in class org.dbunit.ant.QuerySet
 
getReason() - Method in error org.dbunit.assertion.DbComparisonFailure
 
getRefid() - Method in class org.dbunit.ant.QuerySet
 
getRemarks() - Method in class org.dbunit.dataset.Column
 
getReverseTableNames(IDataSet) - Static method in class org.dbunit.dataset.DataSetUtils
Returns the table names from the specified dataset in reverse order.
getRowCount(String) - Method in class org.dbunit.database.AbstractDatabaseConnection
 
getRowCount(String, String) - Method in class org.dbunit.database.AbstractDatabaseConnection
 
getRowCount() - Method in class org.dbunit.database.ForwardOnlyResultSetTable
 
getRowCount(String) - Method in interface org.dbunit.database.IDatabaseConnection
Returns the specified table row count.
getRowCount(String, String) - Method in interface org.dbunit.database.IDatabaseConnection
Returns the specified table row count according specified where clause.
getRowCount() - Method in class org.dbunit.database.PrimaryKeyFilteredTableWrapper
 
getRowCount() - Method in class org.dbunit.database.ScrollableResultSetTable
 
getRowCount() - Method in class org.dbunit.dataset.CaseInsensitiveTable
Deprecated.  
getRowCount() - Method in class org.dbunit.dataset.ColumnFilterTable
 
getRowCount() - Method in class org.dbunit.dataset.CompositeTable
 
getRowCount() - Method in class org.dbunit.dataset.DefaultTable
 
getRowCount() - Method in class org.dbunit.dataset.ForwardOnlyTable
 
getRowCount() - Method in interface org.dbunit.dataset.ITable
Returns this table row count.
getRowCount() - Method in class org.dbunit.dataset.ReplacementTable
 
getRowCount() - Method in class org.dbunit.dataset.RowFilterTable
 
getRowCount() - Method in class org.dbunit.dataset.SortedTable
 
getRowIndex() - Method in class org.dbunit.assertion.Difference
 
getSchema() - Method in class org.dbunit.AbstractDatabaseTester
Returns the schema value.
getSchema() - Method in class org.dbunit.database.DatabaseConnection
 
getSchema() - Method in class org.dbunit.database.DatabaseDataSourceConnection
 
getSchema(ResultSet) - Method in class org.dbunit.database.DefaultMetadataHandler
 
getSchema() - Method in interface org.dbunit.database.IDatabaseConnection
Returns the database schema name.
getSchema(ResultSet) - Method in interface org.dbunit.database.IMetadataHandler
Returns the schema name to which the table of the current result set index belongs.
getSchema(ResultSet) - Method in class org.dbunit.ext.mysql.MySqlMetadataHandler
 
getSchema(ResultSet) - Method in class org.dbunit.ext.netezza.NetezzaMetadataHandler
 
getSchema() - Method in class org.dbunit.util.QualifiedTableName
 
getSdoElemInfo() - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
 
getSdoGtype() - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
 
getSdoOrdinates() - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
 
getSdoPoint() - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
 
getSdoSrid() - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
 
getSeparatorChar() - Method in class org.dbunit.dataset.common.handlers.PipelineConfig
 
getSetUpOperation() - Method in class org.dbunit.AbstractDatabaseTester
Returns the DatabaseOperation to call when starting the test.
getSetUpOperation() - Method in class org.dbunit.DatabaseTestCase
Returns the database operation executed in test setup.
getSortColumns() - Method in class org.dbunit.dataset.SortedTable
 
getSortedColumns(ITableMetaData) - Static method in class org.dbunit.dataset.Columns
Returns a sorted array of column objects
getSortedUpperTableNames(IDataSet) - Method in class org.dbunit.assertion.DbUnitAssert
 
getSql() - Method in class org.dbunit.ant.Query
 
getSql() - Method in class org.dbunit.operation.OperationData
 
getSqlType() - Method in class org.dbunit.dataset.datatype.AbstractDataType
 
getSqlType() - Method in class org.dbunit.dataset.datatype.DataType
Returns the corresponding Types.
getSqlTypeName() - Method in class org.dbunit.dataset.Column
Returns this column sql data type name.
getSqlTypeName() - Method in class org.dbunit.ext.postgresql.GenericEnumType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.AbstractDataType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.BigIntegerDataType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.BinaryStreamDataType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.BlobDataType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.BooleanDataType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.BytesDataType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.ClobDataType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.DataType
Returns the specified column value from the specified resultset object.
getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.DateDataType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.DoubleDataType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.FloatDataType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.IntegerDataType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.LongDataType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.NumberDataType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.StringDataType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.TimeDataType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.TimestampDataType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.ext.oracle.OracleBlobDataType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.ext.oracle.OracleClobDataType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.ext.oracle.OracleSdoGeometryDataType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.ext.oracle.OracleXMLTypeDataType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.ext.postgresql.GenericEnumType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.ext.postgresql.InetType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.ext.postgresql.IntervalType
 
getSqlValue(int, ResultSet) - Method in class org.dbunit.ext.postgresql.UuidType
 
getSqlValueString(Object, DataType) - Static method in class org.dbunit.dataset.DataSetUtils
Returns the specified value as a string to be use in an SQL Statement.
getSrc() - Method in class org.dbunit.ant.Compare
 
getSrc() - Method in class org.dbunit.ant.Operation
 
getSrcDataSet(File, String, boolean) - Method in class org.dbunit.ant.AbstractStep
 
getStatementFactory() - Method in class org.dbunit.database.AbstractDatabaseConnection
Deprecated. Use AbstractDatabaseConnection.getConfig()
getStatementFactory() - Method in interface org.dbunit.database.IDatabaseConnection
Deprecated. Use IDatabaseConnection.getConfig()
getSteps() - Method in class org.dbunit.ant.DbUnitTask
Gets the Steps.
getSuccessor() - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
 
getTable(String) - Method in class org.dbunit.database.DatabaseDataSet
 
getTable() - Method in class org.dbunit.database.DatabaseTableIterator
 
getTable() - Method in class org.dbunit.database.QueryTableIterator
Returns the current table.
getTable(String) - Method in class org.dbunit.dataset.AbstractDataSet
 
getTable(String) - Method in class org.dbunit.dataset.CaseInsensitiveDataSet
Deprecated.  
getTable() - Method in class org.dbunit.dataset.DefaultTableIterator
 
getTable() - Method in class org.dbunit.dataset.filter.SequenceTableIterator
 
getTable(String) - Method in class org.dbunit.dataset.FilteredDataSet
 
getTable(String) - Method in class org.dbunit.dataset.ForwardOnlyDataSet
 
getTable(String) - Method in interface org.dbunit.dataset.IDataSet
Returns the specified table.
getTable() - Method in interface org.dbunit.dataset.ITableIterator
Returns the current table.
getTable(String) - Method in class org.dbunit.dataset.LowerCaseDataSet
 
getTable(String) - Method in class org.dbunit.dataset.ReplacementDataSet
 
getTable(String) - Method in class org.dbunit.dataset.SortedDataSet
 
getTable(String) - Method in class org.dbunit.dataset.stream.StreamingDataSet
Not supported.
getTable() - Method in class org.dbunit.dataset.stream.StreamingIterator
 
getTable(String) - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
 
getTable() - Method in class org.dbunit.util.QualifiedTableName
 
getTableDefs() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
Get the tableDefs.
getTableMetaData() - Method in class org.dbunit.database.AbstractResultSetTable
 
getTableMetaData(String) - Method in class org.dbunit.database.DatabaseDataSet
 
getTableMetaData() - Method in class org.dbunit.database.DatabaseTableIterator
 
getTableMetaData() - Method in class org.dbunit.database.PrimaryKeyFilteredTableWrapper
 
getTableMetaData() - Method in class org.dbunit.database.QueryTableIterator
Returns the metadata of the current table.
getTableMetaData(String) - Method in class org.dbunit.dataset.AbstractDataSet
 
getTableMetaData(String) - Method in class org.dbunit.dataset.CaseInsensitiveDataSet
Deprecated.  
getTableMetaData() - Method in class org.dbunit.dataset.CaseInsensitiveTable
Deprecated.  
getTableMetaData() - Method in class org.dbunit.dataset.ColumnFilterTable
 
getTableMetaData() - Method in class org.dbunit.dataset.CompositeTable
 
getTableMetaData() - Method in class org.dbunit.dataset.DefaultTable
 
getTableMetaData() - Method in class org.dbunit.dataset.DefaultTableIterator
 
getTableMetaData() - Method in class org.dbunit.dataset.filter.SequenceTableIterator
 
getTableMetaData(String) - Method in class org.dbunit.dataset.FilteredDataSet
 
getTableMetaData(String) - Method in class org.dbunit.dataset.ForwardOnlyDataSet
 
getTableMetaData() - Method in class org.dbunit.dataset.ForwardOnlyTable
 
getTableMetaData(String) - Method in interface org.dbunit.dataset.IDataSet
Returns the specified table metadata.
getTableMetaData() - Method in interface org.dbunit.dataset.ITable
Returns this table metadata.
getTableMetaData() - Method in interface org.dbunit.dataset.ITableIterator
Returns the metadata of the current table.
getTableMetaData(String) - Method in class org.dbunit.dataset.LowerCaseDataSet
 
getTableMetaData(String) - Method in class org.dbunit.dataset.ReplacementDataSet
 
getTableMetaData() - Method in class org.dbunit.dataset.ReplacementTable
 
getTableMetaData() - Method in class org.dbunit.dataset.RowFilterTable
 
getTableMetaData(String) - Method in class org.dbunit.dataset.SortedDataSet
 
getTableMetaData() - Method in class org.dbunit.dataset.SortedTable
 
getTableMetaData(String) - Method in class org.dbunit.dataset.stream.StreamingDataSet
Not supported.
getTableMetaData() - Method in class org.dbunit.dataset.stream.StreamingIterator
 
getTableMetaData(String) - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
 
getTableName() - Method in class org.dbunit.database.DatabaseTableMetaData
 
getTableName() - Method in class org.dbunit.database.ResultSetTableMetaData
 
getTableName() - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap.ToleratedDelta
 
getTableName() - Method in class org.dbunit.dataset.DefaultTableMetaData
 
getTableName() - Method in class org.dbunit.dataset.FilteredTableMetaData
 
getTableName() - Method in interface org.dbunit.dataset.ITableMetaData
Returns this table name.
getTableName() - Method in class org.dbunit.dataset.LowerCaseTableMetaData
 
getTableName(String) - Method in class org.dbunit.dataset.OrderedTableNameMap
Returns the table name in the correct case (for example as upper case string)
getTableName() - Method in interface org.dbunit.dataset.sqlloader.SqlLoaderControlParser
 
getTableName() - Method in class org.dbunit.dataset.sqlloader.SqlLoaderControlParserImpl
 
getTableName() - Method in class org.dbunit.VerifyTableDefinition
 
getTableNames() - Method in class org.dbunit.database.DatabaseDataSet
 
getTableNames() - Method in class org.dbunit.database.PrimaryKeyFilter.PkTableMap
 
getTableNames() - Method in class org.dbunit.database.QueryDataSet
 
getTableNames() - Method in class org.dbunit.dataset.AbstractDataSet
 
getTableNames() - Method in class org.dbunit.dataset.CaseInsensitiveDataSet
Deprecated.  
getTableNames(IDataSet) - Method in class org.dbunit.dataset.filter.AbstractTableFilter
 
getTableNames(IDataSet) - Method in interface org.dbunit.dataset.filter.ITableFilter
Returns the table names allowed by this filter from the specified dataset.
getTableNames(IDataSet) - Method in class org.dbunit.dataset.filter.SequenceTableFilter
 
getTableNames() - Method in class org.dbunit.dataset.FilteredDataSet
 
getTableNames() - Method in class org.dbunit.dataset.ForwardOnlyDataSet
 
getTableNames() - Method in interface org.dbunit.dataset.IDataSet
Returns names of tables in this dataset in proper sequence.
getTableNames() - Method in class org.dbunit.dataset.LowerCaseDataSet
 
getTableNames() - Method in class org.dbunit.dataset.OrderedTableNameMap
Provides the ordered table names having the same order in which the table names have been added via OrderedTableNameMap.add(String, Object).
getTableNames() - Method in class org.dbunit.dataset.ReplacementDataSet
 
getTableNames() - Method in class org.dbunit.dataset.SortedDataSet
 
getTableNames() - Method in class org.dbunit.dataset.stream.StreamingDataSet
Not supported.
getTableNames() - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
 
getTables() - Method in class org.dbunit.ant.Compare
 
getTables() - Method in class org.dbunit.ant.Export
 
getTables(DatabaseMetaData, String, String[]) - Method in class org.dbunit.database.DefaultMetadataHandler
 
getTables(DatabaseMetaData, String, String[]) - Method in interface org.dbunit.database.IMetadataHandler
Returns the tables in the given schema that matches one of the given tableTypes.
getTables() - Method in class org.dbunit.dataset.AbstractDataSet
 
getTables(URL, String) - Static method in class org.dbunit.dataset.csv.CsvProducer
Get a list of tables that this producer will create
getTables(String[], IDataSet) - Static method in class org.dbunit.dataset.DataSetUtils
Search and returns the specified tables from the specified dataSet.
getTables(IDataSet) - Static method in class org.dbunit.dataset.DataSetUtils
Returns the tables from the specified dataset.
getTables(ITableIterator) - Static method in class org.dbunit.dataset.DataSetUtils
Returns the tables from the specified iterator.
getTables() - Method in interface org.dbunit.dataset.IDataSet
Deprecated. Use IDataSet.iterator() or IDataSet.reverseIterator() instead.
getTables(File, File) - Static method in class org.dbunit.dataset.sqlloader.SqlLoaderControlProducer
Get a list of tables that this producer will create.
getTables(DatabaseMetaData, String, String[]) - Method in class org.dbunit.ext.mysql.MySqlMetadataHandler
 
getTables(DatabaseMetaData, String, String[]) - Method in class org.dbunit.ext.netezza.NetezzaMetadataHandler
 
getTearDownOperation() - Method in class org.dbunit.AbstractDatabaseTester
Returns the DatabaseOperation to call when ending the test.
getTearDownOperation() - Method in class org.dbunit.DatabaseTestCase
Returns the database operation executed in test cleanup.
getTheDirectory() - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
 
getTo() - Method in class org.dbunit.util.search.Edge
 
getTo() - Method in interface org.dbunit.util.search.IEdge
Get the node this edge points to.
getToleratedDelta() - Method in class org.dbunit.dataset.datatype.NumberTolerantDataType
 
getToleratedDelta() - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap.ToleratedDelta
 
getToleratedDeltaMap() - Method in class org.dbunit.dataset.datatype.DefaultDataTypeFactory
 
getToleratedDeltas() - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap
 
getType() - Method in class org.dbunit.ant.Operation
 
getTypeClass() - Method in class org.dbunit.dataset.datatype.AbstractDataType
 
getTypeClass() - Method in class org.dbunit.dataset.datatype.DataType
Returns the runtime class of the typecast result.
getUsername() - Method in class org.dbunit.JdbcBasedDBTestCase
Returns the username for the connection.
getValidDbProducts() - Method in class org.dbunit.dataset.datatype.DefaultDataTypeFactory
 
getValidDbProducts() - Method in interface org.dbunit.dataset.datatype.IDbProductRelatable
Returns a set of Strings representing database product names that this object relates to.
getValidDbProducts() - Method in class org.dbunit.ext.db2.Db2DataTypeFactory
 
getValidDbProducts() - Method in class org.dbunit.ext.h2.H2DataTypeFactory
 
getValidDbProducts() - Method in class org.dbunit.ext.hsqldb.HsqldbDataTypeFactory
 
getValidDbProducts() - Method in class org.dbunit.ext.mckoi.MckoiDataTypeFactory
 
getValidDbProducts() - Method in class org.dbunit.ext.mssql.MsSqlDataTypeFactory
 
getValidDbProducts() - Method in class org.dbunit.ext.mysql.MySqlDataTypeFactory
 
getValidDbProducts() - Method in class org.dbunit.ext.oracle.OracleDataTypeFactory
 
getValidDbProducts() - Method in class org.dbunit.ext.postgresql.PostgresqlDataTypeFactory
 
getValue(int, String) - Method in class org.dbunit.database.ForwardOnlyResultSetTable
 
getValue(int, String) - Method in class org.dbunit.database.PrimaryKeyFilteredTableWrapper
 
getValue(int, String) - Method in class org.dbunit.database.ScrollableResultSetTable
 
getValue(int, String) - Method in class org.dbunit.dataset.CaseInsensitiveTable
Deprecated.  
getValue(int, String) - Method in class org.dbunit.dataset.ColumnFilterTable
 
getValue(int, String) - Method in class org.dbunit.dataset.CompositeTable
 
getValue(int, String) - Method in class org.dbunit.dataset.DefaultTable
 
getValue(int, String) - Method in class org.dbunit.dataset.ForwardOnlyTable
 
getValue(int, String) - Method in interface org.dbunit.dataset.ITable
Returns this table value for the specified row and column.
getValue(int, String) - Method in class org.dbunit.dataset.ReplacementTable
 
getValue(int, String) - Method in class org.dbunit.dataset.RowFilterTable
 
getValue(int, String) - Method in class org.dbunit.dataset.SortedTable
 
getWriter() - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
 
getX() - Method in class org.dbunit.ext.oracle.OracleSdoPointType
 
getXmlWriter() - Method in class org.dbunit.dataset.xml.XmlDataSetWriter
 
getY() - Method in class org.dbunit.ext.oracle.OracleSdoPointType
 
getZ() - Method in class org.dbunit.ext.oracle.OracleSdoPointType
 

H

H2Connection - Class in org.dbunit.ext.h2
 
H2Connection(Connection, String) - Constructor for class org.dbunit.ext.h2.H2Connection
 
H2DataTypeFactory - Class in org.dbunit.ext.h2
Specialized factory that recognizes H2 data types.
H2DataTypeFactory() - Constructor for class org.dbunit.ext.h2.H2DataTypeFactory
 
handle(Difference) - Method in class org.dbunit.assertion.DefaultFailureHandler
 
handle(Difference) - Method in class org.dbunit.assertion.DiffCollectingFailureHandler
 
handle(Difference) - Method in interface org.dbunit.assertion.DifferenceListener
Is invoked by the DbUnitAssert when a data cell difference has been found.
handle(char) - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
 
handle(char) - Method in interface org.dbunit.dataset.common.handlers.Handler
 
handle(char) - Method in class org.dbunit.dataset.common.handlers.Pipeline
 
handleMissingColumns(Attributes) - Method in class org.dbunit.dataset.xml.FlatXmlProducer
parses the attributes in the current row, and checks whether a new column is found.
Handler - Interface in org.dbunit.dataset.common.handlers
 
hasDifference() - Method in class org.dbunit.dataset.Columns.ColumnDiff
 
hashCode() - Method in class org.dbunit.database.DatabaseConfig.ConfigProperty
 
hashCode() - Method in class org.dbunit.database.search.ForeignKeyRelationshipEdge
 
hashCode() - Method in class org.dbunit.dataset.Column
 
hashCode() - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
 
hashCode() - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
 
hashCode() - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
 
hashCode() - Method in class org.dbunit.ext.oracle.OracleSdoPointType
 
hashCode() - Method in class org.dbunit.util.concurrent.SynchronizedInt
 
hashCode() - Method in class org.dbunit.util.search.Edge
 
hasListeners(String) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Check if there are any listeners for a specific property.
head - Variable in class org.dbunit.util.concurrent.SynchronousChannel.Queue
 
head_ - Variable in class org.dbunit.util.concurrent.BoundedLinkedQueue
Dummy header node of list.
head_ - Variable in class org.dbunit.util.concurrent.LinkedQueue
Dummy header node of list.
Helper - Class in org.dbunit.dataset.common.handlers
 
Helper() - Constructor for class org.dbunit.dataset.common.handlers.Helper
 
helpWith(char) - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent.ACCEPT
 
helpWith(char) - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent.IGNORE
 
helpWith(char) - Method in class org.dbunit.dataset.common.handlers.IsAlnumHandler.QUOTE
 
helpWith(char) - Method in class org.dbunit.dataset.common.handlers.IsAlnumHandler.UNQUOTE
 
helpWith(char) - Method in class org.dbunit.dataset.common.handlers.QuoteHandler.QUOTE
 
helpWith(char) - Method in class org.dbunit.dataset.common.handlers.QuoteHandler.UNQUOTE
 
HsqldbConnection - Class in org.dbunit.ext.hsqldb
 
HsqldbConnection(Connection, String) - Constructor for class org.dbunit.ext.hsqldb.HsqldbConnection
 
HsqldbDataTypeFactory - Class in org.dbunit.ext.hsqldb
Specialized factory that recognizes HSQLDB data types.
HsqldbDataTypeFactory() - Constructor for class org.dbunit.ext.hsqldb.HsqldbDataTypeFactory
 

I

IBatchStatement - Interface in org.dbunit.database.statement
 
IColumnFilter - Interface in org.dbunit.dataset.filter
A filter for database columns.
IDatabaseConnection - Interface in org.dbunit.database
This interface represents a connection to a specific database.
IDatabaseTester - Interface in org.dbunit
This interface defines the behavior of a DatabaseTester, which is responsible for adding DBUnit features as composition on existing test cases (instead of extending DBTestCase directly).
IDataSet - Interface in org.dbunit.dataset
Represents a collection of tables.
IDataSetConsumer - Interface in org.dbunit.dataset.stream
Receive notification of the content of a dataset.
IDataSetProducer - Interface in org.dbunit.dataset.stream
Interface for reading a dataset using callback.
IDataTypeFactory - Interface in org.dbunit.dataset.datatype
A factory for creating DataType.
IDbProductRelatable - Interface in org.dbunit.dataset.datatype
Reports what database products this object relates to.
IDENTITY_FILTER_EXTENDED - Static variable in class org.dbunit.ext.mssql.InsertIdentityOperation
Accepts columns that have one of the remarks GENERATED BY DEFAULT AS IDENTITY GENERATED ALWAYS AS IDENTITY set which is the SQL standard syntax to describe auto-generated key columns.
IEdge - Interface in org.dbunit.util.search
A bidirectional edge on the graph to be searched.
IGNORE() - Static method in class org.dbunit.dataset.common.handlers.AllHandler
 
IGNORE() - Static method in class org.dbunit.dataset.common.handlers.EscapeHandler
 
IGNORE() - Static method in class org.dbunit.dataset.common.handlers.IsAlnumHandler
 
IGNORE() - Static method in class org.dbunit.dataset.common.handlers.NoHandler
 
IGNORE() - Static method in class org.dbunit.dataset.common.handlers.QuoteHandler
 
IGNORE() - Static method in class org.dbunit.dataset.common.handlers.SeparatorHandler
 
IGNORE() - Static method in class org.dbunit.dataset.common.handlers.TransparentHandler
 
IGNORE() - Static method in class org.dbunit.dataset.common.handlers.WhitespacesHandler
 
IllegalCharacterSeen - Exception in org.dbunit.dataset.csv
 
IllegalCharacterSeen(String) - Constructor for exception org.dbunit.dataset.csv.IllegalCharacterSeen
 
IllegalInputCharacterException - Exception in org.dbunit.dataset.common.handlers
 
IllegalInputCharacterException(String) - Constructor for exception org.dbunit.dataset.common.handlers.IllegalInputCharacterException
 
IMetadataHandler - Interface in org.dbunit.database
Handler to specify the behavior for a lookup of column metadata using database metadata.
IMPLIED - Static variable in class org.dbunit.dataset.xml.FlatDtdProducer
Constant for the value "#IMPLIED"
IMPORT - Static variable in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
 
ImportedAndExportedKeysSearchCallback - Class in org.dbunit.database.search
ISearchCallback implementation that get the nodes using both direct and reverse foreign key dependency, i.e, if table C has a FK for a table A and table A has a FK for a table B, then getNodes(A) will return B and C.
ImportedAndExportedKeysSearchCallback(IDatabaseConnection) - Constructor for class org.dbunit.database.search.ImportedAndExportedKeysSearchCallback
 
ImportedAndExportedKeysSearchCallbackFilteredByPKs - Class in org.dbunit.database.search
Extension of the ImportedAndExportedKeysSearchCallback, where each new edge is added to a PrimaryKeyFilter.
ImportedAndExportedKeysSearchCallbackFilteredByPKs(IDatabaseConnection, PrimaryKeyFilter.PkTableMap) - Constructor for class org.dbunit.database.search.ImportedAndExportedKeysSearchCallbackFilteredByPKs
Default constructor.
ImportedKeysSearchCallback - Class in org.dbunit.database.search
ISearchCallback implementation that get the nodes using direct foreign key dependency, i.e, if table A has a FK for a table B, then getNodes(A) will return B.
ImportedKeysSearchCallback(IDatabaseConnection) - Constructor for class org.dbunit.database.search.ImportedKeysSearchCallback
 
ImportedKeysSearchCallbackFilteredByPKs - Class in org.dbunit.database.search
Extension of the ImportedKeysSearchCallback, where each new edge is added to a PrimaryKeyFilter.
ImportedKeysSearchCallbackFilteredByPKs(IDatabaseConnection, PrimaryKeyFilter.PkTableMap) - Constructor for class org.dbunit.database.search.ImportedKeysSearchCallbackFilteredByPKs
Default constructor.
incEmptySlots() - Method in class org.dbunit.util.concurrent.BoundedBuffer
 
includeColumn(String) - Method in class org.dbunit.dataset.filter.DefaultColumnFilter
Add a new accepted column name pattern for all tables.
includeColumns(Column[]) - Method in class org.dbunit.dataset.filter.DefaultColumnFilter
Add specified columns to accepted column name list.
includedColumnsTable(ITable, String[]) - Static method in class org.dbunit.dataset.filter.DefaultColumnFilter
Returns a table backed by the specified table that only exposes specified columns.
includedColumnsTable(ITable, Column[]) - Static method in class org.dbunit.dataset.filter.DefaultColumnFilter
Returns a table backed by the specified table that only exposes specified columns.
includeTable(String) - Method in class org.dbunit.dataset.filter.DefaultTableFilter
Add a new accepted table name pattern.
includeTable(String) - Method in class org.dbunit.dataset.filter.IncludeTableFilter
Add a new accepted table name pattern.
IncludeTableFilter - Class in org.dbunit.dataset.filter
This filter exposes only allowed tables from the filtered dataset.
IncludeTableFilter() - Constructor for class org.dbunit.dataset.filter.IncludeTableFilter
Create a new empty IncludeTableFilter.
IncludeTableFilter(String[]) - Constructor for class org.dbunit.dataset.filter.IncludeTableFilter
Create a new IncludeTableFilter which allow access to specified tables.
increment() - Method in class org.dbunit.util.concurrent.SynchronizedInt
Increment the value.
incUsedSlots() - Method in class org.dbunit.util.concurrent.BoundedBuffer
 
InetType - Class in org.dbunit.ext.postgresql
Adapter to handle conversion between Postgresql native inet type and Strings.
InetType() - Constructor for class org.dbunit.ext.postgresql.InetType
 
INITIAL_DEFAULT_CAPACITY - Static variable in class org.dbunit.util.concurrent.DefaultChannelCapacity
The initial value of the default capacity is 1024
initialize() - Method in class org.dbunit.dataset.DefaultDataSet
Initializes the _orderedTableNameMap of the parent class if it is not initialized yet.
INSERT - Static variable in class org.dbunit.ext.mssql.InsertIdentityOperation
 
INSERT - Static variable in class org.dbunit.operation.DatabaseOperation
 
insert(Object) - Method in class org.dbunit.util.concurrent.BoundedBuffer
 
insert(Object) - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
Create and insert a node.
insert(Object) - Method in class org.dbunit.util.concurrent.LinkedQueue
Main mechanics for put/offer
insert(Object) - Method in class org.dbunit.util.concurrent.SemaphoreControlledChannel
Internal mechanics of put.
insert(Object) - Method in class org.dbunit.util.concurrent.Slot
Set the item in preparation for a take
InsertIdentityOperation - Class in org.dbunit.ext.mssql
This class disable the MS SQL Server automatic identifier generation for the execution of inserts.
InsertIdentityOperation(DatabaseOperation) - Constructor for class org.dbunit.ext.mssql.InsertIdentityOperation
Creates a new InsertIdentityOperation object that decorates the specified operation.
InsertOperation - Class in org.dbunit.operation
Inserts the dataset contents into the database.
INT8 - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
 
INTEGER - Static variable in class org.dbunit.dataset.datatype.DataType
 
INTEGER - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
 
IntegerDataType - Class in org.dbunit.dataset.datatype
 
internalEntityDecl(String, String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
INTERVAL - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
 
IntervalType - Class in org.dbunit.ext.postgresql
Adapter to handle conversion between Postgresql native Interval type and Strings.
IntervalType() - Constructor for class org.dbunit.ext.postgresql.IntervalType
 
IOperationListener - Interface in org.dbunit
Listener for IDatabaseConnection events.
IPreparedBatchStatement - Interface in org.dbunit.database.statement
 
IResultSetTable - Interface in org.dbunit.database
 
IResultSetTableFactory - Interface in org.dbunit.database
 
IRowFilter - Interface in org.dbunit.dataset.filter
Interface to filter out rows by checking specific column values provided by the IRowValueProvider.
IRowValueProvider - Interface in org.dbunit.dataset
Provides arbitrary values for one single database/ITable row.
IsAlnumHandler - Class in org.dbunit.dataset.common.handlers
 
IsAlnumHandler.QUOTE - Class in org.dbunit.dataset.common.handlers
 
IsAlnumHandler.QUOTE() - Constructor for class org.dbunit.dataset.common.handlers.IsAlnumHandler.QUOTE
 
IsAlnumHandler.UNQUOTE - Class in org.dbunit.dataset.common.handlers
 
IsAlnumHandler.UNQUOTE() - Constructor for class org.dbunit.dataset.common.handlers.IsAlnumHandler.UNQUOTE
 
isCaseSensitiveTableNames() - Method in class org.dbunit.dataset.AbstractDataSet
 
isCaseSensitiveTableNames() - Method in interface org.dbunit.dataset.IDataSet
Whether or not this dataset handles table names in a case sensitive way or not.
isCaseSensitiveTableNames() - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
 
isCaseSensitiveTableNames() - Method in class org.dbunit.dataset.xml.FlatXmlProducer
 
isColumnSensing() - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
 
isDataFormat(String) - Method in class org.dbunit.ant.AbstractStep
Checks if the given format is a format which contains tabular data.
isDateTime() - Method in class org.dbunit.dataset.datatype.AbstractDataType
 
isDateTime() - Method in class org.dbunit.dataset.datatype.DataType
Returns true if this DataType represents a date and/or time.
isDateTime() - Method in class org.dbunit.dataset.datatype.DateDataType
 
isDateTime() - Method in class org.dbunit.dataset.datatype.TimeDataType
 
isDateTime() - Method in class org.dbunit.dataset.datatype.TimestampDataType
 
isDtdMetadata() - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
 
ISearchAlgorithm - Interface in org.dbunit.util.search
Interface representing an algorithm that searches a graph.
ISearchCallback - Interface in org.dbunit.util.search
Callback used by the search algorithms.
isEmpty() - Method in class org.dbunit.database.PrimaryKeyFilter.PkTableMap
 
isEmpty() - Method in class org.dbunit.dataset.filter.ExcludeTableFilter
 
isEmpty() - Method in class org.dbunit.dataset.filter.IncludeTableFilter
 
isEmpty() - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
 
isEmpty() - Method in class org.dbunit.util.concurrent.LinkedQueue
 
isEnumType(String) - Method in class org.dbunit.ext.postgresql.PostgresqlDataTypeFactory
Returns a data type for the given sql type name if the user wishes one.
isLastTable(String) - Method in class org.dbunit.dataset.OrderedTableNameMap
 
isNullable() - Method in class org.dbunit.database.DatabaseConfig.ConfigProperty
 
isNumber() - Method in class org.dbunit.dataset.datatype.AbstractDataType
 
isNumber() - Method in class org.dbunit.dataset.datatype.DataType
Returns true if this DataType represents a number.
isOrdered() - Method in class org.dbunit.ant.AbstractStep
 
isPercentage() - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap.Precision
 
isSybaseDb(DatabaseMetaData) - Static method in class org.dbunit.util.SQLHelper
Detects whether or not the given metadata describes the connection to a Sybase database or not.
IStatementFactory - Interface in org.dbunit.database.statement
 
isTransaction() - Method in class org.dbunit.ant.Operation
 
isValidName(String) - Method in class org.dbunit.database.PrimaryKeyFilter
 
isValidName(String) - Method in class org.dbunit.dataset.filter.AbstractTableFilter
Returns true if specified table is allowed by this filter.
isValidName(String) - Method in class org.dbunit.dataset.filter.DefaultTableFilter
 
isValidName(String) - Method in class org.dbunit.dataset.filter.ExcludeTableFilter
 
isValidName(String) - Method in class org.dbunit.dataset.filter.IncludeTableFilter
 
isValue() - Method in class org.dbunit.ant.DbConfig.Feature
 
isZero(BigDecimal) - Static method in class org.dbunit.dataset.datatype.NumberTolerantDataType
Checks if the given value is zero.
ITable - Interface in org.dbunit.dataset
A table represents a collection of tabular data.
ITableFilter - Interface in org.dbunit.dataset.filter
Represents a strategy used by FilteredDataSet to exposes only some tables from a dataset.
ITableFilterSimple - Interface in org.dbunit.dataset.filter
A filter for table names.
ITableIterator - Interface in org.dbunit.dataset
 
ITableMetaData - Interface in org.dbunit.dataset
Represents table metadata.
item_ - Variable in class org.dbunit.util.concurrent.Slot
The slot
iterator(IDataSet, boolean) - Method in class org.dbunit.database.PrimaryKeyFilter
 
iterator() - Method in class org.dbunit.dataset.AbstractDataSet
 
iterator(IDataSet, boolean) - Method in class org.dbunit.dataset.filter.AbstractTableFilter
 
iterator(IDataSet, boolean) - Method in interface org.dbunit.dataset.filter.ITableFilter
Returns iterator of tables allowed by this filter from the specified dataset.
iterator(IDataSet, boolean) - Method in class org.dbunit.dataset.filter.SequenceTableFilter
 
iterator() - Method in interface org.dbunit.dataset.IDataSet
Returns an iterator over the tables in this dataset in proper sequence.
iterator(IDataSet) - Method in class org.dbunit.operation.AbstractBatchOperation
Returns list of tables this operation is applied to.
iterator(IDataSet) - Method in class org.dbunit.operation.DeleteOperation
 

J

JdbcBasedDBTestCase - Class in org.dbunit
TestCase that uses a JdbcDatabaseTester.
JdbcBasedDBTestCase() - Constructor for class org.dbunit.JdbcBasedDBTestCase
 
JdbcBasedDBTestCase(String) - Constructor for class org.dbunit.JdbcBasedDBTestCase
 
JdbcDatabaseTester - Class in org.dbunit
DatabaseTester that uses JDBC's Driver Manager to create connections.
JdbcDatabaseTester(String, String) - Constructor for class org.dbunit.JdbcDatabaseTester
Creates a new JdbcDatabaseTester with the specified properties.
JdbcDatabaseTester(String, String, String, String) - Constructor for class org.dbunit.JdbcDatabaseTester
Creates a new JdbcDatabaseTester with the specified properties.
JdbcDatabaseTester(String, String, String, String, String) - Constructor for class org.dbunit.JdbcDatabaseTester
Creates a new JdbcDatabaseTester with the specified properties.
JndiBasedDBTestCase - Class in org.dbunit
TestCase that uses a JndiDatabaseTester.
JndiBasedDBTestCase() - Constructor for class org.dbunit.JndiBasedDBTestCase
 
JndiBasedDBTestCase(String) - Constructor for class org.dbunit.JndiBasedDBTestCase
 
JndiDatabaseTester - Class in org.dbunit
DatabaseTester that pulls a DataSource from a JNDI location.
JndiDatabaseTester(String) - Constructor for class org.dbunit.JndiDatabaseTester
Creates a JndiDatabaseTester with default JNDI properties.
JndiDatabaseTester(Properties, String) - Constructor for class org.dbunit.JndiDatabaseTester
Creates a JndiDatabaseTester with specific JNDI properties.
JndiDatabaseTester(Properties, String, String) - Constructor for class org.dbunit.JndiDatabaseTester
Creates a JndiDatabaseTester with specific JNDI properties.
JUnitFailureFactory - Class in org.dbunit.assertion
Adapter that lets dbunit create JUnit failure objects.
JUnitFailureFactory() - Constructor for class org.dbunit.assertion.JUnitFailureFactory
 

L

last - Variable in class org.dbunit.util.concurrent.SynchronousChannel.Queue
 
last_ - Variable in class org.dbunit.util.concurrent.BoundedLinkedQueue
The last node of list.
last_ - Variable in class org.dbunit.util.concurrent.LinkedQueue
The last node of list.
length() - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
 
length() - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
 
LineEndHandler - Class in org.dbunit.dataset.common.handlers
 
LinkedNode - Class in org.dbunit.util.concurrent
A standard linked list node used in various queue classes
LinkedNode() - Constructor for class org.dbunit.util.concurrent.LinkedNode
 
LinkedNode(Object) - Constructor for class org.dbunit.util.concurrent.LinkedNode
 
LinkedNode(Object, LinkedNode) - Constructor for class org.dbunit.util.concurrent.LinkedNode
 
LinkedQueue - Class in org.dbunit.util.concurrent
A linked list based channel implementation.
LinkedQueue() - Constructor for class org.dbunit.util.concurrent.LinkedQueue
 
listeners - Variable in class org.dbunit.util.concurrent.PropertyChangeMulticaster
The array of listeners.
load(String) - Method in class org.dbunit.util.fileloader.AbstractDataFileLoader
Load the specified filename from the classpath into a dbUnit dataset.
load(String) - Method in interface org.dbunit.util.fileloader.DataFileLoader
Load the specified filename from the classpath into a dbUnit dataset.
loadClass(String, Connection) - Method in class org.dbunit.dataset.datatype.AbstractDataType
 
loadClass(String, ClassLoader) - Method in class org.dbunit.dataset.datatype.AbstractDataType
 
loadDataSet(URL) - Method in class org.dbunit.util.fileloader.AbstractDataFileLoader
Make the dbUnit dataset (IDataSet) from the input stream of a dbUnit data file.
loadDataSet(URL) - Method in class org.dbunit.util.fileloader.CsvDataFileLoader
Make the dbUnit dataset (IDataSet) from the input stream of a dbUnit data file.
loadDataSet(URL) - Method in class org.dbunit.util.fileloader.FlatXmlDataFileLoader
Make the dbUnit dataset (IDataSet) from the input stream of a dbUnit data file.
loadDataSet(URL) - Method in class org.dbunit.util.fileloader.FullXmlDataFileLoader
Make the dbUnit dataset (IDataSet) from the input stream of a dbUnit data file.
loadDataSet(URL) - Method in class org.dbunit.util.fileloader.XlsDataFileLoader
Make the dbUnit dataset (IDataSet) from the input stream of a dbUnit data file.
lock_ - Variable in class org.dbunit.util.concurrent.SynchronizedVariable
 
logDebugIfValueChanged(String, String, String, Class) - Static method in class org.dbunit.util.SQLHelper
Checks whether two given values are unequal and if so print a log message (level DEBUG)
logger - Variable in class org.dbunit.database.PrimaryKeyFilter
 
logger - Variable in class org.dbunit.database.PrimaryKeyFilteredTableWrapper
logger
logger - Variable in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
 
logger - Variable in class org.dbunit.util.search.DepthFirstSearch
 
logInfoIfValueChanged(String, String, String, Class) - Static method in class org.dbunit.util.SQLHelper
Checks whether two given values are unequal and if so print a log message (level DEBUG)
LONG_RAW - Static variable in class org.dbunit.ext.oracle.OracleDataTypeFactory
 
LongDataType - Class in org.dbunit.dataset.datatype
 
LONGNVARCHAR - Static variable in class org.dbunit.dataset.datatype.DataType
 
LONGVARBINARY - Static variable in class org.dbunit.dataset.datatype.DataType
 
LONGVARCHAR - Static variable in class org.dbunit.dataset.datatype.DataType
 
LowerCaseDataSet - Class in org.dbunit.dataset
Specialized IDataSet decorator that convert the table name and column names to lower case.
LowerCaseDataSet(ITable) - Constructor for class org.dbunit.dataset.LowerCaseDataSet
 
LowerCaseDataSet(ITable[]) - Constructor for class org.dbunit.dataset.LowerCaseDataSet
 
LowerCaseDataSet(IDataSet) - Constructor for class org.dbunit.dataset.LowerCaseDataSet
 
LowerCaseTableMetaData - Class in org.dbunit.dataset
Specialized ITableMetaData implementation that convert the table name and column names to lower case.
LowerCaseTableMetaData(String, Column[]) - Constructor for class org.dbunit.dataset.LowerCaseTableMetaData
 
LowerCaseTableMetaData(String, Column[], String[]) - Constructor for class org.dbunit.dataset.LowerCaseTableMetaData
 
LowerCaseTableMetaData(ITableMetaData) - Constructor for class org.dbunit.dataset.LowerCaseTableMetaData
 
LowerCaseTableMetaData(String, Column[], Column[]) - Constructor for class org.dbunit.dataset.LowerCaseTableMetaData
 

M

main(String[]) - Static method in class org.dbunit.util.Base64
Testing.
main(String[]) - Static method in class org.dbunit.util.xml.XmlWriter
 
makeCompositeDataSet(String[]) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
Make a IDataSet from the specified files.
matches(ResultSet, String, String, boolean) - Method in class org.dbunit.database.DefaultMetadataHandler
 
matches(ResultSet, String, String, String, String, boolean) - Method in class org.dbunit.database.DefaultMetadataHandler
 
matches(ResultSet, String, String, boolean) - Method in interface org.dbunit.database.IMetadataHandler
Checks if the given resultSet matches the given schema and table name.
matches(ResultSet, String, String, String, String, boolean) - Method in interface org.dbunit.database.IMetadataHandler
Checks if the given resultSet matches the given schema and table name.
matches(String, String) - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap.ToleratedDelta
Checks whether or not the tableName and the columnName match the ones of this object.
matches(ResultSet, String, String, String, String, boolean) - Method in class org.dbunit.ext.db2.Db2MetadataHandler
This method is overridden since - at least with DB2 driver db2jcc-9.5.jar - there is a problem that the DatabaseMetaData does not return the same values for catalog and schema like the columns ResultSet does.
matches(ResultSet, String, String, boolean) - Method in class org.dbunit.ext.mysql.MySqlMetadataHandler
 
matches(ResultSet, String, String, String, String, boolean) - Method in class org.dbunit.ext.mysql.MySqlMetadataHandler
 
matches(ResultSet, String, String, boolean) - Method in class org.dbunit.ext.netezza.NetezzaMetadataHandler
 
matches(ResultSet, String, String, String, String, boolean) - Method in class org.dbunit.ext.netezza.NetezzaMetadataHandler
 
matches(ResultSet, String, String, boolean) - Static method in class org.dbunit.util.SQLHelper
Deprecated. since 2.4.4 - use IMetadataHandler.matches(ResultSet, String, String, String, String, boolean)
matches(ResultSet, String, String, String, String, boolean) - Static method in class org.dbunit.util.SQLHelper
Deprecated. since 2.4.4 - use IMetadataHandler.matches(ResultSet, String, String, String, String, boolean)
MckoiConnection - Class in org.dbunit.ext.mckoi
Database connection for Mckoi that pre-configures all properties required to successfully use dbunit with Mckoi.
MckoiConnection(Connection, String) - Constructor for class org.dbunit.ext.mckoi.MckoiConnection
 
MckoiDataTypeFactory - Class in org.dbunit.ext.mckoi
MckoiDataTypeFactory - This class is for the DBUnit data type factory for Mckoi database
MckoiDataTypeFactory() - Constructor for class org.dbunit.ext.mckoi.MckoiDataTypeFactory
 
mergeColumnsByName(Column[], Column[]) - Static method in class org.dbunit.dataset.Columns
Merges the two arrays of columns so that all of the columns are available in the result array.
MsSqlConnection - Class in org.dbunit.ext.mssql
 
MsSqlConnection(Connection, String) - Constructor for class org.dbunit.ext.mssql.MsSqlConnection
Creates a new MsSqlConnection.
MsSqlConnection(Connection) - Constructor for class org.dbunit.ext.mssql.MsSqlConnection
Creates a new MsSqlConnection.
MsSqlDataTypeFactory - Class in org.dbunit.ext.mssql
Specialized factory that recognizes MS SQL Server data types.
MsSqlDataTypeFactory() - Constructor for class org.dbunit.ext.mssql.MsSqlDataTypeFactory
 
multicast(PropertyChangeEvent) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Helper method to relay evt to all listeners.
multiply(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
Multiply value by factor (i.e., set value *= factor)
MySqlConnection - Class in org.dbunit.ext.mysql
 
MySqlConnection(Connection, String) - Constructor for class org.dbunit.ext.mysql.MySqlConnection
 
MySqlDataTypeFactory - Class in org.dbunit.ext.mysql
Specialized factory that recognizes MySql data types.
MySqlDataTypeFactory() - Constructor for class org.dbunit.ext.mysql.MySqlDataTypeFactory
 
MySqlMetadataHandler - Class in org.dbunit.ext.mysql
Special metadata handler for MySQL.
MySqlMetadataHandler() - Constructor for class org.dbunit.ext.mysql.MySqlMetadataHandler
 

N

NCHAR - Static variable in class org.dbunit.dataset.datatype.