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

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.AssertionFailedError - Error in org.dbunit
Exception used to avoid JUnit dependency.
AbstractDatabaseTester.AssertionFailedError() - Constructor for error org.dbunit.AbstractDatabaseTester.AssertionFailedError
 
AbstractDatabaseTester.AssertionFailedError(String) - Constructor for error org.dbunit.AbstractDatabaseTester.AssertionFailedError
 
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
 
AbstractDataType - Class in org.dbunit.dataset.datatype
 
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
Defautl 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.csv.handlers
 
AbstractPipelineComponent() - Constructor for class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
 
AbstractPipelineComponent.ACCEPT - Class in org.dbunit.dataset.csv.handlers
 
AbstractPipelineComponent.ACCEPT() - Constructor for class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent.ACCEPT
 
AbstractPipelineComponent.IGNORE - Class in org.dbunit.dataset.csv.handlers
 
AbstractPipelineComponent.IGNORE() - Constructor for class org.dbunit.dataset.csv.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(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
 
accept(char) - Method in class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
Method invoked when the character should be accepted
ACCEPT() - Static method in class org.dbunit.dataset.csv.handlers.AllHandler
 
ACCEPT() - Static method in class org.dbunit.dataset.csv.handlers.EscapeHandler
 
ACCEPT() - Static method in class org.dbunit.dataset.csv.handlers.IsAlnumHandler
 
accept(char) - Method in interface org.dbunit.dataset.csv.handlers.PipelineComponent
 
ACCEPT() - Static method in class org.dbunit.dataset.csv.handlers.QuoteHandler
 
ACCEPT() - Static method in class org.dbunit.dataset.csv.handlers.SeparatorHandler
 
ACCEPT() - Static method in class org.dbunit.dataset.csv.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
 
accept(String) - Method in interface org.dbunit.dataset.filter.ITableFilter
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(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
Add amount to value (i.e., set value += amount)
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.
addExport(Export) - Method in class org.dbunit.ant.DbUnitTask
Adds an Export to the steps List.
addFilterSet(FilterSet) - Method in class org.dbunit.ant.QuerySet
 
addOperation(Operation) - Method in class org.dbunit.ant.DbUnitTask
Adds an Operation.
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.
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.
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 associted 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.
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
 
AllHandler - Class in org.dbunit.dataset.csv.handlers
 
ALLOW_MODE - Static variable in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
 
allowForNoMoreInput() - Method in class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
 
allowForNoMoreInput() - Method in interface org.dbunit.dataset.csv.handlers.Handler
 
allowForNoMoreInput() - Method in class org.dbunit.dataset.csv.handlers.Helper
 
allowForNoMoreInput() - Method in class org.dbunit.dataset.csv.handlers.Pipeline
 
allowForNoMoreInput() - Method in class org.dbunit.dataset.csv.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 DatabaseDataSet when a 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.
array_ - Variable in class org.dbunit.util.concurrent.BoundedBuffer
 
assertEquals(IDataSet, IDataSet) - Static method in class org.dbunit.Assertion
Asserts that the two specified dataset are equals.
assertEquals(ITable, ITable) - Static method in class org.dbunit.Assertion
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
assertEquals(BufferedReader, BufferedReader) - Static method in class org.dbunit.util.FileAsserts
 
assertEquals(InputStream, File) - Static method in class org.dbunit.util.FileAsserts
 
assertEquals(File, File) - Static method in class org.dbunit.util.FileAsserts
 
Assertion - Class in org.dbunit
 
assertNotNullNorEmpty(String, String) - Method in class org.dbunit.AbstractDatabaseTester
Asserts that propertyName is not a null String and has a length greater than zero.
assertTrue(String, boolean) - Method in class org.dbunit.AbstractDatabaseTester
Method used to avoid JUnit dependency
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
 
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
 
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
 
BLOB - Static variable in class org.dbunit.dataset.datatype.DataType
 
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
 
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
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 syncronously consume the specified producer.
CachedResultSetTable - Class in org.dbunit.database
 
CachedResultSetTable(ITableMetaData, ResultSet) - Constructor for class org.dbunit.database.CachedResultSetTable
 
CachedResultSetTable(ITableMetaData, IDatabaseConnection) - Constructor for class org.dbunit.database.CachedResultSetTable
 
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.csv.handlers.AllHandler
 
canHandle(char) - Method in class org.dbunit.dataset.csv.handlers.EnforceHandler
 
canHandle(char) - Method in class org.dbunit.dataset.csv.handlers.EscapeHandler
 
canHandle(char) - Method in interface org.dbunit.dataset.csv.handlers.Handler
 
canHandle(char) - Method in class org.dbunit.dataset.csv.handlers.IsAlnumHandler
 
canHandle(char) - Method in class org.dbunit.dataset.csv.handlers.NoHandler
 
canHandle(char) - Method in class org.dbunit.dataset.csv.handlers.Pipeline
 
canHandle(char) - Method in class org.dbunit.dataset.csv.handlers.QuoteHandler
 
canHandle(char) - Method in class org.dbunit.dataset.csv.handlers.SeparatorHandler
 
canHandle(char) - Method in class org.dbunit.dataset.csv.handlers.TransparentHandler
 
canHandle(char) - Method in class org.dbunit.dataset.csv.handlers.UnquotedFieldAssembler
 
canHandle(char) - Method in class org.dbunit.dataset.csv.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
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.  
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
 
characters(char[], int, int) - Method in class org.dbunit.dataset.xml.XmlProducer
 
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
 
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
 
ClobDataType - Class in org.dbunit.dataset.datatype
 
ClobDataType() - Constructor for class org.dbunit.dataset.datatype.ClobDataType
 
cloneTables(ITable[]) - Method in class org.dbunit.dataset.AbstractDataSet
 
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 preparement statement, checking for null references.
close() - Method in class org.dbunit.util.xml.XmlWriter
Close this writer.
closeConnection(IDatabaseConnection) - Method in class org.dbunit.AbstractDatabaseTester
 
closeConnection(IDatabaseConnection) - Method in class org.dbunit.DatabaseTestCase
Close the specified connection.
closeConnection(IDatabaseConnection) - Method in interface org.dbunit.IDatabaseTester
Close the specified connection.
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.Nullable - Class in org.dbunit.dataset
 
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(Object, Object) - Method in class org.dbunit.dataset.datatype.BooleanDataType
 
compare(Object, Object) - Method in class org.dbunit.dataset.datatype.BytesDataType
 
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
 
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
 
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, 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.
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
 
copyQueriesFrom(QuerySet) - Method in class org.dbunit.ant.QuerySet
 
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.
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) - Method in interface org.dbunit.dataset.datatype.IDataTypeFactory
Returns the DataType object that corresponds to the specified Types.
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.mssql.MsSqlDataTypeFactory
 
createDataType(int, String) - Method in class org.dbunit.ext.mysql.MySqlDataTypeFactory
 
createDataType(int, String) - Method in class org.dbunit.ext.oracle.OracleDataTypeFactory
 
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.
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
 
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
 
createMetaData(String, ResultSet, IDatabaseConnection) - Static method in class org.dbunit.database.DatabaseTableMetaData
 
createPipelineComponent(AbstractPipelineComponent, Helper) - Static method in class org.dbunit.dataset.csv.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
 
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, String, IDatabaseConnection) - Method in class org.dbunit.database.CachedResultSetTableFactory
 
