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

A

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() - 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
 
AbstractBatchOperation - class org.dbunit.operation.AbstractBatchOperation.
Base implementation for database operation that are executed in batch.
AbstractBatchOperation() - Constructor for class org.dbunit.operation.AbstractBatchOperation
 
AbstractBatchStatement - class org.dbunit.database.statement.AbstractBatchStatement.
 
AbstractDataSet - class org.dbunit.dataset.AbstractDataSet.
This abstract class provides the basic implementation of the IDataSet interface.
AbstractDataSet() - Constructor for class org.dbunit.dataset.AbstractDataSet
 
AbstractDataType - class org.dbunit.dataset.datatype.AbstractDataType.
 
AbstractDataType(String, int, Class, boolean) - Constructor for class org.dbunit.dataset.datatype.AbstractDataType
 
AbstractDatabaseConnection - class org.dbunit.database.AbstractDatabaseConnection.
 
AbstractDatabaseConnection() - Constructor for class org.dbunit.database.AbstractDatabaseConnection
 
AbstractOperation - class org.dbunit.operation.AbstractOperation.
 
AbstractOperation() - Constructor for class org.dbunit.operation.AbstractOperation
 
AbstractPipelineComponent - class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent.
 
AbstractPipelineComponent() - Constructor for class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
 
AbstractPipelineComponent.ACCEPT - class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent.ACCEPT.
 
AbstractPipelineComponent.ACCEPT() - Constructor for class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent.ACCEPT
 
AbstractPipelineComponent.IGNORE - class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent.IGNORE.
 
AbstractPipelineComponent.IGNORE() - Constructor for class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent.IGNORE
 
AbstractPreparedBatchStatement - class org.dbunit.database.statement.AbstractPreparedBatchStatement.
 
AbstractResultSetTable - class org.dbunit.database.AbstractResultSetTable.
 
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 org.dbunit.database.statement.AbstractStatementFactory.
 
AbstractStatementFactory() - Constructor for class org.dbunit.database.statement.AbstractStatementFactory
 
AbstractStep - class org.dbunit.ant.AbstractStep.
 
AbstractStep() - Constructor for class org.dbunit.ant.AbstractStep
 
AbstractTable - class org.dbunit.dataset.AbstractTable.
 
AbstractTable() - Constructor for class org.dbunit.dataset.AbstractTable
 
AbstractTableFilter - class org.dbunit.dataset.filter.AbstractTableFilter.
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 org.dbunit.dataset.AbstractTableMetaData.
 
AbstractTableMetaData() - Constructor for class org.dbunit.dataset.AbstractTableMetaData
 
AllHandler - class org.dbunit.dataset.csv.handlers.AllHandler.
 
AmbiguousTableNameException - exception org.dbunit.database.AmbiguousTableNameException.
This exception is thrown by DatabaseDataSet when a multiple tables having the same name are accessible.
AmbiguousTableNameException() - Constructor for class org.dbunit.database.AmbiguousTableNameException
 
AmbiguousTableNameException(String) - Constructor for class org.dbunit.database.AmbiguousTableNameException
 
AmbiguousTableNameException(String, Throwable) - Constructor for class org.dbunit.database.AmbiguousTableNameException
 
AmbiguousTableNameException(Throwable) - Constructor for class org.dbunit.database.AmbiguousTableNameException
 
Assertion - class org.dbunit.Assertion.
 
AutomaticPreparedBatchStatement - class org.dbunit.database.statement.AutomaticPreparedBatchStatement.
 
AutomaticPreparedBatchStatement(IPreparedBatchStatement, int) - Constructor for class org.dbunit.database.statement.AutomaticPreparedBatchStatement
 
