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

A

AbstractBatchOperation - Class in org.dbunit.operation
Base implementation for database operation that are executed in batch.
AbstractBatchOperation() - Constructor for class org.dbunit.operation.AbstractBatchOperation
 
AbstractBatchStatement - Class in org.dbunit.database.statement
 
AbstractDatabaseConnection - Class in org.dbunit.database
 
AbstractDatabaseConnection() - Constructor for class org.dbunit.database.AbstractDatabaseConnection
 
AbstractDatabaseTester - Class in org.dbunit
Basic implementation of IDatabaseTester.
Implementations of IDatabaseTester may use this class as a starting point.
AbstractDatabaseTester() - Constructor for class org.dbunit.AbstractDatabaseTester
 
AbstractDatabaseTester.AssertionFailedError - Error in org.dbunit
Exception used to avoid JUnit dependency.
AbstractDatabaseTester.AssertionFailedError() - Constructor for error org.dbunit.AbstractDatabaseTester.AssertionFailedError
 
AbstractDatabaseTester.AssertionFailedError(String) - Constructor for error org.dbunit.AbstractDatabaseTester.AssertionFailedError
 
AbstractDataSet - Class in org.dbunit.dataset
This abstract class provides the basic implementation of the IDataSet interface.
AbstractDataSet() - Constructor for class org.dbunit.dataset.AbstractDataSet
 
AbstractDataType - Class in org.dbunit.dataset.datatype
 
AbstractDataType(String, int, Class, boolean) - Constructor for class org.dbunit.dataset.datatype.AbstractDataType
 
AbstractExcludeNodesSearchCallback - Class in org.dbunit.util.search
 
AbstractExcludeNodesSearchCallback(Set) - Constructor for class org.dbunit.util.search.AbstractExcludeNodesSearchCallback
 
AbstractExcludeNodesSearchCallback(Object[]) - Constructor for class org.dbunit.util.search.AbstractExcludeNodesSearchCallback
 
AbstractIncludeNodesSearchCallback - Class in org.dbunit.util.search
 
AbstractIncludeNodesSearchCallback(Set) - Constructor for class org.dbunit.util.search.AbstractIncludeNodesSearchCallback
 
AbstractIncludeNodesSearchCallback(Object[]) - Constructor for class org.dbunit.util.search.AbstractIncludeNodesSearchCallback
 
AbstractMetaDataBasedSearchCallback - Class in org.dbunit.database.search
Super-class for the ISearchCallback that implements the getEdges() method using the database meta-data.
AbstractMetaDataBasedSearchCallback(IDatabaseConnection) - Constructor for class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
Defautl constructor.
AbstractNodesFilterSearchCallback - Class in org.dbunit.util.search
Super-class for ISearchCallback implementations that needs to filter which nodes should be included or excluded from the search.
This class implements the searchNode() based on its internal mode, which could be ALLOW_MODE, DENY_MODE or NO_MODE: NO_MODE is the default mode and means searchNode() always return true ALLOW_MODE is set when setAllowedNodes() is called and it means searchNode() will return true only if the node is contained on the Set (or array) passed to setAllowedNodes() DENY_MODE is set when setDeniedNodes() is called and it means searchNode() will return true only if the node is not contained on the Set (or array) passed to setDeniedNodes()
AbstractNodesFilterSearchCallback() - Constructor for class org.dbunit.util.search.AbstractNodesFilterSearchCallback
Default constructor.
AbstractOperation - Class in org.dbunit.operation
 
AbstractOperation() - Constructor for class org.dbunit.operation.AbstractOperation
 
AbstractPipelineComponent - Class in org.dbunit.dataset.csv.handlers
 
AbstractPipelineComponent() - Constructor for class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
 
AbstractPipelineComponent.ACCEPT - Class in org.dbunit.dataset.csv.handlers
 
AbstractPipelineComponent.ACCEPT() - Constructor for class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent.ACCEPT
 
AbstractPipelineComponent.IGNORE - Class in org.dbunit.dataset.csv.handlers
 
AbstractPipelineComponent.IGNORE() - Constructor for class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent.IGNORE
 
AbstractPreparedBatchStatement - Class in org.dbunit.database.statement
 
AbstractResultSetTable - Class in org.dbunit.database
 
AbstractResultSetTable(ITableMetaData, ResultSet) - Constructor for class org.dbunit.database.AbstractResultSetTable
 
AbstractResultSetTable(String, String, IDatabaseConnection) - Constructor for class org.dbunit.database.AbstractResultSetTable
 
AbstractResultSetTable(ITableMetaData, IDatabaseConnection) - Constructor for class org.dbunit.database.AbstractResultSetTable
 
AbstractStatementFactory - Class in org.dbunit.database.statement
 
AbstractStatementFactory() - Constructor for class org.dbunit.database.statement.AbstractStatementFactory
 
AbstractStep - Class in org.dbunit.ant
 
AbstractStep() - Constructor for class org.dbunit.ant.AbstractStep
 
AbstractTable - Class in org.dbunit.dataset
 
AbstractTable() - Constructor for class org.dbunit.dataset.AbstractTable
 
AbstractTableFilter - Class in org.dbunit.dataset.filter
This class provides a skeletal implementation of the ITableFilter interface to minimize the effort required to implement a filter.
AbstractTableFilter() - Constructor for class org.dbunit.dataset.filter.AbstractTableFilter
 
AbstractTableMetaData - Class in org.dbunit.dataset
 
AbstractTableMetaData() - Constructor for class org.dbunit.dataset.AbstractTableMetaData
 
accept(char) - Method in class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
Method invoked when the character should be accepted
ACCEPT() - Static method in class org.dbunit.dataset.csv.handlers.AllHandler
 
ACCEPT() - Static method in class org.dbunit.dataset.csv.handlers.EscapeHandler
 
ACCEPT() - Static method in class org.dbunit.dataset.csv.handlers.IsAlnumHandler
 
accept(char) - Method in interface org.dbunit.dataset.csv.handlers.PipelineComponent
 
ACCEPT() - Static method in class org.dbunit.dataset.csv.handlers.QuoteHandler
 
ACCEPT() - Static method in class org.dbunit.dataset.csv.handlers.SeparatorHandler
 
ACCEPT() - Static method in class org.dbunit.dataset.csv.handlers.WhitespacesHandler
 
accept(String) - Method in class org.dbunit.dataset.filter.AbstractTableFilter
 
accept(String, Column) - Method in class org.dbunit.dataset.filter.DefaultColumnFilter
 
accept(String, Column) - Method in interface org.dbunit.dataset.filter.IColumnFilter
 
accept(String) - Method in interface org.dbunit.dataset.filter.ITableFilter
Returns true if specified table is allowed by this filter.
accept(String) - Method in class org.dbunit.dataset.filter.SequenceTableFilter
 