createTable(ITableMetaData, 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, String, IDatabaseConnection) - Method in interface org.dbunit.database.IResultSetTableFactory
 
createTable(ITableMetaData, IDatabaseConnection) - Method in interface org.dbunit.database.IResultSetTableFactory
 
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
Created By: fede Date: 10-mar-2004 Time: 15.50.13 Last Checkin: $Author: dep4b $ Date: $Date: 2005-05-06 23:04:06 +0200 (ven, 06 mag 2005) $ Revision: $Revision: 480 $
CsvParserException - Exception in org.dbunit.dataset.csv
author: fede 22-gen-2004 15.08.03 $Revision: 434 $
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
 

D

DatabaseConfig - Class in org.dbunit.database
 
DatabaseConfig() - Constructor for class org.dbunit.database.DatabaseConfig
 
DatabaseConnection - Class in org.dbunit.database
This class adapts a JDBC Connection to a IDatabaseConnection.
DatabaseConnection(Connection, String) - Constructor for class org.dbunit.database.DatabaseConnection
Creates a new DatabaseConnection.
DatabaseConnection(Connection) - Constructor for class org.dbunit.database.DatabaseConnection
Creates a new DatabaseConnection.
DatabaseDataSet - Class in org.dbunit.database
provides access to a database instance as a dataset.
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
 
DatabaseTestCase - Class in org.dbunit
 
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.
DataSetException - Exception in org.dbunit.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
 
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