accept(char) - Method in class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
Method invoked when the character should be accepted
accept(char) - Method in interface org.dbunit.dataset.csv.handlers.PipelineComponent
 
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.
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
 
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
 
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
and(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
Set value to value & b.
array_ - Variable in class org.dbunit.util.concurrent.BoundedBuffer
 
asString(Object) - Static method in class org.dbunit.dataset.datatype.DataType
Typecast the specified value to string.
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
 
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
 
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
 

B

BIGINT - Static variable in class org.dbunit.dataset.datatype.DataType
 
BINARY - Static variable in class org.dbunit.dataset.datatype.DataType
 
BLOB - Static variable in class org.dbunit.dataset.datatype.DataType
 
BOOLEAN - Static variable in class org.dbunit.dataset.datatype.DataType
 
Base64 - class org.dbunit.util.Base64.
I am placing this code in the Public Domain.
Base64.InputStream - class org.dbunit.util.Base64.InputStream.
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 org.dbunit.util.Base64.OutputStream.
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 org.dbunit.database.statement.BatchStatement.
 
BatchStatementDecorator - class org.dbunit.database.statement.BatchStatementDecorator.
 
BinaryStreamDataType - class org.dbunit.dataset.datatype.BinaryStreamDataType.
 
BinaryStreamDataType(String, int) - Constructor for class org.dbunit.dataset.datatype.BinaryStreamDataType
 
BlobDataType - class org.dbunit.dataset.datatype.BlobDataType.
 
BlobDataType() - Constructor for class org.dbunit.dataset.datatype.BlobDataType
 
BooleanDataType - class org.dbunit.dataset.datatype.BooleanDataType.
 
BoundedBuffer - class org.dbunit.util.concurrent.BoundedBuffer.
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 org.dbunit.util.concurrent.BoundedChannel.
A channel that is known to have a capacity, signifying that put operations may block when the capacity is reached.
BoundedLinkedQueue - class org.dbunit.util.concurrent.BoundedLinkedQueue.
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 org.dbunit.dataset.datatype.BytesDataType.
 

C

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.
CHAR - Static variable in class org.dbunit.dataset.datatype.DataType
 
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
 
CLOB - Static variable in class org.dbunit.dataset.datatype.DataType
 
CachedDataSet - class org.dbunit.dataset.CachedDataSet.
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 org.dbunit.database.CachedResultSetTable.
 
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 org.dbunit.database.CachedResultSetTableFactory.
 
CachedResultSetTableFactory() - Constructor for class org.dbunit.database.CachedResultSetTableFactory
 
CachedTable - class org.dbunit.dataset.CachedTable.
 
CachedTable(ITable) - Constructor for class org.dbunit.dataset.CachedTable
 
CachedTable(ITableMetaData) - Constructor for class org.dbunit.dataset.CachedTable
 
CaseInsensitiveDataSet - class org.dbunit.dataset.CaseInsensitiveDataSet.
Deprecated. All IDataSet implementations are case insensitive since DbUnit 1.5
CaseInsensitiveDataSet(IDataSet) - Constructor for class org.dbunit.dataset.CaseInsensitiveDataSet
Deprecated.  
CaseInsensitiveTable - class org.dbunit.dataset.CaseInsensitiveTable.
Deprecated. All IDataSet implementations are case insensitive since DbUnit 1.5
CaseInsensitiveTable(ITable) - Constructor for class org.dbunit.dataset.CaseInsensitiveTable
Deprecated.  
Channel - interface org.dbunit.util.concurrent.Channel.
Main interface for buffers, queues, pipes, conduits, etc.
ClobDataType - class org.dbunit.dataset.datatype.ClobDataType.
 
ClobDataType() - Constructor for class org.dbunit.dataset.datatype.ClobDataType
 
CloseConnectionOperation - class org.dbunit.operation.CloseConnectionOperation.
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.
Column - class org.dbunit.dataset.Column.
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 org.dbunit.dataset.Column.Nullable.
 
Compare - class org.dbunit.ant.Compare.
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
 
CompositeDataSet - class org.dbunit.dataset.CompositeDataSet.
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 org.dbunit.operation.CompositeOperation.
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 org.dbunit.dataset.CompositeTable.
 
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 org.dbunit.database.statement.CompoundStatement.
 
CsvDataSetWriter - class org.dbunit.dataset.csv.CsvDataSetWriter.
 
CsvDataSetWriter(String) - Constructor for class org.dbunit.dataset.csv.CsvDataSetWriter
 
CsvDataSetWriter(File) - Constructor for class org.dbunit.dataset.csv.CsvDataSetWriter
 
CsvParser - interface org.dbunit.dataset.csv.CsvParser.
Created By: fede Date: 10-mar-2004 Time: 15.50.13 Last Checkin: $Author: fspinazzi $ Date: $Date: 2004/04/06 06:51:52 $ Revision: $Revision: 1.3 $
CsvParserException - exception org.dbunit.dataset.csv.CsvParserException.
author: fede 22-gen-2004 15.08.03 $Revision: 1.3 $
CsvParserException(String) - Constructor for class org.dbunit.dataset.csv.CsvParserException
 
CsvParserImpl - class org.dbunit.dataset.csv.CsvParserImpl.
 
CsvParserImpl() - Constructor for class org.dbunit.dataset.csv.CsvParserImpl
 
CsvProducer - class org.dbunit.dataset.csv.CsvProducer.
 
CsvProducer(String) - Constructor for class org.dbunit.dataset.csv.CsvProducer
 
CsvProducer(File) - Constructor for class org.dbunit.dataset.csv.CsvProducer
 
CyclicTablesDependencyException - exception org.dbunit.database.CyclicTablesDependencyException.
 
CyclicTablesDependencyException(String) - Constructor for class org.dbunit.database.CyclicTablesDependencyException
 
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
 
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.
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
 
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() - Method in class org.dbunit.util.xml.XmlWriter
Close this writer.
closeConnection(IDatabaseConnection) - Method in class org.dbunit.DatabaseTestCase
Close the specified connection.
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(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
 
complement() - Method in class org.dbunit.util.concurrent.SynchronizedInt
Set the value to its complement
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.mssql.MsSqlDataTypeFactory
 
createDataType(int, String) - Method in class org.dbunit.ext.mysql.MySqlDataTypeFactory
 
createDataType(int, String) - Method in class org.dbunit.ext.oracle.OracleDataTypeFactory
 
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.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.excel.XlsDataSet
 
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
 

D

DATE - Static variable in class org.dbunit.dataset.datatype.DataType
 
DECIMAL - Static variable in class org.dbunit.dataset.datatype.DataType
 
DECODE - Static variable in class org.dbunit.util.Base64
Specify decoding (value is false).
DELETE - Static variable in class org.dbunit.operation.DatabaseOperation
 
DELETE_ALL - Static variable in class org.dbunit.operation.DatabaseOperation
 
DOUBLE - Static variable in class org.dbunit.dataset.datatype.DataType
 
DataSetException - exception org.dbunit.dataset.DataSetException.
 
DataSetException() - Constructor for class org.dbunit.dataset.DataSetException
 
DataSetException(String) - Constructor for class org.dbunit.dataset.DataSetException
 
DataSetException(String, Throwable) - Constructor for class org.dbunit.dataset.DataSetException
 
DataSetException(Throwable) - Constructor for class org.dbunit.dataset.DataSetException
 
DataSetProducerAdapter - class org.dbunit.dataset.stream.DataSetProducerAdapter.
 
DataSetProducerAdapter(ITableIterator) - Constructor for class org.dbunit.dataset.stream.DataSetProducerAdapter
 
DataSetProducerAdapter(IDataSet) - Constructor for class org.dbunit.dataset.stream.DataSetProducerAdapter
 
DataSetUtils - class org.dbunit.dataset.DataSetUtils.
This class contains various methods for manipulating datasets.
DataType - class org.dbunit.dataset.datatype.DataType.
 
DataType() - Constructor for class org.dbunit.dataset.datatype.DataType
 
DataTypeException - exception org.dbunit.dataset.datatype.DataTypeException.
 
DataTypeException() - Constructor for class org.dbunit.dataset.datatype.DataTypeException
 
DataTypeException(String) - Constructor for class org.dbunit.dataset.datatype.DataTypeException
 
DataTypeException(Throwable) - Constructor for class org.dbunit.dataset.datatype.DataTypeException
 
DataTypeException(String, Throwable) - Constructor for class org.dbunit.dataset.datatype.DataTypeException
 
DatabaseConfig - class org.dbunit.database.DatabaseConfig.
 
DatabaseConfig() - Constructor for class org.dbunit.database.DatabaseConfig
 
DatabaseConnection - class org.dbunit.database.DatabaseConnection.
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 org.dbunit.database.DatabaseDataSet.
provides access to a database instance as a dataset.
DatabaseDataSourceConnection - class org.dbunit.database.DatabaseDataSourceConnection.
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 org.dbunit.operation.DatabaseOperation.
Defines the interface contract for operations performed on the database.
DatabaseOperation() - Constructor for class org.dbunit.operation.DatabaseOperation
 
DatabaseSequenceFilter - class org.dbunit.database.DatabaseSequenceFilter.
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 org.dbunit.database.DatabaseTableIterator.
 
DatabaseTableIterator(String[], IDataSet) - Constructor for class org.dbunit.database.DatabaseTableIterator
 
DatabaseTableMetaData - class org.dbunit.database.DatabaseTableMetaData.
 
DatabaseTestCase - class org.dbunit.DatabaseTestCase.
 
DatabaseTestCase() - Constructor for class org.dbunit.DatabaseTestCase
 
DatabaseTestCase(String) - Constructor for class org.dbunit.DatabaseTestCase
 
DatabaseUnitException - exception org.dbunit.DatabaseUnitException.
 
DatabaseUnitException() - Constructor for class org.dbunit.DatabaseUnitException
Constructs an DatabaseUnitException with no detail message and no encapsulated exception.
DatabaseUnitException(String) - Constructor for class org.dbunit.DatabaseUnitException
Constructs an DatabaseUnitException with the specified detail message and no encapsulated exception.
DatabaseUnitException(String, Throwable) - Constructor for class org.dbunit.DatabaseUnitException
Constructs an DatabaseUnitException with the specified detail message and encapsulated exception.
DatabaseUnitException(Throwable) - Constructor for class org.dbunit.DatabaseUnitException
Constructs an DatabaseUnitException with the encapsulated exception and use string representation as detail message.
DatabaseUnitRuntimeException - exception org.dbunit.DatabaseUnitRuntimeException.
 
DatabaseUnitRuntimeException() - Constructor for class org.dbunit.DatabaseUnitRuntimeException
Constructs an DatabaseUnitRuntimeException with no specified detail message and no encapsulated exception.
DatabaseUnitRuntimeException(String) - Constructor for class org.dbunit.DatabaseUnitRuntimeException
Constructs an DatabaseUnitRuntimeException with the specified detail message and no encapsulated exception.
DatabaseUnitRuntimeException(String, Throwable) - Constructor for class org.dbunit.DatabaseUnitRuntimeException
Constructs an DatabaseUnitRuntimeException with the specified detail message and encapsulated exception.
DatabaseUnitRuntimeException(Throwable) - Constructor for class org.dbunit.DatabaseUnitRuntimeException
Constructs an DatabaseUnitRuntimeException with the encapsulated exception and use its message as detail message.
DateDataType - class org.dbunit.dataset.datatype.DateDataType.
 
Db2Connection - class org.dbunit.ext.db2.Db2Connection.
 
Db2Connection(Connection, String) - Constructor for class org.dbunit.ext.db2.Db2Connection
 
Db2DataTypeFactory - class org.dbunit.ext.db2.Db2DataTypeFactory.
Specialized factory that recognizes DB2 data types.
Db2DataTypeFactory() - Constructor for class org.dbunit.ext.db2.Db2DataTypeFactory
 
DbUnitTask - class org.dbunit.ant.DbUnitTask.
DbUnitTask is the task definition for an Ant interface to DbUnit.
DbUnitTask() - Constructor for class org.dbunit.ant.DbUnitTask
 
DbUnitTaskStep - interface org.dbunit.ant.DbUnitTaskStep.
The DbUnitTaskStep interface allows the execute method to be called on all elements nested under DbUnitTask.
DefaultChannelCapacity - class org.dbunit.util.concurrent.DefaultChannelCapacity.
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 org.dbunit.dataset.filter.DefaultColumnFilter.
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 org.dbunit.dataset.stream.DefaultConsumer.
This class provides no op implementations for all of the callbacks in the IDataSetConsumer interface.
DefaultConsumer() - Constructor for class org.dbunit.dataset.stream.DefaultConsumer
 
DefaultDataSet - class org.dbunit.dataset.DefaultDataSet.
 
DefaultDataSet() - Constructor for class org.dbunit.dataset.DefaultDataSet
 
DefaultDataSet(ITable) - Constructor for class org.dbunit.dataset.DefaultDataSet
 
DefaultDataSet(ITable[]) - Constructor for class org.dbunit.dataset.DefaultDataSet
 
DefaultDataSet(ITable, ITable) - Constructor for class org.dbunit.dataset.DefaultDataSet
 
DefaultDataTypeFactory - class org.dbunit.dataset.datatype.DefaultDataTypeFactory.
Generic factory that handle standard JDBC types.
DefaultDataTypeFactory() - Constructor for class org.dbunit.dataset.datatype.DefaultDataTypeFactory
 
DefaultTable - class org.dbunit.dataset.DefaultTable.
 
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 org.dbunit.dataset.filter.DefaultTableFilter.
This filter exposes only tables matching include patterns and not matching exclude patterns.
DefaultTableFilter() - Constructor for class org.dbunit.dataset.filter.DefaultTableFilter
 
DefaultTableIterator - class org.dbunit.dataset.DefaultTableIterator.
 
DefaultTableIterator(ITable[]) - Constructor for class org.dbunit.dataset.DefaultTableIterator
 
DefaultTableIterator(ITable[], boolean) - Constructor for class org.dbunit.dataset.DefaultTableIterator
 
DefaultTableMetaData - class org.dbunit.dataset.DefaultTableMetaData.
 
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
 
DeleteAllOperation - class org.dbunit.operation.DeleteAllOperation.
Deletes all rows of tables present in the specified dataset.
DeleteOperation - class org.dbunit.operation.DeleteOperation.
Deletes only the dataset contents from the database.
DoubleDataType - class org.dbunit.dataset.datatype.DoubleDataType.
 
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.
deq() - Method in class org.dbunit.util.concurrent.SynchronousChannel.Queue
 
divide(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
Divide value by factor (i.e., set value /= factor)
duration - Variable in class org.dbunit.util.concurrent.TimeoutException
The approximate time that the operation lasted before this timeout exception was thrown.

E

ENCODE - Static variable in class org.dbunit.util.Base64
Specify encoding (value is true).
ENDPIECE() - Static method in class org.dbunit.dataset.csv.handlers.SeparatorHandler
 
ENFORCE(PipelineComponent) - Static method in class org.dbunit.dataset.csv.handlers.EnforceHandler
 
ENFORCE(PipelineComponent[]) - Static method in class org.dbunit.dataset.csv.handlers.EnforceHandler
 
ESCAPE() - Static method in class org.dbunit.dataset.csv.handlers.EscapeHandler
 
ESCAPE_CHAR - Static variable in class org.dbunit.dataset.csv.handlers.EscapeHandler
 
EnforceHandler - class org.dbunit.dataset.csv.handlers.EnforceHandler.
author: fede 4-set-2003 10.20.45 $Revision: 1.1 $
EscapeHandler - class org.dbunit.dataset.csv.handlers.EscapeHandler.
 
ExcludeTableFilter - class org.dbunit.dataset.filter.ExcludeTableFilter.
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 org.dbunit.operation.ExclusiveTransactionException.
 
ExclusiveTransactionException() - Constructor for class org.dbunit.operation.ExclusiveTransactionException
 
ExclusiveTransactionException(String) - Constructor for class org.dbunit.operation.ExclusiveTransactionException
 
ExclusiveTransactionException(String, Throwable) - Constructor for class org.dbunit.operation.ExclusiveTransactionException
 
ExclusiveTransactionException(Throwable) - Constructor for class org.dbunit.operation.ExclusiveTransactionException
 
Executor - interface org.dbunit.util.concurrent.Executor.
Interface for objects that execute Runnables, as well as various objects that can be wrapped as Runnables.
Export - class org.dbunit.ant.Export.
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
 
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.
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
 
endDTD() - 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.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
 
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
 
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.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
 
enq(LinkedNode) - Method in class org.dbunit.util.concurrent.SynchronousChannel.Queue
 
equals(Object) - Method in class org.dbunit.dataset.Column
 
equals(Object) - Method in class org.dbunit.util.concurrent.SynchronizedInt
 
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(String) - Static method in class org.dbunit.dataset.csv.CsvDataSetWriter
 
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.
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.
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.
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
 
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

FEATURE_BATCHED_STATEMENTS - 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
 
FLOAT - Static variable in class org.dbunit.dataset.datatype.DataType
 
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_XML - Static variable in class org.dbunit.ant.AbstractStep
 
FileAsserts - class org.dbunit.util.FileAsserts.
 
FileAsserts() - Constructor for class org.dbunit.util.FileAsserts
 
FilteredDataSet - class org.dbunit.dataset.FilteredDataSet.
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 startegy.
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 org.dbunit.dataset.FilteredTableMetaData.
 
FilteredTableMetaData(ITableMetaData, IColumnFilter) - Constructor for class org.dbunit.dataset.FilteredTableMetaData
 
FlatDtdDataSet - class org.dbunit.dataset.xml.FlatDtdDataSet.
 
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 org.dbunit.dataset.xml.FlatDtdProducer.
 
FlatDtdProducer() - Constructor for class org.dbunit.dataset.xml.FlatDtdProducer
 
FlatDtdProducer(InputSource) - Constructor for class org.dbunit.dataset.xml.FlatDtdProducer
 
FlatDtdWriter - class org.dbunit.dataset.xml.FlatDtdWriter.
 
FlatDtdWriter(Writer) - Constructor for class org.dbunit.dataset.xml.FlatDtdWriter
 
FlatDtdWriter.ChoiceModel - class org.dbunit.dataset.xml.FlatDtdWriter.ChoiceModel.
 
FlatDtdWriter.ContentModel - class org.dbunit.dataset.xml.FlatDtdWriter.ContentModel.
 
FlatDtdWriter.SequenceModel - class org.dbunit.dataset.xml.FlatDtdWriter.SequenceModel.
 
FlatXmlDataSet - class org.dbunit.dataset.xml.FlatXmlDataSet.
Reads and writes flat XML dataset document.
FlatXmlDataSet(InputSource) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Creates an FlatXmlDataSet object with the specifed InputSource.
FlatXmlDataSet(File) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Creates an FlatXmlDataSet object with the specifed xml file.
FlatXmlDataSet(File, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Creates an FlatXmlDataSet object with the specifed xml file.
FlatXmlDataSet(URL) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Creates an FlatXmlDataSet object with the specifed xml URL.
FlatXmlDataSet(URL, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Creates an FlatXmlDataSet object with the specifed xml URL.
FlatXmlDataSet(Reader) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Creates an FlatXmlDataSet object with the specifed xml reader.
FlatXmlDataSet(Reader, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Creates an FlatXmlDataSet object with the specifed xml reader.
FlatXmlDataSet(Reader, Reader) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Creates an FlatXmlDataSet object with the specifed xml and dtd readers.
FlatXmlDataSet(Reader, IDataSet) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Creates an FlatXmlDataSet object with the specifed xml reader.
FlatXmlDataSet(InputStream) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Creates an FlatXmlDataSet object with the specifed xml input stream.
FlatXmlDataSet(InputStream, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Creates an FlatXmlDataSet object with the specifed xml input stream.
FlatXmlDataSet(InputStream, InputStream) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Creates an FlatXmlDataSet object with the specifed xml and dtd input stream.
FlatXmlDataSet(InputStream, IDataSet) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
Creates an FlatXmlDataSet object with the specifed xml input stream.
FlatXmlProducer - class org.dbunit.dataset.xml.FlatXmlProducer.
 
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
 
FlatXmlWriter - class org.dbunit.dataset.xml.FlatXmlWriter.
 
FlatXmlWriter(Writer) - Constructor for class org.dbunit.dataset.xml.FlatXmlWriter
 
FlatXmlWriter(OutputStream) - Constructor for class org.dbunit.dataset.xml.FlatXmlWriter
 
FlatXmlWriter(Writer, String) - Constructor for class org.dbunit.dataset.xml.FlatXmlWriter
 
FloatDataType - class org.dbunit.dataset.datatype.FloatDataType.
 
ForwardOnlyDataSet - class org.dbunit.dataset.ForwardOnlyDataSet.
Decorator that allows forward only access to decorated dataset.
ForwardOnlyDataSet(IDataSet) - Constructor for class org.dbunit.dataset.ForwardOnlyDataSet
 
ForwardOnlyResultSetTable - class org.dbunit.database.ForwardOnlyResultSetTable.
 
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 org.dbunit.database.ForwardOnlyResultSetTableFactory.
 
ForwardOnlyResultSetTableFactory() - Constructor for class org.dbunit.database.ForwardOnlyResultSetTableFactory
 
ForwardOnlyTable - class org.dbunit.dataset.ForwardOnlyTable.
 
ForwardOnlyTable(ITable) - Constructor for class org.dbunit.dataset.ForwardOnlyTable
 
finalize() - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
 
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.
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.
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

G

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
getChild(String) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Return the child associated with property, or null if no such
getColumn(String, Column[]) - Static method in class org.dbunit.dataset.DataSetUtils
Search and returns the specified column from the specified column array.
getColumnIndex(String) - Method in class org.dbunit.dataset.AbstractTable
 
getColumnName() - Method in class org.dbunit.dataset.Column
Returns this column name.
getColumns() - Method in class org.dbunit.database.DatabaseTableMetaData
 
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.
getColumns() - Method in class org.dbunit.dataset.LowerCaseTableMetaData
 
getColumns() - Method in class org.dbunit.operation.OperationData
 
getConfig() - Method in class org.dbunit.database.AbstractDatabaseConnection
 
getConfig() - Method in interface org.dbunit.database.IDatabaseConnection
Returns this connection database configuration
getConnection() - Method in class org.dbunit.DatabaseTestCase
Returns the test database connection.
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.
getCurrentProduct() - Method in class org.dbunit.dataset.csv.handlers.Pipeline
 
getDataSet() - Method in class org.dbunit.DatabaseTestCase
Returns the test dataset.
getDataType() - Method in class org.dbunit.dataset.Column
Returns this column data type.
getDatabaseDataSet(IDatabaseConnection, List, boolean) - Method in class org.dbunit.ant.AbstractStep
 
getDbOperation() - Method in class org.dbunit.ant.Operation
 
getDeleteAllCommand() - Method in class org.dbunit.operation.DeleteAllOperation
 
getDeleteAllCommand() - Method in class org.dbunit.operation.TruncateTableOperation
 
getDest() - Method in class org.dbunit.ant.Export
 
getDoctype() - Method in class org.dbunit.ant.Export
 
getEnforcedComponents() - Method in class org.dbunit.dataset.csv.handlers.EnforceHandler
 
getEscapedName(String, String) - Static method in class org.dbunit.dataset.DataSetUtils
 
getException() - Method in class org.dbunit.DatabaseUnitException
Returns the encapsuled exception or null if none.
getException() - Method in class org.dbunit.DatabaseUnitRuntimeException
Returns the encapsuled exception or null if none.
getFeature(String) - Method in class org.dbunit.database.DatabaseConfig
Look up the value of a feature flag.
getFilteredColumns(String, Column[], IColumnFilter) - Static method in class org.dbunit.dataset.FilteredTableMetaData
 
getFormat() - Method in class org.dbunit.ant.Compare
 
getFormat() - Method in class org.dbunit.ant.Export
 
getFormat() - Method in class org.dbunit.ant.Operation
 
getHelper() - Method in class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
 
getIgnoreMapping(ITable, int) - Method in class org.dbunit.operation.InsertOperation
 
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
 
getName() - Method in class org.dbunit.ant.Query
 
getName() - Method in class org.dbunit.ant.Table
 
getNullable() - Method in class org.dbunit.dataset.Column
Returns true if this column is nullable.
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
 
getPipeline() - Method in class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
 
getPipeline() - Method in interface org.dbunit.dataset.csv.handlers.PipelineComponent
 
getPrimaryKeys() - Method in class org.dbunit.database.DatabaseTableMetaData
 
getPrimaryKeys(Column[], String[]) - Static method in class org.dbunit.dataset.AbstractTableMetaData
 
getPrimaryKeys(String, Column[], IColumnFilter) - Static method in class org.dbunit.dataset.AbstractTableMetaData
 
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
 
getProducts() - Method in class org.dbunit.dataset.csv.handlers.Pipeline
 
getProperty(String) - Method in class org.dbunit.database.DatabaseConfig
Look up the value of a property.
getQualifiedName(String, String) - Static method in class org.dbunit.dataset.DataSetUtils
Returns the specified name qualified with the specified prefix.
getQualifiedName(String, String, String) - Static method in class org.dbunit.dataset.DataSetUtils
 
getQualifiedName(String, String, IDatabaseConnection) - Method in class org.dbunit.operation.AbstractOperation
 
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.ScrollableResultSetTable
 
getRowCount() - Method in class org.dbunit.dataset.CaseInsensitiveTable
Deprecated.  
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.SortedTable
 
getSchema() - Method in class org.dbunit.database.DatabaseConnection
 
getSchema() - Method in class org.dbunit.database.DatabaseDataSourceConnection
 
getSchema() - Method in interface org.dbunit.database.IDatabaseConnection
Returns the database schema name.
getSetUpOperation() - Method in class org.dbunit.DatabaseTestCase
Returns the database operation executed in test setup.
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 coresponding Types.
getSqlTypeName() - Method in class org.dbunit.dataset.Column
Returns this column sql data type name.
getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.AbstractDataType
 
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
 
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
 
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.csv.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
 
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(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() - Method in class org.dbunit.dataset.filter.SequenceTableIterator
 
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
 
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.QueryTableIterator
 
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.CompositeTable
 
getTableMetaData() - Method in class org.dbunit.dataset.DefaultTable
 
getTableMetaData() - Method in class org.dbunit.dataset.DefaultTableIterator
 
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(String) - Method in class org.dbunit.dataset.SortedDataSet
 
getTableMetaData() - Method in class org.dbunit.dataset.SortedTable
 
getTableMetaData() - Method in class org.dbunit.dataset.filter.SequenceTableIterator
 
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.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
 
getTableNames() - Method in class org.dbunit.database.DatabaseDataSet
 
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() - 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.ReplacementDataSet
 
getTableNames() - Method in class org.dbunit.dataset.SortedDataSet
 
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.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() - Method in class org.dbunit.dataset.AbstractDataSet
 
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.
getTearDownOperation() - Method in class org.dbunit.DatabaseTestCase
Returns the database operation executed in test cleanup.
getTheDirectory() - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
 
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.
getValue(int, String) - Method in class org.dbunit.database.ForwardOnlyResultSetTable
 
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.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.SortedTable
 
getWriter() - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
 

H

Handler - interface org.dbunit.dataset.csv.handlers.Handler.
 
Helper - class org.dbunit.dataset.csv.handlers.Helper.
 
Helper() - Constructor for class org.dbunit.dataset.csv.handlers.Helper
 
handle(char) - Method in class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
 
handle(char) - Method in interface org.dbunit.dataset.csv.handlers.Handler
 
handle(char) - Method in class org.dbunit.dataset.csv.handlers.Pipeline
 
hasListeners(String) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Check if there are any listeners for a specific property.
hashCode() - Method in class org.dbunit.dataset.Column
 
hashCode() - Method in class org.dbunit.util.concurrent.SynchronizedInt
 
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.
helpWith(char) - Method in class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent.ACCEPT
 
helpWith(char) - Method in class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent.IGNORE
 
helpWith(char) - Method in class org.dbunit.dataset.csv.handlers.IsAlnumHandler.QUOTE
 
helpWith(char) - Method in class org.dbunit.dataset.csv.handlers.IsAlnumHandler.UNQUOTE
 
helpWith(char) - Method in class org.dbunit.dataset.csv.handlers.QuoteHandler.QUOTE
 
helpWith(char) - Method in class org.dbunit.dataset.csv.handlers.QuoteHandler.UNQUOTE
 

I

IBatchStatement - interface org.dbunit.database.statement.IBatchStatement.
 
IColumnFilter - interface org.dbunit.dataset.filter.IColumnFilter.
 
IDataSet - interface org.dbunit.dataset.IDataSet.
Represents a collection of tables.
IDataSetConsumer - interface org.dbunit.dataset.stream.IDataSetConsumer.
Receive notification of the content of a dataset.
IDataSetProducer - interface org.dbunit.dataset.stream.IDataSetProducer.
Interface for reading a dataset using callback.
IDataTypeFactory - interface org.dbunit.dataset.datatype.IDataTypeFactory.
A factory for creating DataType.
IDatabaseConnection - interface org.dbunit.database.IDatabaseConnection.
This interface represents a connection to a specific database.
IGNORE() - Static method in class org.dbunit.dataset.csv.handlers.AllHandler
 
IGNORE() - Static method in class org.dbunit.dataset.csv.handlers.EscapeHandler
 
IGNORE() - Static method in class org.dbunit.dataset.csv.handlers.IsAlnumHandler
 
IGNORE() - Static method in class org.dbunit.dataset.csv.handlers.NoHandler
 
IGNORE() - Static method in class org.dbunit.dataset.csv.handlers.QuoteHandler
 
IGNORE() - Static method in class org.dbunit.dataset.csv.handlers.SeparatorHandler
 
IGNORE() - Static method in class org.dbunit.dataset.csv.handlers.TransparentHandler
 
IGNORE() - Static method in class org.dbunit.dataset.csv.handlers.WhitespacesHandler
 
INITIAL_DEFAULT_CAPACITY - Static variable in class org.dbunit.util.concurrent.DefaultChannelCapacity
The initial value of the default capacity is 1024
INSERT - Static variable in class org.dbunit.ext.mssql.InsertIdentityOperation
 
INSERT - Static variable in class org.dbunit.operation.DatabaseOperation
 
INTEGER - Static variable in class org.dbunit.dataset.datatype.DataType
 
IPreparedBatchStatement - interface org.dbunit.database.statement.IPreparedBatchStatement.
 
IResultSetTable - interface org.dbunit.database.IResultSetTable.
 
IResultSetTableFactory - interface org.dbunit.database.IResultSetTableFactory.
 
IStatementFactory - interface org.dbunit.database.statement.IStatementFactory.
 
ITable - interface org.dbunit.dataset.ITable.
A table represents a collection of tabular data.
ITableFilter - interface org.dbunit.dataset.filter.ITableFilter.
Represents a strategy used by FilteredDataSet to exposes only some tables from a dataset.
ITableIterator - interface org.dbunit.dataset.ITableIterator.
 
ITableMetaData - interface org.dbunit.dataset.ITableMetaData.
Represents table metadata.
IllegalCharacterSeen - exception org.dbunit.dataset.csv.IllegalCharacterSeen.
 
IllegalCharacterSeen(String) - Constructor for class org.dbunit.dataset.csv.IllegalCharacterSeen
 
IllegalInputCharacterException - exception org.dbunit.dataset.csv.IllegalInputCharacterException.
 
IllegalInputCharacterException(String) - Constructor for class org.dbunit.dataset.csv.IllegalInputCharacterException
 
IncludeTableFilter - class org.dbunit.dataset.filter.IncludeTableFilter.
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.
InsertIdentityOperation - class org.dbunit.ext.mssql.InsertIdentityOperation.
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.
InsertIdentityOperation - class org.dbunit.operation.mssqlserver.InsertIdentityOperation.
Deprecated. Replaced by InsertIdentityOperation. Be warned, this class will eventually be removed.
InsertIdentityOperation(DatabaseOperation) - Constructor for class org.dbunit.operation.mssqlserver.InsertIdentityOperation
Deprecated. Creates a new InsertIdentityOperation object that decorates the specified operation.
InsertOperation - class org.dbunit.operation.InsertOperation.
Inserts the dataset contents into the database.
IntegerDataType - class org.dbunit.dataset.datatype.IntegerDataType.
 
IsAlnumHandler - class org.dbunit.dataset.csv.handlers.IsAlnumHandler.
 
IsAlnumHandler.QUOTE - class org.dbunit.dataset.csv.handlers.IsAlnumHandler.QUOTE.
 
IsAlnumHandler.QUOTE() - Constructor for class org.dbunit.dataset.csv.handlers.IsAlnumHandler.QUOTE
 
IsAlnumHandler.UNQUOTE - class org.dbunit.dataset.csv.handlers.IsAlnumHandler.UNQUOTE.
 
IsAlnumHandler.UNQUOTE() - Constructor for class org.dbunit.dataset.csv.handlers.IsAlnumHandler.UNQUOTE
 
incEmptySlots() - Method in class org.dbunit.util.concurrent.BoundedBuffer
 
incUsedSlots() - 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.
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.
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.
increment() - Method in class org.dbunit.util.concurrent.SynchronizedInt
Increment the value.
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
internalEntityDecl(String, String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
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
 
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
 
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.
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
 
item_ - Variable in class org.dbunit.util.concurrent.Slot
The slot
iterator() - Method in class org.dbunit.dataset.AbstractDataSet
 
iterator() - Method in interface org.dbunit.dataset.IDataSet
Returns an iterator over the tables in this dataset in proper sequence.
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(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
 

L

LONGVARBINARY - Static variable in class org.dbunit.dataset.datatype.DataType
 
LONGVARCHAR - Static variable in class org.dbunit.dataset.datatype.DataType
 
LONG_RAW - Static variable in class org.dbunit.ext.oracle.OracleDataTypeFactory
 
LineEndHandler - class org.dbunit.dataset.csv.handlers.LineEndHandler.
author: fede 1-ago-2003 14.14.15 $Revision: 1.1 $
LinkedNode - class org.dbunit.util.concurrent.LinkedNode.
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 org.dbunit.util.concurrent.LinkedQueue.
A linked list based channel implementation.
LinkedQueue() - Constructor for class org.dbunit.util.concurrent.LinkedQueue
 
LongDataType - class org.dbunit.dataset.datatype.LongDataType.
 
LowerCaseDataSet - class org.dbunit.dataset.LowerCaseDataSet.
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 org.dbunit.dataset.LowerCaseTableMetaData.
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
 
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.
listeners - Variable in class org.dbunit.util.concurrent.PropertyChangeMulticaster
The array of listeners.
lock_ - Variable in class org.dbunit.util.concurrent.SynchronizedVariable
 

M

MsSqlConnection - class org.dbunit.ext.mssql.MsSqlConnection.
 
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 org.dbunit.ext.mssql.MsSqlDataTypeFactory.
Specialized factory that recognizes MS SQL Server data types.
MsSqlDataTypeFactory() - Constructor for class org.dbunit.ext.mssql.MsSqlDataTypeFactory
 
MySqlConnection - class org.dbunit.ext.mysql.MySqlConnection.
 
MySqlConnection(Connection, String) - Constructor for class org.dbunit.ext.mysql.MySqlConnection
 
MySqlDataTypeFactory - class org.dbunit.ext.mysql.MySqlDataTypeFactory.
Specialized factory that recognizes MySql data types.
MySqlDataTypeFactory() - Constructor for class org.dbunit.ext.mysql.MySqlDataTypeFactory
 
main(String[]) - Static method in class org.dbunit.util.Base64
Testing.
main(String[]) - Static method in class org.dbunit.util.xml.XmlWriter
 
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)

N

NONE - Static variable in class org.dbunit.operation.DatabaseOperation
 
NO_NULLS - Static variable in class org.dbunit.dataset.Column
Indicates that the column might not allow NULL values.
NO_VALUE - Static variable in interface org.dbunit.dataset.ITable
 
NULLABLE - Static variable in class org.dbunit.dataset.Column
Indicates that the column definitely allows NULL values.
NULLABLE_UNKNOWN - Static variable in class org.dbunit.dataset.Column
Indicates that the nullability of columns is unknown.
NUMERIC - Static variable in class org.dbunit.dataset.datatype.DataType
 
NoColumnsFoundException - exception org.dbunit.dataset.NoColumnsFoundException.
 
NoColumnsFoundException() - Constructor for class org.dbunit.dataset.NoColumnsFoundException
 
NoColumnsFoundException(String) - Constructor for class org.dbunit.dataset.NoColumnsFoundException
 
NoColumnsFoundException(String, Throwable) - Constructor for class org.dbunit.dataset.NoColumnsFoundException
 
NoColumnsFoundException(Throwable) - Constructor for class org.dbunit.dataset.NoColumnsFoundException
 
NoHandler - class org.dbunit.dataset.csv.handlers.NoHandler.
 
NoPrimaryKeyException - exception org.dbunit.dataset.NoPrimaryKeyException.
 
NoPrimaryKeyException() - Constructor for class org.dbunit.dataset.NoPrimaryKeyException
 
NoPrimaryKeyException(String) - Constructor for class org.dbunit.dataset.NoPrimaryKeyException
 
NoPrimaryKeyException(String, Throwable) - Constructor for class org.dbunit.dataset.NoPrimaryKeyException
 
NoPrimaryKeyException(Throwable) - Constructor for class org.dbunit.dataset.NoPrimaryKeyException
 
NoSuchColumnException - exception org.dbunit.dataset.NoSuchColumnException.
 
NoSuchColumnException() - Constructor for class org.dbunit.dataset.NoSuchColumnException
 
NoSuchColumnException(String) - Constructor for class org.dbunit.dataset.NoSuchColumnException
 
NoSuchColumnException(String, Throwable) - Constructor for class org.dbunit.dataset.NoSuchColumnException
 
NoSuchColumnException(Throwable) - Constructor for class org.dbunit.dataset.NoSuchColumnException
 
NoSuchTableException - exception org.dbunit.dataset.NoSuchTableException.
 
NoSuchTableException() - Constructor for class org.dbunit.dataset.NoSuchTableException
 
NoSuchTableException(String) - Constructor for class org.dbunit.dataset.NoSuchTableException
 
NoSuchTableException(String, Throwable) - Constructor for class org.dbunit.dataset.NoSuchTableException
 
NoSuchTableException(Throwable) - Constructor for class org.dbunit.dataset.NoSuchTableException
 
NumberDataType - class org.dbunit.dataset.datatype.NumberDataType.
 
negate() - Method in class org.dbunit.util.concurrent.SynchronizedInt
Set the value to the negative of its old value
next() - Method in class org.dbunit.database.DatabaseTableIterator
 
next() - Method in class org.dbunit.database.QueryTableIterator
 
next() - Method in class org.dbunit.dataset.DefaultTableIterator
 
next() - Method in interface org.dbunit.dataset.ITableIterator
Position this iterator to the next table.
next() - Method in class org.dbunit.dataset.filter.SequenceTableIterator
 
next() - Method in class org.dbunit.dataset.stream.StreamingIterator
 
next - Variable in class org.dbunit.util.concurrent.LinkedNode
 
noMoreInput() - Method in class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
 
noMoreInput() - Method in interface org.dbunit.dataset.csv.handlers.Handler
 
noMoreInput() - Method in class org.dbunit.dataset.csv.handlers.Pipeline
 
nullableValue(int) - Static method in class org.dbunit.dataset.Column
Returns the appropriate Nullable constant according specified JDBC DatabaseMetaData constant.
nullableValue(boolean) - Static method in class org.dbunit.dataset.Column
Returns the appropriate Nullable constant.

O

ONE_CENTURY - Static variable in interface org.dbunit.util.concurrent.Sync
One century in milliseconds; convenient as a time-out value
ONE_DAY - Static variable in interface org.dbunit.util.concurrent.Sync
One day, in milliseconds; convenient as a time-out value
ONE_HOUR - Static variable in interface org.dbunit.util.concurrent.Sync
One hour, in milliseconds; convenient as a time-out value
ONE_MINUTE - Static variable in interface org.dbunit.util.concurrent.Sync
One minute, in milliseconds; convenient as a time-out value
ONE_SECOND - Static variable in interface org.dbunit.util.concurrent.Sync
One second, in milliseconds; convenient as a time-out value
ONE_WEEK - Static variable in interface org.dbunit.util.concurrent.Sync
One week, in milliseconds; convenient as a time-out value
ONE_YEAR - Static variable in interface org.dbunit.util.concurrent.Sync
One year in milliseconds; convenient as a time-out value
ORACLE_BLOB - Static variable in class org.dbunit.ext.oracle.OracleDataTypeFactory
 
ORACLE_CLOB - Static variable in class org.dbunit.ext.oracle.OracleDataTypeFactory
 
Operation - class org.dbunit.ant.Operation.
The Operation class is the step that defines which operation will be performed in the execution of the DbUnitTask task.
Operation() - Constructor for class org.dbunit.ant.Operation
 
OperationData - class org.dbunit.operation.OperationData.
 
OperationData(String, Column[]) - Constructor for class org.dbunit.operation.OperationData
 
OracleBlobDataType - class org.dbunit.ext.oracle.OracleBlobDataType.
 
OracleBlobDataType() - Constructor for class org.dbunit.ext.oracle.OracleBlobDataType
 
OracleClobDataType - class org.dbunit.ext.oracle.OracleClobDataType.
 
OracleClobDataType() - Constructor for class org.dbunit.ext.oracle.OracleClobDataType
 
OracleConnection - class org.dbunit.ext.oracle.OracleConnection.
 
OracleConnection(Connection, String) - Constructor for class org.dbunit.ext.oracle.OracleConnection
 
OracleDataTypeFactory - class org.dbunit.ext.oracle.OracleDataTypeFactory.
Specialized factory that recognizes Oracle data types.
OracleDataTypeFactory() - Constructor for class org.dbunit.ext.oracle.OracleDataTypeFactory
 
offer(Object, long) - Method in class org.dbunit.util.concurrent.BoundedBuffer
 
offer(Object, long) - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
 
offer(Object, long) - Method in interface org.dbunit.util.concurrent.Channel
Place item in channel only if it can be accepted within msecs milliseconds.
offer(Object, long) - Method in class org.dbunit.util.concurrent.LinkedQueue
 
offer(Object, long) - Method in interface org.dbunit.util.concurrent.Puttable
Place item in channel only if it can be accepted within msecs milliseconds.
offer(Object, long) - Method in class org.dbunit.util.concurrent.SemaphoreControlledChannel
 
offer(Object, long) - Method in class org.dbunit.util.concurrent.SynchronousChannel
 
or(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
Set value to value | b.
org.dbunit - package org.dbunit
 
org.dbunit.ant - package org.dbunit.ant
 
org.dbunit.database - package org.dbunit.database
 
org.dbunit.database.statement - package org.dbunit.database.statement
 
org.dbunit.dataset - package org.dbunit.dataset
 
org.dbunit.dataset.csv - package org.dbunit.dataset.csv
 
org.dbunit.dataset.csv.handlers - package org.dbunit.dataset.csv.handlers
 
org.dbunit.dataset.datatype - package org.dbunit.dataset.datatype
 
org.dbunit.dataset.excel - package org.dbunit.dataset.excel
 
org.dbunit.dataset.filter - package org.dbunit.dataset.filter
 
org.dbunit.dataset.stream - package org.dbunit.dataset.stream
 
org.dbunit.dataset.xml - package org.dbunit.dataset.xml
 
org.dbunit.ext.db2 - package org.dbunit.ext.db2
 
org.dbunit.ext.mssql - package org.dbunit.ext.mssql
 
org.dbunit.ext.mysql - package org.dbunit.ext.mysql
 
org.dbunit.ext.oracle - package org.dbunit.ext.oracle
 
org.dbunit.operation - package org.dbunit.operation
 
org.dbunit.operation.mssqlserver - package org.dbunit.operation.mssqlserver
 
org.dbunit.util - package org.dbunit.util
 
org.dbunit.util.concurrent - package org.dbunit.util.concurrent
 
org.dbunit.util.xml - package org.dbunit.util.xml
 

P

PROPERTY_DATATYPE_FACTORY - Static variable in class org.dbunit.database.DatabaseConfig
 
PROPERTY_ESCAPE_PATTERN - Static variable in class org.dbunit.database.DatabaseConfig
 
PROPERTY_IDENTITY_COLUMN_FILTER - Static variable in class org.dbunit.ext.mssql.InsertIdentityOperation
 
PROPERTY_PRIMARY_KEY_FILTER - Static variable in class org.dbunit.database.DatabaseConfig
 
PROPERTY_RESULTSET_TABLE_FACTORY - Static variable in class org.dbunit.database.DatabaseConfig
 
PROPERTY_STATEMENT_FACTORY - Static variable in class org.dbunit.database.DatabaseConfig
 
PROPERTY_TABLE_TYPE - Static variable in class org.dbunit.database.DatabaseConfig
 
Pipeline - class org.dbunit.dataset.csv.handlers.Pipeline.
 
Pipeline() - Constructor for class org.dbunit.dataset.csv.handlers.Pipeline
 
PipelineComponent - interface org.dbunit.dataset.csv.handlers.PipelineComponent.
 
PipelineException - exception org.dbunit.dataset.csv.handlers.PipelineException.
 
PipelineException(String) - Constructor for class org.dbunit.dataset.csv.handlers.PipelineException
 
PreparedBatchStatement - class org.dbunit.database.statement.PreparedBatchStatement.
 
PreparedStatementFactory - class org.dbunit.database.statement.PreparedStatementFactory.
 
PreparedStatementFactory() - Constructor for class org.dbunit.database.statement.PreparedStatementFactory
 
PropertyChangeMulticaster - class org.dbunit.util.concurrent.PropertyChangeMulticaster.
This class is interoperable with java.beans.PropertyChangeSupport, but relies on a streamlined copy-on-write scheme similar to that used in CopyOnWriteArrayList.
PropertyChangeMulticaster(Object) - Constructor for class org.dbunit.util.concurrent.PropertyChangeMulticaster
Constructs a PropertyChangeMulticaster object.
Puttable - interface org.dbunit.util.concurrent.Puttable.
This interface exists to enable stricter type checking for channels.
parse(File) - Method in interface org.dbunit.dataset.csv.CsvParser
 
parse(String) - Method in interface org.dbunit.dataset.csv.CsvParser
 
parse(String) - Method in class org.dbunit.dataset.csv.CsvParserImpl
 
parse(File) - Method in class org.dbunit.dataset.csv.CsvParserImpl
 
peek() - Method in class org.dbunit.util.concurrent.BoundedBuffer
 
peek() - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
 
peek() - Method in interface org.dbunit.util.concurrent.Channel
Return, but do not remove object at head of Channel, or null if it is empty.
peek() - Method in class org.dbunit.util.concurrent.LinkedQueue
 
peek() - Method in class org.dbunit.util.concurrent.Slot
 
peek() - Method in class org.dbunit.util.concurrent.SynchronousChannel
 
permits() - Method in class org.dbunit.util.concurrent.Semaphore
Return the current number of available permits.
permits_ - Variable in class org.dbunit.util.concurrent.Semaphore
current number of available permits
poll(long) - Method in class org.dbunit.util.concurrent.BoundedBuffer
 
poll(long) - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
 
poll(long) - Method in interface org.dbunit.util.concurrent.Channel
Return and remove an item from channel only if one is available within msecs milliseconds.
poll(long) - Method in class org.dbunit.util.concurrent.LinkedQueue
 
poll(long) - Method in class org.dbunit.util.concurrent.SemaphoreControlledChannel
 
poll(long) - Method in class org.dbunit.util.concurrent.SynchronousChannel
 
poll(long) - Method in interface org.dbunit.util.concurrent.Takable
Return and remove an item from channel only if one is available within msecs milliseconds.
printStackTrace() - Method in class org.dbunit.DatabaseUnitException
 
printStackTrace(PrintStream) - Method in class org.dbunit.DatabaseUnitException
 
printStackTrace(PrintWriter) - Method in class org.dbunit.DatabaseUnitException
 
printStackTrace() - Method in class org.dbunit.DatabaseUnitRuntimeException
 
printStackTrace(PrintStream) - Method in class org.dbunit.DatabaseUnitRuntimeException
 
printStackTrace(PrintWriter) - Method in class org.dbunit.DatabaseUnitRuntimeException
 
produce() - Method in class org.dbunit.dataset.csv.CsvProducer
 
produce() - Method in class org.dbunit.dataset.stream.DataSetProducerAdapter
 
produce() - Method in interface org.dbunit.dataset.stream.IDataSetProducer
Process this dataset source.
produce() - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
produce() - Method in class org.dbunit.dataset.xml.FlatXmlProducer
 
produce() - Method in class org.dbunit.dataset.xml.XmlProducer
 
put(Object) - Method in class org.dbunit.util.concurrent.BoundedBuffer
 
put(Object) - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
 
put(Object) - Method in interface org.dbunit.util.concurrent.Channel
Place item in the channel, possibly waiting indefinitely until it can be accepted.
put(Object) - Method in class org.dbunit.util.concurrent.LinkedQueue
 
put(Object) - Method in interface org.dbunit.util.concurrent.Puttable
Place item in the channel, possibly waiting indefinitely until it can be accepted.
put(Object) - Method in class org.dbunit.util.concurrent.SemaphoreControlledChannel
 
put(Object) - Method in class org.dbunit.util.concurrent.SynchronousChannel
 
putFront(PipelineComponent) - Method in class org.dbunit.dataset.csv.handlers.Pipeline
 
putGuard_ - Variable in class org.dbunit.util.concurrent.BoundedLinkedQueue
Helper monitor.
putGuard_ - Variable in class org.dbunit.util.concurrent.SemaphoreControlledChannel
 
putLock_ - Variable in class org.dbunit.util.concurrent.LinkedQueue
Helper monitor for managing access to last node.
putMonitor_ - Variable in class org.dbunit.util.concurrent.BoundedBuffer
Helper monitor to handle puts.
putPtr_ - Variable in class org.dbunit.util.concurrent.BoundedBuffer
 
putSidePutPermits_ - Variable in class org.dbunit.util.concurrent.BoundedLinkedQueue
One side of a split permit count.

Q

QUOTE() - Static method in class org.dbunit.dataset.csv.handlers.IsAlnumHandler
 
QUOTE() - Static method in class org.dbunit.dataset.csv.handlers.QuoteHandler
 
QUOTE_CHAR - Static variable in class org.dbunit.dataset.csv.handlers.QuoteHandler
 
Query - class org.dbunit.ant.Query.
The Query class is just a step placeholder for a table name within an Export.
Query() - Constructor for class org.dbunit.ant.Query
 
QueryDataSet - class org.dbunit.database.QueryDataSet.
Holds collection of tables resulting from database query.
QueryDataSet(IDatabaseConnection) - Constructor for class org.dbunit.database.QueryDataSet
Create a QueryDataSet by passing in the connection to the database to use.
QueryTableIterator - class org.dbunit.database.QueryTableIterator.
 
QueryTableIterator(List, IDatabaseConnection) - Constructor for class org.dbunit.database.QueryTableIterator
 
QuoteHandler - class org.dbunit.dataset.csv.handlers.QuoteHandler.
 
QuoteHandler.QUOTE - class org.dbunit.dataset.csv.handlers.QuoteHandler.QUOTE.
 
QuoteHandler.QUOTE() - Constructor for class org.dbunit.dataset.csv.handlers.QuoteHandler.QUOTE
 
QuoteHandler.UNQUOTE - class org.dbunit.dataset.csv.handlers.QuoteHandler.UNQUOTE.
 
QuoteHandler.UNQUOTE() - Constructor for class org.dbunit.dataset.csv.handlers.QuoteHandler.UNQUOTE
 

R

REAL - Static variable in class org.dbunit.dataset.datatype.DataType
 
REFRESH - Static variable in class org.dbunit.ext.mssql.InsertIdentityOperation
 
REFRESH - Static variable in class org.dbunit.operation.DatabaseOperation
 
RefreshOperation - class org.dbunit.operation.RefreshOperation.
This operation literally refreshes dataset contents into the database.
ReplacementDataSet - class org.dbunit.dataset.ReplacementDataSet.
Decorator that replace configured values from the decorated dataset with replacement values.
ReplacementDataSet(IDataSet) - Constructor for class org.dbunit.dataset.ReplacementDataSet
Create a new ReplacementDataSet object that decorates the specified dataset.
ReplacementDataSet(IDataSet, Map, Map) - Constructor for class org.dbunit.dataset.ReplacementDataSet
Create a new ReplacementDataSet object that decorates the specified dataset.
ReplacementTable - class org.dbunit.dataset.ReplacementTable.
Decorator that replace configured values from the decorated table with replacement values.
ReplacementTable(ITable) - Constructor for class org.dbunit.dataset.ReplacementTable
Create a new ReplacementTable object that decorates the specified table.
ReplacementTable(ITable, Map, Map, String, String) - Constructor for class org.dbunit.dataset.ReplacementTable
 
RowOutOfBoundsException - exception org.dbunit.dataset.RowOutOfBoundsException.
 
RowOutOfBoundsException() - Constructor for class org.dbunit.dataset.RowOutOfBoundsException
 
RowOutOfBoundsException(String) - Constructor for class org.dbunit.dataset.RowOutOfBoundsException
 
RowOutOfBoundsException(String, Throwable) - Constructor for class org.dbunit.dataset.RowOutOfBoundsException
 
RowOutOfBoundsException(Throwable) - Constructor for class org.dbunit.dataset.RowOutOfBoundsException
 
read() - Method in class org.dbunit.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class org.dbunit.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
reconcilePutPermits() - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
Move put permits from take side to put side; return the number of put side permits that are available.
release() - Method in class org.dbunit.util.concurrent.Semaphore
Release a permit
release(long) - Method in class org.dbunit.util.concurrent.Semaphore
Release N permits.
release() - Method in interface org.dbunit.util.concurrent.Sync
Potentially enable others to pass.
remove(PipelineComponent) - Method in class org.dbunit.dataset.csv.handlers.Pipeline
 
removeFront() - Method in class org.dbunit.dataset.csv.handlers.Pipeline
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Remove a PropertyChangeListener for a specific property.
resetProducts() - Method in class org.dbunit.dataset.csv.handlers.Pipeline
 
resolveEntity(String, String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
resolveEntity(String, String) - Method in class org.dbunit.dataset.xml.FlatXmlProducer
 
resolveEntity(String, String) - Method in class org.dbunit.dataset.xml.XmlProducer
 
reverseIterator() - Method in class org.dbunit.dataset.AbstractDataSet
 
reverseIterator() - Method in interface org.dbunit.dataset.IDataSet
Returns an iterator over the tables in this dataset in reverse sequence.
reverseStringArray(String[]) - Static method in class org.dbunit.dataset.DataSetUtils
 
row(Object[]) - Method in class org.dbunit.dataset.CachedDataSet
 
row(Object[]) - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
 
row(Object[]) - Method in class org.dbunit.dataset.stream.DefaultConsumer
 
row(Object[]) - Method in interface org.dbunit.dataset.stream.IDataSetConsumer
Receive notification of a table row.
row(Object[]) - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
 
row(Object[]) - Method in class org.dbunit.dataset.xml.FlatXmlWriter
 
row(Object[]) - Method in class org.dbunit.dataset.xml.XmlDataSetWriter
 

S

SEPARATOR_CHAR - Static variable in class org.dbunit.dataset.csv.handlers.SeparatorHandler
 
SEQUENCE - Static variable in class org.dbunit.dataset.xml.FlatDtdWriter
 
SMALLINT - Static variable in class org.dbunit.dataset.datatype.DataType
 
ScrollableResultSetTable - class org.dbunit.database.ScrollableResultSetTable.
 
ScrollableResultSetTable(ITableMetaData, ResultSet) - Constructor for class org.dbunit.database.ScrollableResultSetTable
 
ScrollableResultSetTable(ITableMetaData, IDatabaseConnection) - Constructor for class org.dbunit.database.ScrollableResultSetTable
 
ScrollableResultSetTable(String, String, IDatabaseConnection) - Constructor for class org.dbunit.database.ScrollableResultSetTable
 
Semaphore - class org.dbunit.util.concurrent.Semaphore.
Base class for counting semaphores.
Semaphore(long) - Constructor for class org.dbunit.util.concurrent.Semaphore
Create a Semaphore with the given initial number of permits.
SemaphoreControlledChannel - class org.dbunit.util.concurrent.SemaphoreControlledChannel.
Abstract class for channels that use Semaphores to control puts and takes.
SemaphoreControlledChannel(int) - Constructor for class org.dbunit.util.concurrent.SemaphoreControlledChannel
Create a channel with the given capacity and default semaphore implementation
SemaphoreControlledChannel(int, Class) - Constructor for class org.dbunit.util.concurrent.SemaphoreControlledChannel
Create a channel with the given capacity and semaphore implementations instantiated from the supplied class
SeparatorHandler - class org.dbunit.dataset.csv.handlers.SeparatorHandler.
 
SeparatorHandler.ENDPIECE - class org.dbunit.dataset.csv.handlers.SeparatorHandler.ENDPIECE.
 
SeparatorHandler.ENDPIECE() - Constructor for class org.dbunit.dataset.csv.handlers.SeparatorHandler.ENDPIECE
 
SequenceTableFilter - class org.dbunit.dataset.filter.SequenceTableFilter.
This filter expose a specified table sequence and can be used to reorder tables in a dataset.
SequenceTableFilter(String[]) - Constructor for class org.dbunit.dataset.filter.SequenceTableFilter
Creates a new SequenceTableFilter with specified table names sequence.
SequenceTableIterator - class org.dbunit.dataset.filter.SequenceTableIterator.
 
SequenceTableIterator(String[], IDataSet) - Constructor for class org.dbunit.dataset.filter.SequenceTableIterator
 
SimplePreparedStatement - class org.dbunit.database.statement.SimplePreparedStatement.
 
SimplePreparedStatement(String, Connection) - Constructor for class org.dbunit.database.statement.SimplePreparedStatement
 
SimpleStatement - class org.dbunit.database.statement.SimpleStatement.
 
Slot - class org.dbunit.util.concurrent.Slot.
A one-slot buffer, using semaphores to control access.
Slot(Class) - Constructor for class org.dbunit.util.concurrent.Slot
Create a buffer with the given capacity, using the supplied Semaphore class for semaphores.
Slot() - Constructor for class org.dbunit.util.concurrent.Slot
Create a new Slot using default Semaphore implementations
SortedDataSet - class org.dbunit.dataset.SortedDataSet.
 
SortedDataSet(IDataSet) - Constructor for class org.dbunit.dataset.SortedDataSet
 
SortedTable - class org.dbunit.dataset.SortedTable.
This is a ITable decorator that provide a sorted view of the decorated table.
SortedTable(ITable, Column[]) - Constructor for class org.dbunit.dataset.SortedTable
Sort the decorated table by specified columns order.
SortedTable(ITable, String[]) - Constructor for class org.dbunit.dataset.SortedTable
Sort the decorated table by specified columns order.
SortedTable(ITable, ITableMetaData) - Constructor for class org.dbunit.dataset.SortedTable
Sort the decorated table by specified metadata columns order.
SortedTable(ITable) - Constructor for class org.dbunit.dataset.SortedTable
Sort the decorated table by its own columns order.
StatementFactory - class org.dbunit.database.statement.StatementFactory.
 
StatementFactory() - Constructor for class org.dbunit.database.statement.StatementFactory
 
StreamingDataSet - class org.dbunit.dataset.stream.StreamingDataSet.
Dataset that consumes producer asyncronously.
StreamingDataSet(IDataSetProducer) - Constructor for class org.dbunit.dataset.stream.StreamingDataSet
 
StreamingIterator - class org.dbunit.dataset.stream.StreamingIterator.
 
StreamingIterator(IDataSetProducer) - Constructor for class org.dbunit.dataset.stream.StreamingIterator
 
StringDataType - class org.dbunit.dataset.datatype.StringDataType.
 
StringDataType(String, int) - Constructor for class org.dbunit.dataset.datatype.StringDataType
 
Sync - interface org.dbunit.util.concurrent.Sync.
Main interface for locks, gates, and conditions.
SynchronizedInt - class org.dbunit.util.concurrent.SynchronizedInt.
A class useful for offloading synch for int instance variables.
SynchronizedInt(int) - Constructor for class org.dbunit.util.concurrent.SynchronizedInt
Make a new SynchronizedInt with the given initial value, and using its own internal lock.
SynchronizedInt(int, Object) - Constructor for class org.dbunit.util.concurrent.SynchronizedInt
Make a new SynchronizedInt with the given initial value, and using the supplied lock.
SynchronizedVariable - class org.dbunit.util.concurrent.SynchronizedVariable.
Base class for simple, small classes maintaining single values that are always accessed and updated under synchronization.
SynchronizedVariable(Object) - Constructor for class org.dbunit.util.concurrent.SynchronizedVariable
Create a SynchronizedVariable using the supplied lock
SynchronizedVariable() - Constructor for class org.dbunit.util.concurrent.SynchronizedVariable
Create a SynchronizedVariable using itself as the lock
SynchronousChannel - class org.dbunit.util.concurrent.SynchronousChannel.
A rendezvous channel, similar to those used in CSP and Ada.
SynchronousChannel() - Constructor for class org.dbunit.util.concurrent.SynchronousChannel
 
SynchronousChannel.Queue - class org.dbunit.util.concurrent.SynchronousChannel.Queue.
Simple FIFO queue class to hold waiting puts/takes.
SynchronousChannel.Queue() - Constructor for class org.dbunit.util.concurrent.SynchronousChannel.Queue
 
set(int) - Static method in class org.dbunit.util.concurrent.DefaultChannelCapacity
Set the default capacity used in default (no-argument) constructor for BoundedChannels that otherwise require a capacity argument.
set(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
Set to newValue.
setCapacity(int) - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
Reset the capacity of this queue.
setClasspath(Path) - Method in class org.dbunit.ant.DbUnitTask
Set the classpath for loading the driver.
setClasspathRef(Reference) - Method in class org.dbunit.ant.DbUnitTask
Set the classpath for loading the driver using the classpath reference.
setConsumer(IDataSetConsumer) - Method in class org.dbunit.dataset.csv.CsvProducer
 
setConsumer(IDataSetConsumer) - Method in class org.dbunit.dataset.stream.DataSetProducerAdapter
 
setConsumer(IDataSetConsumer) - Method in interface org.dbunit.dataset.stream.IDataSetProducer
 
setConsumer(IDataSetConsumer) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
setConsumer(IDataSetConsumer) - Method in class org.dbunit.dataset.xml.FlatXmlProducer
 
setConsumer(IDataSetConsumer) - Method in class org.dbunit.dataset.xml.XmlProducer
 
setContentModel(FlatDtdWriter.ContentModel) - Method in class org.dbunit.dataset.xml.FlatDtdWriter
 
setCurrentProduct(StringBuffer) - Method in class org.dbunit.dataset.csv.handlers.Pipeline
 
setDatatypeFactory(String) - Method in class org.dbunit.ant.DbUnitTask
 
setDatatypeWarning(boolean) - Method in class org.dbunit.ant.DbUnitTask
 
setDeclHandler(XMLReader, DeclHandler) - Static method in class org.dbunit.dataset.xml.FlatDtdProducer
 
setDest(File) - Method in class org.dbunit.ant.Export
 
setDocType(String) - Method in class org.dbunit.dataset.xml.FlatXmlWriter
 
setDoctype(String) - Method in class org.dbunit.ant.Export
 
setDriver(String) - Method in class org.dbunit.ant.DbUnitTask
Set the JDBC driver to be used.
setEnforcedComponents(PipelineComponent[]) - Method in class org.dbunit.dataset.csv.handlers.EnforceHandler
 
setEscapePattern(String) - Method in class org.dbunit.ant.DbUnitTask
 
setFeature(String, boolean) - Method in class org.dbunit.database.DatabaseConfig
Set the value of a feature flag.
setFormat(String) - Method in class org.dbunit.ant.Compare
 
setFormat(String) - Method in class org.dbunit.ant.Export
 
setFormat(String) - Method in class org.dbunit.ant.Operation
 
setIncludeEmptyTable(boolean) - Method in class org.dbunit.dataset.xml.FlatXmlWriter
 
setIndent(String) - Method in class org.dbunit.util.xml.XmlWriter
Specify the string to prepend to a line for each level of indent.
setLexicalHandler(XMLReader, LexicalHandler) - Static method in class org.dbunit.dataset.xml.FlatDtdProducer
 
setName(String) - Method in class org.dbunit.ant.Query
 
setName(String) - Method in class org.dbunit.ant.Table
 
setNewline(String) - Method in class org.dbunit.util.xml.XmlWriter
Specify the string used to terminate each line when pretty printing.
setPassword(String) - Method in class org.dbunit.ant.DbUnitTask
Set the password for the DB connection.
setPipeline(Pipeline) - Method in class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
 
setPipeline(Pipeline) - Method in class org.dbunit.dataset.csv.handlers.EnforceHandler
 
setPipeline(Pipeline) - Method in interface org.dbunit.dataset.csv.handlers.PipelineComponent
 
setProducts(List) - Method in class org.dbunit.dataset.csv.handlers.Pipeline
 
setProperty(String, Object) - Method in class org.dbunit.database.DatabaseConfig
Set the value of a property.
setSchema(String) - Method in class org.dbunit.ant.DbUnitTask
Set the schema for the DB connection.
setSort(boolean) - Method in class org.dbunit.ant.Compare
 
setSql(String) - Method in class org.dbunit.ant.Query
 
setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.dataset.datatype.AbstractDataType
 
setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.dataset.datatype.BinaryStreamDataType
 
setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.dataset.datatype.BlobDataType
 
setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.dataset.datatype.BooleanDataType
 
setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.dataset.datatype.BytesDataType
 
setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.dataset.datatype.ClobDataType
 
setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.dataset.datatype.DataType
Set the specified value to the specified prepared statement object.
setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.dataset.datatype.DateDataType
 
setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.dataset.datatype.DoubleDataType
 
setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.dataset.datatype.FloatDataType
 
setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.dataset.datatype.IntegerDataType
 
setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.dataset.datatype.LongDataType
 
setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.dataset.datatype.NumberDataType
 
setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.dataset.datatype.StringDataType
 
setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.dataset.datatype.TimeDataType
 
setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.dataset.datatype.TimestampDataType
 
setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.ext.oracle.OracleBlobDataType
 
setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.ext.oracle.OracleClobDataType
 
setSrc(File) - Method in class org.dbunit.ant.Compare
 
setSrc(File) - Method in class org.dbunit.ant.Operation
 
setSubstringDelimiters(String, String) - Method in class org.dbunit.dataset.ReplacementDataSet
Sets substring delimiters.
setSubstringDelimiters(String, String) - Method in class org.dbunit.dataset.ReplacementTable
Sets substring delimiters.
setSuccessor(PipelineComponent) - Method in class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
 
setSuccessor(PipelineComponent) - Method in interface org.dbunit.dataset.csv.handlers.PipelineComponent
 
setSupportBatchStatement(boolean) - Method in class org.dbunit.ant.DbUnitTask
Set the flag for supporting batch statements.
setTheDirectory(String) - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
 
setType(String) - Method in class org.dbunit.ant.Operation
 
setUp() - Method in class org.dbunit.DatabaseTestCase
 
setUrl(String) - Method in class org.dbunit.ant.DbUnitTask
Set the DB connection url.
setUseQualifiedTableNames(boolean) - Method in class org.dbunit.ant.DbUnitTask
Set the flag for using the qualified table names.
setUserid(String) - Method in class org.dbunit.ant.DbUnitTask
Set the user name for the DB connection.
setValidating(boolean) - Method in class org.dbunit.dataset.xml.FlatXmlProducer
 
setValidating(boolean) - Method in class org.dbunit.dataset.xml.XmlProducer
 
setValue(int, String, Object) - Method in class org.dbunit.dataset.DefaultTable
Replaces the value at the specified position in this table with the specified value.
setWriter(Writer) - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
 
setWriter(Writer, String) - Method in class org.dbunit.util.xml.XmlWriter
Resets the handler to write a new text document.
size() - Method in class org.dbunit.util.concurrent.BoundedBuffer
Return the number of elements in the buffer.
size() - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
Return the number of elements in the queue.
size() - Method in class org.dbunit.util.concurrent.SemaphoreControlledChannel
Return the number of elements in the buffer.
source - Variable in class org.dbunit.util.concurrent.PropertyChangeMulticaster
The object to be provided as the "source" for any generated events.
startCDATA() - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
startDTD(String, String, String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
startDataSet() - Method in class org.dbunit.dataset.CachedDataSet
 
startDataSet() - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
 
startDataSet() - Method in class org.dbunit.dataset.stream.DefaultConsumer
 
startDataSet() - Method in interface org.dbunit.dataset.stream.IDataSetConsumer
Receive notification of the beginning of a dataset.
startDataSet() - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
 
startDataSet() - Method in class org.dbunit.dataset.xml.FlatXmlWriter
 
startDataSet() - Method in class org.dbunit.dataset.xml.XmlDataSetWriter
 
startElement(String, String, String, Attributes) - Method in class org.dbunit.dataset.xml.FlatXmlProducer
 
startElement(String, String, String, Attributes) - Method in class org.dbunit.dataset.xml.XmlProducer
 
startEntity(String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
startTable(ITableMetaData) - Method in class org.dbunit.dataset.CachedDataSet
 
startTable(ITableMetaData) - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
 
startTable(ITableMetaData) - Method in class org.dbunit.dataset.stream.DefaultConsumer
 
startTable(ITableMetaData) - Method in interface org.dbunit.dataset.stream.IDataSetConsumer
Receive notification of the beginning of a table.
startTable(ITableMetaData) - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
 
startTable(ITableMetaData) - Method in class org.dbunit.dataset.xml.FlatXmlWriter
 
startTable(ITableMetaData) - Method in class org.dbunit.dataset.xml.XmlDataSetWriter
 
subtract(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
Subtract amount from value (i.e., set value -= amount)
supportBatchStatement(IDatabaseConnection) - Method in class org.dbunit.database.statement.AbstractStatementFactory
Returns true if target database supports batch statement.
swap(SynchronizedInt) - Method in class org.dbunit.util.concurrent.SynchronizedInt
Atomically swap values with another SynchronizedInt.

T

TIME - Static variable in class org.dbunit.dataset.datatype.DataType
 
TIMESTAMP - Static variable in class org.dbunit.dataset.datatype.DataType
 
TINYINT - Static variable in class org.dbunit.dataset.datatype.DataType
 
TRUNCATE_TABLE - Static variable in class org.dbunit.operation.DatabaseOperation
 
Table - class org.dbunit.ant.Table.
The Table class is just a step placeholder for a table name within an Export.
Table() - Constructor for class org.dbunit.ant.Table
 
Takable - interface org.dbunit.util.concurrent.Takable.
This interface exists to enable stricter type checking for channels.
TimeDataType - class org.dbunit.dataset.datatype.TimeDataType.
 
TimeoutException - exception org.dbunit.util.concurrent.TimeoutException.
Thrown by synchronization classes that report timeouts via exceptions.
TimeoutException(long) - Constructor for class org.dbunit.util.concurrent.TimeoutException
Constructs a TimeoutException with given duration value.
TimeoutException(long, String) - Constructor for class org.dbunit.util.concurrent.TimeoutException
Constructs a TimeoutException with the specified duration value and detail message.
TimestampDataType - class org.dbunit.dataset.datatype.TimestampDataType.
 
TransactionOperation - class org.dbunit.operation.TransactionOperation.
Decorates an operation and executes within the context of a transaction.
TransactionOperation(DatabaseOperation) - Constructor for class org.dbunit.operation.TransactionOperation
Creates a TransactionOperation that decorates the specified operation.
TransparentHandler - class org.dbunit.dataset.csv.handlers.TransparentHandler.
 
TruncateTableOperation - class org.dbunit.operation.TruncateTableOperation.
Truncate tables present in the specified dataset.
TypeCastException - exception org.dbunit.dataset.datatype.TypeCastException.
 
TypeCastException(Throwable) - Constructor for class org.dbunit.dataset.datatype.TypeCastException
 
TypeCastException(String, Throwable) - Constructor for class org.dbunit.dataset.datatype.TypeCastException
 
TypeCastException(Object, DataType) - Constructor for class org.dbunit.dataset.datatype.TypeCastException
 
TypeCastException(Object, DataType, Throwable) - Constructor for class org.dbunit.dataset.datatype.TypeCastException
 
take() - Method in class org.dbunit.util.concurrent.BoundedBuffer
 
take() - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
 
take() - Method in interface org.dbunit.util.concurrent.Channel
Return and remove an item from channel, possibly waiting indefinitely until such an item exists.
take() - Method in class org.dbunit.util.concurrent.LinkedQueue
 
take() - Method in class org.dbunit.util.concurrent.SemaphoreControlledChannel
 
take() - Method in class org.dbunit.util.concurrent.SynchronousChannel
 
take() - Method in interface org.dbunit.util.concurrent.Takable
Return and remove an item from channel, possibly waiting indefinitely until such an item exists.
takeGuard_ - Variable in class org.dbunit.util.concurrent.BoundedLinkedQueue
Helper monitor.
takeGuard_ - Variable in class org.dbunit.util.concurrent.SemaphoreControlledChannel
 
takePtr_ - Variable in class org.dbunit.util.concurrent.BoundedBuffer
 
takeSidePutPermits_ - Variable in class org.dbunit.util.concurrent.BoundedLinkedQueue
Number of takes since last reconcile
tearDown() - Method in class org.dbunit.DatabaseTestCase
 
test1() - Static method in class org.dbunit.util.xml.XmlWriter
 
test2() - Static method in class org.dbunit.util.xml.XmlWriter
 
thePieceIsDone() - Method in class org.dbunit.dataset.csv.handlers.Pipeline
 
toString() - Method in class org.dbunit.ant.Compare
 
toString() - Method in class org.dbunit.ant.Export
 
toString() - Method in class org.dbunit.ant.Operation
 
toString() - Method in class org.dbunit.ant.Query
 
toString() - Method in class org.dbunit.ant.Table
 
toString() - Method in class org.dbunit.database.DatabaseTableMetaData
 
toString() - Method in class org.dbunit.dataset.AbstractDataSet
 
toString() - Method in class org.dbunit.dataset.Column.Nullable
 
toString() - Method in class org.dbunit.dataset.Column
 
toString() - Method in class org.dbunit.dataset.DefaultTableMetaData
 
toString() - Method in class org.dbunit.dataset.datatype.AbstractDataType
 
toString() - Method in class org.dbunit.dataset.xml.FlatDtdWriter.ContentModel
 
toString() - Method in class org.dbunit.util.concurrent.SynchronizedInt
 
typeCast(Object) - Method in class org.dbunit.dataset.datatype.BooleanDataType
 
typeCast(Object) - Method in class org.dbunit.dataset.datatype.BytesDataType
 
typeCast(Object) - Method in class org.dbunit.dataset.datatype.DataType
Returns the specified value typecasted to this DataType
typeCast(Object) - Method in class org.dbunit.dataset.datatype.DateDataType
 
typeCast(Object) - Method in class org.dbunit.dataset.datatype.DoubleDataType
 
typeCast(Object) - Method in class org.dbunit.dataset.datatype.FloatDataType
 
typeCast(Object) - Method in class org.dbunit.dataset.datatype.IntegerDataType
 
typeCast(Object) - Method in class org.dbunit.dataset.datatype.LongDataType
 
typeCast(Object) - Method in class org.dbunit.dataset.datatype.NumberDataType
 
typeCast(Object) - Method in class org.dbunit.dataset.datatype.StringDataType
 
typeCast(Object) - Method in class org.dbunit.dataset.datatype.TimeDataType
 
typeCast(Object) - Method in class org.dbunit.dataset.datatype.TimestampDataType
 
typeCast(Object) - Method in class org.dbunit.dataset.datatype.UnknownDataType
 

U

UNKNOWN - Static variable in class org.dbunit.dataset.datatype.DataType
 
UNQUOTE() - Static method in class org.dbunit.dataset.csv.handlers.QuoteHandler
 
UPDATE - Static variable in class org.dbunit.operation.DatabaseOperation
 
UnknownDataType - class org.dbunit.dataset.datatype.UnknownDataType.
 
UnquotedFieldAssembler - class org.dbunit.dataset.csv.handlers.UnquotedFieldAssembler.
 
UnquotedFieldAssembler() - Constructor for class org.dbunit.dataset.csv.handlers.UnquotedFieldAssembler
 
UnquotedFieldAssembler.ASSEMBLE - class org.dbunit.dataset.csv.handlers.UnquotedFieldAssembler.ASSEMBLE.
 
UnquotedFieldAssembler.ASSEMBLE() - Constructor for class org.dbunit.dataset.csv.handlers.UnquotedFieldAssembler.ASSEMBLE
 
UpdateOperation - class org.dbunit.operation.UpdateOperation.
Updates the database from the dataset contents.
usedSlots_ - Variable in class org.dbunit.util.concurrent.BoundedBuffer
 

V

VARBINARY - Static variable in class org.dbunit.dataset.datatype.DataType
 
VARCHAR - Static variable in class org.dbunit.dataset.datatype.DataType
 
value - Variable in class org.dbunit.util.concurrent.LinkedNode
 
value_ - Variable in class org.dbunit.util.concurrent.SynchronizedInt
 

W

WhitespacesHandler - class org.dbunit.dataset.csv.handlers.WhitespacesHandler.
 
waitingForTake_ - Variable in class org.dbunit.util.concurrent.LinkedQueue
The number of threads waiting for a take.
waitingPuts - Variable in class org.dbunit.util.concurrent.SynchronousChannel
 
waitingTakes - Variable in class org.dbunit.util.concurrent.SynchronousChannel
 
write(IDataSet) - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
 
write(IDataSet, File) - Static method in class org.dbunit.dataset.csv.CsvDataSetWriter
 
write(IDataSet, OutputStream) - Static method in class org.dbunit.dataset.excel.XlsDataSet
Write the specified dataset to the specified Excel document.
write(IDataSet, OutputStream) - Static method in class org.dbunit.dataset.xml.FlatDtdDataSet
Write the specified dataset to the specified output stream as DTD.
write(IDataSet, Writer) - Static method in class org.dbunit.dataset.xml.FlatDtdDataSet
Write the specified dataset to the specified writer as DTD.
write(PrintWriter, String, int, int) - Method in class org.dbunit.dataset.xml.FlatDtdWriter.ChoiceModel
 
write(PrintWriter, String, int, int) - Method in class org.dbunit.dataset.xml.FlatDtdWriter.ContentModel
 
write(PrintWriter, String, int, int) - Method in class org.dbunit.dataset.xml.FlatDtdWriter.SequenceModel
 
write(IDataSet) - Method in class org.dbunit.dataset.xml.FlatDtdWriter
 
write(IDataSet, OutputStream) - Static method in class org.dbunit.dataset.xml.FlatXmlDataSet
Write the specified dataset to the specified output stream as xml.
write(IDataSet, Writer) - Static method in class org.dbunit.dataset.xml.FlatXmlDataSet
Write the specified dataset to the specified writer as xml.
write(IDataSet, Writer, String) - Static method in class org.dbunit.dataset.xml.FlatXmlDataSet
Write the specified dataset to the specified writer as xml.
write(IDataSet) - Method in class org.dbunit.dataset.xml.FlatXmlWriter
 
write(IDataSet, OutputStream) - Static method in class org.dbunit.dataset.xml.XmlDataSet
Write the specified dataset to the specified output stream as xml.
write(IDataSet, Writer) - Static method in class org.dbunit.dataset.xml.XmlDataSet
Write the specified dataset to the specified writer as xml.
write(IDataSet, Writer, String) - Static method in class org.dbunit.dataset.xml.XmlDataSet
Write the specified dataset to the specified writer as xml.
write(IDataSet) - Method in class org.dbunit.dataset.xml.XmlDataSetWriter
 
write(int) - Method in class org.dbunit.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.dbunit.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
writeAttribute(String, String) - Method in class org.dbunit.util.xml.XmlWriter
Write an attribute out for the current element.
writeCData(String) - Method in class org.dbunit.util.xml.XmlWriter
Write out a chunk of CDATA.
writeComment(String) - Method in class org.dbunit.util.xml.XmlWriter
Write out a chunk of comment.
writeDeclaration() - Method in class org.dbunit.util.xml.XmlWriter
 
writeDoctype(String, String) - Method in class org.dbunit.util.xml.XmlWriter
 
writeDtd(IDataSet, OutputStream) - Static method in class org.dbunit.dataset.xml.FlatXmlDataSet
Deprecated. use FlatDtdDataSet.write(org.dbunit.dataset.IDataSet, java.io.OutputStream)
writeElement(String) - Method in class org.dbunit.util.xml.XmlWriter
Begin to write out an element.
writeElementWithText(String, String) - Method in class org.dbunit.util.xml.XmlWriter
A helper method.
writeEmptyElement(String) - Method in class org.dbunit.util.xml.XmlWriter
A helper method.
writeText(String) - Method in class org.dbunit.util.xml.XmlWriter
Output body text.

X

XlsDataSet - class org.dbunit.dataset.excel.XlsDataSet.
This dataset implementation can read and write MS Excel documents.
XlsDataSet(File) - Constructor for class org.dbunit.dataset.excel.XlsDataSet
Creates a new XlsDataSet object that loads the specified Excel document.
XlsDataSet(InputStream) - Constructor for class org.dbunit.dataset.excel.XlsDataSet
Creates a new XlsDataSet object that loads the specified Excel document.
XmlDataSet - class org.dbunit.dataset.xml.XmlDataSet.
Reads and writes original XML dataset document.
XmlDataSet(Reader) - Constructor for class org.dbunit.dataset.xml.XmlDataSet
Creates an XmlDataSet with the specified xml reader.
XmlDataSet(InputStream) - Constructor for class org.dbunit.dataset.xml.XmlDataSet
Creates an XmlDataSet with the specified xml input stream.
XmlDataSetWriter - class org.dbunit.dataset.xml.XmlDataSetWriter.
 
XmlDataSetWriter(Writer) - Constructor for class org.dbunit.dataset.xml.XmlDataSetWriter
 
XmlDataSetWriter(Writer, String) - Constructor for class org.dbunit.dataset.xml.XmlDataSetWriter
 
XmlProducer - class org.dbunit.dataset.xml.XmlProducer.
 
XmlProducer(InputSource) - Constructor for class org.dbunit.dataset.xml.XmlProducer
 
XmlWriter - class org.dbunit.util.xml.XmlWriter.
Makes writing XML much much easier.
XmlWriter(Writer) - Constructor for class org.dbunit.util.xml.XmlWriter
Create an XmlWriter on top of an existing java.io.Writer.
XmlWriter(Writer, String) - Constructor for class org.dbunit.util.xml.XmlWriter
Create an XmlWriter on top of an existing java.io.Writer.
xor(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
Set value to value ^ b.

_

_metaData - Variable in class org.dbunit.database.AbstractResultSetTable
 
_resultSet - Variable in class org.dbunit.database.AbstractResultSetTable
 
_reverseRowOrder - Variable in class org.dbunit.operation.AbstractBatchOperation
 
_statement - Variable in class org.dbunit.database.statement.AbstractBatchStatement
 
_statement - Variable in class org.dbunit.database.statement.AbstractPreparedBatchStatement
 
_type - Variable in class org.dbunit.ant.Operation
 

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

Copyright © 2002-2004 DbUnit.org. All Rights Reserved.