acquire() - Method in class org.dbunit.util.concurrent.Semaphore
Wait until a permit is available, and take one
acquire() - Method in interface org.dbunit.util.concurrent.Sync
Wait (possibly forever) until successful passage.
add(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
Add amount to value (i.e., set value += amount)
addBatch() - Method in class org.dbunit.database.statement.AutomaticPreparedBatchStatement
 
addBatch(String) - Method in class org.dbunit.database.statement.BatchStatement
 
addBatch() - Method in class org.dbunit.database.statement.BatchStatementDecorator
 
addBatch(String) - Method in class org.dbunit.database.statement.CompoundStatement
 
addBatch(String) - Method in interface org.dbunit.database.statement.IBatchStatement
 
addBatch() - Method in interface org.dbunit.database.statement.IPreparedBatchStatement
 
addBatch() - Method in class org.dbunit.database.statement.PreparedBatchStatement
 
addBatch() - Method in class org.dbunit.database.statement.SimplePreparedStatement
 
addBatch(String) - Method in class org.dbunit.database.statement.SimpleStatement
 
addCompare(Compare) - Method in class org.dbunit.ant.DbUnitTask
Adds a Compare to the steps List.
addExport(Export) - Method in class org.dbunit.ant.DbUnitTask
Adds an Export to the steps List.
addFilterSet(FilterSet) - Method in class org.dbunit.ant.QuerySet
 
addOperation(Operation) - Method in class org.dbunit.ant.DbUnitTask
Adds an Operation.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Add a VetoableChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Add a PropertyChangeListener for a specific property.
addPropertyChangeListenerIfAbsent(PropertyChangeListener) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Add a PropertyChangeListener to the listener list if it is not already present.
addPropertyChangeListenerIfAbsent(String, PropertyChangeListener) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Add a PropertyChangeListener for a specific property, if it is not already registered.
addQuery(Query) - Method in class org.dbunit.ant.Compare
 
addQuery(Query) - Method in class org.dbunit.ant.Export
 
addQuery(Query) - Method in class org.dbunit.ant.QuerySet
 
addQuerySet(QuerySet) - Method in class org.dbunit.ant.Export
 
addReplacementObject(Object, Object) - Method in class org.dbunit.dataset.ReplacementDataSet
Add a new Object replacement mapping.
addReplacementObject(Object, Object) - Method in class org.dbunit.dataset.ReplacementTable
Add a new Object replacement mapping.
addReplacementSubstring(String, String) - Method in class org.dbunit.dataset.ReplacementDataSet
Add a new substring replacement mapping.
addReplacementSubstring(String, String) - Method in class org.dbunit.dataset.ReplacementTable
Add a new substring replacement mapping.
addRow() - Method in class org.dbunit.dataset.DefaultTable
Inserts a new empty row.
addRow(Object[]) - Method in class org.dbunit.dataset.DefaultTable
Inserts a new row initialized with specified array of values.
addTable(Table) - Method in class org.dbunit.ant.Compare
 
addTable(Table) - Method in class org.dbunit.ant.Export
 
addTable(String, String) - Method in class org.dbunit.database.QueryDataSet
Adds a table and it's associted query to this dataset.
addTable(String) - Method in class org.dbunit.database.QueryDataSet
Adds a table with using 'SELECT * FROM tableName' as query.
addTable(ITable) - Method in class org.dbunit.dataset.DefaultDataSet
Add a new table in this dataset.
addTableRows(ITable) - Method in class org.dbunit.dataset.DefaultTable
Inserts all rows from the specified table.
addValue(Object, DataType) - Method in class org.dbunit.database.statement.AutomaticPreparedBatchStatement
 
addValue(Object, DataType) - Method in class org.dbunit.database.statement.BatchStatementDecorator
 
addValue(Object, DataType) - Method in interface org.dbunit.database.statement.IPreparedBatchStatement
 
addValue(Object, DataType) - Method in class org.dbunit.database.statement.PreparedBatchStatement
 
addValue(Object, DataType) - Method in class org.dbunit.database.statement.SimplePreparedStatement
 
AllHandler - Class in org.dbunit.dataset.csv.handlers
 
ALLOW_MODE - Static variable in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
 
allowForNoMoreInput() - Method in class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
 
allowForNoMoreInput() - Method in interface org.dbunit.dataset.csv.handlers.Handler
 
allowForNoMoreInput() - Method in class org.dbunit.dataset.csv.handlers.Helper
 
allowForNoMoreInput() - Method in class org.dbunit.dataset.csv.handlers.Pipeline
 
allowForNoMoreInput() - Method in class org.dbunit.dataset.csv.handlers.QuoteHandler.UNQUOTE
 
allowTake() - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
Notify a waiting take if needed
AmbiguousTableNameException - Exception in org.dbunit.database
This exception is thrown by DatabaseDataSet when a multiple tables having the same name are accessible.
AmbiguousTableNameException() - Constructor for exception org.dbunit.database.AmbiguousTableNameException
 
AmbiguousTableNameException(String) - Constructor for exception org.dbunit.database.AmbiguousTableNameException
 
AmbiguousTableNameException(String, Throwable) - Constructor for exception org.dbunit.database.AmbiguousTableNameException
 
AmbiguousTableNameException(Throwable) - Constructor for exception org.dbunit.database.AmbiguousTableNameException
 
and(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
Set value to value & b.
array_ - Variable in class org.dbunit.util.concurrent.BoundedBuffer
 
assertEquals(IDataSet, IDataSet) - Static method in class org.dbunit.Assertion
Asserts that the two specified dataset are equals.
assertEquals(ITable, ITable) - Static method in class org.dbunit.Assertion
Asserts that the two specified tables are equals.
assertEquals(IDataSet, IDataSet) - Static method in class org.dbunit.dataset.DataSetUtils
Deprecated. Use Assertion.assertEquals
assertEquals(ITable, ITable) - Static method in class org.dbunit.dataset.DataSetUtils
Deprecated. Use Assertion.assertEquals
assertEquals(BufferedReader, BufferedReader) - Static method in class org.dbunit.util.FileAsserts
 
assertEquals(InputStream, File) - Static method in class org.dbunit.util.FileAsserts
 
assertEquals(File, File) - Static method in class org.dbunit.util.FileAsserts
 
Assertion - Class in org.dbunit
 
assertNotNullNorEmpty(String, String) - Method in class org.dbunit.AbstractDatabaseTester
Asserts that propertyName is not a null String and has a length greater than zero.
assertTrue(String, boolean) - Method in class org.dbunit.AbstractDatabaseTester
Method used to avoid JUnit dependency
assertValidColumn(String) - Method in class org.dbunit.dataset.AbstractTable
 
assertValidRowIndex(int) - Method in class org.dbunit.dataset.AbstractTable
 
assertValidRowIndex(int, int) - Method in class org.dbunit.dataset.AbstractTable
 
asString(Object) - Static method in class org.dbunit.dataset.datatype.DataType
Typecast the specified value to string.
attempt(long) - Method in class org.dbunit.util.concurrent.Semaphore
Wait at most msecs millisconds for a permit.
attempt(long) - Method in interface org.dbunit.util.concurrent.Sync
Wait at most msecs to pass; report whether passed.
attributeDecl(String, String, String, String, String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
AutomaticPreparedBatchStatement - Class in org.dbunit.database.statement
 
AutomaticPreparedBatchStatement(IPreparedBatchStatement, int) - Constructor for class org.dbunit.database.statement.AutomaticPreparedBatchStatement
 

B

Base64 - Class in org.dbunit.util
I am placing this code in the Public Domain.
Base64.InputStream - Class in org.dbunit.util
A Base64#InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class org.dbunit.util.Base64.InputStream
Constructs a Base64#InputStream in DECODE mode.
Base64.InputStream(InputStream, boolean) - Constructor for class org.dbunit.util.Base64.InputStream
Constructs a Base64#InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in org.dbunit.util
A Base64#OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class org.dbunit.util.Base64.OutputStream
Constructs a Base64#OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, boolean) - Constructor for class org.dbunit.util.Base64.OutputStream
Constructs a Base64#OutputStream in either ENCODE or DECODE mode.
BatchStatement - Class in org.dbunit.database.statement
 
BatchStatementDecorator - Class in org.dbunit.database.statement
 
BIGINT - Static variable in class org.dbunit.dataset.datatype.DataType
 
BINARY - Static variable in class org.dbunit.dataset.datatype.DataType
 
BinaryStreamDataType - Class in org.dbunit.dataset.datatype
 
BinaryStreamDataType(String, int) - Constructor for class org.dbunit.dataset.datatype.BinaryStreamDataType
 
BLOB - Static variable in class org.dbunit.dataset.datatype.DataType
 
BlobDataType - Class in org.dbunit.dataset.datatype
 
BlobDataType() - Constructor for class org.dbunit.dataset.datatype.BlobDataType
 
BOOLEAN - Static variable in class org.dbunit.dataset.datatype.DataType
 
BooleanDataType - Class in org.dbunit.dataset.datatype
 
BoundedBuffer - Class in org.dbunit.util.concurrent
Efficient array-based bounded buffer class.
BoundedBuffer(int) - Constructor for class org.dbunit.util.concurrent.BoundedBuffer
Create a BoundedBuffer with the given capacity.
BoundedBuffer() - Constructor for class org.dbunit.util.concurrent.BoundedBuffer
Create a buffer with the current default capacity
BoundedChannel - Interface in org.dbunit.util.concurrent
A channel that is known to have a capacity, signifying that put operations may block when the capacity is reached.
BoundedLinkedQueue - Class in org.dbunit.util.concurrent
A bounded variant of LinkedQueue class.
BoundedLinkedQueue(int) - Constructor for class org.dbunit.util.concurrent.BoundedLinkedQueue
Create a queue with the given capacity
BoundedLinkedQueue() - Constructor for class org.dbunit.util.concurrent.BoundedLinkedQueue
Create a queue with the current default capacity
BytesDataType - Class in org.dbunit.dataset.datatype
 

C

CachedDataSet - Class in org.dbunit.dataset
Hold copy of another dataset or a consumed provider content.
CachedDataSet() - Constructor for class org.dbunit.dataset.CachedDataSet
Default constructor.
CachedDataSet(IDataSet) - Constructor for class org.dbunit.dataset.CachedDataSet
Creates a copy of the specified dataset.
CachedDataSet(IDataSetProducer) - Constructor for class org.dbunit.dataset.CachedDataSet
Creates a CachedDataSet that syncronously consume the specified producer.
CachedResultSetTable - Class in org.dbunit.database
 
CachedResultSetTable(ITableMetaData, ResultSet) - Constructor for class org.dbunit.database.CachedResultSetTable
 
CachedResultSetTable(ITableMetaData, IDatabaseConnection) - Constructor for class org.dbunit.database.CachedResultSetTable
 
CachedResultSetTable(IResultSetTable) - Constructor for class org.dbunit.database.CachedResultSetTable
 
CachedResultSetTableFactory - Class in org.dbunit.database
 
CachedResultSetTableFactory() - Constructor for class org.dbunit.database.CachedResultSetTableFactory
 
CachedTable - Class in org.dbunit.dataset
 
CachedTable(ITable) - Constructor for class org.dbunit.dataset.CachedTable
 
CachedTable(ITableMetaData) - Constructor for class org.dbunit.dataset.CachedTable
 
CANCELLED - Static variable in class org.dbunit.util.concurrent.SynchronousChannel
Special marker used in queue nodes to indicate that the thread waiting for a change in the node has timed out or been interrupted.
canHandle(char) - Method in class org.dbunit.dataset.csv.handlers.AllHandler
 
canHandle(char) - Method in class org.dbunit.dataset.csv.handlers.EnforceHandler
 
canHandle(char) - Method in class org.dbunit.dataset.csv.handlers.EscapeHandler
 
canHandle(char) - Method in interface org.dbunit.dataset.csv.handlers.Handler
 
canHandle(char) - Method in class org.dbunit.dataset.csv.handlers.IsAlnumHandler
 
canHandle(char) - Method in class org.dbunit.dataset.csv.handlers.NoHandler
 
canHandle(char) - Method in class org.dbunit.dataset.csv.handlers.Pipeline
 
canHandle(char) - Method in class org.dbunit.dataset.csv.handlers.QuoteHandler
 
canHandle(char) - Method in class org.dbunit.dataset.csv.handlers.SeparatorHandler
 
canHandle(char) - Method in class org.dbunit.dataset.csv.handlers.TransparentHandler
 
canHandle(char) - Method in class org.dbunit.dataset.csv.handlers.UnquotedFieldAssembler
 
canHandle(char) - Method in class org.dbunit.dataset.csv.handlers.WhitespacesHandler
 
capacity() - Method in class org.dbunit.util.concurrent.BoundedBuffer
 
capacity() - Method in interface org.dbunit.util.concurrent.BoundedChannel
Return the maximum number of elements that can be held.
capacity() - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
Return the current capacity of this queue
capacity() - Method in class org.dbunit.util.concurrent.SemaphoreControlledChannel
 
capacity() - Method in class org.dbunit.util.concurrent.SynchronousChannel
 
capacity_ - Variable in class org.dbunit.util.concurrent.BoundedLinkedQueue
Number of elements allowed
capacity_ - Variable in class org.dbunit.util.concurrent.SemaphoreControlledChannel
 
CaseInsensitiveDataSet - Class in org.dbunit.dataset
Deprecated. All IDataSet implementations are case insensitive since DbUnit 1.5
CaseInsensitiveDataSet(IDataSet) - Constructor for class org.dbunit.dataset.CaseInsensitiveDataSet
Deprecated.  
CaseInsensitiveTable - Class in org.dbunit.dataset
Deprecated. All IDataSet implementations are case insensitive since DbUnit 1.5
CaseInsensitiveTable(ITable) - Constructor for class org.dbunit.dataset.CaseInsensitiveTable
Deprecated.  
Channel - Interface in org.dbunit.util.concurrent
Main interface for buffers, queues, pipes, conduits, etc.
CHAR - Static variable in class org.dbunit.dataset.datatype.DataType
 
characters(char[], int, int) - Method in class org.dbunit.dataset.xml.XmlProducer
 
children - Variable in class org.dbunit.util.concurrent.PropertyChangeMulticaster
HashMap for managing listeners for specific properties.
CHOICE - Static variable in class org.dbunit.dataset.xml.FlatDtdWriter
 
CLEAN_INSERT - Static variable in class org.dbunit.ext.mssql.InsertIdentityOperation
 
CLEAN_INSERT - Static variable in class org.dbunit.operation.DatabaseOperation
 
clearBatch() - Method in class org.dbunit.database.statement.AutomaticPreparedBatchStatement
 
clearBatch() - Method in class org.dbunit.database.statement.BatchStatement
 
clearBatch() - Method in class org.dbunit.database.statement.BatchStatementDecorator
 
clearBatch() - Method in class org.dbunit.database.statement.CompoundStatement
 
clearBatch() - Method in interface org.dbunit.database.statement.IBatchStatement
 
clearBatch() - Method in interface org.dbunit.database.statement.IPreparedBatchStatement
 
clearBatch() - Method in class org.dbunit.database.statement.PreparedBatchStatement
 
clearBatch() - Method in class org.dbunit.database.statement.SimplePreparedStatement
 
clearBatch() - Method in class org.dbunit.database.statement.SimpleStatement
 
CLOB - Static variable in class org.dbunit.dataset.datatype.DataType
 
ClobDataType - Class in org.dbunit.dataset.datatype
 
ClobDataType() - Constructor for class org.dbunit.dataset.datatype.ClobDataType
 
cloneTables(ITable[]) - Method in class org.dbunit.dataset.AbstractDataSet
 
close() - Method in class org.dbunit.database.AbstractResultSetTable
 
close() - Method in class org.dbunit.database.CachedResultSetTable
 
close() - Method in class org.dbunit.database.DatabaseConnection
 
close() - Method in class org.dbunit.database.DatabaseDataSourceConnection
 
close() - Method in interface org.dbunit.database.IDatabaseConnection
Close this connection.
close() - Method in interface org.dbunit.database.IResultSetTable
 
close() - Method in class org.dbunit.database.statement.AbstractBatchStatement
 
close() - Method in class org.dbunit.database.statement.AbstractPreparedBatchStatement
 
close() - Method in class org.dbunit.database.statement.AutomaticPreparedBatchStatement
 
close() - Method in class org.dbunit.database.statement.BatchStatementDecorator
 
close() - Method in interface org.dbunit.database.statement.IBatchStatement
 
close() - Method in interface org.dbunit.database.statement.IPreparedBatchStatement
 
close() - Method in class org.dbunit.util.Base64.OutputStream
Flushes and closes stream.
close(ResultSet, Statement) - Static method in class org.dbunit.util.SQLHelper
Close a result set and a prepared statement, checking for null references.
close(Statement) - Static method in class org.dbunit.util.SQLHelper
Close a preparement statement, checking for null references.
close() - Method in class org.dbunit.util.xml.XmlWriter
Close this writer.
closeConnection(IDatabaseConnection) - Method in class org.dbunit.AbstractDatabaseTester
 
closeConnection(IDatabaseConnection) - Method in class org.dbunit.DatabaseTestCase
Close the specified connection.
closeConnection(IDatabaseConnection) - Method in interface org.dbunit.IDatabaseTester
Close the specified connection.
CloseConnectionOperation - Class in org.dbunit.operation
Decorates an operation and close the database connection after executing it.
CloseConnectionOperation(DatabaseOperation) - Constructor for class org.dbunit.operation.CloseConnectionOperation
Creates a CloseConnectionOperation object that decorates the specified operation.
CollectionsHelper - Class in org.dbunit.util
Helper for collections-related methods.
Column - Class in org.dbunit.dataset
Represents a table column.
Column(String, DataType) - Constructor for class org.dbunit.dataset.Column
Creates a Column object.
Column(String, DataType, Column.Nullable) - Constructor for class org.dbunit.dataset.Column
Creates a Column object.
Column(String, DataType, String, Column.Nullable) - Constructor for class org.dbunit.dataset.Column
Creates a Column object.
Column.Nullable - Class in org.dbunit.dataset
 
comment(char[], int, int) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
commit(int, int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
Set value to newValue only if it is currently assumedValue.
Compare - Class in org.dbunit.ant
The Compare class is the step that compare the content of the database against the specified dataset.
Compare() - Constructor for class org.dbunit.ant.Compare
 
compare(Object, Object) - Method in class org.dbunit.dataset.datatype.AbstractDataType
 
compare(Object, Object) - Method in class org.dbunit.dataset.datatype.BooleanDataType
 
compare(Object, Object) - Method in class org.dbunit.dataset.datatype.BytesDataType
 
compare(byte[], byte[]) - Method in class org.dbunit.dataset.datatype.BytesDataType
 
compare(Object, Object) - Method in class org.dbunit.dataset.datatype.DataType
Returns a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.
compare(Object, Object) - Method in class org.dbunit.dataset.datatype.UnknownDataType
 
compareTo(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
 
compareTo(SynchronizedInt) - Method in class org.dbunit.util.concurrent.SynchronizedInt
 
compareTo(Object) - Method in class org.dbunit.util.concurrent.SynchronizedInt
 
compareTo(Object) - Method in class org.dbunit.util.search.Edge
 
complement() - Method in class org.dbunit.util.concurrent.SynchronizedInt
Set the value to its complement
CompositeDataSet - Class in org.dbunit.dataset
Combines multiple datasets into a single logical dataset.
CompositeDataSet(IDataSet[]) - Constructor for class org.dbunit.dataset.CompositeDataSet
Creates a composite dataset that combines specified datasets.
CompositeDataSet(IDataSet[], boolean) - Constructor for class org.dbunit.dataset.CompositeDataSet
Creates a composite dataset that combines specified datasets.
CompositeDataSet(IDataSet, IDataSet) - Constructor for class org.dbunit.dataset.CompositeDataSet
Creates a composite dataset that combines the two specified datasets.
CompositeDataSet(IDataSet, IDataSet, boolean) - Constructor for class org.dbunit.dataset.CompositeDataSet
Creates a composite dataset that combines the two specified datasets.
CompositeDataSet(IDataSet, boolean) - Constructor for class org.dbunit.dataset.CompositeDataSet
Deprecated. This constructor is useless when the combine parameter is false. Use overload that doesn't have the combine argument.
CompositeDataSet(IDataSet) - Constructor for class org.dbunit.dataset.CompositeDataSet
Creates a composite dataset that combines duplicate tables of the specified dataset.
CompositeDataSet(ITable[]) - Constructor for class org.dbunit.dataset.CompositeDataSet
Creates a composite dataset that combines tables having identical name.
CompositeOperation - Class in org.dbunit.operation
This class is a composite that combines multiple database operation in a single one.
CompositeOperation(DatabaseOperation, DatabaseOperation) - Constructor for class org.dbunit.operation.CompositeOperation
Creates a new composite operation combining the two specified operations.
CompositeOperation(DatabaseOperation[]) - Constructor for class org.dbunit.operation.CompositeOperation
Creates a new composite operation combining the specified operations.
CompositeTable - Class in org.dbunit.dataset
 
CompositeTable(ITableMetaData, ITable) - Constructor for class org.dbunit.dataset.CompositeTable
Creates a composite table that combines the specified metadata with the specified table.
CompositeTable(ITableMetaData, ITable[]) - Constructor for class org.dbunit.dataset.CompositeTable
Creates a composite table that combines the specified metadata with the specified tables.
CompositeTable(ITable, ITable) - Constructor for class org.dbunit.dataset.CompositeTable
Creates a composite table that combines the specified specified tables.
CompositeTable(String, ITable) - Constructor for class org.dbunit.dataset.CompositeTable
Creates a composite dataset that encapsulate the specified table with a new name.
CompoundStatement - Class in org.dbunit.database.statement
 
copyQueriesFrom(QuerySet) - Method in class org.dbunit.ant.QuerySet
 
createBatchStatement(IDatabaseConnection) - Method in interface org.dbunit.database.statement.IStatementFactory
 
createBatchStatement(IDatabaseConnection) - Method in class org.dbunit.database.statement.PreparedStatementFactory
 
createBatchStatement(IDatabaseConnection) - Method in class org.dbunit.database.statement.StatementFactory
 
createClasspath() - Method in class org.dbunit.ant.DbUnitTask
Create the classpath for loading the driver.
createDataSet() - Method in class org.dbunit.database.AbstractDatabaseConnection
 
createDataSet(String[]) - Method in class org.dbunit.database.AbstractDatabaseConnection
 
createDataSet() - Method in interface org.dbunit.database.IDatabaseConnection
Creates a dataset corresponding to the entire database.
createDataSet(String[]) - Method in interface org.dbunit.database.IDatabaseConnection
Creates a dataset containing only the specified tables from the database.
createDataSet() - Method in class org.dbunit.ext.mssql.MsSqlConnection
 
createDataSet(String[]) - Method in class org.dbunit.ext.mssql.MsSqlConnection
 
createDataType(int, String) - Method in class org.dbunit.dataset.datatype.DefaultDataTypeFactory
 
createDataType(int, String) - Method in interface org.dbunit.dataset.datatype.IDataTypeFactory
Returns the DataType object that corresponds to the specified Types.
createDataType(int, String) - Method in class org.dbunit.ext.db2.Db2DataTypeFactory
 
createDataType(int, String) - Method in class org.dbunit.ext.h2.H2DataTypeFactory
 
createDataType(int, String) - Method in class org.dbunit.ext.hsqldb.HsqldbDataTypeFactory
 
createDataType(int, String) - Method in class org.dbunit.ext.mssql.MsSqlDataTypeFactory
 
createDataType(int, String) - Method in class org.dbunit.ext.mysql.MySqlDataTypeFactory
 
createDataType(int, String) - Method in class org.dbunit.ext.oracle.OracleDataTypeFactory
 
createFKEdge(ResultSet, int, String, String, String, String) - Static method in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
Creates an edge representing a foreign key relationship between 2 tables.
createIterator(boolean) - Method in class org.dbunit.database.DatabaseDataSet
 
createIterator(boolean) - Method in class org.dbunit.database.QueryDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.AbstractDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.CachedDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.CaseInsensitiveDataSet
Deprecated.  
createIterator(boolean) - Method in class org.dbunit.dataset.CompositeDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.DefaultDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.excel.XlsDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.FilteredDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.ForwardOnlyDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.LowerCaseDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.ReplacementDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.SortedDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.stream.StreamingDataSet
 
createIterator(boolean) - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
 
createMetaData(String, ResultSet, IDataTypeFactory) - Static method in class org.dbunit.database.DatabaseTableMetaData
 
createMetaData(String, ResultSet, IDatabaseConnection) - Static method in class org.dbunit.database.DatabaseTableMetaData
 
createPipelineComponent(AbstractPipelineComponent, Helper) - Static method in class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
 
createPreparedBatchStatement(String, IDatabaseConnection) - Method in interface org.dbunit.database.statement.IStatementFactory
 
createPreparedBatchStatement(String, IDatabaseConnection) - Method in class org.dbunit.database.statement.PreparedStatementFactory
 
createPreparedBatchStatement(String, IDatabaseConnection) - Method in class org.dbunit.database.statement.StatementFactory
 
createQueryTable(String, String) - Method in class org.dbunit.database.AbstractDatabaseConnection
 
createQueryTable(String, String) - Method in interface org.dbunit.database.IDatabaseConnection
Creates a table with the result of the specified SQL statement.
createTable(String, String, IDatabaseConnection) - Method in class org.dbunit.database.CachedResultSetTableFactory
 
createTable(ITableMetaData, IDatabaseConnection) - Method in class org.dbunit.database.CachedResultSetTableFactory
 
createTable(String, String, IDatabaseConnection) - Method in class org.dbunit.database.ForwardOnlyResultSetTableFactory
 
createTable(ITableMetaData, IDatabaseConnection) - Method in class org.dbunit.database.ForwardOnlyResultSetTableFactory
 
createTable(String, String, IDatabaseConnection) - Method in interface org.dbunit.database.IResultSetTableFactory
 
createTable(ITableMetaData, IDatabaseConnection) - Method in interface org.dbunit.database.IResultSetTableFactory
 
CsvDataSet - Class in org.dbunit.dataset.csv
This class constructs an IDataSet given a directory containing CSV files.
CsvDataSet(File) - Constructor for class org.dbunit.dataset.csv.CsvDataSet
 
CsvDataSetWriter - Class in org.dbunit.dataset.csv
 
CsvDataSetWriter(String) - Constructor for class org.dbunit.dataset.csv.CsvDataSetWriter
 
CsvDataSetWriter(File) - Constructor for class org.dbunit.dataset.csv.CsvDataSetWriter
 
CsvParser - Interface in org.dbunit.dataset.csv
Created By: fede Date: 10-mar-2004 Time: 15.50.13 Last Checkin: $Author: dep4b $ Date: $Date: 2005-05-06 23:04:06 +0200 (Fri, 06 May 2005) $ Revision: $Revision: 480 $
CsvParserException - Exception in org.dbunit.dataset.csv
author: fede 22-gen-2004 15.08.03 $Revision: 434 $
CsvParserException(String) - Constructor for exception org.dbunit.dataset.csv.CsvParserException
 
CsvParserImpl - Class in org.dbunit.dataset.csv
 
CsvParserImpl() - Constructor for class org.dbunit.dataset.csv.CsvParserImpl
 
CsvProducer - Class in org.dbunit.dataset.csv
 
CsvProducer(String) - Constructor for class org.dbunit.dataset.csv.CsvProducer
 
CsvProducer(File) - Constructor for class org.dbunit.dataset.csv.CsvProducer
 
CsvURLDataSet - Class in org.dbunit.dataset.csv
This class constructs an IDataSet given a base URL containing CSV files.
CsvURLDataSet(URL) - Constructor for class org.dbunit.dataset.csv.CsvURLDataSet
Create a Data Set from CSV files, using the base URL provided to find data.
CsvURLProducer - Class in org.dbunit.dataset.csv
A Data Set Producer that produces datasets from CVS files found at a base URL.
CsvURLProducer(URL, String) - Constructor for class org.dbunit.dataset.csv.CsvURLProducer
Create a Csv Data Set Producer which uses the base URL to retrieve a list of tables and the data.
CyclicTablesDependencyException - Exception in org.dbunit.database
 
CyclicTablesDependencyException(String) - Constructor for exception org.dbunit.database.CyclicTablesDependencyException
 

D

DatabaseConfig - Class in org.dbunit.database
 
DatabaseConfig() - Constructor for class org.dbunit.database.DatabaseConfig
 
DatabaseConnection - Class in org.dbunit.database
This class adapts a JDBC Connection to a IDatabaseConnection.
DatabaseConnection(Connection, String) - Constructor for class org.dbunit.database.DatabaseConnection
Creates a new DatabaseConnection.
DatabaseConnection(Connection) - Constructor for class org.dbunit.database.DatabaseConnection
Creates a new DatabaseConnection.
DatabaseDataSet - Class in org.dbunit.database
provides access to a database instance as a dataset.
DatabaseDataSourceConnection - Class in org.dbunit.database
This class adapts a JDBC DataSource to a IDatabaseConnection.
DatabaseDataSourceConnection(InitialContext, String, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
 
DatabaseDataSourceConnection(InitialContext, String, String, String, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
 
DatabaseDataSourceConnection(InitialContext, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
 
DatabaseDataSourceConnection(InitialContext, String, String, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
 
DatabaseDataSourceConnection(DataSource) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
 
DatabaseDataSourceConnection(DataSource, String, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
 
DatabaseDataSourceConnection(DataSource, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
 
DatabaseDataSourceConnection(DataSource, String, String, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
 
DatabaseOperation - Class in org.dbunit.operation
Defines the interface contract for operations performed on the database.
DatabaseOperation() - Constructor for class org.dbunit.operation.DatabaseOperation
 
DatabaseSequenceFilter - Class in org.dbunit.database
This filter orders tables using dependency information provided by DatabaseMetaData.getExportedKeys(java.lang.String, java.lang.String, java.lang.String).
DatabaseSequenceFilter(IDatabaseConnection, String[]) - Constructor for class org.dbunit.database.DatabaseSequenceFilter
Create a DatabaseSequenceFilter that only exposes specified table names.
DatabaseSequenceFilter(IDatabaseConnection) - Constructor for class org.dbunit.database.DatabaseSequenceFilter
Create a DatabaseSequenceFilter that exposes all the database tables.
DatabaseTableIterator - Class in org.dbunit.database
 
DatabaseTableIterator(String[], IDataSet) - Constructor for class org.dbunit.database.DatabaseTableIterator
 
DatabaseTableMetaData - Class in org.dbunit.database
 
DatabaseTestCase - Class in org.dbunit
 
DatabaseTestCase() - Constructor for class org.dbunit.DatabaseTestCase
 
DatabaseTestCase(String) - Constructor for class org.dbunit.DatabaseTestCase
 
DatabaseUnitException - Exception in org.dbunit
 
DatabaseUnitException() - Constructor for exception org.dbunit.DatabaseUnitException
Constructs an DatabaseUnitException with no detail message and no encapsulated exception.
DatabaseUnitException(String) - Constructor for exception org.dbunit.DatabaseUnitException
Constructs an DatabaseUnitException with the specified detail message and no encapsulated exception.
DatabaseUnitException(String, Throwable) - Constructor for exception org.dbunit.DatabaseUnitException
Constructs an DatabaseUnitException with the specified detail message and encapsulated exception.
DatabaseUnitException(Throwable) - Constructor for exception org.dbunit.DatabaseUnitException
Constructs an DatabaseUnitException with the encapsulated exception and use string representation as detail message.
DatabaseUnitRuntimeException - Exception in org.dbunit
 
DatabaseUnitRuntimeException() - Constructor for exception org.dbunit.DatabaseUnitRuntimeException
Constructs an DatabaseUnitRuntimeException with no specified detail message and no encapsulated exception.
DatabaseUnitRuntimeException(String) - Constructor for exception org.dbunit.DatabaseUnitRuntimeException
Constructs an DatabaseUnitRuntimeException with the specified detail message and no encapsulated exception.
DatabaseUnitRuntimeException(String, Throwable) - Constructor for exception org.dbunit.DatabaseUnitRuntimeException
Constructs an DatabaseUnitRuntimeException with the specified detail message and encapsulated exception.
DatabaseUnitRuntimeException(Throwable) - Constructor for exception org.dbunit.DatabaseUnitRuntimeException
Constructs an DatabaseUnitRuntimeException with the encapsulated exception and use its message as detail message.
DataSetException - Exception in org.dbunit.dataset
 
DataSetException() - Constructor for exception org.dbunit.dataset.DataSetException
 
DataSetException(String) - Constructor for exception org.dbunit.dataset.DataSetException
 
DataSetException(String, Throwable) - Constructor for exception org.dbunit.dataset.DataSetException
 
DataSetException(Throwable) - Constructor for exception org.dbunit.dataset.DataSetException
 
DataSetProducerAdapter - Class in org.dbunit.dataset.stream
 
DataSetProducerAdapter(ITableIterator) - Constructor for class org.dbunit.dataset.stream.DataSetProducerAdapter
 
DataSetProducerAdapter(IDataSet) - Constructor for class org.dbunit.dataset.stream.DataSetProducerAdapter
 
DataSetUtils - Class in org.dbunit.dataset
This class contains various methods for manipulating datasets.
DataSourceBasedDBTestCase - Class in org.dbunit
TestCase that uses a DataSourceDatabaseTester.
DataSourceBasedDBTestCase() - Constructor for class org.dbunit.DataSourceBasedDBTestCase
 
DataSourceBasedDBTestCase(String) - Constructor for class org.dbunit.DataSourceBasedDBTestCase
 
DataSourceDatabaseTester - Class in org.dbunit
DatabaseTester that uses a DataSource to create connections.
DataSourceDatabaseTester(DataSource) - Constructor for class org.dbunit.DataSourceDatabaseTester
Creates a new DataSourceDatabaseTester with the specified DataSource.
DataType - Class in org.dbunit.dataset.datatype
 
DataType() - Constructor for class org.dbunit.dataset.datatype.DataType
 
DataTypeException - Exception in org.dbunit.dataset.datatype
 
DataTypeException() - Constructor for exception org.dbunit.dataset.datatype.DataTypeException
 
DataTypeException(String) - Constructor for exception org.dbunit.dataset.datatype.DataTypeException
 
DataTypeException(Throwable) - Constructor for exception org.dbunit.dataset.datatype.DataTypeException
 
DataTypeException(String, Throwable) - Constructor for exception org.dbunit.dataset.datatype.DataTypeException
 
DATE - Static variable in class org.dbunit.dataset.datatype.DataType
 
DateDataType - Class in org.dbunit.dataset.datatype
 
Db2Connection - Class in org.dbunit.ext.db2
 
Db2Connection(Connection, String) - Constructor for class org.dbunit.ext.db2.Db2Connection
 
Db2DataTypeFactory - Class in org.dbunit.ext.db2
Specialized factory that recognizes DB2 data types.
Db2DataTypeFactory() - Constructor for class org.dbunit.ext.db2.Db2DataTypeFactory
 
DBTestCase - Class in org.dbunit
Base testCase for database testing.
Subclasses may override DBTestCase.newDatabaseTester() to plug-in a different implementation of IDatabaseTester.
Default implementation uses a PropertiesBasedJdbcDatabaseTester.
DBTestCase() - Constructor for class org.dbunit.DBTestCase
 
DBTestCase(String) - Constructor for class org.dbunit.DBTestCase
 
DBUNIT_CONNECTION_URL - Static variable in class org.dbunit.PropertiesBasedJdbcDatabaseTester
A key for property that defines the connection url
DBUNIT_DRIVER_CLASS - Static variable in class org.dbunit.PropertiesBasedJdbcDatabaseTester
A key for property that defines the driver classname
DBUNIT_PASSWORD - Static variable in class org.dbunit.PropertiesBasedJdbcDatabaseTester
A key for property that defines the user's password
DBUNIT_SCHEMA - Static variable in class org.dbunit.PropertiesBasedJdbcDatabaseTester
A key for property that defines the database schema
DBUNIT_USERNAME - Static variable in class org.dbunit.PropertiesBasedJdbcDatabaseTester
A key for property that defines the username
DbUnitTask - Class in org.dbunit.ant
DbUnitTask is the task definition for an Ant interface to DbUnit.
DbUnitTask() - Constructor for class org.dbunit.ant.DbUnitTask
 
DbUnitTaskStep - Interface in org.dbunit.ant
The DbUnitTaskStep interface allows the execute method to be called on all elements nested under DbUnitTask.
DECIMAL - Static variable in class org.dbunit.dataset.datatype.DataType
 
DECODE - Static variable in class org.dbunit.util.Base64
Specify decoding (value is false).
decode(String) - Static method in class org.dbunit.util.Base64
Decodes data from Base64 notation.
decode(byte[], int, int) - Static method in class org.dbunit.util.Base64
Decodes Base64 content in byte array format and returns the decoded byte array.
decodeToObject(String) - Static method in class org.dbunit.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeToString(String) - Static method in class org.dbunit.util.Base64
Decodes data from Base64 notation and returns it as a string.
decrement() - Method in class org.dbunit.util.concurrent.SynchronizedInt
Decrement the value.
DefaultChannelCapacity - Class in org.dbunit.util.concurrent
A utility class to set the default capacity of BoundedChannel implementations that otherwise require a capacity argument
DefaultChannelCapacity() - Constructor for class org.dbunit.util.concurrent.DefaultChannelCapacity
 
DefaultColumnFilter - Class in org.dbunit.dataset.filter
Implementation of the IColumnFilter interface that exposes columns matching include patterns and not matching exclude patterns.
DefaultColumnFilter() - Constructor for class org.dbunit.dataset.filter.DefaultColumnFilter
 
DefaultConsumer - Class in org.dbunit.dataset.stream
This class provides no op implementations for all of the callbacks in the IDataSetConsumer interface.
DefaultConsumer() - Constructor for class org.dbunit.dataset.stream.DefaultConsumer
 
DefaultDatabaseTester - Class in org.dbunit
Default implementation of AbstractDatabaseTester, which does not know how to get a connection by itself.
DefaultDatabaseTester(IDatabaseConnection) - Constructor for class org.dbunit.DefaultDatabaseTester
Creates a new DefaultDatabaseTester with the suplied connection.
DefaultDataSet - Class in org.dbunit.dataset
 
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 in org.dbunit.dataset.datatype
Generic factory that handle standard JDBC types.
DefaultDataTypeFactory() - Constructor for class org.dbunit.dataset.datatype.DefaultDataTypeFactory
 
DefaultTable - Class in org.dbunit.dataset
 
DefaultTable(ITableMetaData, List) - Constructor for class org.dbunit.dataset.DefaultTable
Deprecated. Use public mutators to initialize table values instead
DefaultTable(String) - Constructor for class org.dbunit.dataset.DefaultTable
Creates a new empty table having the specified name.
DefaultTable(String, Column[], List) - Constructor for class org.dbunit.dataset.DefaultTable
Deprecated. Use public mutators to initialize table values instead
DefaultTable(String, Column[]) - Constructor for class org.dbunit.dataset.DefaultTable
Creates a new empty table with specified metadata.
DefaultTable(ITableMetaData) - Constructor for class org.dbunit.dataset.DefaultTable
 
DefaultTableFilter - Class in org.dbunit.dataset.filter
This filter exposes only tables matching include patterns and not matching exclude patterns.
DefaultTableFilter() - Constructor for class org.dbunit.dataset.filter.DefaultTableFilter
 
DefaultTableIterator - Class in org.dbunit.dataset
 
DefaultTableIterator(ITable[]) - Constructor for class org.dbunit.dataset.DefaultTableIterator
 
DefaultTableIterator(ITable[], boolean) - Constructor for class org.dbunit.dataset.DefaultTableIterator
 
DefaultTableMetaData - Class in org.dbunit.dataset
 
DefaultTableMetaData(String, Column[]) - Constructor for class org.dbunit.dataset.DefaultTableMetaData
 
DefaultTableMetaData(String, Column[], String[]) - Constructor for class org.dbunit.dataset.DefaultTableMetaData
 
DefaultTableMetaData(String, Column[], Column[]) - Constructor for class org.dbunit.dataset.DefaultTableMetaData
 
DELETE - Static variable in class org.dbunit.operation.DatabaseOperation
 
DELETE_ALL - Static variable in class org.dbunit.operation.DatabaseOperation
 
DeleteAllOperation - Class in org.dbunit.operation
Deletes all rows of tables present in the specified dataset.
DeleteOperation - Class in org.dbunit.operation
Deletes only the dataset contents from the database.
DENY_MODE - Static variable in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
 
DepthFirstSearch - Class in org.dbunit.util.search
Search using depth-first algorithm.

An instance of this class must be used only once, as it maintains the internal state of the search.

DepthFirstSearch() - Constructor for class org.dbunit.util.search.DepthFirstSearch
 
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)
DOUBLE - Static variable in class org.dbunit.dataset.datatype.DataType
 
DoubleDataType - Class in org.dbunit.dataset.datatype
 
duration - Variable in exception org.dbunit.util.concurrent.TimeoutException
The approximate time that the operation lasted before this timeout exception was thrown.

E

Edge - Class in org.dbunit.util.search
Basic implementation of the IEdge interface.
Edge(Comparable, Comparable) - Constructor for class org.dbunit.util.search.Edge
 
edgeAdded(ForeignKeyRelationshipEdge) - Method in class org.dbunit.database.PrimaryKeyFilter
 
elementDecl(String, String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
emptySlots_ - Variable in class org.dbunit.util.concurrent.BoundedBuffer
 
enablePrettyPrint(boolean) - Method in class org.dbunit.util.xml.XmlWriter
Turn pretty printing on or off.
ENCODE - Static variable in class org.dbunit.util.Base64
Specify encoding (value is true).
encodeBytes(byte[]) - Static method in class org.dbunit.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.dbunit.util.Base64
Encodes a byte array into Base64 notation.
encodeObject(Serializable) - Static method in class org.dbunit.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeString(String) - Static method in class org.dbunit.util.Base64
Encodes a string in Base64 notation with line breaks after every 75 Base64 characters.
endCDATA() - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
endDataSet() - Method in class org.dbunit.dataset.CachedDataSet
 
endDataSet() - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
 
endDataSet() - Method in class org.dbunit.dataset.stream.DefaultConsumer
 
endDataSet() - Method in interface org.dbunit.dataset.stream.IDataSetConsumer
Receive notification of the end of a dataset.
endDataSet() - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
 
endDataSet() - Method in class org.dbunit.dataset.xml.FlatXmlWriter
 
endDataSet() - Method in class org.dbunit.dataset.xml.XmlDataSetWriter
 
endDTD() - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
endElement(String, String, String) - Method in class org.dbunit.dataset.xml.FlatXmlProducer
 
endElement(String, String, String) - Method in class org.dbunit.dataset.xml.XmlProducer
 
endElement() - Method in class org.dbunit.util.xml.XmlWriter
End the current element.
endEntity(String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
ENDPIECE() - Static method in class org.dbunit.dataset.csv.handlers.SeparatorHandler
 
endTable() - Method in class org.dbunit.dataset.CachedDataSet
 
endTable() - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
 
endTable() - Method in class org.dbunit.dataset.stream.DefaultConsumer
 
endTable() - Method in interface org.dbunit.dataset.stream.IDataSetConsumer
Receive notification of the end of a table.
endTable() - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
 
endTable() - Method in class org.dbunit.dataset.xml.FlatXmlWriter
 
endTable() - Method in class org.dbunit.dataset.xml.XmlDataSetWriter
 
ENFORCE(PipelineComponent) - Static method in class org.dbunit.dataset.csv.handlers.EnforceHandler
 
ENFORCE(PipelineComponent[]) - Static method in class org.dbunit.dataset.csv.handlers.EnforceHandler
 
EnforceHandler - Class in org.dbunit.dataset.csv.handlers
author: fede 4-set-2003 10.20.45 $Revision: 554 $
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
 
equals(Object) - Method in class org.dbunit.util.search.Edge
 
equalsIgnoreMapping(BitSet, ITable, int) - Method in class org.dbunit.operation.InsertOperation
 
error(SAXParseException) - Method in class org.dbunit.dataset.xml.FlatXmlProducer
 
error(SAXParseException) - Method in class org.dbunit.dataset.xml.XmlProducer
 
escape(String) - Static method in class org.dbunit.dataset.csv.CsvDataSetWriter
 
ESCAPE() - Static method in class org.dbunit.dataset.csv.handlers.EscapeHandler
 
ESCAPE_CHAR - Static variable in class org.dbunit.dataset.csv.handlers.EscapeHandler
 
EscapeHandler - Class in org.dbunit.dataset.csv.handlers
 
excludeColumn(String) - Method in class org.dbunit.dataset.filter.DefaultColumnFilter
Add a new refused column name pattern for all tables.
excludeColumns(Column[]) - Method in class org.dbunit.dataset.filter.DefaultColumnFilter
Add specified columns to excluded column name list.
excludedColumnsTable(ITable, String[]) - Static method in class org.dbunit.dataset.filter.DefaultColumnFilter
Returns a table backed by the specified table but with specified columns excluded.
excludedColumnsTable(ITable, Column[]) - Static method in class org.dbunit.dataset.filter.DefaultColumnFilter
Returns a table backed by the specified table but with specified columns excluded.
excludeTable(String) - Method in class org.dbunit.dataset.filter.DefaultTableFilter
Add a new refused table pattern name.
excludeTable(String) - Method in class org.dbunit.dataset.filter.ExcludeTableFilter
Add a new refused table pattern name.
ExcludeTableFilter - Class in org.dbunit.dataset.filter
This filter hides specified tables from the filtered dataset.
ExcludeTableFilter() - Constructor for class org.dbunit.dataset.filter.ExcludeTableFilter
Create a new empty ExcludeTableFilter.
ExcludeTableFilter(String[]) - Constructor for class org.dbunit.dataset.filter.ExcludeTableFilter
Create a new ExcludeTableFilter which prevent access to specified tables.
ExclusiveTransactionException - Exception in org.dbunit.operation
 
ExclusiveTransactionException() - Constructor for exception org.dbunit.operation.ExclusiveTransactionException
 
ExclusiveTransactionException(String) - Constructor for exception org.dbunit.operation.ExclusiveTransactionException
 
ExclusiveTransactionException(String, Throwable) - Constructor for exception org.dbunit.operation.ExclusiveTransactionException
 
ExclusiveTransactionException(Throwable) - Constructor for exception org.dbunit.operation.ExclusiveTransactionException
 
execute(IDatabaseConnection) - Method in class org.dbunit.ant.Compare
 
execute() - Method in class org.dbunit.ant.DbUnitTask
Load the step and then execute it
execute(IDatabaseConnection) - Method in interface org.dbunit.ant.DbUnitTaskStep
 
execute(IDatabaseConnection) - Method in class org.dbunit.ant.Export
 
execute(IDatabaseConnection) - Method in class org.dbunit.ant.Operation
 
execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.ext.mssql.InsertIdentityOperation
 
execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.AbstractBatchOperation
 
execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.CloseConnectionOperation
 
execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.CompositeOperation
 
execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.DatabaseOperation
Executes this operation on the specified database using the specified dataset contents.
execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.DeleteAllOperation
 
execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.RefreshOperation
 
execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.TransactionOperation
 
execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.TruncateTableOperation
 
execute(Runnable) - Method in interface org.dbunit.util.concurrent.Executor
Execute the given command.
execute(Runnable) - Method in class org.dbunit.util.concurrent.SynchronizedVariable
If current thread is not interrupted, execute the given command within this object's lock
executeBatch() - Method in class org.dbunit.database.statement.AutomaticPreparedBatchStatement
 
executeBatch() - Method in class org.dbunit.database.statement.BatchStatement
 
executeBatch() - Method in class org.dbunit.database.statement.BatchStatementDecorator
 
executeBatch() - Method in class org.dbunit.database.statement.CompoundStatement
 
executeBatch() - Method in interface org.dbunit.database.statement.IBatchStatement
 
executeBatch() - Method in interface org.dbunit.database.statement.IPreparedBatchStatement
 
executeBatch() - Method in class org.dbunit.database.statement.PreparedBatchStatement
 
executeBatch() - Method in class org.dbunit.database.statement.SimplePreparedStatement
 
executeBatch() - Method in class org.dbunit.database.statement.SimpleStatement
 
Executor - Interface in org.dbunit.util.concurrent
Interface for objects that execute Runnables, as well as various objects that can be wrapped as Runnables.
Export - Class in org.dbunit.ant
The Export class is the step that facilitates exporting the contents of the database and/or it's corresponding dtd to a file.
Export() - Constructor for class org.dbunit.ant.Export
 
EXPORT - Static variable in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
 
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
 
FEATURE_SKIP_ORACLE_RECYCLEBIN_TABLES - Static variable in class org.dbunit.database.DatabaseConfig
 
FileAsserts - Class in org.dbunit.util
 
FileAsserts() - Constructor for class org.dbunit.util.FileAsserts
 
FilteredDataSet - Class in org.dbunit.dataset
Decorates a dataset and exposes only some tables from it.
FilteredDataSet(String[], IDataSet) - Constructor for class org.dbunit.dataset.FilteredDataSet
Creates a FilteredDataSet that decorates the specified dataset and exposes only the specified tables using SequenceTableFilter as filtering 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 in org.dbunit.dataset
 
FilteredTableMetaData(ITableMetaData, IColumnFilter) - Constructor for class org.dbunit.dataset.FilteredTableMetaData
 
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.
FK_INDEXES - Static variable in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
 
FKRelationshipEdge - Class in org.dbunit.database.search
 
FKRelationshipEdge(String, String, String, String) - Constructor for class org.dbunit.database.search.FKRelationshipEdge
 
FlatDtdDataSet - Class in org.dbunit.dataset.xml
 
FlatDtdDataSet() - Constructor for class org.dbunit.dataset.xml.FlatDtdDataSet
 
FlatDtdDataSet(InputStream) - Constructor for class org.dbunit.dataset.xml.FlatDtdDataSet
 
FlatDtdDataSet(Reader) - Constructor for class org.dbunit.dataset.xml.FlatDtdDataSet
 
FlatDtdDataSet(IDataSetProducer) - Constructor for class org.dbunit.dataset.xml.FlatDtdDataSet
 
FlatDtdProducer - Class in org.dbunit.dataset.xml
 
FlatDtdProducer() - Constructor for class org.dbunit.dataset.xml.FlatDtdProducer
 
FlatDtdProducer(InputSource) - Constructor for class org.dbunit.dataset.xml.FlatDtdProducer
 
FlatDtdWriter - Class in org.dbunit.dataset.xml
 
FlatDtdWriter(Writer) - Constructor for class org.dbunit.dataset.xml.FlatDtdWriter
 
FlatDtdWriter.ChoiceModel - Class in org.dbunit.dataset.xml
 
FlatDtdWriter.ContentModel - Class in org.dbunit.dataset.xml
 
FlatDtdWriter.SequenceModel - Class in org.dbunit.dataset.xml
 
FlatXmlDataSet - Class in org.dbunit.dataset.xml
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 in org.dbunit.dataset.xml
 
FlatXmlProducer(InputSource) - Constructor for class org.dbunit.dataset.xml.FlatXmlProducer
 
FlatXmlProducer(InputSource, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlProducer
 
FlatXmlProducer(InputSource, IDataSet) - Constructor for class org.dbunit.dataset.xml.FlatXmlProducer
 
FlatXmlProducer(InputSource, EntityResolver) - Constructor for class org.dbunit.dataset.xml.FlatXmlProducer
 
FlatXmlWriter - Class in org.dbunit.dataset.xml
 
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
 
FLOAT - Static variable in class org.dbunit.dataset.datatype.DataType
 
FloatDataType - Class in org.dbunit.dataset.datatype
 
flush() - Method in class org.dbunit.util.Base64.OutputStream
Appropriately pads Base64 notation when encoding or throws an exception if Base64 input is not properly padded when decoding.
ForeignKeyRelationshipEdge - Class in org.dbunit.database.search
Implementation of an edge representing a foreign key (FK) relationship between two tables.
The from node is the table which have the FK, while the to node is the table with the PK.
ForeignKeyRelationshipEdge(String, String, String, String) - Constructor for class org.dbunit.database.search.ForeignKeyRelationshipEdge
Creates an edge representing a FK.
FORM_NCHAR - Static variable in class org.dbunit.ext.oracle.OracleNClobDataType
 
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
 
forObject(Object) - Static method in class org.dbunit.dataset.datatype.DataType
Returns the DataType corresponding to the specified value runtime class.
forSqlType(int) - Static method in class org.dbunit.dataset.datatype.DataType
Returns the DataType corresponding to the specified Sql type.
forSqlTypeName(String) - Static method in class org.dbunit.dataset.datatype.DataType
Deprecated. Should not be used anymore
ForwardOnlyDataSet - Class in org.dbunit.dataset
Decorator that allows forward only access to decorated dataset.
ForwardOnlyDataSet(IDataSet) - Constructor for class org.dbunit.dataset.ForwardOnlyDataSet
 
ForwardOnlyResultSetTable - Class in org.dbunit.database
 
ForwardOnlyResultSetTable(ITableMetaData, ResultSet) - Constructor for class org.dbunit.database.ForwardOnlyResultSetTable
 
ForwardOnlyResultSetTable(ITableMetaData, IDatabaseConnection) - Constructor for class org.dbunit.database.ForwardOnlyResultSetTable
 
ForwardOnlyResultSetTable(String, String, IDatabaseConnection) - Constructor for class org.dbunit.database.ForwardOnlyResultSetTable
 
ForwardOnlyResultSetTableFactory - Class in org.dbunit.database
 
ForwardOnlyResultSetTableFactory() - Constructor for class org.dbunit.database.ForwardOnlyResultSetTableFactory
 
ForwardOnlyTable - Class in org.dbunit.dataset
 
ForwardOnlyTable(ITable) - Constructor for class org.dbunit.dataset.ForwardOnlyTable
 
freeTemporaryClob(Object) - Method in class org.dbunit.ext.oracle.OracleClobDataType
 

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
getAllDataset(IDatabaseConnection, String, Set) - Static method in class org.dbunit.database.search.TablesDependencyHelper
 
getAllDataset(IDatabaseConnection, Map) - Static method in class org.dbunit.database.search.TablesDependencyHelper
 
getAllDependentTables(IDatabaseConnection, String) - Static method in class org.dbunit.database.search.TablesDependencyHelper
Get the name of all tables that depend on a root table ( i.e, all tables whose PK is a FK for the root table) and also the tables the root table depends on (i.e., all tables which have a FK for the root table's PK).
getAllDependentTables(IDatabaseConnection, String[]) - Static method in class org.dbunit.database.search.TablesDependencyHelper
Get the name of all tables that depend on the root tables ( i.e, all tables whose PK is a FK for any of the root tables) and also the tables the root tables depends on (i.e., all tables which have a FK for any of the root table's PK).
getChild(String) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Return the child associated with property, or null if no such
getClob(Object, Connection) - Method in class org.dbunit.ext.oracle.OracleClobDataType
 
getColumn(String, Column[]) - Static method in class org.dbunit.dataset.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.database.DatabaseConnection
 
getConnection() - Method in class org.dbunit.database.DatabaseDataSourceConnection
 
getConnection() - Method in interface org.dbunit.database.IDatabaseConnection
Returns a JDBC database connection.
getConnection() - Method in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
Get the connection where the edges will be calculated from.
getConnection() - Method in class org.dbunit.DatabaseTestCase
Returns the test database connection.
getConnection() - Method in class org.dbunit.DataSourceDatabaseTester
 
getConnection() - Method in class org.dbunit.DBTestCase
 
getConnection() - Method in class org.dbunit.DefaultDatabaseTester
 
getConnection() - Method in interface org.dbunit.IDatabaseTester
Returns the test database connection.
getConnection() - Method in class org.dbunit.JdbcDatabaseTester
 
getConnection() - Method in class org.dbunit.JndiDatabaseTester
 
getConnectionUrl() - Method in class org.dbunit.JdbcBasedDBTestCase
Returns the test connection url.
getCurrentProduct() - Method in class org.dbunit.dataset.csv.handlers.Pipeline
 
getDatabaseDataSet(IDatabaseConnection, List, boolean) - Method in class org.dbunit.ant.AbstractStep
 
getDatabaseTester() - Method in class org.dbunit.DatabaseTestCase
Gets the IDatabaseTester for this testCase.
If the IDatabaseTester is not set yet, this method calls newDatabaseTester() to obtain a new instance.
getDataSet() - Method in class org.dbunit.AbstractDatabaseTester
 
getDataset(IDatabaseConnection, String, Set) - Static method in class org.dbunit.database.search.TablesDependencyHelper
 
getDataset(IDatabaseConnection, Map) - Static method in class org.dbunit.database.search.TablesDependencyHelper
 
getDataSet() - Method in class org.dbunit.DatabaseTestCase
Returns the test dataset.
getDataSet() - Method in interface org.dbunit.IDatabaseTester
Returns the test dataset.
getDataSource() - Method in class org.dbunit.DataSourceBasedDBTestCase
Returns the test DataSource.
getDataType() - Method in class org.dbunit.dataset.Column
Returns this column data type.
getDbOperation() - Method in class org.dbunit.ant.Operation
 
getDeleteAllCommand() - Method in class org.dbunit.operation.DeleteAllOperation
 
getDeleteAllCommand() - Method in class org.dbunit.operation.TruncateTableOperation
 
getDependentTables(IDatabaseConnection, String) - Static method in class org.dbunit.database.search.TablesDependencyHelper
Get the name of all tables that depend on a root table (i.e, all tables whose PK is a FK for the root table).
getDependentTables(IDatabaseConnection, String[]) - Static method in class org.dbunit.database.search.TablesDependencyHelper
Get the name of all tables that depend on the root tables (i.e, all tables whose PK is a FK for one of root tables).
getDest() - Method in class org.dbunit.ant.Export
 
getDoctype() - Method in class org.dbunit.ant.Export
 
getDriverClass() - Method in class org.dbunit.JdbcBasedDBTestCase
Returns the JDBC driver classname.
getEdges(Object) - Method in class org.dbunit.database.search.ImportedAndExportedKeysSearchCallback
 
getEdges(Object) - Method in class org.dbunit.database.search.ImportedKeysSearchCallback
 
getEdges(Object) - Method in interface org.dbunit.util.search.ISearchCallback
Get the edges originating from a node.
getEnforcedComponents() - Method in class org.dbunit.dataset.csv.handlers.EnforceHandler
 
getEscapedName(String, String) - Static method in class org.dbunit.dataset.DataSetUtils
 
getException() - Method in exception org.dbunit.DatabaseUnitException
Returns the encapsuled exception or null if none.
getException() - Method in exception 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.
getFilter() - Method in class org.dbunit.database.search.ImportedAndExportedKeysSearchCallbackFilteredByPKs
Get the primary key filter associated with the call back
getFilter() - Method in class org.dbunit.database.search.ImportedKeysSearchCallbackFilteredByPKs
Get the primary key filter associated with the call back
getFilteredColumns(String, Column[], IColumnFilter) - Static method in class org.dbunit.dataset.FilteredTableMetaData
 
getFilteredNodes() - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
Get which modes are allowed/denied, depending on the operation mode.
getFilteringMode() - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
Get the operation mode
getFKColumn() - Method in class org.dbunit.database.search.FKRelationshipEdge
 
getFKColumn() - Method in class org.dbunit.database.search.ForeignKeyRelationshipEdge
Gets the name of the foreign key column in the relationship.
getFormat() - Method in class org.dbunit.ant.Compare
 
getFormat() - Method in class org.dbunit.ant.Export
 
getFormat() - Method in class org.dbunit.ant.Operation
 
getFrom() - Method in class org.dbunit.util.search.Edge
 
getFrom() - Method in interface org.dbunit.util.search.IEdge
Get the node this edge originates from.
getHelper() - Method in class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
 
getId() - Method in class org.dbunit.ant.QuerySet
 
getIgnoreMapping(ITable, int) - Method in class org.dbunit.operation.InsertOperation
 
getJNDIProperties() - Method in class org.dbunit.JndiBasedDBTestCase
Returns the JNDI properties to use.
Subclasses must override this method to provide customized JNDI properties.
getLock() - Method in class org.dbunit.util.concurrent.SynchronizedVariable
Return the lock used for all synchronization for this object
getLogMessage() - Method in class org.dbunit.ant.Compare
 
getLogMessage() - Method in interface org.dbunit.ant.DbUnitTaskStep
 
getLogMessage() - Method in class org.dbunit.ant.Export
 
getLogMessage() - Method in class org.dbunit.ant.Operation
 
getLookupName() - Method in class org.dbunit.JndiBasedDBTestCase
Returns the JNDI lookup name for the test DataSource.
getName() - Method in class org.dbunit.ant.Query
 
getName() - Method in class org.dbunit.ant.Table
 
getNodesFromExportedKeys(Object) - Method in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
Get the nodes using the reverse foreign key dependency, i.e, if table C has a FK for a table A, then getNodesFromExportedKeys(A) will return C.
NOTE: this method should be used only as an auxiliary method for sub-classes that also use getNodesFromImportedKeys() or something similiar, otherwise the generated sequence of tables might not work when inserted in the database (as some tables might be missing).
getNodesFromImportAndExportKeys(Object) - Method in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
Get the nodes using the both direct and reverse foreign key dependency, i.e, if table C has a FK for a table A and table A has a FK for a table B, then getNodesFromImportAndExportedKeys(A) will return B and C.
getNodesFromImportedKeys(Object) - Method in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
Get the nodes using the direct foreign key dependency, i.e, if table A has a FK for a table B, then getNodesFromImportedKeys(A) will return B.
getNullable() - Method in class org.dbunit.dataset.Column
Returns true if this column is nullable.
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
 
getParentTask() - Method in class org.dbunit.ant.AbstractStep
 
getPassword() - Method in class org.dbunit.JdbcBasedDBTestCase
Returns the password for the connection.
Subclasses may override this method to provide a custom password.
Default implementations returns null.
getPipeline() - Method in class org.dbunit.dataset.csv.handlers.AbstractPipelineComponent
 
getPipeline() - Method in interface org.dbunit.dataset.csv.handlers.PipelineComponent
 
getPKColumn() - Method in class org.dbunit.database.search.FKRelationshipEdge
 
getPKColumn() - Method in class org.dbunit.database.search.ForeignKeyRelationshipEdge
Gets the name of the primary key column in the relationship.
getPrimaryKeyColumn(Connection, String) - Static method in class org.dbunit.util.SQLHelper
Gets the primary column for a table.
getPrimaryKeys() - Method in class org.dbunit.database.DatabaseTableMetaData
 
getPrimaryKeys(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
 
getQueries() - Method in class org.dbunit.ant.QuerySet
 
getRefid() - Method in class org.dbunit.ant.QuerySet
 
getReverseTableNames(IDataSet) - Static method in class org.dbunit.dataset.DataSetUtils
Returns the table names from the specified dataset in reverse order.
getRowCount(String) - Method in class org.dbunit.database.AbstractDatabaseConnection
 
getRowCount(String, String) - Method in class org.dbunit.database.AbstractDatabaseConnection
 
getRowCount() - Method in class org.dbunit.database.ForwardOnlyResultSetTable
 
getRowCount(String) - Method in interface org.dbunit.database.IDatabaseConnection
Returns the specified table row count.
getRowCount(String, String) - Method in interface org.dbunit.database.IDatabaseConnection
Returns the specified table row count according specified where clause.
getRowCount() - Method in class org.dbunit.database.PrimaryKeyFilteredTableWrapper
 
getRowCount() - Method in class org.dbunit.database.ScrollableResultSetTable
 
getRowCount() - Method in class org.dbunit.dataset.CaseInsensitiveTable
Deprecated.  
getRowCount() - Method in class org.dbunit.dataset.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.AbstractDatabaseTester
Returs the schema value.
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.AbstractDatabaseTester
Returns the DatabaseOperation to call when starting the test.
getSetUpOperation() - Method in class org.dbunit.DatabaseTestCase
Returns the database operation executed in test setup.
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() - Method in class org.dbunit.dataset.filter.SequenceTableIterator
 
getTable(String) - Method in class org.dbunit.dataset.FilteredDataSet
 
getTable(String) - Method in class org.dbunit.dataset.ForwardOnlyDataSet
 
getTable(String) - Method in interface org.dbunit.dataset.IDataSet
Returns the specified table.
getTable() - Method in interface org.dbunit.dataset.ITableIterator
Returns the current table.
getTable(String) - Method in class org.dbunit.dataset.LowerCaseDataSet
 
getTable(String) - Method in class org.dbunit.dataset.ReplacementDataSet
 
getTable(String) - Method in class org.dbunit.dataset.SortedDataSet
 
getTable(String) - Method in class org.dbunit.dataset.stream.StreamingDataSet
Not supported.
getTable() - Method in class org.dbunit.dataset.stream.StreamingIterator
 
getTable(String) - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
 
getTableMetaData() - Method in class org.dbunit.database.AbstractResultSetTable
 
getTableMetaData(String) - Method in class org.dbunit.database.DatabaseDataSet
 
getTableMetaData() - Method in class org.dbunit.database.DatabaseTableIterator
 
getTableMetaData() - Method in class org.dbunit.database.PrimaryKeyFilteredTableWrapper
 
getTableMetaData() - Method in class org.dbunit.database.QueryTableIterator
 
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() - Method in class org.dbunit.dataset.filter.SequenceTableIterator
 
getTableMetaData(String) - Method in class org.dbunit.dataset.FilteredDataSet
 
getTableMetaData(String) - Method in class org.dbunit.dataset.ForwardOnlyDataSet
 
getTableMetaData() - Method in class org.dbunit.dataset.ForwardOnlyTable
 
getTableMetaData(String) - Method in interface org.dbunit.dataset.IDataSet
Returns the specified table metadata.
getTableMetaData() - Method in interface org.dbunit.dataset.ITable
Returns this table metadata.
getTableMetaData() - Method in interface org.dbunit.dataset.ITableIterator
Returns the metadata of the current table.
getTableMetaData(String) - Method in class org.dbunit.dataset.LowerCaseDataSet
 
getTableMetaData(String) - Method in class org.dbunit.dataset.ReplacementDataSet
 
getTableMetaData() - Method in class org.dbunit.dataset.ReplacementTable
 
getTableMetaData(String) - Method in class org.dbunit.dataset.SortedDataSet
 
getTableMetaData() - Method in class org.dbunit.dataset.SortedTable
 
getTableMetaData(String) - Method in class org.dbunit.dataset.stream.StreamingDataSet
Not supported.
getTableMetaData() - Method in class org.dbunit.dataset.stream.StreamingIterator
 
getTableMetaData(String) - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
 
getTableName() - Method in class org.dbunit.database.DatabaseTableMetaData
 
getTableName() - Method in class org.dbunit.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(IDataSet) - Method in class org.dbunit.dataset.filter.AbstractTableFilter
 
getTableNames(IDataSet) - Method in interface org.dbunit.dataset.filter.ITableFilter
Returns the table names allowed by this filter from the specified dataset.
getTableNames(IDataSet) - Method in class org.dbunit.dataset.filter.SequenceTableFilter
 
getTableNames() - Method in class org.dbunit.dataset.FilteredDataSet
 
getTableNames() - Method in class org.dbunit.dataset.ForwardOnlyDataSet
 
getTableNames() - Method in interface org.dbunit.dataset.IDataSet
Returns names of tables in this dataset in proper sequence.
getTableNames() - Method in class org.dbunit.dataset.LowerCaseDataSet
 
getTableNames() - Method in class org.dbunit.dataset.ReplacementDataSet
 
getTableNames() - Method in class org.dbunit.dataset.SortedDataSet
 
getTableNames() - Method in class org.dbunit.dataset.stream.StreamingDataSet
Not supported.
getTableNames() - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
 
getTables() - Method in class org.dbunit.ant.Compare
 
getTables() - Method in class org.dbunit.ant.Export
 
getTables() - Method in class org.dbunit.dataset.AbstractDataSet
 
getTables(URL, String) - Static method in class org.dbunit.dataset.csv.CsvProducer
Get a list of tables that this producer will create
getTables(String[], IDataSet) - Static method in class org.dbunit.dataset.DataSetUtils
Search and returns the specified tables from the specified dataSet.
getTables(IDataSet) - Static method in class org.dbunit.dataset.DataSetUtils
Returns the tables from the specified dataset.
getTables(ITableIterator) - Static method in class org.dbunit.dataset.DataSetUtils
Returns the tables from the specified iterator.
getTables() - Method in interface org.dbunit.dataset.IDataSet
Deprecated. Use IDataSet.iterator() or IDataSet.reverseIterator() instead.
getTearDownOperation() - Method in class org.dbunit.AbstractDatabaseTester
Returns the DatabaseOperation to call when ending the test.
getTearDownOperation() - Method in class org.dbunit.DatabaseTestCase
Returns the database operation executed in test cleanup.
getTheDirectory() - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
 
getTo() - Method in class org.dbunit.util.search.Edge
 
getTo() - Method in interface org.dbunit.util.search.IEdge
Get the node this edge points to.
getType() - Method in class org.dbunit.ant.Operation
 
getTypeClass() - Method in class org.dbunit.dataset.datatype.AbstractDataType
 
getTypeClass() - Method in class org.dbunit.dataset.datatype.DataType
Returns the runtime class of the typecast result.
getUsername() - Method in class org.dbunit.JdbcBasedDBTestCase
Returns the username for the connection.
Subclasses may override this method to provide a custom username.
Default implementations returns null.
getValue(int, String) - Method in class org.dbunit.database.ForwardOnlyResultSetTable
 
getValue(int, String) - Method in class org.dbunit.database.PrimaryKeyFilteredTableWrapper
 
getValue(int, String) - Method in class org.dbunit.database.ScrollableResultSetTable
 
getValue(int, String) - Method in class org.dbunit.dataset.CaseInsensitiveTable
Deprecated.  
getValue(int, String) - Method in class org.dbunit.dataset.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

H2Connection - Class in org.dbunit.ext.h2
 
H2Connection(Connection, String) - Constructor for class org.dbunit.ext.h2.H2Connection
 
H2DataTypeFactory - Class in org.dbunit.ext.h2
Specialized factory that recognizes H2 data types.
H2DataTypeFactory() - Constructor for class org.dbunit.ext.h2.H2DataTypeFactory
 
handle(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
 
Handler - Interface in org.dbunit.dataset.csv.handlers
 
hashCode() - Method in class org.dbunit.dataset.Column
 
hashCode() - Method in class org.dbunit.util.concurrent.SynchronizedInt
 
hashCode() - Method in class org.dbunit.util.search.Edge
 
hasListeners(String) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Check if there are any listeners for a specific property.
head - Variable in class org.dbunit.util.concurrent.SynchronousChannel.Queue
 
head_ - Variable in class org.dbunit.util.concurrent.BoundedLinkedQueue
Dummy header node of list.
head_ - Variable in class org.dbunit.util.concurrent.LinkedQueue
Dummy header node of list.
Helper - Class in org.dbunit.dataset.csv.handlers
 
Helper() - Constructor for class org.dbunit.dataset.csv.handlers.Helper
 
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
 
HsqldbConnection - Class in org.dbunit.ext.hsqldb
 
HsqldbConnection(Connection, String) - Constructor for class org.dbunit.ext.hsqldb.HsqldbConnection
 
HsqldbDataTypeFactory - Class in org.dbunit.ext.hsqldb
Specialized factory that recognizes Hsqldb data types.
HsqldbDataTypeFactory() - Constructor for class org.dbunit.ext.hsqldb.HsqldbDataTypeFactory
 

I

IBatchStatement - Interface in org.dbunit.database.statement
 
IColumnFilter - Interface in org.dbunit.dataset.filter
 
IDatabaseConnection - Interface in org.dbunit.database
This interface represents a connection to a specific database.
IDatabaseTester - Interface in org.dbunit
This interface defines the behavior of a DatabaseTester, which is responsible for adding DBUnit features as composition on existing test cases (instead of extending DBTestCase directly).
IDataSet - Interface in org.dbunit.dataset
Represents a collection of tables.
IDataSetConsumer - Interface in org.dbunit.dataset.stream
Receive notification of the content of a dataset.
IDataSetProducer - Interface in org.dbunit.dataset.stream
Interface for reading a dataset using callback.
IDataTypeFactory - Interface in org.dbunit.dataset.datatype
A factory for creating DataType.
IEdge - Interface in org.dbunit.util.search
A bidirectional edge on the graph to be searched.
It must implement Comparable so the ISearchCallback can properly order the dependencies of a node (so, typically, the implementations will compare the getTo() node).
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
 
IllegalCharacterSeen - Exception in org.dbunit.dataset.csv
 
IllegalCharacterSeen(String) - Constructor for exception org.dbunit.dataset.csv.IllegalCharacterSeen
 
IllegalInputCharacterException - Exception in org.dbunit.dataset.csv
 
IllegalInputCharacterException(String) - Constructor for exception org.dbunit.dataset.csv.IllegalInputCharacterException
 
IMPORT - Static variable in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
 
ImportedAndExportedKeysSearchCallback - Class in org.dbunit.database.search
ISearchCallback implementation that get the nodes using both direct and reverse foreign key dependency, i.e, if table C has a FK for a table A and table A has a FK for a table B, then getNodes(A) will return B and C.
ImportedAndExportedKeysSearchCallback(IDatabaseConnection) - Constructor for class org.dbunit.database.search.ImportedAndExportedKeysSearchCallback
 
ImportedAndExportedKeysSearchCallbackFilteredByPKs - Class in org.dbunit.database.search
Extension of the ImportedAndExportedKeysSearchCallback, where each new edge is added to a PrimaryKeyFilter.
ImportedAndExportedKeysSearchCallbackFilteredByPKs(IDatabaseConnection, Map) - Constructor for class org.dbunit.database.search.ImportedAndExportedKeysSearchCallbackFilteredByPKs
Default constructor.
ImportedKeysSearchCallback - Class in org.dbunit.database.search
ISearchCallback implementation that get the nodes using direct foreign key dependency, i.e, if table A has a FK for a table B, then getNodes(A) will return B.
ImportedKeysSearchCallback(IDatabaseConnection) - Constructor for class org.dbunit.database.search.ImportedKeysSearchCallback
 
ImportedKeysSearchCallbackFilteredByPKs - Class in org.dbunit.database.search
Extension of the ImportedKeysSearchCallback, where each new edge is added to a PrimaryKeyFilter.
ImportedKeysSearchCallbackFilteredByPKs(IDatabaseConnection, Map) - Constructor for class org.dbunit.database.search.ImportedKeysSearchCallbackFilteredByPKs
Default constructor.
incEmptySlots() - Method in class org.dbunit.util.concurrent.BoundedBuffer
 
includeColumn(String) - Method in class org.dbunit.dataset.filter.DefaultColumnFilter
Add a new accepted column name pattern for all tables.
includeColumns(Column[]) - Method in class org.dbunit.dataset.filter.DefaultColumnFilter
Add specified columns to accepted column name list.
includedColumnsTable(ITable, String[]) - Static method in class org.dbunit.dataset.filter.DefaultColumnFilter
Returns a table backed by the specified table that only exposes specified columns.
includedColumnsTable(ITable, Column[]) - Static method in class org.dbunit.dataset.filter.DefaultColumnFilter
Returns a table backed by the specified table that only exposes specified columns.
includeTable(String) - Method in class org.dbunit.dataset.filter.DefaultTableFilter
Add a new accepted table name pattern.
includeTable(String) - Method in class org.dbunit.dataset.filter.IncludeTableFilter
Add a new accepted table name pattern.
IncludeTableFilter - Class in org.dbunit.dataset.filter
This filter exposes only allowed tables from the filtered dataset.
IncludeTableFilter() - Constructor for class org.dbunit.dataset.filter.IncludeTableFilter
Create a new empty IncludeTableFilter.
IncludeTableFilter(String[]) - Constructor for class org.dbunit.dataset.filter.IncludeTableFilter
Create a new IncludeTableFilter which allow access to specified tables.
increment() - Method in class org.dbunit.util.concurrent.SynchronizedInt
Increment the value.
incUsedSlots() - Method in class org.dbunit.util.concurrent.BoundedBuffer
 
INITIAL_DEFAULT_CAPACITY - Static variable in class org.dbunit.util.concurrent.DefaultChannelCapacity
The initial value of the default capacity is 1024
initialize() - Method in class org.dbunit.JdbcDatabaseTester
Verifies the configured properties and initializes the driver.
This method is called by getConnection if the tester has not been initialized yet.
initialize() - Method in class org.dbunit.PropertiesBasedJdbcDatabaseTester
 
INSERT - Static variable in class org.dbunit.ext.mssql.InsertIdentityOperation
 
INSERT - Static variable in class org.dbunit.operation.DatabaseOperation
 
insert(Object) - Method in class org.dbunit.util.concurrent.BoundedBuffer
 
insert(Object) - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
Create and insert a node.
insert(Object) - Method in class org.dbunit.util.concurrent.LinkedQueue
Main mechanics for put/offer
insert(Object) - Method in class org.dbunit.util.concurrent.SemaphoreControlledChannel
Internal mechanics of put.
insert(Object) - Method in class org.dbunit.util.concurrent.Slot
Set the item in preparation for a take
InsertIdentityOperation - Class in org.dbunit.ext.mssql
This class disable the MS SQL Server automatic identifier generation for the execution of inserts.
InsertIdentityOperation(DatabaseOperation) - Constructor for class org.dbunit.ext.mssql.InsertIdentityOperation
Creates a new InsertIdentityOperation object that decorates the specified operation.
InsertOperation - Class in org.dbunit.operation
Inserts the dataset contents into the database.
INTEGER - Static variable in class org.dbunit.dataset.datatype.DataType
 
IntegerDataType - Class in org.dbunit.dataset.datatype
 
internalEntityDecl(String, String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
IPreparedBatchStatement - Interface in org.dbunit.database.statement
 
IResultSetTable - Interface in org.dbunit.database
 
IResultSetTableFactory - Interface in org.dbunit.database
 
IsAlnumHandler - Class in org.dbunit.dataset.csv.handlers
 
IsAlnumHandler.QUOTE - Class in org.dbunit.dataset.csv.handlers
 
IsAlnumHandler.QUOTE() - Constructor for class org.dbunit.dataset.csv.handlers.IsAlnumHandler.QUOTE
 
IsAlnumHandler.UNQUOTE - Class in org.dbunit.dataset.csv.handlers
 
IsAlnumHandler.UNQUOTE() - Constructor for class org.dbunit.dataset.csv.handlers.IsAlnumHandler.UNQUOTE
 
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
 
ISearchAlgorithm - Interface in org.dbunit.util.search
Interface representing an algorithm that searchs a graph.
ISearchCallback - Interface in org.dbunit.util.search
Callback used by the search algorithms.
This interface is responsible for providing the edges of the graph and it can be notified of some events generated by the search.
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.
IStatementFactory - Interface in org.dbunit.database.statement
 
isTransaction() - Method in class org.dbunit.ant.Operation
 
isValidName(String) - Method in class org.dbunit.database.PrimaryKeyFilter
 
isValidName(String) - Method in class org.dbunit.dataset.filter.AbstractTableFilter
Returns true if specified table is allowed by this filter.
isValidName(String) - Method in class org.dbunit.dataset.filter.DefaultTableFilter
 
isValidName(String) - Method in class org.dbunit.dataset.filter.ExcludeTableFilter
 
isValidName(String) - Method in class org.dbunit.dataset.filter.IncludeTableFilter
 
ITable - Interface in org.dbunit.dataset
A table represents a collection of tabular data.
ITableFilter - Interface in org.dbunit.dataset.filter
Represents a strategy used by FilteredDataSet to exposes only some tables from a dataset.
ITableIterator - Interface in org.dbunit.dataset
 
ITableMetaData - Interface in org.dbunit.dataset
Represents table metadata.
item_ - Variable in class org.dbunit.util.concurrent.Slot
The slot
iterator(IDataSet, boolean) - Method in class org.dbunit.database.PrimaryKeyFilter
 
iterator() - Method in class org.dbunit.dataset.AbstractDataSet
 
iterator(IDataSet, boolean) - Method in class org.dbunit.dataset.filter.AbstractTableFilter
 
iterator(IDataSet, boolean) - Method in interface org.dbunit.dataset.filter.ITableFilter
Returns iterator of tables allowed by this filter from the specified dataset.
iterator(IDataSet, boolean) - Method in class org.dbunit.dataset.filter.SequenceTableFilter
 
iterator() - Method in interface org.dbunit.dataset.IDataSet
Returns an iterator over the tables in this dataset in proper sequence.
iterator(IDataSet) - Method in class org.dbunit.operation.AbstractBatchOperation
Returns list of tables this operation is applied to.
iterator(IDataSet) - Method in class org.dbunit.operation.DeleteOperation
 

J

JdbcBasedDBTestCase - Class in org.dbunit
TestCase that uses a JdbcDatabaseTester.
JdbcBasedDBTestCase() - Constructor for class org.dbunit.JdbcBasedDBTestCase
 
JdbcBasedDBTestCase(String) - Constructor for class org.dbunit.JdbcBasedDBTestCase
 
JdbcDatabaseTester - Class in org.dbunit
DatabaseTester that uses JDBC's Driver Manager to create connections.
JdbcDatabaseTester(String, String) - Constructor for class org.dbunit.JdbcDatabaseTester
Creates a new JdbcDatabaseTester with the specified properties.
Username and Password are set to null.
JdbcDatabaseTester(String, String, String, String) - Constructor for class org.dbunit.JdbcDatabaseTester
Creates a new JdbcDatabaseTester with the specified properties.
JndiBasedDBTestCase - Class in org.dbunit
TestCase that uses a JndiDatabaseTester.
JndiBasedDBTestCase() - Constructor for class org.dbunit.JndiBasedDBTestCase
 
JndiBasedDBTestCase(String) - Constructor for class org.dbunit.JndiBasedDBTestCase
 
JndiDatabaseTester - Class in org.dbunit
DatabaseTester that pulls a DataSource from a JNDI location.
JndiDatabaseTester(Properties, String) - Constructor for class org.dbunit.JndiDatabaseTester
Creates a JndiDatabaseTester with specific JNDI properties.
JndiDatabaseTester(String) - Constructor for class org.dbunit.JndiDatabaseTester
Creates a JndiDatabaseTester with default JNDI properties.

L

last - Variable in class org.dbunit.util.concurrent.SynchronousChannel.Queue
 
last_ - Variable in class org.dbunit.util.concurrent.BoundedLinkedQueue
The last node of list.
last_ - Variable in class org.dbunit.util.concurrent.LinkedQueue
The last node of list.
LineEndHandler - Class in org.dbunit.dataset.csv.handlers
author: fede 1-ago-2003 14.14.15 $Revision: 421 $
LinkedNode - Class in org.dbunit.util.concurrent
A standard linked list node used in various queue classes
LinkedNode() - Constructor for class org.dbunit.util.concurrent.LinkedNode
 
LinkedNode(Object) - Constructor for class org.dbunit.util.concurrent.LinkedNode
 
LinkedNode(Object, LinkedNode) - Constructor for class org.dbunit.util.concurrent.LinkedNode
 
LinkedQueue - Class in org.dbunit.util.concurrent
A linked list based channel implementation.
LinkedQueue() - Constructor for class org.dbunit.util.concurrent.LinkedQueue
 
listeners - Variable in class org.dbunit.util.concurrent.PropertyChangeMulticaster
The array of listeners.
lock_ - Variable in class org.dbunit.util.concurrent.SynchronizedVariable
 
log(String, int) - Method in class org.dbunit.ant.AbstractStep
 
logger - Variable in class org.dbunit.database.PrimaryKeyFilter
 
logger - Variable in class org.dbunit.database.PrimaryKeyFilteredTableWrapper
logger
logger - Variable in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
 
logger - Variable in class org.dbunit.util.search.DepthFirstSearch
 
LONG_RAW - Static variable in class org.dbunit.ext.oracle.OracleDataTypeFactory
 
LongDataType - Class in org.dbunit.dataset.datatype
 
LONGVARBINARY - Static variable in class org.dbunit.dataset.datatype.DataType
 
LONGVARCHAR - Static variable in class org.dbunit.dataset.datatype.DataType
 
LowerCaseDataSet - Class in org.dbunit.dataset
Specialized IDataSet decorator that convert the table name and column names to lower case.
LowerCaseDataSet(ITable) - Constructor for class org.dbunit.dataset.LowerCaseDataSet
 
LowerCaseDataSet(ITable[]) - Constructor for class org.dbunit.dataset.LowerCaseDataSet
 
LowerCaseDataSet(IDataSet) - Constructor for class org.dbunit.dataset.LowerCaseDataSet
 
LowerCaseTableMetaData - Class in org.dbunit.dataset
Specialized ITableMetaData implementation that convert the table name and column names to lower case.
LowerCaseTableMetaData(String, Column[]) - Constructor for class org.dbunit.dataset.LowerCaseTableMetaData
 
LowerCaseTableMetaData(String, Column[], String[]) - Constructor for class org.dbunit.dataset.LowerCaseTableMetaData
 
LowerCaseTableMetaData(ITableMetaData) - Constructor for class org.dbunit.dataset.LowerCaseTableMetaData
 
LowerCaseTableMetaData(String, Column[], Column[]) - Constructor for class org.dbunit.dataset.LowerCaseTableMetaData
 

M

main(String[]) - Static method in class org.dbunit.util.Base64
Testing.
main(String[]) - Static method in class org.dbunit.util.xml.XmlWriter
 
MsSqlConnection - Class in org.dbunit.ext.mssql
 
MsSqlConnection(Connection, String) - Constructor for class org.dbunit.ext.mssql.MsSqlConnection
Creates a new MsSqlConnection.
MsSqlConnection(Connection) - Constructor for class org.dbunit.ext.mssql.MsSqlConnection
Creates a new MsSqlConnection.
MsSqlDataTypeFactory - Class in org.dbunit.ext.mssql
Specialized factory that recognizes MS SQL Server data types.
MsSqlDataTypeFactory() - Constructor for class org.dbunit.ext.mssql.MsSqlDataTypeFactory
 
multicast(PropertyChangeEvent) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
Helper method to relay evt to all listeners.
multiply(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
Multiply value by factor (i.e., set value *= factor)
MySqlConnection - Class in org.dbunit.ext.mysql
 
MySqlConnection(Connection, String) - Constructor for class org.dbunit.ext.mysql.MySqlConnection
 
MySqlDataTypeFactory - Class in org.dbunit.ext.mysql
Specialized factory that recognizes MySql data types.
MySqlDataTypeFactory() - Constructor for class org.dbunit.ext.mysql.MySqlDataTypeFactory
 

N

NCHAR - Static variable in class org.dbunit.ext.mssql.MsSqlDataTypeFactory
 
negate() - Method in class org.dbunit.util.concurrent.SynchronizedInt
Set the value to the negative of its old value
newDatabaseTester() - Method in class org.dbunit.DatabaseTestCase
Creates a IDatabaseTester for this testCase.
A DefaultDatabaseTester is used by default.
newDatabaseTester() - Method in class org.dbunit.DataSourceBasedDBTestCase
Creates a new IDatabaseTester.
Default implementation returns a DataSourceDatabaseTester configured with the value returned from DataSourceBasedDBTestCase.getDataSource().
newDatabaseTester() - Method in class org.dbunit.DBTestCase
Creates a new IDatabaseTester.
newDatabaseTester() - Method in class org.dbunit.JdbcBasedDBTestCase
Creates a new IDatabaseTester.
Default implementation returns a JdbcDatabaseTester configured with the values returned from getDriverClass, getConnectionUrl, getUsername and JdbcBasedDBTestCase.getPassword().
newDatabaseTester() - Method in class org.dbunit.JndiBasedDBTestCase
Creates a new IDatabaseTester.
Default implementation returns a JndiDatabaseTester configured with the values returned from JndiBasedDBTestCase.getJNDIProperties() and JndiBasedDBTestCase.getLookupName().
newEdge(ResultSet, int, String, String, String, String) - Method in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
This method can be overwritten by the sub-classes if they need to decorate the edge (for instance, providing an Edge that contains the primary and foreign keys used).
newEdge(ResultSet, int, String, String, String, String) - Method in class org.dbunit.database.search.ImportedAndExportedKeysSearchCallbackFilteredByPKs
 
newEdge(ResultSet, int, String, String, String, String) - Method in class org.dbunit.database.search.ImportedKeysSearchCallbackFilteredByPKs
 
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 class org.dbunit.dataset.filter.SequenceTableIterator
 
next() - Method in interface org.dbunit.dataset.ITableIterator
Position this iterator to the next table.
next() - Method in class org.dbunit.dataset.stream.StreamingIterator
 
next - Variable in class org.dbunit.util.concurrent.LinkedNode
 
NO_MODE - Static variable in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
 
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
 
NoColumnsFoundException - Exception in org.dbunit.dataset
 
NoColumnsFoundException() - Constructor for exception org.dbunit.dataset.NoColumnsFoundException
 
NoColumnsFoundException(String) - Constructor for exception org.dbunit.dataset.NoColumnsFoundException
 
NoColumnsFoundException(String, Throwable) - Constructor for exception org.dbunit.dataset.NoColumnsFoundException
 
NoColumnsFoundException(Throwable) - Constructor for exception org.dbunit.dataset.NoColumnsFoundException
 
nodeAdded(Object) - Method in class org.dbunit.database.PrimaryKeyFilter
 
nodeAdded(Object) - Method in class org.dbunit.database.search.ImportedAndExportedKeysSearchCallbackFilteredByPKs
 
nodeAdded(Object) - Method in class org.dbunit.database.search.ImportedKeysSearchCallbackFilteredByPKs
 
nodeAdded(Object) - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
Do nothing...
nodeAdded(Object) - Method in interface org.dbunit.util.search.ISearchCallback
Notifies the callback that a node has been added to the search result.
NoHandler - Class in org.dbunit.dataset.csv.handlers
 
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
 
NONE - Static variable in class org.dbunit.operation.DatabaseOperation
 
NoPrimaryKeyException - Exception in org.dbunit.dataset
 
NoPrimaryKeyException() - Constructor for exception org.dbunit.dataset.NoPrimaryKeyException
 
NoPrimaryKeyException(String) - Constructor for exception org.dbunit.dataset.NoPrimaryKeyException
 
NoPrimaryKeyException(String, Throwable) - Constructor for exception org.dbunit.dataset.NoPrimaryKeyException
 
NoPrimaryKeyException(Throwable) - Constructor for exception org.dbunit.dataset.NoPrimaryKeyException
 
NoSuchColumnException - Exception in org.dbunit.dataset
 
NoSuchColumnException() - Constructor for exception org.dbunit.dataset.NoSuchColumnException
 
NoSuchColumnException(String) - Constructor for exception org.dbunit.dataset.NoSuchColumnException
 
NoSuchColumnException(String, Throwable) - Constructor for exception org.dbunit.dataset.NoSuchColumnException
 
NoSuchColumnException(Throwable) - Constructor for exception org.dbunit.dataset.NoSuchColumnException
 
NoSuchTableException - Exception in org.dbunit.dataset
 
NoSuchTableException() - Constructor for exception org.dbunit.dataset.NoSuchTableException
 
NoSuchTableException(String) - Constructor for exception org.dbunit.dataset.NoSuchTableException
 
NoSuchTableException(String, Throwable) - Constructor for exception org.dbunit.dataset.NoSuchTableException
 
NoSuchTableException(Throwable) - Constructor for exception org.dbunit.dataset.NoSuchTableException
 
NTEXT - Static variable in class org.dbunit.ext.mssql.MsSqlDataTypeFactory
 
NULL - Static variable in class org.dbunit.dataset.csv.CsvDataSetWriter
todo: customizable separators (field, lines), manage the writers opened for each table
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.
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.
NumberDataType - Class in org.dbunit.dataset.datatype
 
NUMERIC - Static variable in class org.dbunit.dataset.datatype.DataType
 
NVARCHAR - Static variable in class org.dbunit.ext.mssql.MsSqlDataTypeFactory
 

O

objectsToSet(Object[]) - Static method in class org.dbunit.util.CollectionsHelper
Returns a Set from an array of objects.
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
 
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
onSetup() - Method in class org.dbunit.AbstractDatabaseTester
 
onSetup() - Method in interface org.dbunit.IDatabaseTester
TestCases must call this method inside setUp()
onTearDown() - Method in class org.dbunit.AbstractDatabaseTester
 
onTearDown() - Method in interface org.dbunit.IDatabaseTester
TestCases must call this method inside tearDown()
Operation - Class in org.dbunit.ant
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 in org.dbunit.operation
 
OperationData(String, Column[]) - Constructor for class org.dbunit.operation.OperationData
 
or(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
Set value to value | b.
ORACLE_BLOB - Static variable in class org.dbunit.ext.oracle.OracleDataTypeFactory
 
ORACLE_CLOB - Static variable in class org.dbunit.ext.oracle.OracleDataTypeFactory
 
ORACLE_NCLOB - Static variable in class org.dbunit.ext.oracle.OracleDataTypeFactory
 
OracleBlobDataType - Class in org.dbunit.ext.oracle
 
OracleBlobDataType() - Constructor for class org.dbunit.ext.oracle.OracleBlobDataType
 
OracleClobDataType - Class in org.dbunit.ext.oracle
 
OracleClobDataType() - Constructor for class org.dbunit.ext.oracle.OracleClobDataType
 
OracleConnection - Class in org.dbunit.ext.oracle
 
OracleConnection(Connection, String) - Constructor for class org.dbunit.ext.oracle.OracleConnection
 
OracleDataTypeFactory - Class in org.dbunit.ext.oracle
Specialized factory that recognizes Oracle data types.
OracleDataTypeFactory() - Constructor for class org.dbunit.ext.oracle.OracleDataTypeFactory
 
OracleNClobDataType - Class in org.dbunit.ext.oracle
NCLOB handler
OracleNClobDataType() - Constructor for class org.dbunit.ext.oracle.OracleNClobDataType
 
org.dbunit - package org.dbunit
 
org.dbunit.ant - package org.dbunit.ant
 
org.dbunit.database - package org.dbunit.database
 
org.dbunit.database.search - package org.dbunit.database.search
 
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.h2 - package org.dbunit.ext.h2
 
org.dbunit.ext.hsqldb - package org.dbunit.ext.hsqldb
 
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.util - package org.dbunit.util
 
org.dbunit.util.concurrent - package org.dbunit.util.concurrent
 
org.dbunit.util.search - package org.dbunit.util.search
 
org.dbunit.util.xml - package org.dbunit.util.xml
 

P

parse(File) - Method in interface org.dbunit.dataset.csv.CsvParser
 
parse(URL) - 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
 
parse(URL) - Method in class org.dbunit.dataset.csv.CsvParserImpl
 
parse(Reader, String) - 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
Pipeline - Class in org.dbunit.dataset.csv.handlers
 
Pipeline() - Constructor for class org.dbunit.dataset.csv.handlers.Pipeline
 
PipelineComponent - Interface in org.dbunit.dataset.csv.handlers
 
PipelineException - Exception in org.dbunit.dataset.csv.handlers
 
PipelineException(String) - Constructor for exception org.dbunit.dataset.csv.handlers.PipelineException
 
PK_INDEXES - Static variable in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
 
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.
PreparedBatchStatement - Class in org.dbunit.database.statement
 
PreparedStatementFactory - Class in org.dbunit.database.statement
 
PreparedStatementFactory() - Constructor for class org.dbunit.database.statement.PreparedStatementFactory
 
PrimaryKeyFilter - Class in org.dbunit.database
Filter a table given a map of the allowed rows based on primary key values.
It uses a depth-first algorithm (although not recursive - it might be refactored in the future) to define which rows are allowed, as well which rows are necessary (and hence allowed) because of dependencies with the allowed rows.
NOTE: multi-column primary keys are not supported at the moment.
PrimaryKeyFilter(IDatabaseConnection, Map, boolean) - Constructor for class org.dbunit.database.PrimaryKeyFilter
Default constructor, it takes as input a map with desired rows in a final dataset; the filter will ensure that the rows necessary by these initial rows are also allowed (and so on...).
PrimaryKeyFilteredTableWrapper - Class in org.dbunit.database
This class is a wrapper for another table with the condition that only a subset of the original table will be available - the subset is defined by the set of primary keys that are allowed in the new table.
PrimaryKeyFilteredTableWrapper(ITable, Set) - Constructor for class org.dbunit.database.PrimaryKeyFilteredTableWrapper
Creates a PKFilteredTable given an original table and the allowed primary keys for that table.
printStackTrace() - Method in exception org.dbunit.DatabaseUnitException
 
printStackTrace(PrintStream) - Method in exception org.dbunit.DatabaseUnitException
 
printStackTrace(PrintWriter) - Method in exception org.dbunit.DatabaseUnitException
 
printStackTrace() - Method in exception org.dbunit.DatabaseUnitRuntimeException
 
printStackTrace(PrintStream) - Method in exception org.dbunit.DatabaseUnitRuntimeException
 
printStackTrace(PrintWriter) - Method in exception org.dbunit.DatabaseUnitRuntimeException
 
produce() - Method in class org.dbunit.dataset.csv.CsvProducer
 
produce() - Method in class org.dbunit.dataset.csv.CsvURLProducer
 
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
 
PropertiesBasedJdbcDatabaseTester - Class in org.dbunit
DatabaseTester that configures a DriverManager from environment properties.
This class defines a set of keys for system properties that need to be present in the environment before using it.
PropertiesBasedJdbcDatabaseTester() - Constructor for class org.dbunit.PropertiesBasedJdbcDatabaseTester
A key for property that defines the connection url
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
 
PropertyChangeMulticaster - Class in org.dbunit.util.concurrent
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.
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.
Puttable - Interface in org.dbunit.util.concurrent
This interface exists to enable stricter type checking for channels.

Q

Query - Class in org.dbunit.ant
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 in org.dbunit.database
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.
QuerySet - Class in org.dbunit.ant
This element is a container for Queries.
QuerySet() - Constructor for class org.dbunit.ant.QuerySet
 
QueryTableIterator - Class in org.dbunit.database
 
QueryTableIterator(List, IDatabaseConnection) - Constructor for class org.dbunit.database.QueryTableIterator
 
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
 
QuoteHandler - Class in org.dbunit.dataset.csv.handlers
 
QuoteHandler.QUOTE - Class in org.dbunit.dataset.csv.handlers
 
QuoteHandler.QUOTE() - Constructor for class org.dbunit.dataset.csv.handlers.QuoteHandler.QUOTE
 
QuoteHandler.UNQUOTE - Class in org.dbunit.dataset.csv.handlers
 
QuoteHandler.UNQUOTE() - Constructor for class org.dbunit.dataset.csv.handlers.QuoteHandler.UNQUOTE
 

R

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.
REAL - Static variable in class org.dbunit.dataset.datatype.DataType
 
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.
REFRESH - Static variable in class org.dbunit.ext.mssql.InsertIdentityOperation
 
REFRESH - Static variable in class org.dbunit.operation.DatabaseOperation
 
RefreshOperation - Class in org.dbunit.operation
This operation literally refreshes dataset contents into the database.
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.
ReplacementDataSet - Class in org.dbunit.dataset
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 in org.dbunit.dataset
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
 
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
 
RowOutOfBoundsException - Exception in org.dbunit.dataset
 
RowOutOfBoundsException() - Constructor for exception org.dbunit.dataset.RowOutOfBoundsException
 
RowOutOfBoundsException(String) - Constructor for exception org.dbunit.dataset.RowOutOfBoundsException
 
RowOutOfBoundsException(String, Throwable) - Constructor for exception org.dbunit.dataset.RowOutOfBoundsException
 
RowOutOfBoundsException(Throwable) - Constructor for exception org.dbunit.dataset.RowOutOfBoundsException
 

S

ScrollableResultSetTable - Class in org.dbunit.database
 
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
 
search(Object[], ISearchCallback) - Method in class org.dbunit.util.search.DepthFirstSearch
Alternative option to search() that takes an array of nodes as input (instead of a Set)
search(Set, ISearchCallback) - Method in class org.dbunit.util.search.DepthFirstSearch
 
search(Set, ISearchCallback) - Method in interface org.dbunit.util.search.ISearchAlgorithm
Search all nodes that originates from a set of nodes.
SearchException - Exception in org.dbunit.util.search
Base class for exceptions during the search.
SearchException() - Constructor for exception org.dbunit.util.search.SearchException
 
SearchException(String) - Constructor for exception org.dbunit.util.search.SearchException
 
SearchException(String, Throwable) - Constructor for exception org.dbunit.util.search.SearchException
 
SearchException(Throwable) - Constructor for exception org.dbunit.util.search.SearchException
 
searchNode(Object) - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
 
searchNode(Object) - Method in interface org.dbunit.util.search.ISearchCallback
Decides if a node should be searched or not
Semaphore - Class in org.dbunit.util.concurrent
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 in org.dbunit.util.concurrent
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
SEPARATOR_CHAR - Static variable in class org.dbunit.dataset.csv.handlers.SeparatorHandler
 
SeparatorHandler - Class in org.dbunit.dataset.csv.handlers
 
SeparatorHandler.ENDPIECE - Class in org.dbunit.dataset.csv.handlers
 
SeparatorHandler.ENDPIECE() - Constructor for class org.dbunit.dataset.csv.handlers.SeparatorHandler.ENDPIECE
 
SEQUENCE - Static variable in class org.dbunit.dataset.xml.FlatDtdWriter
 
SequenceTableFilter - Class in org.dbunit.dataset.filter
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 in org.dbunit.dataset.filter
 
SequenceTableIterator(String[], IDataSet) - Constructor for class org.dbunit.dataset.filter.SequenceTableIterator
 
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.
setAllowedNodes(Set) - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
Set which modes are allowed on the search.
setAllowedNodes(Object[]) - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
Set which modes are allowed on the search.
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.
setConnectionUrl(String) - Method in class org.dbunit.JdbcDatabaseTester
Sets the value of the connection url.
setConsumer(IDataSetConsumer) - Method in class org.dbunit.dataset.csv.CsvProducer
 
setConsumer(IDataSetConsumer) - Method in class org.dbunit.dataset.csv.CsvURLProducer
 
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
 
setDataSet(IDataSet) - Method in class org.dbunit.AbstractDatabaseTester
 
setDataSet(IDataSet) - Method in interface org.dbunit.IDatabaseTester
Sets the test dataset to use.
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
 
setDeniedNodes(Set) - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
Set which modes are not allowed on the search.
setDeniedNodes(Object[]) - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
Set which modes are not allowed on the search.
setDest(File) - Method in class org.dbunit.ant.Export
 
setDoctype(String) - Method in class org.dbunit.ant.Export
 
setDocType(String) - Method in class org.dbunit.dataset.xml.FlatXmlWriter
 
setDriver(String) - Method in class org.dbunit.ant.DbUnitTask
Set the JDBC driver to be used.
setDriverClass(String) - Method in class org.dbunit.JdbcDatabaseTester
Sets the value of the JDBC driver classname.
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
 
setId(String) - Method in class org.dbunit.ant.QuerySet
 
setIncludeColumnComments(boolean) - Method in class org.dbunit.dataset.xml.XmlDataSetWriter
 
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.
setParentTask(Task) - Method in class org.dbunit.ant.AbstractStep
 
setPassword(String) - Method in class org.dbunit.ant.DbUnitTask
Set the password for the DB connection.
setPassword(String) - Method in class org.dbunit.JdbcDatabaseTester
Sets the value of the user's password.
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.
setRefid(String) - Method in class org.dbunit.ant.QuerySet
 
setSchema(String) - Method in class org.dbunit.AbstractDatabaseTester
 
setSchema(String) - Method in class org.dbunit.ant.DbUnitTask
Set the schema for the DB connection.
setSchema(String) - Method in interface org.dbunit.IDatabaseTester
Sets the schema value.
setSetUpOperation(DatabaseOperation) - Method in class org.dbunit.AbstractDatabaseTester
 
setSetUpOperation(DatabaseOperation) - Method in interface org.dbunit.IDatabaseTester
Sets the DatabaseOperation to call when starting the test.
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
 
setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.ext.oracle.OracleNClobDataType
 
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.
setTearDownOperation(DatabaseOperation) - Method in class org.dbunit.AbstractDatabaseTester
 
setTearDownOperation(DatabaseOperation) - Method in interface org.dbunit.IDatabaseTester
Sets the DatabaseOperation to call when ending the test.
setTheDirectory(String) - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
 
setToObjects(Set) - Static method in class org.dbunit.util.CollectionsHelper
Returns an array of Objects from a Set.
setToStrings(Set) - Static method in class org.dbunit.util.CollectionsHelper
Returns an array of Strings from a Set.
setTransaction(boolean) - Method in class org.dbunit.ant.Operation
 
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.
setUsername(String) - Method in class org.dbunit.JdbcDatabaseTester
Sets the value of the username from the 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.
SimplePreparedStatement - Class in org.dbunit.database.statement
 
SimplePreparedStatement(String, Connection) - Constructor for class org.dbunit.database.statement.SimplePreparedStatement
 
SimpleStatement - Class in org.dbunit.database.statement
 
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.
Slot - Class in org.dbunit.util.concurrent
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
SMALLINT - Static variable in class org.dbunit.dataset.datatype.DataType
 
SortedDataSet - Class in org.dbunit.dataset
 
SortedDataSet(IDataSet) - Constructor for class org.dbunit.dataset.SortedDataSet
 
SortedTable - Class in org.dbunit.dataset
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.
source - Variable in class org.dbunit.util.concurrent.PropertyChangeMulticaster
The object to be provided as the "source" for any generated events.
SQLHelper - Class in org.dbunit.util
Helper for SQL-related stuff.
startCDATA() - 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
 
startDTD(String, String, String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
 
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
 
StatementFactory - Class in org.dbunit.database.statement
 
StatementFactory() - Constructor for class org.dbunit.database.statement.StatementFactory
 
StreamingDataSet - Class in org.dbunit.dataset.stream
Dataset that consumes producer asyncronously.
StreamingDataSet(IDataSetProducer) - Constructor for class org.dbunit.dataset.stream.StreamingDataSet
 
StreamingIterator - Class in org.dbunit.dataset.stream
 
StreamingIterator(IDataSetProducer) - Constructor for class org.dbunit.dataset.stream.StreamingIterator
 
StringDataType - Class in org.dbunit.dataset.datatype
 
StringDataType(String, int) - Constructor for class org.dbunit.dataset.datatype.StringDataType
 
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.
Sync - Interface in org.dbunit.util.concurrent
Main interface for locks, gates, and conditions.
SynchronizedInt - Class in org.dbunit.util.concurrent
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 in org.dbunit.util.concurrent
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 in org.dbunit.util.concurrent
A rendezvous channel, similar to those used in CSP and Ada.
SynchronousChannel() - Constructor for class org.dbunit.util.concurrent.SynchronousChannel
 
SynchronousChannel.Queue - Class in org.dbunit.util.concurrent
Simple FIFO queue class to hold waiting puts/takes.
SynchronousChannel.Queue() - Constructor for class org.dbunit.util.concurrent.SynchronousChannel.Queue
 

T

Table - Class in org.dbunit.ant
The Table class is just a step placeholder for a table name within an Export.
Table() - Constructor for class org.dbunit.ant.Table
 
TABLE_ORDERING_FILE - Static variable in class org.dbunit.dataset.csv.CsvDataSet
 
TABLENAME_INDEXES - Static variable in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
indexes of the column names on the MetaData result sets.
TablesDependencyHelper - Class in org.dbunit.database.search
Helper for the graph-search based classes used to calculate dependency among tables.
Takable - Interface in org.dbunit.util.concurrent
This interface exists to enable stricter type checking for channels.
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
 
TIME - Static variable in class org.dbunit.dataset.datatype.DataType
 
TimeDataType - Class in org.dbunit.dataset.datatype
 
TimeoutException - Exception in org.dbunit.util.concurrent
Thrown by synchronization classes that report timeouts via exceptions.
TimeoutException(long) - Constructor for exception org.dbunit.util.concurrent.TimeoutException
Constructs a TimeoutException with given duration value.
TimeoutException(long, String) - Constructor for exception org.dbunit.util.concurrent.TimeoutException
Constructs a TimeoutException with the specified duration value and detail message.
TIMESTAMP - Static variable in class org.dbunit.dataset.datatype.DataType
 
TimestampDataType - Class in org.dbunit.dataset.datatype
 
TINYINT - Static variable in class org.dbunit.dataset.datatype.DataType
 
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.database.search.FKRelationshipEdge
 
toString() - Method in class org.dbunit.database.search.ForeignKeyRelationshipEdge
 
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.datatype.AbstractDataType
 
toString() - Method in class org.dbunit.dataset.DefaultTableMetaData
 
toString() - Method in class org.dbunit.dataset.xml.FlatDtdWriter.ContentModel
 
toString() - Method in class org.dbunit.util.concurrent.SynchronizedInt
 
toString() - Method in class org.dbunit.util.search.Edge
 
TransactionOperation - Class in org.dbunit.operation
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 in org.dbunit.dataset.csv.handlers
 
TRUNCATE_TABLE - Static variable in class org.dbunit.operation.DatabaseOperation
 
TruncateTableOperation - Class in org.dbunit.operation
Truncate tables present in the specified dataset.
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
 
TypeCastException - Exception in org.dbunit.dataset.datatype
 
TypeCastException(Throwable) - Constructor for exception org.dbunit.dataset.datatype.TypeCastException
 
TypeCastException(String, Throwable) - Constructor for exception org.dbunit.dataset.datatype.TypeCastException
 
TypeCastException(Object, DataType) - Constructor for exception org.dbunit.dataset.datatype.TypeCastException
 
TypeCastException(Object, DataType, Throwable) - Constructor for exception org.dbunit.dataset.datatype.TypeCastException
 

U

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

V

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

W

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
 
WhitespacesHandler - Class in org.dbunit.dataset.csv.handlers
 
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 in org.dbunit.dataset.excel
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 in org.dbunit.dataset.xml
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 in org.dbunit.dataset.xml
 
XmlDataSetWriter(Writer) - Constructor for class org.dbunit.dataset.xml.XmlDataSetWriter
 
XmlDataSetWriter(Writer, String) - Constructor for class org.dbunit.dataset.xml.XmlDataSetWriter
 
XmlProducer - Class in org.dbunit.dataset.xml
 
XmlProducer(InputSource) - Constructor for class org.dbunit.dataset.xml.XmlProducer
 
XmlWriter - Class in org.dbunit.util.xml
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 J L M N O P Q R S T U V W X _

Copyright © 2002-2010. All Rights Reserved.