Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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(String) - Constructor for class org.dbunit.AbstractDatabaseTester
- AbstractDataFileLoader - Class in org.dbunit.util.fileloader
-
Base class with common implementation for dbUnit data file loaders.
- AbstractDataFileLoader() - Constructor for class org.dbunit.util.fileloader.AbstractDataFileLoader
-
Create new instance.
- AbstractDataFileLoader(Map) - Constructor for class org.dbunit.util.fileloader.AbstractDataFileLoader
-
Create new instance with replacement objects.
- AbstractDataFileLoader(Map, Map) - Constructor for class org.dbunit.util.fileloader.AbstractDataFileLoader
-
Create new instance with replacement objects and replacement substrings.
- AbstractDataSet - Class in org.dbunit.dataset
-
This abstract class provides the basic implementation of the IDataSet interface.
- AbstractDataSet() - Constructor for class org.dbunit.dataset.AbstractDataSet
-
Default constructor
- AbstractDataSet(boolean) - Constructor for class org.dbunit.dataset.AbstractDataSet
-
Constructor
- AbstractDataType - Class in org.dbunit.dataset.datatype
-
Abstract data type implementation that provides generic methods that are appropriate for most data type implementations.
- AbstractDataType(String, int, Class, boolean) - Constructor for class org.dbunit.dataset.datatype.AbstractDataType
- AbstractExcludeNodesSearchCallback - Class in org.dbunit.util.search
- AbstractExcludeNodesSearchCallback(Object[]) - Constructor for class org.dbunit.util.search.AbstractExcludeNodesSearchCallback
- AbstractExcludeNodesSearchCallback(Set) - Constructor for class org.dbunit.util.search.AbstractExcludeNodesSearchCallback
- AbstractIncludeNodesSearchCallback - Class in org.dbunit.util.search
- AbstractIncludeNodesSearchCallback(Object[]) - Constructor for class org.dbunit.util.search.AbstractIncludeNodesSearchCallback
- AbstractIncludeNodesSearchCallback(Set) - Constructor for class org.dbunit.util.search.AbstractIncludeNodesSearchCallback
- AbstractMetaDataBasedSearchCallback - Class in org.dbunit.database.search
-
Super-class for the ISearchCallback that implements the
getEdges()method using the database meta-data. - AbstractMetaDataBasedSearchCallback(IDatabaseConnection) - Constructor for class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
-
Default constructor.
- AbstractNodesFilterSearchCallback - Class in org.dbunit.util.search
-
Super-class for ISearchCallback implementations that needs to filter which nodes should be included or excluded from the search.
This class implements thesearchNode()based on its internal mode, which could beALLOW_MODE,DENY_MODEorNO_MODE:NO_MODEis the default mode and meanssearchNode()always return trueALLOW_MODEis set whensetAllowedNodes()is called and it meanssearchNode()will return true only if the node is contained on the Set (or array) passed tosetAllowedNodes()DENY_MODEis set whensetDeniedNodes()is called and it meanssearchNode()will return true only if the node is not contained on the Set (or array) passed tosetDeniedNodes() - AbstractNodesFilterSearchCallback() - Constructor for class org.dbunit.util.search.AbstractNodesFilterSearchCallback
-
Default constructor.
- AbstractOperation - Class in org.dbunit.operation
- AbstractOperation() - Constructor for class org.dbunit.operation.AbstractOperation
- AbstractPipelineComponent - Class in org.dbunit.dataset.common.handlers
- AbstractPipelineComponent() - Constructor for class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
- AbstractPipelineComponent.ACCEPT - Class in org.dbunit.dataset.common.handlers
- AbstractPipelineComponent.IGNORE - Class in org.dbunit.dataset.common.handlers
- AbstractPreparedBatchStatement - Class in org.dbunit.database.statement
- AbstractResultSetTable - Class in org.dbunit.database
- AbstractResultSetTable(String, String, IDatabaseConnection) - Constructor for class org.dbunit.database.AbstractResultSetTable
- AbstractResultSetTable(String, String, IDatabaseConnection, boolean) - Constructor for class org.dbunit.database.AbstractResultSetTable
- AbstractResultSetTable(ITableMetaData, ResultSet) - Constructor for class org.dbunit.database.AbstractResultSetTable
- AbstractResultSetTable(ITableMetaData, IDatabaseConnection) - Constructor for class org.dbunit.database.AbstractResultSetTable
- AbstractRowComparator(ITable, Column[]) - Constructor for class org.dbunit.dataset.SortedTable.AbstractRowComparator
- 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
ITableFilterinterface to minimize the effort required to implement a filter. - AbstractTableFilter() - Constructor for class org.dbunit.dataset.filter.AbstractTableFilter
- AbstractTableMetaData - Class in org.dbunit.dataset
- AbstractTableMetaData() - Constructor for class org.dbunit.dataset.AbstractTableMetaData
-
Default constructor
- accept(char) - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
-
Method invoked when the character should be accepted
- accept(char) - Method in interface org.dbunit.dataset.common.handlers.PipelineComponent
- accept(String) - Method in class org.dbunit.dataset.filter.AbstractTableFilter
- accept(String) - Method in interface org.dbunit.dataset.filter.ITableFilterSimple
-
Returns
trueif specified table is allowed by this filter. - accept(String) - Method in class org.dbunit.dataset.filter.SequenceTableFilter
- accept(String, Column) - Method in class org.dbunit.dataset.filter.DefaultColumnFilter
- accept(String, Column) - Method in class org.dbunit.dataset.filter.GeneratedColumnFilter
- accept(String, Column) - Method in interface org.dbunit.dataset.filter.IColumnFilter
-
Tests whether or not the specified column of the specified tableName should be included by this filter.
- accept(IRowValueProvider) - Method in interface org.dbunit.dataset.filter.IRowFilter
-
Checks if the current row should be accepted or not
- ACCEPT() - Constructor for class org.dbunit.dataset.common.handlers.AbstractPipelineComponent.ACCEPT
- ACCEPT() - Static method in class org.dbunit.dataset.common.handlers.AllHandler
- ACCEPT() - Static method in class org.dbunit.dataset.common.handlers.EscapeHandler
- ACCEPT() - Static method in class org.dbunit.dataset.common.handlers.IsAlnumHandler
- ACCEPT() - Static method in class org.dbunit.dataset.common.handlers.QuoteHandler
- ACCEPT() - Static method in class org.dbunit.dataset.common.handlers.SeparatorHandler
- ACCEPT() - Static method in class org.dbunit.dataset.common.handlers.WhitespacesHandler
- 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)
- add(String, Object) - Method in class org.dbunit.database.PrimaryKeyFilter.PkTableMap
- add(String, Object) - Method in class org.dbunit.dataset.OrderedTableNameMap
-
Adds the given table name to the map of table names, associating it with the given object.
- add(String, String, ValueComparer) - Method in class org.dbunit.assertion.comparer.value.builder.TableColumnValueComparerMapBuilder
-
Add a table to column to
ValueComparermapping. - add(String, Map<String, ValueComparer>) - Method in class org.dbunit.assertion.comparer.value.builder.TableColumnValueComparerMapBuilder
-
Add all mappings from the specified column map to a column map for the specified table in this builder.
- add(String, ColumnValueComparerMapBuilder) - Method in class org.dbunit.assertion.comparer.value.builder.TableColumnValueComparerMapBuilder
-
Add all mappings from the specified
ColumnValueComparerMapBuilderbuilder to a column map for the specified table in this builder. - add(String, ValueComparer) - Method in class org.dbunit.assertion.comparer.value.builder.ColumnValueComparerMapBuilder
-
Add a columnName to
ValueComparermapping. - add(Map<String, Map<String, ValueComparer>>) - Method in class org.dbunit.assertion.comparer.value.builder.TableColumnValueComparerMapBuilder
-
Add all mappings from the specified table map to this builder.
- add(TableColumnValueComparerMapBuilder) - Method in class org.dbunit.assertion.comparer.value.builder.TableColumnValueComparerMapBuilder
-
Add all mappings from the specified
TableColumnValueComparerMapBuilderbuilder to this builder. - addAll(String, Set) - Method in class org.dbunit.database.PrimaryKeyFilter.PkTableMap
- addBatch() - Method in class org.dbunit.database.statement.AutomaticPreparedBatchStatement
- addBatch() - Method in class org.dbunit.database.statement.BatchStatementDecorator
- 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.BatchStatement
- addBatch(String) - Method in class org.dbunit.database.statement.CompoundStatement
- addBatch(String) - Method in interface org.dbunit.database.statement.IBatchStatement
- 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.
- addConfiguredFileset(FileSet) - Method in class org.dbunit.ant.Operation
- addDbConfig(DbConfig) - Method in class org.dbunit.ant.DbUnitTask
- addExport(Export) - Method in class org.dbunit.ant.DbUnitTask
-
Adds an Export to the steps List.
- addFailMessage(Difference, StringBuilder) - Method in class org.dbunit.assertion.DefaultFailureHandler
- addFeature(DbConfig.Feature) - Method in class org.dbunit.ant.DbConfig
- addFilterSet(FilterSet) - Method in class org.dbunit.ant.QuerySet
- addOperation(Operation) - Method in class org.dbunit.ant.DbUnitTask
-
Adds an Operation.
- addProperty(Property) - Method in class org.dbunit.ant.DbConfig
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
-
Add a VetoableChangeListener to the listener list.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
-
Add a PropertyChangeListener for a specific property.
- addPropertyChangeListenerIfAbsent(PropertyChangeListener) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
-
Add a PropertyChangeListener to the listener list if it is not already present.
- addPropertyChangeListenerIfAbsent(String, PropertyChangeListener) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
-
Add a PropertyChangeListener for a specific property, if it is not already registered.
- addQuery(Query) - Method in class org.dbunit.ant.Compare
- addQuery(Query) - Method in class org.dbunit.ant.Export
- addQuery(Query) - Method in class org.dbunit.ant.QuerySet
- addQuerySet(QuerySet) - Method in class org.dbunit.ant.Export
- addReplacementObject(Object, Object) - Method in class org.dbunit.dataset.ReplacementDataSet
-
Add a new Object replacement mapping.
- addReplacementObject(Object, Object) - Method in class org.dbunit.dataset.ReplacementTable
-
Add a new Object replacement mapping.
- addReplacementObjects(Map) - Method in class org.dbunit.util.fileloader.AbstractDataFileLoader
-
Add the specified replacement objects to existing ones for use with
ReplacementDataSet. - addReplacementObjects(Map) - Method in interface org.dbunit.util.fileloader.DataFileLoader
-
Add the specified replacement objects to existing ones for use with
ReplacementDataSet. - addReplacementSubstring(String, String) - Method in class org.dbunit.dataset.ReplacementDataSet
-
Add a new substring replacement mapping.
- addReplacementSubstring(String, String) - Method in class org.dbunit.dataset.ReplacementTable
-
Add a new substring replacement mapping.
- addReplacementSubstrings(Map) - Method in class org.dbunit.util.fileloader.AbstractDataFileLoader
-
Add the specified replacement substrings to existing ones for use with
ReplacementDataSet. - addReplacementSubstrings(Map) - Method in interface org.dbunit.util.fileloader.DataFileLoader
-
Add the specified replacement substrings to existing ones for use with
ReplacementDataSet. - addRow() - Method in class org.dbunit.dataset.DefaultTable
-
Inserts a new empty row.
- addRow(Object[]) - Method in class org.dbunit.dataset.DefaultTable
-
Inserts a new row initialized with specified array of values.
- addTable(String) - Method in class org.dbunit.database.QueryDataSet
-
Adds a table with using 'SELECT * FROM
tableName' as query. - addTable(String, String) - Method in class org.dbunit.database.QueryDataSet
-
Adds a table and it's associated query to this dataset.
- addTable(Table) - Method in class org.dbunit.ant.Compare
- addTable(Table) - Method in class org.dbunit.ant.Export
- addTable(ITable) - Method in class org.dbunit.dataset.DefaultDataSet
-
Add a new table in this dataset.
- addTableRows(ITable) - Method in class org.dbunit.dataset.DefaultTable
-
Inserts all rows from the specified table.
- addToleratedDelta(ToleratedDeltaMap.ToleratedDelta) - Method in class org.dbunit.dataset.datatype.DefaultDataTypeFactory
-
Adds a tolerated delta to this data type factory to be used for numeric comparisons
- addToleratedDelta(ToleratedDeltaMap.ToleratedDelta) - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap
-
Adds a new object to the map of tolerated deltas
- addValue(Object, DataType) - Method in class org.dbunit.database.statement.AutomaticPreparedBatchStatement
- addValue(Object, DataType) - Method in class org.dbunit.database.statement.BatchStatementDecorator
- addValue(Object, DataType) - Method in interface org.dbunit.database.statement.IPreparedBatchStatement
- addValue(Object, DataType) - Method in class org.dbunit.database.statement.PreparedBatchStatement
- addValue(Object, DataType) - Method in class org.dbunit.database.statement.SimplePreparedStatement
- ALL_FEATURES - Static variable in class org.dbunit.database.DatabaseConfig
-
Deprecated.
- ALL_PROPERTIES - Static variable in class org.dbunit.database.DatabaseConfig
-
A list of all properties as
DatabaseConfig.ConfigPropertyobjects. - AllHandler - Class in org.dbunit.dataset.common.handlers
- ALLOW_MODE - Static variable in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
- allowForNoMoreInput() - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
- allowForNoMoreInput() - Method in interface org.dbunit.dataset.common.handlers.Handler
- allowForNoMoreInput() - Method in class org.dbunit.dataset.common.handlers.Helper
- allowForNoMoreInput() - Method in class org.dbunit.dataset.common.handlers.Pipeline
- allowForNoMoreInput() - Method in class org.dbunit.dataset.common.handlers.QuoteHandler.UNQUOTE
- allowTake() - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
-
Notify a waiting take if needed
- AmbiguousTableNameException - Exception Class in org.dbunit.database
-
This exception is thrown by
IDataSetwhen multiple tables having the same name are accessible. - AmbiguousTableNameException() - Constructor for exception class org.dbunit.database.AmbiguousTableNameException
- AmbiguousTableNameException(String) - Constructor for exception class org.dbunit.database.AmbiguousTableNameException
- AmbiguousTableNameException(String, Throwable) - Constructor for exception class org.dbunit.database.AmbiguousTableNameException
- AmbiguousTableNameException(Throwable) - Constructor for exception class org.dbunit.database.AmbiguousTableNameException
- and(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
-
Set value to value & b.
- ANY - Static variable in class org.dbunit.dataset.xml.FlatDtdProducer
-
Constant for the value "ANY"
- apply(ITable) - Method in interface org.dbunit.dataset.TableDecoratorDataSet.TableDecoratorFunction
- applyColumnFilters(ITable, String[], String[]) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Apply the specified exclude and include column filters to the specified table.
- areEqualIgnoreNull(String, String, boolean) - Static method in class org.dbunit.util.SQLHelper
-
Compares the given values and returns true if they are equal.
- areObjectsEqual(Object, Object) - Method in class org.dbunit.dataset.datatype.AbstractDataType
-
Checks whether the given objects are equal or not.
- array_ - Variable in class org.dbunit.util.concurrent.BoundedBuffer
- arrayToString(String[]) - Method in class org.dbunit.VerifyTableDefinition
- ASSEMBLE() - Constructor for class org.dbunit.dataset.common.handlers.UnquotedFieldAssembler.ASSEMBLE
- assertEquals(IDataSet, IDataSet) - Static method in class org.dbunit.Assertion
- assertEquals(IDataSet, IDataSet) - Method in class org.dbunit.assertion.DbUnitAssert
-
Asserts that the two specified dataset are equals.
- assertEquals(IDataSet, IDataSet) - Static method in class org.dbunit.dataset.DataSetUtils
-
Deprecated.Use Assertion.assertEquals
- assertEquals(IDataSet, IDataSet, FailureHandler) - Static method in class org.dbunit.Assertion
- assertEquals(IDataSet, IDataSet, FailureHandler) - Method in class org.dbunit.assertion.DbUnitAssert
-
Asserts that the two specified dataset are equals.
- assertEquals(ITable, ITable) - Static method in class org.dbunit.Assertion
- assertEquals(ITable, ITable) - Method in class org.dbunit.assertion.DbUnitAssert
-
Asserts that the two specified tables are equals.
- assertEquals(ITable, ITable) - Static method in class org.dbunit.dataset.DataSetUtils
-
Deprecated.Use Assertion.assertEquals
- assertEquals(ITable, ITable, FailureHandler) - Static method in class org.dbunit.Assertion
- assertEquals(ITable, ITable, FailureHandler) - Method in class org.dbunit.assertion.DbUnitAssert
-
Asserts that the two specified tables are equals.
- assertEquals(ITable, ITable, Column[]) - Static method in class org.dbunit.Assertion
- assertEquals(ITable, ITable, Column[]) - Method in class org.dbunit.assertion.DbUnitAssert
-
Asserts that the two specified tables are equals.
- assertEqualsByQuery(IDataSet, IDatabaseConnection, String, String, String[]) - Static method in class org.dbunit.Assertion
- assertEqualsByQuery(IDataSet, IDatabaseConnection, String, String, String[]) - Method in class org.dbunit.assertion.DbUnitAssert
-
Compare a table from a dataset with a table generated from an sql query.
- assertEqualsByQuery(ITable, IDatabaseConnection, String, String, String[]) - Static method in class org.dbunit.Assertion
- assertEqualsByQuery(ITable, IDatabaseConnection, String, String, String[]) - Method in class org.dbunit.assertion.DbUnitAssert
-
Compare a table with a table generated from an sql query.
- assertEqualsIgnoreCols(IDataSet, IDataSet, String, String[]) - Static method in class org.dbunit.Assertion
- assertEqualsIgnoreCols(IDataSet, IDataSet, String, String[]) - Method in class org.dbunit.assertion.DbUnitAssert
-
Compare one table present in two datasets ignoring specified columns.
- assertEqualsIgnoreCols(ITable, ITable, String[]) - Static method in class org.dbunit.Assertion
- assertEqualsIgnoreCols(ITable, ITable, String[]) - Method in class org.dbunit.assertion.DbUnitAssert
-
Compare the given tables ignoring specified columns.
- Assertion - Class in org.dbunit
-
Provides static methods for the most common DbUnit assertion needs.
- assertNotNull(Object) - Method in class org.dbunit.assertion.SimpleAssert
- assertNotNull(String, Object) - Method in class org.dbunit.assertion.SimpleAssert
- assertNotNullNorEmpty(String, String) - Method in class org.dbunit.assertion.SimpleAssert
-
Asserts that propertyName is not a null String and has a length greater than zero.
- assertTrue(boolean) - Method in class org.dbunit.assertion.SimpleAssert
- assertTrue(String, boolean) - Method in class org.dbunit.assertion.SimpleAssert
-
Evaluate if the given condition is
trueor not. - assertValidColumn(String) - Method in class org.dbunit.dataset.AbstractTable
- assertValidRowIndex(int) - Method in class org.dbunit.dataset.AbstractTable
- assertValidRowIndex(int, int) - Method in class org.dbunit.dataset.AbstractTable
- assertWithValueComparer(IDataSet, IDataSet) - Method in class org.dbunit.assertion.DbUnitValueComparerAssert
-
Asserts the two specified
IDataSets comparing their columns using the defaultValueComparerand handles failures using the defaultFailureHandler. - assertWithValueComparer(IDataSet, IDataSet, ValueComparer) - Method in class org.dbunit.assertion.DbUnitValueComparerAssert
-
Asserts the two specified
IDataSets comparing their columns using the specified defaultValueComparer and handles failures using the defaultFailureHandler. - assertWithValueComparer(IDataSet, IDataSet, ValueComparer, Map<String, Map<String, ValueComparer>>) - Static method in class org.dbunit.Assertion
- assertWithValueComparer(IDataSet, IDataSet, ValueComparer, Map<String, Map<String, ValueComparer>>) - Method in class org.dbunit.assertion.DbUnitValueComparerAssert
-
Asserts the two specified
IDataSets comparing their columns using the specified columnValueComparers or defaultValueComparer and handles failures using the defaultFailureHandler. - assertWithValueComparer(IDataSet, IDataSet, FailureHandler, ValueComparer, Map<String, Map<String, ValueComparer>>) - Static method in class org.dbunit.Assertion
- assertWithValueComparer(IDataSet, IDataSet, FailureHandler, ValueComparer, Map<String, Map<String, ValueComparer>>) - Method in class org.dbunit.assertion.DbUnitAssertBase
-
Asserts the two specified
IDataSets comparing their columns using the specified columnValueComparers or defaultValueComparer and handles failures using the specified failureHandler. - assertWithValueComparer(ITable, ITable) - Method in class org.dbunit.assertion.DbUnitValueComparerAssert
-
Asserts the two specified
ITables comparing their columns using the defaultValueComparerand handles failures using the defaultFailureHandler. - assertWithValueComparer(ITable, ITable, ValueComparer) - Method in class org.dbunit.assertion.DbUnitValueComparerAssert
-
Asserts the two specified
ITables comparing their columns using the specified defaultValueComparer and handles failures using the defaultFailureHandler. - assertWithValueComparer(ITable, ITable, ValueComparer, Map<String, ValueComparer>) - Static method in class org.dbunit.Assertion
- assertWithValueComparer(ITable, ITable, ValueComparer, Map<String, ValueComparer>) - Method in class org.dbunit.assertion.DbUnitValueComparerAssert
-
Asserts the two specified
ITables comparing their columns using the specified columnValueComparers or defaultValueComparer and handles failures using the defaultFailureHandler. - assertWithValueComparer(ITable, ITable, FailureHandler, ValueComparer, Map<String, ValueComparer>) - Static method in class org.dbunit.Assertion
- assertWithValueComparer(ITable, ITable, FailureHandler, ValueComparer, Map<String, ValueComparer>) - Method in class org.dbunit.assertion.DbUnitAssertBase
-
Asserts the two specified
ITables comparing their columns using the specified columnValueComparers or defaultValueComparer and handles failures using the specified failureHandler. - assertWithValueComparer(ITable, ITable, Column[], ValueComparer, Map<String, ValueComparer>) - Static method in class org.dbunit.Assertion
- assertWithValueComparer(ITable, ITable, Column[], ValueComparer, Map<String, ValueComparer>) - Method in class org.dbunit.assertion.DbUnitValueComparerAssert
-
Asserts the two specified
ITables comparing their columns using the specified columnValueComparers or defaultValueComparer and handles failures using the defaultFailureHandler, using additionalColumnInfo, if specified. - asString(Object) - Static method in class org.dbunit.dataset.datatype.DataType
-
Typecast the specified value to string.
- attempt(long) - Method in class org.dbunit.util.concurrent.Semaphore
-
Wait at most msecs millisconds for a permit.
- attempt(long) - Method in interface org.dbunit.util.concurrent.Sync
-
Wait at most msecs to pass; report whether passed.
- attributeDecl(String, String, String, String, String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
- autoIncrementValue(String) - Static method in class org.dbunit.dataset.Column.AutoIncrement
-
Searches the enumeration type for the given String provided by the JDBC driver.
- AutomaticPreparedBatchStatement - Class in org.dbunit.database.statement
- AutomaticPreparedBatchStatement(IPreparedBatchStatement, int) - Constructor for class org.dbunit.database.statement.AutomaticPreparedBatchStatement
B
- BASE_FAIL_MSG - Static variable in class org.dbunit.assertion.comparer.value.ValueComparerBase
-
Format String for consistent fail message; substitution strings are: actual, fail phrase, expected.
- Base64 - Class in org.dbunit.util
-
I am placing this code in the Public Domain.
- Base64.InputStream - Class in org.dbunit.util
-
A
Base64.InputStreamwill read data from anotherInputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly. - Base64.OutputStream - Class in org.dbunit.util
-
A
Base64.OutputStreamwill write data to anotherOutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly. - BatchStatement - Class in org.dbunit.database.statement
- BatchStatementDecorator - Class in org.dbunit.database.statement
- BIGINT - Static variable in class org.dbunit.dataset.datatype.DataType
- BIGINT - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- BIGINT_AUX_LONG - Static variable in class org.dbunit.dataset.datatype.DataType
-
Auxiliary for the BIGINT type using a long.
- BigIntegerDataType - Class in org.dbunit.dataset.datatype
-
Inserts and reads
BigIntegervalues into/from a database. - BigIntegerDataType() - Constructor for class org.dbunit.dataset.datatype.BigIntegerDataType
- BINARY - Static variable in class org.dbunit.dataset.datatype.DataType
- BinaryStreamDataType - Class in org.dbunit.dataset.datatype
- BinaryStreamDataType(String, int) - Constructor for class org.dbunit.dataset.datatype.BinaryStreamDataType
- BIT - Static variable in class org.dbunit.dataset.datatype.DataType
- BitDataType - Class in org.dbunit.dataset.datatype
- BLOB - Static variable in class org.dbunit.dataset.datatype.DataType
- BLOB - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- BLOB_AS_STREAM - Static variable in class org.dbunit.ext.oracle.Oracle10DataTypeFactory
- BlobDataType - Class in org.dbunit.dataset.datatype
- BlobDataType() - Constructor for class org.dbunit.dataset.datatype.BlobDataType
- BlobDataType(String, int) - Constructor for class org.dbunit.dataset.datatype.BlobDataType
- BOOLEAN - Static variable in class org.dbunit.dataset.datatype.DataType
- BOOLEAN - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- BooleanDataType - Class in org.dbunit.dataset.datatype
- BoundedBuffer - Class in org.dbunit.util.concurrent
-
Efficient array-based bounded buffer class.
- BoundedBuffer() - Constructor for class org.dbunit.util.concurrent.BoundedBuffer
-
Create a buffer with the current default capacity
- BoundedBuffer(int) - Constructor for class org.dbunit.util.concurrent.BoundedBuffer
-
Create a BoundedBuffer with the given capacity.
- BoundedChannel - Interface in org.dbunit.util.concurrent
-
A channel that is known to have a capacity, signifying that
putoperations may block when the capacity is reached. - BoundedLinkedQueue - Class in org.dbunit.util.concurrent
-
A bounded variant of LinkedQueue class.
- BoundedLinkedQueue() - Constructor for class org.dbunit.util.concurrent.BoundedLinkedQueue
-
Create a queue with the current default capacity
- BoundedLinkedQueue(int) - Constructor for class org.dbunit.util.concurrent.BoundedLinkedQueue
-
Create a queue with the given capacity
- BufferedConsumer - Class in org.dbunit.dataset.stream
-
Implementation of
IDataSetConsumerwhich buffers all data until theBufferedConsumer.endDataSet()event occurs. - BufferedConsumer(IDataSetConsumer) - Constructor for class org.dbunit.dataset.stream.BufferedConsumer
- build() - Method in class org.dbunit.assertion.comparer.value.builder.ColumnValueComparerMapBuilder
- build() - Method in class org.dbunit.assertion.comparer.value.builder.TableColumnValueComparerMapBuilder
- build(File) - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
-
Sets the flat XML input source from which the
FlatXmlDataSetis to be built - build(InputStream) - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
-
Sets the flat XML input source from which the
FlatXmlDataSetis to be built - build(Reader) - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
-
Sets the flat XML input source from which the
FlatXmlDataSetis to be built - build(URL) - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
-
Sets the flat XML input source from which the
FlatXmlDataSetis to be built - build(InputSource) - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
-
Sets the flat XML input source from which the
FlatXmlDataSetis to be built - buildException(SAXException) - Static method in class org.dbunit.dataset.xml.XmlProducer
-
Wraps a
SAXExceptioninto aDataSetException - buildMessage(String, String, String) - Static method in exception class org.dbunit.assertion.DbComparisonFailure
-
Creates a formatted message string from the given parameters
- buildMessage(Difference) - Method in class org.dbunit.assertion.DefaultFailureHandler
- BYTEINT - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- BytesDataType - Class in org.dbunit.dataset.datatype
- BytesDataType(String, int) - Constructor for class org.dbunit.dataset.datatype.BytesDataType
C
- CachedDataSet - Class in org.dbunit.dataset
-
Hold copy of another dataset or a consumed provider content.
- CachedDataSet() - Constructor for class org.dbunit.dataset.CachedDataSet
-
Default constructor.
- CachedDataSet(IDataSet) - Constructor for class org.dbunit.dataset.CachedDataSet
-
Creates a copy of the specified dataset.
- CachedDataSet(IDataSetProducer) - Constructor for class org.dbunit.dataset.CachedDataSet
-
Creates a CachedDataSet that synchronously consume the specified producer.
- CachedDataSet(IDataSetProducer, boolean) - Constructor for class org.dbunit.dataset.CachedDataSet
-
Creates a CachedDataSet that synchronously consume the specified producer.
- CachedResultSetTable - Class in org.dbunit.database
- CachedResultSetTable(IResultSetTable) - Constructor for class org.dbunit.database.CachedResultSetTable
- CachedResultSetTable(ITableMetaData, ResultSet) - Constructor for class org.dbunit.database.CachedResultSetTable
-
Deprecated.since 2.3.0 prefer direct usage of
ForwardOnlyResultSetTable(ITableMetaData, ResultSet)and then invokeCachedResultSetTable(IResultSetTable) - CachedResultSetTable(ITableMetaData, IDatabaseConnection) - Constructor for class org.dbunit.database.CachedResultSetTable
-
Deprecated.since 2.4.4 prefer direct usage of
ForwardOnlyResultSetTable(ITableMetaData, IDatabaseConnection)and then invokeCachedResultSetTable(IResultSetTable) - 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
- calcTimeDifference(long, long) - Method in class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
- CANCELLED - Static variable in class org.dbunit.util.concurrent.SynchronousChannel
-
Special marker used in queue nodes to indicate that the thread waiting for a change in the node has timed out or been interrupted.
- canHandle(char) - Method in class org.dbunit.dataset.common.handlers.AllHandler
- canHandle(char) - Method in class org.dbunit.dataset.common.handlers.EnforceHandler
- canHandle(char) - Method in class org.dbunit.dataset.common.handlers.EscapeHandler
- canHandle(char) - Method in interface org.dbunit.dataset.common.handlers.Handler
- canHandle(char) - Method in class org.dbunit.dataset.common.handlers.IsAlnumHandler
- canHandle(char) - Method in class org.dbunit.dataset.common.handlers.NoHandler
- canHandle(char) - Method in class org.dbunit.dataset.common.handlers.Pipeline
- canHandle(char) - Method in class org.dbunit.dataset.common.handlers.QuoteHandler
- canHandle(char) - Method in class org.dbunit.dataset.common.handlers.SeparatorHandler
- canHandle(char) - Method in class org.dbunit.dataset.common.handlers.TransparentHandler
- canHandle(char) - Method in class org.dbunit.dataset.common.handlers.UnquotedFieldAssembler
- canHandle(char) - Method in class org.dbunit.dataset.common.handlers.WhitespacesHandler
- capacity() - Method in class org.dbunit.util.concurrent.BoundedBuffer
- capacity() - Method in interface org.dbunit.util.concurrent.BoundedChannel
-
Return the maximum number of elements that can be held.
- capacity() - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
-
Return the current capacity of this queue
- capacity() - Method in class org.dbunit.util.concurrent.SemaphoreControlledChannel
- capacity() - Method in class org.dbunit.util.concurrent.SynchronousChannel
- capacity_ - Variable in class org.dbunit.util.concurrent.BoundedLinkedQueue
-
Number of elements allowed
- capacity_ - Variable in class org.dbunit.util.concurrent.SemaphoreControlledChannel
- CaseInsensitiveDataSet - Class in org.dbunit.dataset
-
Deprecated.All IDataSet implementations are case insensitive since DbUnit 1.5 - may change again since tablenames on RDBMSes can be case sensitive
- CaseInsensitiveDataSet(IDataSet) - Constructor for class org.dbunit.dataset.CaseInsensitiveDataSet
-
Deprecated.
- CaseInsensitiveTable - Class in org.dbunit.dataset
-
Deprecated.All IDataSet implementations are case insensitive since DbUnit 1.5
- CaseInsensitiveTable(ITable) - Constructor for class org.dbunit.dataset.CaseInsensitiveTable
-
Deprecated.
- CDATA_END - Static variable in class org.dbunit.util.xml.XmlWriter
-
CDATA end tag: "]]>"
- CDATA_START - Static variable in class org.dbunit.util.xml.XmlWriter
-
CDATA start tag: "<![CDATA["
- Channel - Interface in org.dbunit.util.concurrent
-
Main interface for buffers, queues, pipes, conduits, etc.
- CHAR - Static variable in class org.dbunit.dataset.datatype.DataType
- CHAR - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- characters(char[], int, int) - Method in class org.dbunit.dataset.xml.XmlProducer
- checkDataFormat(String) - Method in class org.dbunit.ant.AbstractStep
-
Checks if the given data format is a valid one according to the method
AbstractStep.isDataFormat(String). - checkObjectAllowed(String, Object) - Method in class org.dbunit.database.DatabaseConfig
-
Checks whether the given value has the correct java type for the given property.
- children - Variable in class org.dbunit.util.concurrent.PropertyChangeMulticaster
-
HashMap for managing listeners for specific properties.
- CHOICE - Static variable in class org.dbunit.dataset.xml.FlatDtdWriter
- CitextType - Class in org.dbunit.ext.postgresql
-
Adapter to handle conversion between Postgresql native CITEXT type and Strings.
- CitextType() - Constructor for class org.dbunit.ext.postgresql.CitextType
- CLEAN_INSERT - Static variable in class org.dbunit.ext.mssql.InsertIdentityOperation
- CLEAN_INSERT - Static variable in class org.dbunit.operation.DatabaseOperation
- cleanupData() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Cleanup tables specified in prep and expected datasets, using the provided databaseTester.
- cleanupData() - Method in interface org.dbunit.PrepAndExpectedTestCase
-
Cleanup tables specified in prep and expected datasets, using the provided databaseTester.
- cleanupTableName(String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
- clearBatch() - Method in class org.dbunit.database.statement.AutomaticPreparedBatchStatement
- clearBatch() - Method in class org.dbunit.database.statement.BatchStatement
- clearBatch() - Method in class org.dbunit.database.statement.BatchStatementDecorator
- clearBatch() - Method in class org.dbunit.database.statement.CompoundStatement
- clearBatch() - Method in interface org.dbunit.database.statement.IBatchStatement
- clearBatch() - Method in interface org.dbunit.database.statement.IPreparedBatchStatement
- clearBatch() - Method in class org.dbunit.database.statement.PreparedBatchStatement
- clearBatch() - Method in class org.dbunit.database.statement.SimplePreparedStatement
- clearBatch() - Method in class org.dbunit.database.statement.SimpleStatement
- CLOB - Static variable in class org.dbunit.dataset.datatype.DataType
- CLOB_AS_STRING - Static variable in class org.dbunit.ext.oracle.Oracle10DataTypeFactory
- ClobDataType - Class in org.dbunit.dataset.datatype
- ClobDataType() - Constructor for class org.dbunit.dataset.datatype.ClobDataType
- close() - Method in class org.dbunit.database.AbstractResultSetTable
- close() - Method in class org.dbunit.database.CachedResultSetTable
- close() - Method in class org.dbunit.database.DatabaseConnection
- close() - Method in class org.dbunit.database.DatabaseDataSourceConnection
- close() - Method in interface org.dbunit.database.IDatabaseConnection
-
Close this connection.
- close() - Method in interface org.dbunit.database.IResultSetTable
- close() - Method in class org.dbunit.database.statement.AbstractBatchStatement
- close() - Method in class org.dbunit.database.statement.AbstractPreparedBatchStatement
- close() - Method in class org.dbunit.database.statement.AutomaticPreparedBatchStatement
- close() - Method in class org.dbunit.database.statement.BatchStatementDecorator
- close() - Method in interface org.dbunit.database.statement.IBatchStatement
- close() - Method in interface org.dbunit.database.statement.IPreparedBatchStatement
- close() - Method in class org.dbunit.util.Base64.OutputStream
-
Flushes and closes stream.
- close() - Method in class org.dbunit.util.xml.XmlWriter
-
Close this writer.
- close(ResultSet) - Static method in class org.dbunit.util.SQLHelper
-
Closes the given result set in a null-safe way
- close(ResultSet, Statement) - Static method in class org.dbunit.util.SQLHelper
-
Close a result set and a prepared statement, checking for null references.
- close(Statement) - Static method in class org.dbunit.util.SQLHelper
-
Close a SQL statement, checking for null references.
- CLOSE_CONNECTION(DatabaseOperation) - Static method in class org.dbunit.operation.DatabaseOperation
- closeConnection(IDatabaseConnection) - Method in class org.dbunit.AbstractDatabaseTester
- closeConnection(IDatabaseConnection) - Method in class org.dbunit.DatabaseTestCase
-
Deprecated.since 2.4.4 define a user defined
DatabaseTestCase.getOperationListener()in advance - closeConnection(IDatabaseConnection) - Method in interface org.dbunit.IDatabaseTester
-
Deprecated.since 2.4.4 define a user defined
IDatabaseTester.setOperationListener(IOperationListener)in advance - CloseConnectionOperation - Class in org.dbunit.operation
-
Decorates an operation and close the database connection after executing it.
- CloseConnectionOperation(DatabaseOperation) - Constructor for class org.dbunit.operation.CloseConnectionOperation
-
Creates a CloseConnectionOperation object that decorates the specified operation.
- CollectionsHelper - Class in org.dbunit.util
-
Helper for collections-related methods.
- Column - Class in org.dbunit.dataset
-
Represents a table column.
- Column(String, DataType) - Constructor for class org.dbunit.dataset.Column
-
Creates a Column object.
- Column(String, DataType, String, Column.Nullable) - Constructor for class org.dbunit.dataset.Column
-
Creates a Column object.
- Column(String, DataType, String, Column.Nullable, String) - Constructor for class org.dbunit.dataset.Column
-
Creates a Column object.
- Column(String, DataType, String, Column.Nullable, String, String, Column.AutoIncrement) - Constructor for class org.dbunit.dataset.Column
-
Creates a Column object.
- Column(String, DataType, String, Column.Nullable, String, String, Column.AutoIncrement, Boolean) - 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.AutoIncrement - Class in org.dbunit.dataset
-
Enumeration for valid auto-increment values provided by JDBC driver implementations.
- Column.Nullable - Class in org.dbunit.dataset
-
Specifies nullable usage.
- ColumnDiff(ITableMetaData, ITableMetaData) - Constructor for class org.dbunit.dataset.Columns.ColumnDiff
-
Creates the difference between the two metadata's columns
- ColumnFilterTable - Class in org.dbunit.dataset
-
A table that filters some columns out from the original table.
- ColumnFilterTable(ITable, IColumnFilter) - Constructor for class org.dbunit.dataset.ColumnFilterTable
- Columns - Class in org.dbunit.dataset
-
This class exclusively provides static methods that operate on
Columnobjects. - Columns.ColumnDiff - Class in org.dbunit.dataset
-
Describes the
Columns that are different in two tables. - ColumnValueComparerMapBuilder - Class in org.dbunit.assertion.comparer.value.builder
-
Convenience methods to help build the map of column name ->
ValueComparer. - ColumnValueComparerMapBuilder() - Constructor for class org.dbunit.assertion.comparer.value.builder.ColumnValueComparerMapBuilder
- 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(byte[], byte[]) - Method in class org.dbunit.dataset.datatype.BytesDataType
- compare(Object, Object) - Method in class org.dbunit.dataset.datatype.AbstractDataType
- compare(Object, Object) - Method in class org.dbunit.dataset.datatype.DataType
-
Returns a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.
- compare(Object, Object) - Method in class org.dbunit.dataset.datatype.UnknownDataType
- compare(Object, Object) - Method in class org.dbunit.dataset.SortedTable.AbstractRowComparator
- compare(Object, Object) - Method in class org.dbunit.ext.oracle.OracleSdoGeometryDataType
-
This method is copied from AbstractDataType and customized to call equals after the typeCast because OracleSdoGeometry objects are not Comparables but can test for equality (via equals method.)
- compare(Column, Object, Object) - Method in class org.dbunit.dataset.SortedTable.AbstractRowComparator
- compare(Column, Object, Object) - Method in class org.dbunit.dataset.SortedTable.RowComparator
- compare(Column, Object, Object) - Method in class org.dbunit.dataset.SortedTable.RowComparatorByString
- compare(ITable, ITable, int, String, DataType, Object, Object) - Method in interface org.dbunit.assertion.comparer.value.ValueComparer
-
Compare expected and actual values.
- compare(ITable, ITable, int, String, DataType, Object, Object) - Method in class org.dbunit.assertion.comparer.value.ValueComparerBase
-
Compare expected and actual values.
- Compare - Class in org.dbunit.ant
-
The
Compareclass is the step that compare the content of the database against the specified dataset. - Compare() - Constructor for class org.dbunit.ant.Compare
- compareColumns(Column[], Column[], ITableMetaData, ITableMetaData, FailureHandler) - Method in class org.dbunit.assertion.DbUnitAssertBase
- compareData(ITable, ITable, DbUnitAssert.ComparisonColumn[], FailureHandler) - Method in class org.dbunit.assertion.DbUnitAssertBase
- compareData(ITable, ITable, DbUnitAssert.ComparisonColumn[], FailureHandler, ValueComparer, Map<String, ValueComparer>) - Method in class org.dbunit.assertion.DbUnitAssertBase
- compareData(ITable, ITable, DbUnitAssert.ComparisonColumn[], FailureHandler, ValueComparer, Map<String, ValueComparer>, int, int) - Method in class org.dbunit.assertion.DbUnitAssertBase
- compareData(ITable, ITable, Column[], ValueComparer, Map<String, ValueComparer>) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Compare the tables, enables easy overriding.
- compareNonNulls(Object, Object) - Method in class org.dbunit.dataset.datatype.AbstractDataType
-
Compares non-null values to each other.
- compareNonNulls(Object, Object) - Method in class org.dbunit.dataset.datatype.BooleanDataType
- compareNonNulls(Object, Object) - Method in class org.dbunit.dataset.datatype.BytesDataType
- compareNonNulls(Object, Object) - Method in class org.dbunit.dataset.datatype.NumberTolerantDataType
-
The only method overwritten from the base implementation to compare numbers allowing a tolerance
- compareNonNulls(Object, Object) - Method in class org.dbunit.dataset.datatype.StringIgnoreCaseDataType
- compareRowCounts(ITable, ITable, FailureHandler, String) - Method in class org.dbunit.assertion.DbUnitAssertBase
- compareTableCounts(String[], String[], FailureHandler) - Method in class org.dbunit.assertion.DbUnitAssertBase
- compareTableNames(String[], String[], FailureHandler) - Method in class org.dbunit.assertion.DbUnitAssertBase
- compareTables(IDataSet, IDataSet, String[], FailureHandler) - Method in class org.dbunit.assertion.DbUnitAssert
- compareTables(IDataSet, IDataSet, String[], FailureHandler, ValueComparer, Map<String, Map<String, ValueComparer>>) - Method in class org.dbunit.assertion.DbUnitAssertBase
- compareTimestamps(DataType, long, long) - Method in class org.dbunit.assertion.comparer.value.IsActualGreaterThanExpectedWithIgnoreMillisValueComparer
- compareTimestamps(DataType, long, long) - Method in class org.dbunit.assertion.comparer.value.IsActualGreaterThanOrEqualToExpectedWithIgnoreMillisValueComparer
- compareTo(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
- compareTo(Object) - Method in class org.dbunit.database.search.ForeignKeyRelationshipEdge
- compareTo(Object) - Method in class org.dbunit.util.concurrent.SynchronizedInt
- compareTo(Object) - Method in class org.dbunit.util.search.Edge
-
Compares this edge to the given one using the
nodes first.Edge.getFrom() - compareTo(SynchronizedInt) - Method in class org.dbunit.util.concurrent.SynchronizedInt
- ComparisonColumn(String, Column, Column, FailureHandler) - Constructor for class org.dbunit.assertion.DbUnitAssert.ComparisonColumn
- 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 duplicate tables of the specified dataset.
- CompositeDataSet(IDataSet[]) - Constructor for class org.dbunit.dataset.CompositeDataSet
-
Creates a composite dataset that combines specified datasets.
- CompositeDataSet(IDataSet[], boolean) - Constructor for class org.dbunit.dataset.CompositeDataSet
-
Creates a composite dataset that combines specified datasets.
- CompositeDataSet(IDataSet[], boolean, boolean) - Constructor for class org.dbunit.dataset.CompositeDataSet
-
Creates a composite dataset that combines specified datasets.
- CompositeDataSet(IDataSet, 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, 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(ITable[]) - Constructor for class org.dbunit.dataset.CompositeDataSet
-
Creates a composite dataset that combines tables having identical name.
- CompositeDataSet(ITable[], boolean) - Constructor for class org.dbunit.dataset.CompositeDataSet
-
Creates a composite dataset that combines tables having identical name.
- CompositeOperation - Class in org.dbunit.operation
-
This class is a composite that combines multiple database operation in a single one.
- CompositeOperation(DatabaseOperation[]) - Constructor for class org.dbunit.operation.CompositeOperation
-
Creates a new composite operation combining the specified operations.
- CompositeOperation(DatabaseOperation, DatabaseOperation) - Constructor for class org.dbunit.operation.CompositeOperation
-
Creates a new composite operation combining the two specified operations.
- CompositeTable - Class in org.dbunit.dataset
- CompositeTable(String, ITable) - Constructor for class org.dbunit.dataset.CompositeTable
-
Creates a composite dataset that encapsulate the specified table with a new name.
- 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.
- CompoundStatement - Class in org.dbunit.database.statement
- ConditionalSelectorMultiValueComparer - Class in org.dbunit.assertion.comparer.value
- ConditionalSelectorMultiValueComparer(Map<Object, ValueComparer>, ValueComparerSelector) - Constructor for class org.dbunit.assertion.comparer.value.ConditionalSelectorMultiValueComparer
- ConditionalSetBiValueComparer<T> - Class in org.dbunit.assertion.comparer.value
-
Use one of two
ValueComparers based on a value present or not in a set of values. - ConditionalSetBiValueComparer(ValueFactory<T>, Set<T>, ValueComparer, ValueComparer) - Constructor for class org.dbunit.assertion.comparer.value.ConditionalSetBiValueComparer
- ConfigProperty(String, Class, boolean) - Constructor for class org.dbunit.database.DatabaseConfig.ConfigProperty
- Configurator(DatabaseConfig) - Constructor for class org.dbunit.database.DatabaseConfig.Configurator
- configureTest(VerifyTableDefinition[], String[], String[]) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Configure the test.
- configureTest(VerifyTableDefinition[], String[], String[]) - Method in interface org.dbunit.PrepAndExpectedTestCase
-
Configure the test.
- connectionRetrieved(IDatabaseConnection) - Method in class org.dbunit.DefaultOperationListener
- connectionRetrieved(IDatabaseConnection) - Method in interface org.dbunit.IOperationListener
-
Is invoked immediately after a connection was newly created or an existing connection is retrieved to do some work on it.
- contains(String, Object) - Method in class org.dbunit.database.PrimaryKeyFilter.PkTableMap
- containsTable(String) - Method in class org.dbunit.dataset.OrderedTableNameMap
-
Checks if this map contains the given table name
- convertCharacterToEntity(char, boolean) - Method in class org.dbunit.util.xml.XmlWriter
- convertMetaDataBoolean(String) - Static method in class org.dbunit.dataset.Column
-
Converts a DatabaseMetaData boolean string to a Boolean object.
- convertValueToTimeInMillis(Object) - Method in class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
- convertValueToTimeInMillis(Object) - Method in class org.dbunit.assertion.comparer.value.TimestampIgnoreMillisValueComparerBase
- copyFile(File, File) - Static method in class org.dbunit.util.FileHelper
-
Copy file.
- copyQueriesFrom(QuerySet) - Method in class org.dbunit.ant.QuerySet
- copyTo(DatabaseConfig) - Method in class org.dbunit.ant.DbConfig
-
Copies the parameters set in this configuration via ant into the given
DatabaseConfigthat is used by the dbunit connection. - correctCase(String, Connection) - Static method in class org.dbunit.util.SQLHelper
-
Corrects the case of the given String according to the way in which the database stores metadata.
- correctCase(String, DatabaseMetaData) - Static method in class org.dbunit.util.SQLHelper
-
Corrects the case of the given String according to the way in which the database stores metadata.
- create(Datum, int) - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
- create(Datum, int) - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
- create(Datum, int) - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
- create(Datum, int) - Method in class org.dbunit.ext.oracle.OracleSdoPointType
- create(OracleSdoGeometry, Datum, int) - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
- create(OracleSdoPointType, Datum, int) - Method in class org.dbunit.ext.oracle.OracleSdoPointType
- createBatchStatement(IDatabaseConnection) - Method in interface org.dbunit.database.statement.IStatementFactory
- createBatchStatement(IDatabaseConnection) - Method in class org.dbunit.database.statement.PreparedStatementFactory
- createBatchStatement(IDatabaseConnection) - Method in class org.dbunit.database.statement.StatementFactory
- createClasspath() - Method in class org.dbunit.ant.DbUnitTask
-
Create the classpath for loading the driver.
- createColumn(ResultSet, IDataTypeFactory, boolean) - Static method in class org.dbunit.util.SQLHelper
- createConnection() - Method in class org.dbunit.ant.DbUnitTask
- createDatabaseConnection(Connection, String) - Method in class org.dbunit.ant.DbUnitTask
-
Creates the dbunit connection using the two given arguments.
- createDataSet() - Method in class org.dbunit.database.AbstractDatabaseConnection
- createDataSet() - Method in interface org.dbunit.database.IDatabaseConnection
-
Creates a dataset corresponding to the entire database.
- createDataSet() - Method in class org.dbunit.ext.mssql.MsSqlConnection
- createDataSet(String[]) - Method in class org.dbunit.database.AbstractDatabaseConnection
- createDataSet(String[]) - Method in interface org.dbunit.database.IDatabaseConnection
-
Creates a dataset containing only the specified tables from the database.
- 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.mckoi.MckoiDataTypeFactory
- createDataType(int, String) - Method in class org.dbunit.ext.mssql.MsSqlDataTypeFactory
- createDataType(int, String) - Method in class org.dbunit.ext.mysql.MySqlDataTypeFactory
- createDataType(int, String) - Method in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- createDataType(int, String) - Method in class org.dbunit.ext.oracle.Oracle10DataTypeFactory
- createDataType(int, String) - Method in class org.dbunit.ext.oracle.OracleDataTypeFactory
- createDataType(int, String) - Method in class org.dbunit.ext.postgresql.PostgresqlDataTypeFactory
- createDataType(int, String, String, String) - Method in class org.dbunit.dataset.datatype.DefaultDataTypeFactory
- createDataType(int, String, String, String) - Method in interface org.dbunit.dataset.datatype.IDataTypeFactory
-
Returns the DataType object that corresponds to the specified
Typesand regards the given tableName and columnName. - createDateCellStyle(Workbook) - Static method in class org.dbunit.dataset.excel.XlsDataSetWriter
- createFailure(String) - Method in class org.dbunit.assertion.DefaultFailureHandler
- createFailure(String) - Method in class org.dbunit.assertion.DefaultFailureHandler.DefaultFailureFactory
- createFailure(String) - Method in interface org.dbunit.assertion.FailureFactory
- createFailure(String) - Method in class org.dbunit.assertion.JUnitFailureFactory
- createFailure(String, String, String) - Method in class org.dbunit.assertion.DefaultFailureHandler
- createFailure(String, String, String) - Method in class org.dbunit.assertion.DefaultFailureHandler.DefaultFailureFactory
- createFailure(String, String, String) - Method in interface org.dbunit.assertion.FailureFactory
-
Creates a new failure object which can have different types, depending on the testing framework you are currently using (e.g.
- createFailure(String, String, String) - Method in class org.dbunit.assertion.JUnitFailureFactory
- createFKEdge(ResultSet, int, String, String, String, String) - Static method in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
-
Creates an edge representing a foreign key relationship between 2 tables.
- createInputSource(File) - Static method in class org.dbunit.util.FileHelper
- createIterator(boolean) - Method in class org.dbunit.database.DatabaseDataSet
- createIterator(boolean) - Method in class org.dbunit.database.QueryDataSet
- createIterator(boolean) - Method in class org.dbunit.dataset.AbstractDataSet
-
Creates an iterator which provides access to all tables of this dataset
- createIterator(boolean) - Method in class org.dbunit.dataset.CachedDataSet
- createIterator(boolean) - Method in class org.dbunit.dataset.CaseInsensitiveDataSet
-
Deprecated.
- createIterator(boolean) - Method in class org.dbunit.dataset.CompositeDataSet
- createIterator(boolean) - Method in class org.dbunit.dataset.DefaultDataSet
- createIterator(boolean) - Method in class org.dbunit.dataset.excel.XlsDataSet
- createIterator(boolean) - Method in class org.dbunit.dataset.FilteredDataSet
- createIterator(boolean) - Method in class org.dbunit.dataset.ForwardOnlyDataSet
- createIterator(boolean) - Method in class org.dbunit.dataset.LowerCaseDataSet
- createIterator(boolean) - Method in class org.dbunit.dataset.ReplacementDataSet
- createIterator(boolean) - Method in class org.dbunit.dataset.SortedDataSet
- createIterator(boolean) - Method in class org.dbunit.dataset.stream.StreamingDataSet
- createIterator(boolean) - Method in class org.dbunit.dataset.TableDecoratorDataSet
- createIterator(boolean) - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
- createMetaData(String, ResultSet, IDatabaseConnection) - Static method in class org.dbunit.database.DatabaseTableMetaData
-
Deprecated.
- createMetaData(String, ResultSet, IDataTypeFactory) - Static method in class org.dbunit.database.DatabaseTableMetaData
-
Deprecated.since 2.3.0. use
ResultSetTableMetaData(String, ResultSet, IDataTypeFactory, boolean) - createPipelineComponent(AbstractPipelineComponent, Helper) - Static method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
- createPreparedBatchStatement(String, IDatabaseConnection) - Method in interface org.dbunit.database.statement.IStatementFactory
- createPreparedBatchStatement(String, IDatabaseConnection) - Method in class org.dbunit.database.statement.PreparedStatementFactory
- createPreparedBatchStatement(String, IDatabaseConnection) - Method in class org.dbunit.database.statement.StatementFactory
- createProducer(InputSource) - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
- createQueryTable(String, String) - Method in class org.dbunit.database.AbstractDatabaseConnection
- createQueryTable(String, String) - Method in interface org.dbunit.database.IDatabaseConnection
-
Creates a table with the result of the specified SQL statement.
- createTable(String) - Method in class org.dbunit.database.AbstractDatabaseConnection
- createTable(String) - Method in interface org.dbunit.database.IDatabaseConnection
-
Creates a table with the result of a
select * from tableNameSQL statement. - createTable(String, String, IDatabaseConnection) - Method in class org.dbunit.database.CachedResultSetTableFactory
- createTable(String, String, IDatabaseConnection) - Method in class org.dbunit.database.ForwardOnlyResultSetTableFactory
- createTable(String, String, IDatabaseConnection) - Method in interface org.dbunit.database.IResultSetTableFactory
- createTable(String, PreparedStatement) - Method in class org.dbunit.database.AbstractDatabaseConnection
- createTable(String, PreparedStatement) - Method in interface org.dbunit.database.IDatabaseConnection
-
Creates a table using the given PreparedStatement to retrieve a ResultSet.
- createTable(String, PreparedStatement, IDatabaseConnection) - Method in class org.dbunit.database.CachedResultSetTableFactory
- createTable(String, PreparedStatement, IDatabaseConnection) - Method in class org.dbunit.database.ForwardOnlyResultSetTableFactory
- createTable(String, PreparedStatement, IDatabaseConnection) - Method in interface org.dbunit.database.IResultSetTableFactory
-
Creates a table from a preparedStatement
- createTable(ITableMetaData, IDatabaseConnection) - Method in class org.dbunit.database.CachedResultSetTableFactory
- createTable(ITableMetaData, IDatabaseConnection) - Method in class org.dbunit.database.ForwardOnlyResultSetTableFactory
- createTable(ITableMetaData, IDatabaseConnection) - Method in interface org.dbunit.database.IResultSetTableFactory
- createTableNameMap() - Method in class org.dbunit.dataset.AbstractDataSet
-
Creates and returns a new instance of the table names container.
- createWorkbook() - Method in class org.dbunit.dataset.excel.XlsDataSetWriter
- CsvDataFileLoader - Class in org.dbunit.util.fileloader
- CsvDataFileLoader() - Constructor for class org.dbunit.util.fileloader.CsvDataFileLoader
-
Create new instance.
- CsvDataFileLoader(Map) - Constructor for class org.dbunit.util.fileloader.CsvDataFileLoader
-
Create new instance with replacement objects.
- CsvDataFileLoader(Map, Map) - Constructor for class org.dbunit.util.fileloader.CsvDataFileLoader
-
Create new instance with replacement objects and replacement substrings.
- CsvDataSet - Class in org.dbunit.dataset.csv
-
This class constructs an IDataSet given a directory containing CSV files.
- CsvDataSet(File) - Constructor for class org.dbunit.dataset.csv.CsvDataSet
- CsvDataSetWriter - Class in org.dbunit.dataset.csv
- CsvDataSetWriter(File) - Constructor for class org.dbunit.dataset.csv.CsvDataSetWriter
- CsvDataSetWriter(String) - Constructor for class org.dbunit.dataset.csv.CsvDataSetWriter
- CsvParser - Interface in org.dbunit.dataset.csv
- CsvParserException - Exception Class in org.dbunit.dataset.csv
- CsvParserException(String) - Constructor for exception class 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(File) - Constructor for class org.dbunit.dataset.csv.CsvProducer
- CsvProducer(String) - 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 Producerthat 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 Class in org.dbunit.database
- CyclicTablesDependencyException(String) - Constructor for exception class org.dbunit.database.CyclicTablesDependencyException
- CyclicTablesDependencyException(String, Set) - Constructor for exception class org.dbunit.database.CyclicTablesDependencyException
D
- DatabaseConfig - Class in org.dbunit.database
-
Configuration used by the
DatabaseConnection. - DatabaseConfig() - Constructor for class org.dbunit.database.DatabaseConfig
- DatabaseConfig.ConfigProperty - Class in org.dbunit.database
- DatabaseConfig.Configurator - Class in org.dbunit.database
-
Sets parameters stored in the
DatabaseConfigon specific java objects likeStatement. - DatabaseConnection - Class in org.dbunit.database
-
This class adapts a JDBC
Connectionto aIDatabaseConnection. - DatabaseConnection(Connection) - Constructor for class org.dbunit.database.DatabaseConnection
-
Creates a new
DatabaseConnection. - DatabaseConnection(Connection, String) - Constructor for class org.dbunit.database.DatabaseConnection
-
Creates a new
DatabaseConnectionusing a specific schema. - DatabaseConnection(Connection, String, boolean) - Constructor for class org.dbunit.database.DatabaseConnection
-
Creates a new
DatabaseConnectionusing a specific schema. - DatabaseDataSet - Class in org.dbunit.database
-
Provides access to a database instance as a
IDataSet. - DatabaseDataSet(IDatabaseConnection, boolean) - Constructor for class org.dbunit.database.DatabaseDataSet
-
Creates a new database data set
- DatabaseDataSet(IDatabaseConnection, boolean, ITableFilterSimple) - Constructor for class org.dbunit.database.DatabaseDataSet
-
Creates a new database data set
- DatabaseDataSourceConnection - Class in org.dbunit.database
-
This class adapts a JDBC
DataSourceto aIDatabaseConnection. - DatabaseDataSourceConnection(InitialContext, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
- DatabaseDataSourceConnection(InitialContext, String, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
- DatabaseDataSourceConnection(InitialContext, String, String, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
- DatabaseDataSourceConnection(InitialContext, String, String, String, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
- DatabaseDataSourceConnection(DataSource) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
- DatabaseDataSourceConnection(DataSource, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
- DatabaseDataSourceConnection(DataSource, String, 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) - Constructor for class org.dbunit.database.DatabaseSequenceFilter
-
Create a DatabaseSequenceFilter that exposes all the database tables.
- DatabaseSequenceFilter(IDatabaseConnection, String[]) - Constructor for class org.dbunit.database.DatabaseSequenceFilter
-
Create a DatabaseSequenceFilter that only exposes specified table names.
- DatabaseTableIterator - Class in org.dbunit.database
- DatabaseTableIterator(String[], IDataSet) - Constructor for class org.dbunit.database.DatabaseTableIterator
- DatabaseTableMetaData - Class in org.dbunit.database
-
Container for the metadata for one database table.
- DatabaseTestCase - Class in org.dbunit
-
Convenience class for writing JUnit tests with dbunit easily.
- DatabaseTestCase() - Constructor for class org.dbunit.DatabaseTestCase
- DatabaseTestCase(String) - Constructor for class org.dbunit.DatabaseTestCase
- DatabaseUnitException - Exception Class in org.dbunit
- DatabaseUnitException() - Constructor for exception class org.dbunit.DatabaseUnitException
-
Constructs an
DatabaseUnitExceptionwith no detail message and no encapsulated exception. - DatabaseUnitException(String) - Constructor for exception class org.dbunit.DatabaseUnitException
-
Constructs an
DatabaseUnitExceptionwith the specified detail message and no encapsulated exception. - DatabaseUnitException(String, Throwable) - Constructor for exception class org.dbunit.DatabaseUnitException
-
Constructs an
DatabaseUnitExceptionwith the specified detail message and encapsulated exception. - DatabaseUnitException(Throwable) - Constructor for exception class org.dbunit.DatabaseUnitException
-
Constructs an
DatabaseUnitExceptionwith the encapsulated exception and use string representation as detail message. - DatabaseUnitRuntimeException - Exception Class in org.dbunit
- DatabaseUnitRuntimeException() - Constructor for exception class org.dbunit.DatabaseUnitRuntimeException
-
Constructs an
DatabaseUnitRuntimeExceptionwith no specified detail message and no encapsulated exception. - DatabaseUnitRuntimeException(String) - Constructor for exception class org.dbunit.DatabaseUnitRuntimeException
-
Constructs an
DatabaseUnitRuntimeExceptionwith the specified detail message and no encapsulated exception. - DatabaseUnitRuntimeException(String, Throwable) - Constructor for exception class org.dbunit.DatabaseUnitRuntimeException
-
Constructs an
DatabaseUnitRuntimeExceptionwith the specified detail message and encapsulated exception. - DatabaseUnitRuntimeException(Throwable) - Constructor for exception class org.dbunit.DatabaseUnitRuntimeException
-
Constructs an
DatabaseUnitRuntimeExceptionwith the encapsulated exception and use its message as detail message. - DataFileLoader - Interface in org.dbunit.util.fileloader
-
Defines a dbUnit data file loader supporting replacement objects and substrings with
ReplacementDataSet. - DataSetException - Exception Class in org.dbunit.dataset
-
Thrown to indicate that a problem occurred with a dataset.
- DataSetException() - Constructor for exception class org.dbunit.dataset.DataSetException
- DataSetException(String) - Constructor for exception class org.dbunit.dataset.DataSetException
- DataSetException(String, Throwable) - Constructor for exception class org.dbunit.dataset.DataSetException
- DataSetException(Throwable) - Constructor for exception class org.dbunit.dataset.DataSetException
- DataSetProducerAdapter - Class in org.dbunit.dataset.stream
- DataSetProducerAdapter(IDataSet) - Constructor for class org.dbunit.dataset.stream.DataSetProducerAdapter
- DataSetProducerAdapter(ITableIterator) - 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
DataSourceto create connections. - DataSourceDatabaseTester(DataSource) - Constructor for class org.dbunit.DataSourceDatabaseTester
-
Creates a new DataSourceDatabaseTester with the specified DataSource.
- DataSourceDatabaseTester(DataSource, String) - Constructor for class org.dbunit.DataSourceDatabaseTester
-
Creates a new DataSourceDatabaseTester with the specified DataSource and schema name.
- DataType - Class in org.dbunit.dataset.datatype
-
Data type that maps
Typesobjects to their java counterparts. - DataType() - Constructor for class org.dbunit.dataset.datatype.DataType
- DataTypeException - Exception Class in org.dbunit.dataset.datatype
- DataTypeException() - Constructor for exception class org.dbunit.dataset.datatype.DataTypeException
- DataTypeException(String) - Constructor for exception class org.dbunit.dataset.datatype.DataTypeException
- DataTypeException(String, Throwable) - Constructor for exception class org.dbunit.dataset.datatype.DataTypeException
- DataTypeException(Throwable) - Constructor for exception class org.dbunit.dataset.datatype.DataTypeException
- DATE - Static variable in class org.dbunit.dataset.datatype.DataType
- DATE - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- DATE_FORMAT_AS_NUMBER_DBUNIT - Static variable in class org.dbunit.dataset.excel.XlsDataSetWriter
-
A special format pattern used to create a custom
DataFormatwhich marksDatevalues that are stored via POI to an XLS file. - DateDataType - Class in org.dbunit.dataset.datatype
- DateTimeOffsetType - Class in org.dbunit.ext.mssql
- DateTimeOffsetType() - Constructor for class org.dbunit.ext.mssql.DateTimeOffsetType
- DB_PRODUCT_SYBASE - Static variable in class org.dbunit.util.SQLHelper
-
The database product name reported by Sybase JDBC drivers.
- Db2Connection - Class in org.dbunit.ext.db2
-
Database connection for DB2 that pre-configures all properties required to successfully use dbunit with DB2.
- Db2Connection(Connection, String) - Constructor for class org.dbunit.ext.db2.Db2Connection
- Db2DataTypeFactory - Class in org.dbunit.ext.db2
-
Specialized factory that recognizes DB2 data types.
- Db2DataTypeFactory() - Constructor for class org.dbunit.ext.db2.Db2DataTypeFactory
- Db2MetadataHandler - Class in org.dbunit.ext.db2
-
Customized MetadataHandler for DB2 as match Columns of
DefaultMetadataHandlerfails with a RuntimeException. - Db2MetadataHandler() - Constructor for class org.dbunit.ext.db2.Db2MetadataHandler
- DbAssertionFailedError - Exception Class in org.dbunit.assertion
-
Exception signaling a DbUnit assertion failure.
- DbAssertionFailedError() - Constructor for exception class org.dbunit.assertion.DbAssertionFailedError
- DbAssertionFailedError(String) - Constructor for exception class org.dbunit.assertion.DbAssertionFailedError
- DbComparisonFailure - Exception Class in org.dbunit.assertion
-
Exception signaling a DbUnit assertion failure while comparing values.
- DbComparisonFailure(String, String, String) - Constructor for exception class org.dbunit.assertion.DbComparisonFailure
- DbConfig - Class in org.dbunit.ant
-
The database configuration for the ant task.
- DbConfig() - Constructor for class org.dbunit.ant.DbConfig
- DbConfig.Feature - Class in org.dbunit.ant
- DBTestCase - Class in org.dbunit
-
Base testCase for database testing.
Subclasses may overrideDBTestCase.newDatabaseTester()to plug-in a different implementation of IDatabaseTester.
Default implementation uses aPropertiesBasedJdbcDatabaseTester. - DBTestCase() - Constructor for class org.dbunit.DBTestCase
- DBTestCase(String) - Constructor for class org.dbunit.DBTestCase
- DBUNIT_CONNECTION_URL - Static variable in class org.dbunit.PropertiesBasedJdbcDatabaseTester
-
A key for property that defines the connection url
- DBUNIT_DRIVER_CLASS - Static variable in class org.dbunit.PropertiesBasedJdbcDatabaseTester
-
A key for property that defines the driver classname
- DBUNIT_PASSWORD - Static variable in class org.dbunit.PropertiesBasedJdbcDatabaseTester
-
A key for property that defines the user's password
- DBUNIT_SCHEMA - Static variable in class org.dbunit.PropertiesBasedJdbcDatabaseTester
-
A key for property that defines the database schema
- DBUNIT_USERNAME - Static variable in class org.dbunit.PropertiesBasedJdbcDatabaseTester
-
A key for property that defines the username
- DbUnitAssert - Class in org.dbunit.assertion
-
Default implementation of DbUnit assertions, based on the original methods present at
Assertion. - DbUnitAssert() - Constructor for class org.dbunit.assertion.DbUnitAssert
- DbUnitAssert.ComparisonColumn - Class in org.dbunit.assertion
-
Represents a single column to be used for the comparison of table data.
- DbUnitAssertBase - Class in org.dbunit.assertion
-
Base class for DbUnit assert classes containing common methods.
- DbUnitAssertBase() - Constructor for class org.dbunit.assertion.DbUnitAssertBase
- DbUnitTask - Class in org.dbunit.ant
-
DbUnitTaskis the task definition for an Ant interface toDbUnit. - DbUnitTask() - Constructor for class org.dbunit.ant.DbUnitTask
- DbUnitTaskStep - Interface in org.dbunit.ant
-
The
DbUnitTaskStepinterface allows the execute method to be called on all elements nested underDbUnitTask. - DbUnitValueComparerAssert - Class in org.dbunit.assertion
-
DbUnit assertions using
ValueComparers for the column comparisons. - DbUnitValueComparerAssert() - Constructor for class org.dbunit.assertion.DbUnitValueComparerAssert
- DECIMAL - Static variable in class org.dbunit.dataset.datatype.DataType
- DECIMAL - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- 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.
- decode(String) - Static method in class org.dbunit.util.Base64
-
Decodes data from Base64 notation.
- DECODE - Static variable in class org.dbunit.util.Base64
-
Specify decoding (value is false).
- decodeToObject(String) - Static method in class org.dbunit.util.Base64
-
Attempts to decode Base64 data and deserialize a Java Object within.
- decodeToString(String) - Static method in class org.dbunit.util.Base64
-
Decodes data from Base64 notation and returns it as a string.
- decrement() - Method in class org.dbunit.util.concurrent.SynchronizedInt
-
Decrement the value.
- DEFAULT_CHARSET - Static variable in class org.dbunit.util.xml.XmlWriter
- DEFAULT_ENCODING - Static variable in class org.dbunit.util.xml.XmlWriter
-
Default encoding value which is "UTF-8"
- DEFAULT_ESCAPE_CHAR - Static variable in class org.dbunit.dataset.common.handlers.EscapeHandler
- DEFAULT_SEPARATOR_CHAR - Static variable in class org.dbunit.dataset.common.handlers.SeparatorHandler
- DefaultChannelCapacity - Class in org.dbunit.util.concurrent
-
A utility class to set the default capacity of BoundedChannel implementations that otherwise require a capacity argument
- DefaultChannelCapacity() - Constructor for class org.dbunit.util.concurrent.DefaultChannelCapacity
- DefaultColumnFilter - Class in org.dbunit.dataset.filter
-
Implementation of the IColumnFilter interface that exposes columns matching include patterns and not matching exclude patterns.
- DefaultColumnFilter() - Constructor for class org.dbunit.dataset.filter.DefaultColumnFilter
- DefaultConsumer - Class in org.dbunit.dataset.stream
-
This class provides no op implementations for all of the callbacks in the
IDataSetConsumerinterface. - DefaultConsumer() - Constructor for class org.dbunit.dataset.stream.DefaultConsumer
- DefaultDatabaseTester - Class in org.dbunit
-
Default implementation of AbstractDatabaseTester, which does not know how to get a connection by itself.
- DefaultDatabaseTester(IDatabaseConnection) - Constructor for class org.dbunit.DefaultDatabaseTester
-
Creates a new DefaultDatabaseTester with the supplied connection.
- DefaultDataSet - Class in org.dbunit.dataset
-
Simple implementation of a dataset backed by
ITableobjects which can be added dynamically. - DefaultDataSet() - Constructor for class org.dbunit.dataset.DefaultDataSet
- DefaultDataSet(boolean) - Constructor for class org.dbunit.dataset.DefaultDataSet
-
Creates a default dataset which is empty initially
- DefaultDataSet(ITable) - Constructor for class org.dbunit.dataset.DefaultDataSet
- DefaultDataSet(ITable[]) - Constructor for class org.dbunit.dataset.DefaultDataSet
- DefaultDataSet(ITable[], boolean) - Constructor for class org.dbunit.dataset.DefaultDataSet
-
Creates a default dataset which consists of the given tables
- 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
- DefaultExpectedDataSetAndVerifyTableDefinitionVerifier - Class in org.dbunit
-
Default implementation for
ExpectedDataSetAndVerifyTableDefinitionVerifierwhich logs the mismatches and fails the test when an expected table does not have a VerifyTableDefinition. - DefaultExpectedDataSetAndVerifyTableDefinitionVerifier() - Constructor for class org.dbunit.DefaultExpectedDataSetAndVerifyTableDefinitionVerifier
- DefaultFailureFactory() - Constructor for class org.dbunit.assertion.DefaultFailureHandler.DefaultFailureFactory
- DefaultFailureHandler - Class in org.dbunit.assertion
-
Default implementation of the
FailureHandler. - DefaultFailureHandler() - Constructor for class org.dbunit.assertion.DefaultFailureHandler
-
Default constructor which does not provide any additional column information.
- DefaultFailureHandler(String[]) - Constructor for class org.dbunit.assertion.DefaultFailureHandler
-
Create a default failure handler
- DefaultFailureHandler(Column[]) - Constructor for class org.dbunit.assertion.DefaultFailureHandler
-
Create a default failure handler
- DefaultFailureHandler.DefaultFailureFactory - Class in org.dbunit.assertion
-
Default failure factory which returns DBUnits own assertion error instances.
- DefaultMetadataHandler - Class in org.dbunit.database
-
Default implementation of
IMetadataHandlerwhich works for the most databases. - DefaultMetadataHandler() - Constructor for class org.dbunit.database.DefaultMetadataHandler
- DefaultOperationListener - Class in org.dbunit
-
Default implementation of the
IOperationListener. - DefaultOperationListener() - Constructor for class org.dbunit.DefaultOperationListener
- DefaultPrepAndExpectedTestCase - Class in org.dbunit
-
Test case base class supporting prep data and expected data.
- DefaultPrepAndExpectedTestCase() - Constructor for class org.dbunit.DefaultPrepAndExpectedTestCase
-
Create new instance.
- DefaultPrepAndExpectedTestCase(String) - Constructor for class org.dbunit.DefaultPrepAndExpectedTestCase
-
Create new instance with specified test case name.
- DefaultPrepAndExpectedTestCase(DataFileLoader, IDatabaseTester) - Constructor for class org.dbunit.DefaultPrepAndExpectedTestCase
-
Create new instance with specified dataFileLoader and databaseTester.
- DefaultTable - Class in org.dbunit.dataset
-
Default table implementation backed by a simple java in-memory list.
- DefaultTable(String) - Constructor for class org.dbunit.dataset.DefaultTable
-
Creates a new empty table having the specified name.
- DefaultTable(String, Column[]) - Constructor for class org.dbunit.dataset.DefaultTable
-
Creates a new empty table with specified metadata.
- DefaultTable(String, Column[], List) - Constructor for class org.dbunit.dataset.DefaultTable
-
Deprecated.Use public mutators to initialize table values instead
- DefaultTable(ITableMetaData) - Constructor for class org.dbunit.dataset.DefaultTable
- DefaultTable(ITableMetaData, List) - Constructor for class org.dbunit.dataset.DefaultTable
-
Deprecated.Use public mutators to initialize table values instead
- 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
- DefaultValueComparerDefaults - Class in org.dbunit.assertion.comparer.value
-
Default implementation for the
ValueComparerDefaults. - DefaultValueComparerDefaults() - Constructor for class org.dbunit.assertion.comparer.value.DefaultValueComparerDefaults
- DefaultVerifyTableDefinitionVerifier - Class in org.dbunit.assertion.comparer.value.verifier
-
Default implementation for
VerifyTableDefinitionVerifierwhich throwsIllegalStateExceptionon configuration conflicts. - DefaultVerifyTableDefinitionVerifier() - Constructor for class org.dbunit.assertion.comparer.value.verifier.DefaultVerifyTableDefinitionVerifier
- DELETE - Static variable in class org.dbunit.operation.DatabaseOperation
- DELETE_ALL - Static variable in class org.dbunit.operation.DatabaseOperation
- DeleteAllOperation - Class in org.dbunit.operation
-
Deletes all rows of tables present in the specified dataset.
- deleteDirectory(File) - Static method in class org.dbunit.util.FileHelper
-
Recursively deletes the given directory
- deleteDirectory(File, boolean) - Static method in class org.dbunit.util.FileHelper
-
Recursively deletes the given directory
- DeleteOperation - Class in org.dbunit.operation
-
Deletes only the dataset contents from the database.
- DENY_MODE - Static variable in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
- DepthFirstSearch - Class in org.dbunit.util.search
-
Search using depth-first algorithm.
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
-
Creates a new depth-first algorithm using the maximum search depth for recursing over the nodes.
- DepthFirstSearch(int) - Constructor for class org.dbunit.util.search.DepthFirstSearch
-
Creates a new depth-first algorithm
- deq() - Method in class org.dbunit.util.concurrent.SynchronousChannel.Queue
- determineAndSetRowValue(Attributes, ITableMetaData, Object[], int) - Method in class org.dbunit.dataset.xml.FlatXmlProducer
- determineFailureHandler(FailureHandler) - Method in class org.dbunit.assertion.DbUnitAssertBase
- determineValidColumnValueComparers(Map<String, ValueComparer>, String) - Method in class org.dbunit.assertion.DbUnitAssertBase
- determineValidDefaultValueComparer(ValueComparer) - Method in class org.dbunit.assertion.DbUnitAssertBase
- determineValidTableColumnValueComparers(Map<String, Map<String, ValueComparer>>) - Method in class org.dbunit.assertion.DbUnitAssertBase
- determineValueComparer(String, ValueComparer, Map<String, ValueComparer>) - Method in class org.dbunit.assertion.DbUnitAssertBase
- DiffCollectingFailureHandler - Class in org.dbunit.assertion
-
A
FailureHandlerthat collects theDifferences that were found without throwing an exception. - DiffCollectingFailureHandler() - Constructor for class org.dbunit.assertion.DiffCollectingFailureHandler
- Difference - Class in org.dbunit.assertion
-
Value object to hold the difference of a single data cell found while comparing data.
- Difference(ITable, ITable, int, String, Object, Object) - Constructor for class org.dbunit.assertion.Difference
- Difference(ITable, ITable, int, String, Object, Object, String) - Constructor for class org.dbunit.assertion.Difference
- DifferenceListener - Interface in org.dbunit.assertion
-
Callback for
DbUnitAssertto notify about the differences found during an assertion. - divide(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
-
Divide value by factor (i.e., set value /= factor)
- doCompare(ITable, ITable, int, String, DataType, Object, Object) - Method in class org.dbunit.assertion.comparer.value.ConditionalSelectorMultiValueComparer
- doCompare(ITable, ITable, int, String, DataType, Object, Object) - Method in class org.dbunit.assertion.comparer.value.ConditionalSetBiValueComparer
- doCompare(ITable, ITable, int, String, DataType, Object, Object) - Method in class org.dbunit.assertion.comparer.value.ValueComparerBase
-
Do the comparison and return a fail message or null if comparison passes.
- doCompare(ITable, ITable, int, String, DataType, Object, Object) - Method in class org.dbunit.assertion.comparer.value.ValueComparerTemplateBase
-
Do the comparison and return a fail message or null if comparison passes.
- DOUBLE - Static variable in class org.dbunit.dataset.datatype.DataType
- DOUBLE - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- DoubleDataType - Class in org.dbunit.dataset.datatype
- doVerify(String, String[], Map<String, ValueComparer>) - Method in class org.dbunit.assertion.comparer.value.verifier.DefaultVerifyTableDefinitionVerifier
-
Verify the columnExclusionFilters and columnValueComparers agree.
- duration - Variable in exception class 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
IEdgeinterface. - Edge(Comparable<String>, Comparable<String>) - Constructor for class org.dbunit.util.search.Edge
- edgeAdded(ForeignKeyRelationshipEdge) - Method in class org.dbunit.database.PrimaryKeyFilter
- elementDecl(String, String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
- emptySlots_ - Variable in class org.dbunit.util.concurrent.BoundedBuffer
- enablePrettyPrint(boolean) - Method in class org.dbunit.util.xml.XmlWriter
-
Turn pretty printing on or off.
- ENCODE - Static variable in class org.dbunit.util.Base64
-
Specify encoding (value is true).
- encodeBytes(byte[]) - Static method in class org.dbunit.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class org.dbunit.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeObject(Serializable) - Static method in class org.dbunit.util.Base64
-
Serializes an object and returns the Base64-encoded version of that serialized object.
- encodeString(String) - Static method in class org.dbunit.util.Base64
-
Encodes a string in Base64 notation with line breaks after every 75 Base64 characters.
- endCDATA() - Method in class org.dbunit.dataset.xml.FlatDtdProducer
- endDataSet() - Method in class org.dbunit.dataset.CachedDataSet
- endDataSet() - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
- endDataSet() - Method in class org.dbunit.dataset.stream.BufferedConsumer
- endDataSet() - Method in class org.dbunit.dataset.stream.DefaultConsumer
- endDataSet() - Method in interface org.dbunit.dataset.stream.IDataSetConsumer
-
Receive notification of the end of a dataset.
- endDataSet() - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
- endDataSet() - Method in class org.dbunit.dataset.xml.FlatXmlWriter
- endDataSet() - Method in class org.dbunit.dataset.xml.XmlDataSetWriter
- endDTD() - Method in class org.dbunit.dataset.xml.FlatDtdProducer
- endElement() - Method in class org.dbunit.util.xml.XmlWriter
-
End the current element.
- endElement(String, String, String) - Method in class org.dbunit.dataset.xml.FlatXmlProducer
- endElement(String, String, String) - Method in class org.dbunit.dataset.xml.XmlProducer
- endEntity(String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
- ENDPIECE() - Constructor for class org.dbunit.dataset.common.handlers.SeparatorHandler.ENDPIECE
- ENDPIECE() - Static method in class org.dbunit.dataset.common.handlers.SeparatorHandler
- endTable() - Method in class org.dbunit.dataset.CachedDataSet
- endTable() - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
- endTable() - Method in class org.dbunit.dataset.stream.BufferedConsumer
- endTable() - Method in class org.dbunit.dataset.stream.DefaultConsumer
- endTable() - Method in interface org.dbunit.dataset.stream.IDataSetConsumer
-
Receive notification of the end of a table.
- endTable() - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
- endTable() - Method in class org.dbunit.dataset.xml.FlatXmlWriter
- endTable() - Method in class org.dbunit.dataset.xml.XmlDataSetWriter
- ENFORCE(PipelineComponent) - Static method in class org.dbunit.dataset.common.handlers.EnforceHandler
- ENFORCE(PipelineComponent[]) - Static method in class org.dbunit.dataset.common.handlers.EnforceHandler
- EnforceHandler - Class in org.dbunit.dataset.common.handlers
- enq(LinkedNode) - Method in class org.dbunit.util.concurrent.SynchronousChannel.Queue
- equals(Object) - Method in class org.dbunit.database.DatabaseConfig.ConfigProperty
- equals(Object) - Method in class org.dbunit.database.search.ForeignKeyRelationshipEdge
- equals(Object) - Method in class org.dbunit.dataset.Column
- equals(Object) - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
- equals(Object) - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
- equals(Object) - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
- equals(Object) - Method in class org.dbunit.ext.oracle.OracleSdoPointType
- equals(Object) - Method in class org.dbunit.util.concurrent.SynchronizedInt
- equals(Object) - Method in class org.dbunit.util.search.Edge
- equalsIgnoreMapping(BitSet, ITable, int) - Method in class org.dbunit.operation.InsertOperation
- error(SAXParseException) - Method in class org.dbunit.dataset.xml.FlatXmlProducer
- error(SAXParseException) - Method in class org.dbunit.dataset.xml.XmlProducer
- escape(String) - Static method in class org.dbunit.dataset.csv.CsvDataSetWriter
- ESCAPE() - Static method in class org.dbunit.dataset.common.handlers.EscapeHandler
- EscapeHandler - Class in org.dbunit.dataset.common.handlers
- excludeColumn(String) - Method in class org.dbunit.dataset.filter.DefaultColumnFilter
-
Add a new refused column name pattern for all tables.
- excludeColumns(Column[]) - Method in class org.dbunit.dataset.filter.DefaultColumnFilter
-
Add specified columns to excluded column name list.
- excludedColumnsTable(ITable, String[]) - Static method in class org.dbunit.dataset.filter.DefaultColumnFilter
-
Returns a table backed by the specified table but with specified columns excluded.
- excludedColumnsTable(ITable, Column[]) - Static method in class org.dbunit.dataset.filter.DefaultColumnFilter
-
Returns a table backed by the specified table but with specified columns excluded.
- excludeTable(String) - Method in class org.dbunit.dataset.filter.DefaultTableFilter
-
Add a new refused table pattern name.
- excludeTable(String) - Method in class org.dbunit.dataset.filter.ExcludeTableFilter
-
Add a new refused table pattern name.
- ExcludeTableFilter - Class in org.dbunit.dataset.filter
-
This filter hides specified tables from the filtered dataset.
- ExcludeTableFilter() - Constructor for class org.dbunit.dataset.filter.ExcludeTableFilter
-
Create a new empty ExcludeTableFilter.
- ExcludeTableFilter(String[]) - Constructor for class org.dbunit.dataset.filter.ExcludeTableFilter
-
Create a new ExcludeTableFilter which prevent access to specified tables.
- ExclusiveTransactionException - Exception Class in org.dbunit.operation
- ExclusiveTransactionException() - Constructor for exception class org.dbunit.operation.ExclusiveTransactionException
- ExclusiveTransactionException(String) - Constructor for exception class org.dbunit.operation.ExclusiveTransactionException
- ExclusiveTransactionException(String, Throwable) - Constructor for exception class org.dbunit.operation.ExclusiveTransactionException
- ExclusiveTransactionException(Throwable) - Constructor for exception class org.dbunit.operation.ExclusiveTransactionException
- execute() - Method in class org.dbunit.ant.DbUnitTask
-
Load the step and then execute it.
- 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
- execute(IDatabaseConnection) - Method in class org.dbunit.ant.Compare
- 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
- 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.
- ExpectedDataSetAndVerifyTableDefinitionVerifier - Interface in org.dbunit
-
Strategy pattern for verifying
VerifyTableDefinitions and expectedDataSet configurations agree, e.g. have the same number of tables defined. - Export - Class in org.dbunit.ant
-
The
Exportclass is the step that facilitates exporting the contents of the database and/or it's corresponding DTD to a file. - Export() - Constructor for class org.dbunit.ant.Export
- EXPORT - Static variable in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
- ExportedKeysSearchCallback - Class in org.dbunit.database.search
-
ISearchCallback implementation that get the nodes using direct foreign key dependency, i.e, if table A has a FK for a table B, then getNodes(B) will return A.
- ExportedKeysSearchCallback(IDatabaseConnection) - Constructor for class org.dbunit.database.search.ExportedKeysSearchCallback
- externalEntityDecl(String, String, String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
- extract() - Method in class org.dbunit.util.concurrent.BoundedBuffer
- extract() - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
-
Main mechanics for take/poll
- extract() - Method in class org.dbunit.util.concurrent.LinkedQueue
-
Main mechanics for take/poll
- extract() - Method in class org.dbunit.util.concurrent.SemaphoreControlledChannel
-
Internal mechanics of take.
- extract() - Method in class org.dbunit.util.concurrent.Slot
-
Take item known to exist
F
- fail(String) - Method in class org.dbunit.assertion.SimpleAssert
- failIfColumnValueComparersHaveExcludedColumn(String, String, Map<String, ValueComparer>) - Method in class org.dbunit.assertion.comparer.value.verifier.DefaultVerifyTableDefinitionVerifier
- failIfNecessary(ITable, ITable, FailureHandler, int, String, Object, Object, String) - Method in class org.dbunit.assertion.DbUnitAssertBase
- failOnMismatch(DatabaseConfig, Set<String>) - Method in class org.dbunit.DefaultExpectedDataSetAndVerifyTableDefinitionVerifier
- FailureFactory - Interface in org.dbunit.assertion
-
Factory to create exceptions for the testing framework to be used, for example JUnit, TestNG or dbunit exceptions.
- FailureHandler - Interface in org.dbunit.assertion
-
Handles the failure of an assertion.
- Feature() - Constructor for class org.dbunit.ant.DbConfig.Feature
- FEATURE_ALLOW_EMPTY_FIELDS - Static variable in class org.dbunit.database.DatabaseConfig
- FEATURE_BATCHED_STATEMENTS - Static variable in class org.dbunit.database.DatabaseConfig
- FEATURE_CASE_SENSITIVE_TABLE_NAMES - Static variable in class org.dbunit.database.DatabaseConfig
- FEATURE_DATATYPE_WARNING - Static variable in class org.dbunit.database.DatabaseConfig
- FEATURE_QUALIFIED_TABLE_NAMES - Static variable in class org.dbunit.database.DatabaseConfig
- FEATURE_SKIP_ORACLE_RECYCLEBIN_TABLES - Static variable in class org.dbunit.database.DatabaseConfig
- FileHelper - Class in org.dbunit.util
-
Utility that provides some general methods for working with
Fileobjects. - 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
SequenceTableFilteras filtering strategy. - FilteredDataSet(ITableFilter, IDataSet) - Constructor for class org.dbunit.dataset.FilteredDataSet
-
Creates a FilteredDataSet that decorates the specified dataset and exposes only the tables allowed by the specified filter.
- FilteredTableMetaData - Class in org.dbunit.dataset
- FilteredTableMetaData(ITableMetaData, IColumnFilter) - Constructor for class org.dbunit.dataset.FilteredTableMetaData
- finalize() - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
- findByName(String) - Static method in class org.dbunit.database.DatabaseConfig
-
Searches the
DatabaseConfig.ConfigPropertyobject for the property with the given name - findByShortName(String) - Static method in class org.dbunit.database.DatabaseConfig
-
Searches the
DatabaseConfig.ConfigPropertyobject for the property with the given name - findCellStyle(Workbook, Short, Map<Short, CellStyle>) - Static method in class org.dbunit.dataset.excel.XlsDataSetWriter
- findColumnsByName(String[], ITableMetaData) - Static method in class org.dbunit.dataset.Columns
- findColumnsByName(Column[], ITableMetaData) - Static method in class org.dbunit.dataset.Columns
- findOrMakeColumnMap(String) - Method in class org.dbunit.assertion.comparer.value.builder.TableColumnValueComparerMapBuilder
- findToleratedDelta(String, String) - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap
-
Lookup a tolerated delta object by tableName and ColumnName.
- findWorkbookCellStyleMap(Workbook) - Static method in class org.dbunit.dataset.excel.XlsDataSetWriter
- firePropertyChange(PropertyChangeEvent) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
-
Fire an existing PropertyChangeEvent 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(String, int, int) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
-
Report an int bound property update to any registered listeners.
- firePropertyChange(String, Object, Object) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
-
Report a bound property update to any registered listeners.
- FIVE_MINUTES_IN_MILLIS - Static variable in class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
- FIVE_SECONDS_IN_MILLIS - Static variable in class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
- FK_INDEXES - Static variable in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
- FKRelationshipEdge - Class in org.dbunit.database.search
-
Deprecated.this class duplicates
ForeignKeyRelationshipEdgeand should be removed - FKRelationshipEdge(String, String, String, String) - Constructor for class org.dbunit.database.search.FKRelationshipEdge
-
Deprecated.
- FlatDtdDataSet - Class in org.dbunit.dataset.xml
- FlatDtdDataSet() - Constructor for class org.dbunit.dataset.xml.FlatDtdDataSet
- FlatDtdDataSet(InputStream) - Constructor for class org.dbunit.dataset.xml.FlatDtdDataSet
- FlatDtdDataSet(Reader) - Constructor for class org.dbunit.dataset.xml.FlatDtdDataSet
- FlatDtdDataSet(IDataSetProducer) - Constructor for class org.dbunit.dataset.xml.FlatDtdDataSet
- FlatDtdProducer - Class in org.dbunit.dataset.xml
-
Produces a DataSet from a flat DTD.
- FlatDtdProducer() - Constructor for class org.dbunit.dataset.xml.FlatDtdProducer
- FlatDtdProducer(InputSource) - Constructor for class org.dbunit.dataset.xml.FlatDtdProducer
- FlatDtdWriter - Class in org.dbunit.dataset.xml
- FlatDtdWriter(Writer) - Constructor for class org.dbunit.dataset.xml.FlatDtdWriter
- FlatDtdWriter.ChoiceModel - Class in org.dbunit.dataset.xml
- FlatDtdWriter.ContentModel - Class in org.dbunit.dataset.xml
- FlatDtdWriter.SequenceModel - Class in org.dbunit.dataset.xml
- FlatXmlDataFileLoader - Class in org.dbunit.util.fileloader
- FlatXmlDataFileLoader() - Constructor for class org.dbunit.util.fileloader.FlatXmlDataFileLoader
-
Create new instance.
- FlatXmlDataFileLoader(Map) - Constructor for class org.dbunit.util.fileloader.FlatXmlDataFileLoader
-
Create new instance with replacement objects.
- FlatXmlDataFileLoader(Map, Map) - Constructor for class org.dbunit.util.fileloader.FlatXmlDataFileLoader
-
Create new instance with replacement objects and replacement substrings.
- FlatXmlDataFileLoader(Map, Map, FlatXmlDataSetBuilder) - Constructor for class org.dbunit.util.fileloader.FlatXmlDataFileLoader
-
Create new instance with replacement objects, replacement substrings, and
FlatXmlDataSetBuilder. - FlatXmlDataFileLoader(FlatXmlDataSetBuilder) - Constructor for class org.dbunit.util.fileloader.FlatXmlDataFileLoader
-
Create new instance with a
FlatXmlDataSetBuilder. - FlatXmlDataSet - Class in org.dbunit.dataset.xml
-
Reads and writes flat XML dataset document.
- FlatXmlDataSet(File) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
-
Deprecated.since 2.4.7 - use
FlatXmlDataSetBuilderto create aFlatXmlDataSet - FlatXmlDataSet(File, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
-
Deprecated.since 2.4.7 - use
FlatXmlDataSetBuilderto create aFlatXmlDataSet - FlatXmlDataSet(File, boolean, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
-
Deprecated.since 2.4.7 - use
FlatXmlDataSetBuilderto create aFlatXmlDataSet - FlatXmlDataSet(File, boolean, boolean, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
-
Deprecated.since 2.4.7 - use
FlatXmlDataSetBuilderto create aFlatXmlDataSet - FlatXmlDataSet(InputStream) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
-
Deprecated.since 2.4.7 - use
FlatXmlDataSetBuilderto create aFlatXmlDataSet - FlatXmlDataSet(InputStream, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
-
Deprecated.since 2.4.7 - use
FlatXmlDataSetBuilderto create aFlatXmlDataSet - FlatXmlDataSet(InputStream, InputStream) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
-
Deprecated.since 2.4.7 - use
FlatXmlDataSetBuilderto create aFlatXmlDataSet - FlatXmlDataSet(InputStream, IDataSet) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
-
Deprecated.since 2.4.7 - use
FlatXmlDataSetBuilderto create aFlatXmlDataSet - FlatXmlDataSet(Reader) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
-
Deprecated.since 2.4.7 - use
FlatXmlDataSetBuilderto create aFlatXmlDataSet - FlatXmlDataSet(Reader, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
-
Deprecated.since 2.4.7 - use
FlatXmlDataSetBuilderto create aFlatXmlDataSet - FlatXmlDataSet(Reader, boolean, boolean, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
-
Deprecated.since 2.4.7 - use
FlatXmlDataSetBuilderto create aFlatXmlDataSet - FlatXmlDataSet(Reader, Reader) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
-
Deprecated.since 2.4.7 - use
FlatXmlDataSetBuilderto create aFlatXmlDataSet - FlatXmlDataSet(Reader, IDataSet) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
-
Deprecated.since 2.4.7 - use
FlatXmlDataSetBuilderto create aFlatXmlDataSet - FlatXmlDataSet(URL) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
-
Deprecated.since 2.4.7 - use
FlatXmlDataSetBuilderto create aFlatXmlDataSet - FlatXmlDataSet(URL, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
-
Deprecated.since 2.4.7 - use
FlatXmlDataSetBuilderto create aFlatXmlDataSet - FlatXmlDataSet(URL, boolean, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
-
Deprecated.since 2.4.7 - use
FlatXmlDataSetBuilderto create aFlatXmlDataSet - FlatXmlDataSet(URL, boolean, boolean, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
-
Deprecated.since 2.4.7 - use
FlatXmlDataSetBuilderto create aFlatXmlDataSet - FlatXmlDataSet(FlatXmlProducer) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
-
Creates a new
FlatXmlDataSetwith the data of the given producer. - FlatXmlDataSet(InputSource) - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSet
-
Deprecated.since 2.4.7 - use
FlatXmlDataSetBuilderto create aFlatXmlDataSet - FlatXmlDataSetBuilder - Class in org.dbunit.dataset.xml
-
Builder for the creation of
FlatXmlDataSetinstances. - FlatXmlDataSetBuilder() - Constructor for class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
-
Default constructor
- FlatXmlProducer - Class in org.dbunit.dataset.xml
- FlatXmlProducer(InputSource) - Constructor for class org.dbunit.dataset.xml.FlatXmlProducer
- FlatXmlProducer(InputSource, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlProducer
- FlatXmlProducer(InputSource, boolean, boolean) - Constructor for class org.dbunit.dataset.xml.FlatXmlProducer
- FlatXmlProducer(InputSource, boolean, boolean, 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(OutputStream) - Constructor for class org.dbunit.dataset.xml.FlatXmlWriter
- FlatXmlWriter(OutputStream, Charset) - Constructor for class org.dbunit.dataset.xml.FlatXmlWriter
- FlatXmlWriter(Writer) - Constructor for class org.dbunit.dataset.xml.FlatXmlWriter
- FlatXmlWriter(Writer, Charset) - Constructor for class org.dbunit.dataset.xml.FlatXmlWriter
- FLOAT - Static variable in class org.dbunit.dataset.datatype.DataType
- FLOAT - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- FloatDataType - Class in org.dbunit.dataset.datatype
- flush() - Method in class org.dbunit.util.Base64.OutputStream
-
Appropriately pads Base64 notation when encoding or throws an exception if Base64 input is not properly padded when decoding.
- ForeignKeyRelationshipEdge - Class in org.dbunit.database.search
-
Implementation of an edge representing a foreign key (FK) relationship between two tables.
Thefromnode is the table which have the FK, while thetonode 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.
- format(ITable) - Method in class org.dbunit.util.TableFormatter
-
Formats a table with all data in a beautiful way.
- FORMAT_CSV - Static variable in class org.dbunit.ant.AbstractStep
- FORMAT_DTD - Static variable in class org.dbunit.ant.AbstractStep
- FORMAT_FLAT - Static variable in class org.dbunit.ant.AbstractStep
- FORMAT_XLS - Static variable in class org.dbunit.ant.AbstractStep
- FORMAT_XML - Static variable in class org.dbunit.ant.AbstractStep
- FORMAT_YML - Static variable in class org.dbunit.ant.AbstractStep
- forObject(Object) - Static method in class org.dbunit.dataset.datatype.DataType
-
Returns the
DataTypecorresponding to the specified value runtime class. - forSqlType(int) - Static method in class org.dbunit.dataset.datatype.DataType
-
Returns the
DataTypecorresponding 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(String, String, IDatabaseConnection) - Constructor for class org.dbunit.database.ForwardOnlyResultSetTable
- ForwardOnlyResultSetTable(ITableMetaData, ResultSet) - Constructor for class org.dbunit.database.ForwardOnlyResultSetTable
- ForwardOnlyResultSetTable(ITableMetaData, IDatabaseConnection) - Constructor for class org.dbunit.database.ForwardOnlyResultSetTable
- 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
- FOUR_MINUTES_IN_MILLIS - Static variable in class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
- FOUR_SECONDS_IN_MILLIS - Static variable in class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
- FullXmlDataFileLoader - Class in org.dbunit.util.fileloader
- FullXmlDataFileLoader() - Constructor for class org.dbunit.util.fileloader.FullXmlDataFileLoader
-
Create new instance.
- FullXmlDataFileLoader(Map) - Constructor for class org.dbunit.util.fileloader.FullXmlDataFileLoader
-
Create new instance with replacement objects.
- FullXmlDataFileLoader(Map, Map) - Constructor for class org.dbunit.util.fileloader.FullXmlDataFileLoader
-
Create new instance with replacement objects and replacement substrings.
G
- GeneratedColumnFilter - Class in org.dbunit.dataset.filter
-
Column filter that filters out generated columns.
- GeneratedColumnFilter() - Constructor for class org.dbunit.dataset.filter.GeneratedColumnFilter
- GenericEnumType - Class in org.dbunit.ext.postgresql
-
Adapter to handle conversion between Postgresql native Enum type and Strings.
- GenericEnumType(String) - Constructor for class org.dbunit.ext.postgresql.GenericEnumType
- GeometryType - Class in org.dbunit.ext.postgresql
- GeometryType() - Constructor for class org.dbunit.ext.postgresql.GeometryType
- 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
- get(String) - Method in class org.dbunit.database.PrimaryKeyFilter.PkTableMap
- get(String) - Method in class org.dbunit.dataset.OrderedTableNameMap
-
Returns the object associated with the given table name
- getActual() - Method in exception class org.dbunit.assertion.DbComparisonFailure
- getActual() - Method in class org.dbunit.dataset.Columns.ColumnDiff
- getActualAsString() - Method in class org.dbunit.dataset.Columns.ColumnDiff
- getActualTable() - Method in class org.dbunit.assertion.Difference
- getActualValue() - Method in class org.dbunit.assertion.Difference
- getAdditionalInfo(ITable, ITable, int, String) - Method in class org.dbunit.assertion.DefaultFailureHandler
- getAdditionalInfo(ITable, ITable, int, String) - Method in interface org.dbunit.assertion.FailureHandler
-
Returns a string to be appended to the assertion failure message.
- getAllDataset(IDatabaseConnection, String, Set) - Static method in class org.dbunit.database.search.TablesDependencyHelper
- getAllDataset(IDatabaseConnection, PrimaryKeyFilter.PkTableMap) - Static method in class org.dbunit.database.search.TablesDependencyHelper
- getAllDependentTables(IDatabaseConnection, String) - Static method in class org.dbunit.database.search.TablesDependencyHelper
-
Get the name of all tables that depend on a root table ( i.e, all tables whose PK is a FK for the root table) and also the tables the root table depends on (i.e., all tables which have a FK for the root table's PK).
- getAllDependentTables(IDatabaseConnection, String[]) - Static method in class org.dbunit.database.search.TablesDependencyHelper
-
Get the name of all tables that depend on the root tables ( i.e, all tables whose PK is a FK for any of the root tables) and also the tables the root tables depends on (i.e., all tables which have a FK for any of the root table's PK).
- getArray() - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
- getArray() - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
- getArray(long, int) - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
- getArray(long, int) - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
- getAutoIncrement() - Method in class org.dbunit.dataset.Column
- getBaseType() - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
- getBaseType() - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
- getBaseTypeName() - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
- getBaseTypeName() - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
- getBatchSize() - Method in class org.dbunit.ant.DbUnitTask
- getBuilder() - Method in class org.dbunit.util.fileloader.FlatXmlDataFileLoader
-
Get the builder.
- getCastedValue(Object, DataType) - Method in class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
- getCellStyle(Workbook, short) - Static method in class org.dbunit.dataset.excel.XlsDataSetWriter
- 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
- getClock() - Method in class org.dbunit.util.RelativeDateTimeParser
- getColumn(String, Column[]) - Static method in class org.dbunit.dataset.Columns
-
Search and return the specified column from the specified column array.
- getColumn(String, Column[]) - Static method in class org.dbunit.dataset.DataSetUtils
-
Deprecated.since 2.3.0 - prefer usage of
Columns.getColumn(String, Column[]) - getColumnDiff(ITableMetaData, ITableMetaData) - Static method in class org.dbunit.dataset.Columns
-
Returns the column difference of the two given
ITableMetaDataobjects - getColumnExclusionFilters() - Method in class org.dbunit.VerifyTableDefinition
- getColumnInclusionFilters() - Method in class org.dbunit.VerifyTableDefinition
- getColumnIndex(String) - Method in class org.dbunit.dataset.AbstractTable
- getColumnIndex(String) - Method in class org.dbunit.dataset.AbstractTableMetaData
-
Provides the index of the column with the given name within this table.
- getColumnIndex(String) - Method in interface org.dbunit.dataset.ITableMetaData
-
Returns the column's array index of the column with the given name within this table metadata.
- getColumnName() - Method in class org.dbunit.assertion.DbUnitAssert.ComparisonColumn
- getColumnName() - Method in class org.dbunit.assertion.Difference
- getColumnName() - Method in class org.dbunit.dataset.Column
-
Returns this column name.
- getColumnName() - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap.ToleratedDelta
- getColumnNames(Column[]) - Static method in class org.dbunit.dataset.Columns
-
Returns the names of the given column objects as string array
- getColumnNamesAsString(Column[]) - Static method in class org.dbunit.dataset.Columns
-
Creates a pretty string representation of the given column names
- getColumns() - Method in class org.dbunit.database.DatabaseTableMetaData
- getColumns() - Method in class org.dbunit.database.ResultSetTableMetaData
- getColumns() - Method in class org.dbunit.dataset.DefaultTableMetaData
- getColumns() - Method in class org.dbunit.dataset.FilteredTableMetaData
- getColumns() - Method in interface org.dbunit.dataset.ITableMetaData
-
Returns this table columns as recognized by dbunit.
- getColumns() - Method in class org.dbunit.dataset.LowerCaseTableMetaData
- getColumns() - Method in class org.dbunit.operation.OperationData
- getColumns(String[], Column[]) - Static method in class org.dbunit.dataset.Columns
-
Search and return the
Columns from the specified column array that match one of the givencolumnNames. - getColumns(String, Column[], IColumnFilter) - Static method in class org.dbunit.dataset.Columns
-
Search and return the columns from the specified column array which are accepted by the given
IColumnFilter. - getColumns(DatabaseMetaData, String, String) - Method in class org.dbunit.database.DefaultMetadataHandler
- getColumns(DatabaseMetaData, String, String) - Method in interface org.dbunit.database.IMetadataHandler
-
Returns the result set for an invocation of
DatabaseMetaData.getColumns(String, String, String, String). - getColumns(DatabaseMetaData, String, String) - Method in class org.dbunit.ext.mysql.MySqlMetadataHandler
- getColumns(DatabaseMetaData, String, String) - Method in class org.dbunit.ext.netezza.NetezzaMetadataHandler
- getColumnValidated(String, Column[], String) - Static method in class org.dbunit.dataset.Columns
-
Search and return the specified column from the specified column array.
- getColumnValue(String) - Method in interface org.dbunit.dataset.IRowValueProvider
-
Returns the column value for the column with the given name of the currently processed row
- getColumnValue(String) - Method in class org.dbunit.dataset.RowFilterTable
-
Returns the column value for the column with the given name of the currently processed row
- getColumnValue(ITable, int, String) - Method in class org.dbunit.assertion.DefaultFailureHandler
- getColumnValueComparers() - Method in class org.dbunit.VerifyTableDefinition
- getComparisonColumns(String, Column[], Column[], FailureHandler) - Method in class org.dbunit.assertion.DbUnitAssertBase
- getConfig() - Method in class org.dbunit.database.AbstractDatabaseConnection
- getConfig() - Method in interface org.dbunit.database.IDatabaseConnection
-
Returns this connection database configuration
- getConfigurator() - Method in class org.dbunit.database.DatabaseConfig
- getConnection() - Method in class org.dbunit.database.DatabaseConnection
- getConnection() - Method in class org.dbunit.database.DatabaseDataSourceConnection
- getConnection() - Method in interface org.dbunit.database.IDatabaseConnection
-
Returns a JDBC database connection.
- getConnection() - Method in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
-
Get the connection where the edges will be calculated from.
- getConnection() - Method in class org.dbunit.DatabaseTestCase
-
Returns the test database connection.
- getConnection() - Method in class org.dbunit.DataSourceDatabaseTester
- getConnection() - Method in class org.dbunit.DBTestCase
- getConnection() - Method in class org.dbunit.DefaultDatabaseTester
- getConnection() - Method in interface org.dbunit.IDatabaseTester
-
Returns the test database connection.
- getConnection() - Method in class org.dbunit.JdbcDatabaseTester
- getConnection() - Method in class org.dbunit.JndiDatabaseTester
- getConnectionUrl() - Method in class org.dbunit.JdbcBasedDBTestCase
-
Returns the test connection url.
- getCurrentProduct() - Method in class org.dbunit.dataset.common.handlers.Pipeline
- getDatabaseDataSet(IDatabaseConnection, List) - Method in class org.dbunit.ant.AbstractStep
- getDatabaseInfo(DatabaseMetaData) - Static method in class org.dbunit.util.SQLHelper
-
Returns the database and JDBC driver information as pretty formatted string
- getDatabaseProducts() - Static method in class org.dbunit.ext.postgresql.PostgresqlDataTypeFactory
- 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. - getDatabaseTester() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Get the databaseTester.
- getDataFileLoader() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Get the dataFileLoader.
- getDataset(IDatabaseConnection, String, Set) - Static method in class org.dbunit.database.search.TablesDependencyHelper
- getDataset(IDatabaseConnection, PrimaryKeyFilter.PkTableMap) - Static method in class org.dbunit.database.search.TablesDependencyHelper
- getDataSet() - Method in class org.dbunit.AbstractDatabaseTester
- getDataSet() - Method in class org.dbunit.DatabaseTestCase
-
Returns the test dataset.
- getDataSet() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Returns the test dataset.
- getDataSet() - Method in interface org.dbunit.IDatabaseTester
-
Returns the test dataset.
- getDataSource() - Method in class org.dbunit.DataSourceBasedDBTestCase
-
Returns the test DataSource.
- getDataType() - Method in class org.dbunit.assertion.DbUnitAssert.ComparisonColumn
- getDataType() - Method in class org.dbunit.dataset.Column
-
Returns this column data type.
- getDataTypeFactory(IDatabaseConnection) - Method in class org.dbunit.dataset.AbstractTableMetaData
-
Validates and returns the datatype factory of the given connection
- getDbConfig() - Method in class org.dbunit.ant.DbUnitTask
- getDbOperation() - Method in class org.dbunit.ant.Operation
- getDefaultColumnValueComparerMapForTable(String) - Method in class org.dbunit.assertion.comparer.value.DefaultValueComparerDefaults
- getDefaultColumnValueComparerMapForTable(String) - Method in interface org.dbunit.assertion.comparer.value.ValueComparerDefaults
- getDefaultFailureHandler() - Method in class org.dbunit.assertion.DbUnitAssertBase
- getDefaultFailureHandler(Column[]) - Method in class org.dbunit.assertion.DbUnitAssertBase
- getDefaultTableColumnValueComparerMap() - Method in class org.dbunit.assertion.comparer.value.DefaultValueComparerDefaults
- getDefaultTableColumnValueComparerMap() - Method in interface org.dbunit.assertion.comparer.value.ValueComparerDefaults
- getDefaultValue() - Method in class org.dbunit.dataset.Column
- getDefaultValueComparer() - Method in class org.dbunit.assertion.comparer.value.DefaultValueComparerDefaults
- getDefaultValueComparer() - Method in interface org.dbunit.assertion.comparer.value.ValueComparerDefaults
- getDefaultValueComparer() - Method in class org.dbunit.VerifyTableDefinition
- getDeleteAllCommand() - Method in class org.dbunit.operation.DeleteAllOperation
- getDeleteAllCommand() - Method in class org.dbunit.operation.TruncateTableOperation
- getDelta() - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap.Precision
- getDependentTables(IDatabaseConnection, String) - Static method in class org.dbunit.database.search.TablesDependencyHelper
-
Get the name of all tables that depend on the root tables (i.e, all tables that have FKs pointing to the PK of the root table).
- getDependentTables(IDatabaseConnection, String[]) - Static method in class org.dbunit.database.search.TablesDependencyHelper
-
Get the name of all tables that depend on the root tables (i.e, all tables that have FKs pointing to the PK of one of the root tables).
- getDependsOnTables(IDatabaseConnection, String) - Static method in class org.dbunit.database.search.TablesDependencyHelper
-
Get the name of all tables that the given rootTable depends on (i.e, all tables whose PK is a FK for the root table).
- getDescriptor() - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
- getDescriptor() - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
- getDest() - Method in class org.dbunit.ant.Export
- getDiffList() - Method in class org.dbunit.assertion.DiffCollectingFailureHandler
- getDirectDependentTables(IDatabaseConnection, String) - Static method in class org.dbunit.database.search.TablesDependencyHelper
-
Returns a set of tables which directly depend on the given table.
- getDirectDependsOnTables(IDatabaseConnection, String) - Static method in class org.dbunit.database.search.TablesDependencyHelper
-
Returns a set of tables on which the given table directly depends on.
- getDoctype() - Method in class org.dbunit.ant.Export
- getDriverClass() - Method in class org.dbunit.JdbcBasedDBTestCase
-
Returns the JDBC driver classname.
- getEdges(Object) - Method in class org.dbunit.database.search.ExportedKeysSearchCallback
- getEdges(Object) - Method in class org.dbunit.database.search.ImportedAndExportedKeysSearchCallback
- getEdges(Object) - Method in class org.dbunit.database.search.ImportedKeysSearchCallback
- getEdges(Object) - Method in interface org.dbunit.util.search.ISearchCallback
-
Get the edges originating from a node.
- getElement(long) - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
- getElement(long) - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
- getEncoding() - Method in class org.dbunit.ant.Export
-
Encoding for XML-Output
- getEnforcedComponents() - Method in class org.dbunit.dataset.common.handlers.EnforceHandler
- getEqualsInstance() - Static method in class org.dbunit.Assertion
- getEscapeChar() - Method in class org.dbunit.dataset.common.handlers.PipelineConfig
- getEscapedName(String, String) - Static method in class org.dbunit.dataset.DataSetUtils
-
Deprecated.since 2.3.0. Prefer usage of
QualifiedTableName.getQualifiedName()creating a newQualifiedTableNameobject - getException() - Method in exception class org.dbunit.DatabaseUnitException
-
Deprecated.Use
Throwable.getCause()to retrieve the nested exception - getException() - Method in exception class org.dbunit.DatabaseUnitRuntimeException
-
Deprecated.Use
Throwable.getCause()instead - getExpected() - Method in exception class org.dbunit.assertion.DbComparisonFailure
- getExpected() - Method in class org.dbunit.dataset.Columns.ColumnDiff
- getExpectedAsString() - Method in class org.dbunit.dataset.Columns.ColumnDiff
- getExpectedDataset() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Get the expected dataset, created from the expectedDataFiles.
- getExpectedDataset() - Method in interface org.dbunit.PrepAndExpectedTestCase
-
Get the expected dataset, created from the expectedDataFiles.
- getExpectedDataSetAndVerifyTableDefinitionVerifier() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
- getExpectedTable() - Method in class org.dbunit.assertion.Difference
- getExpectedValue() - Method in class org.dbunit.assertion.Difference
- getExportDataSet(IDatabaseConnection) - Method in class org.dbunit.ant.Export
-
Creates the dataset that is finally used for the export
- getFailMessage() - Method in class org.dbunit.assertion.Difference
- getFailPhrase() - Method in class org.dbunit.assertion.comparer.value.IsActualContainingExpectedStringValueComparer
- getFailPhrase() - Method in class org.dbunit.assertion.comparer.value.IsActualEqualToExpectedValueComparer
- getFailPhrase() - Method in class org.dbunit.assertion.comparer.value.IsActualEqualToExpectedWithEmptyFailMessageValueComparer
- getFailPhrase() - Method in class org.dbunit.assertion.comparer.value.IsActualGreaterThanExpectedValueComparer
- getFailPhrase() - Method in class org.dbunit.assertion.comparer.value.IsActualGreaterThanExpectedWithIgnoreMillisValueComparer
- getFailPhrase() - Method in class org.dbunit.assertion.comparer.value.IsActualGreaterThanOrEqualToExpectedValueComparer
- getFailPhrase() - Method in class org.dbunit.assertion.comparer.value.IsActualGreaterThanOrEqualToExpectedWithIgnoreMillisValueComparer
- getFailPhrase() - Method in class org.dbunit.assertion.comparer.value.IsActualLessThanExpectedValueComparer
- getFailPhrase() - Method in class org.dbunit.assertion.comparer.value.IsActualLessThanOrEqualToExpectedValueComparer
- getFailPhrase() - Method in class org.dbunit.assertion.comparer.value.IsActualNotEqualToExpectedValueComparer
- getFailPhrase() - Method in class org.dbunit.assertion.comparer.value.IsActualNotNullValueComparer
- getFailPhrase() - Method in class org.dbunit.assertion.comparer.value.IsActualNullValueComparer
- getFailPhrase() - Method in class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
- getFailPhrase() - Method in class org.dbunit.assertion.comparer.value.NeverFailsValueComparer
- getFailPhrase() - Method in class org.dbunit.assertion.comparer.value.ValueComparerTemplateBase
- getFeature(String) - Method in class org.dbunit.database.DatabaseConfig
-
Deprecated.since 2.4.7 Use the
DatabaseConfig.getProperty(String)where features are listed now as well - getFetchSize() - Method in class org.dbunit.ant.DbUnitTask
- getFilter() - Method in class org.dbunit.database.search.ImportedAndExportedKeysSearchCallbackFilteredByPKs
-
Get the primary key filter associated with the call back
- getFilter() - Method in class org.dbunit.database.search.ImportedKeysSearchCallbackFilteredByPKs
-
Get the primary key filter associated with the call back
- getFilteredColumns(String, Column[], IColumnFilter) - Static method in class org.dbunit.dataset.FilteredTableMetaData
- getFilteredNodes() - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
-
Get which modes are allowed/denied, depending on the operation mode.
- getFilteringMode() - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
-
Get the operation mode
- getFKColumn() - Method in class org.dbunit.database.search.FKRelationshipEdge
-
Deprecated.
- getFKColumn() - Method in class org.dbunit.database.search.ForeignKeyRelationshipEdge
-
Gets the name of the foreign key column in the relationship.
- getFormat() - Method in class org.dbunit.ant.Compare
- getFormat() - Method in class org.dbunit.ant.Export
- getFormat() - Method in class org.dbunit.ant.Operation
- getFrom() - Method in class org.dbunit.util.search.Edge
- getFrom() - Method in interface org.dbunit.util.search.IEdge
-
Get the node this edge originates from.
- getGeneratedColumn() - Method in class org.dbunit.dataset.Column
- getHelper() - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
- getId() - Method in class org.dbunit.ant.QuerySet
- getIgnoreMapping(ITable, int) - Method in class org.dbunit.operation.InsertOperation
- getInputSource(File) - Static method in class org.dbunit.ant.AbstractStep
-
Creates and returns an
InputSource - getJNDIProperties() - Method in class org.dbunit.JndiBasedDBTestCase
-
Returns the JNDI properties to use.
Subclasses must override this method to provide customized JNDI properties. - getKey() - Method in class org.dbunit.dataset.Column.AutoIncrement
- getLastTableName() - Method in class org.dbunit.dataset.OrderedTableNameMap
- getLock() - Method in class org.dbunit.util.concurrent.SynchronizedVariable
-
Return the lock used for all synchronization for this object
- getLogMessage() - Method in class org.dbunit.ant.Compare
- getLogMessage() - Method in interface org.dbunit.ant.DbUnitTaskStep
- getLogMessage() - Method in class org.dbunit.ant.Export
- getLogMessage() - Method in class org.dbunit.ant.Operation
- getLookupName() - Method in class org.dbunit.JndiBasedDBTestCase
-
Returns the JNDI lookup name for the test DataSource.
- getMessage() - Method in exception class org.dbunit.assertion.DbComparisonFailure
- getMessage() - Method in class org.dbunit.dataset.Columns.ColumnDiff
- getName() - Method in class org.dbunit.ant.DbConfig.Feature
- getName() - Method in class org.dbunit.ant.Query
- getName() - Method in class org.dbunit.ant.Table
- getName() - Method in class org.dbunit.DatabaseTestCase
- 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 usegetNodesFromImportedKeys()or something similar, 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
trueif this column is nullable. - getNullToken() - Method in class org.dbunit.ant.Operation
- getOperationData(ITableMetaData, BitSet, IDatabaseConnection) - Method in class org.dbunit.operation.DeleteOperation
- getOperationData(ITableMetaData, BitSet, IDatabaseConnection) - Method in class org.dbunit.operation.InsertOperation
- getOperationData(ITableMetaData, BitSet, IDatabaseConnection) - Method in class org.dbunit.operation.UpdateOperation
- getOperationListener() - Method in class org.dbunit.DatabaseTestCase
- getORADataFactory() - Static method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
- getORADataFactory() - Static method in class org.dbunit.ext.oracle.OracleSdoGeometry
- getORADataFactory() - Static method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
- getORADataFactory() - Static method in class org.dbunit.ext.oracle.OracleSdoPointType
- getOriginalMetaData() - Method in class org.dbunit.dataset.ColumnFilterTable
- getPassword() - Method in class org.dbunit.JdbcBasedDBTestCase
-
Returns the password for the connection.
Subclasses may override this method to provide a custom password.
Default implementations returns null. - getPipeline() - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
- getPipeline() - Method in interface org.dbunit.dataset.common.handlers.PipelineComponent
- getPipelineConfig() - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
- getPipelineConfig() - Method in class org.dbunit.dataset.common.handlers.Pipeline
- getPKColumn() - Method in class org.dbunit.database.search.FKRelationshipEdge
-
Deprecated.
- getPKColumn() - Method in class org.dbunit.database.search.ForeignKeyRelationshipEdge
-
Gets the name of the primary key column in the relationship.
- getPrepDataset() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Get the prep dataset, created from the prepDataFiles.
- getPrepDataset() - Method in interface org.dbunit.PrepAndExpectedTestCase
-
Get the prep dataset, created from the prepDataFiles.
- getPrimaryKeyColumn(Connection, String) - Static method in class org.dbunit.util.SQLHelper
-
Gets the primary column for a table.
- getPrimaryKeys() - Method in class org.dbunit.database.DatabaseTableMetaData
- getPrimaryKeys() - Method in class org.dbunit.database.ResultSetTableMetaData
- getPrimaryKeys() - Method in class org.dbunit.dataset.DefaultTableMetaData
- getPrimaryKeys() - Method in class org.dbunit.dataset.FilteredTableMetaData
- getPrimaryKeys() - Method in interface org.dbunit.dataset.ITableMetaData
-
Returns this table primary key columns.
- getPrimaryKeys() - Method in class org.dbunit.dataset.LowerCaseTableMetaData
- getPrimaryKeys(String, Column[], IColumnFilter) - Static method in class org.dbunit.dataset.AbstractTableMetaData
-
Deprecated.since 2.3.0 - use
Columns.getColumns(String[], Column[]) - getPrimaryKeys(DatabaseMetaData, String, String) - Method in class org.dbunit.database.DefaultMetadataHandler
- getPrimaryKeys(DatabaseMetaData, String, String) - Method in interface org.dbunit.database.IMetadataHandler
- getPrimaryKeys(DatabaseMetaData, String, String) - Method in class org.dbunit.ext.mysql.MySqlMetadataHandler
- getPrimaryKeys(DatabaseMetaData, String, String) - Method in class org.dbunit.ext.netezza.NetezzaMetadataHandler
- getPrimaryKeys(Column[], String[]) - Static method in class org.dbunit.dataset.AbstractTableMetaData
-
Deprecated.since 2.3.0 - use
Columns.getColumns(String[], Column[]) - getProducts() - Method in class org.dbunit.dataset.common.handlers.Pipeline
- getProperty() - Method in class org.dbunit.database.DatabaseConfig.ConfigProperty
- getProperty(String) - Method in class org.dbunit.database.DatabaseConfig
-
Look up the value of a property.
- getPropertyType() - Method in class org.dbunit.database.DatabaseConfig.ConfigProperty
- getQualifiedName() - Method in class org.dbunit.util.QualifiedTableName
- getQualifiedName(String, String) - Static method in class org.dbunit.dataset.DataSetUtils
-
Deprecated.since 2.3.0. Prefer usage of
QualifiedTableName.getQualifiedName()creating a newQualifiedTableNameobject - getQualifiedName(String, String, String) - Static method in class org.dbunit.dataset.DataSetUtils
-
Deprecated.since 2.3.0. Prefer usage of
QualifiedTableName.getQualifiedName()creating a newQualifiedTableNameobject - getQualifiedName(String, String, IDatabaseConnection) - Method in class org.dbunit.operation.AbstractOperation
- getQualifiedNameIfEnabled(DatabaseConfig) - Method in class org.dbunit.util.QualifiedTableName
-
Returns the qualified name using the values given in the constructor.
- getQueries() - Method in class org.dbunit.ant.QuerySet
- getQueryDataSet(IDatabaseConnection) - Method in class org.dbunit.ant.QuerySet
- getReason() - Method in exception class org.dbunit.assertion.DbComparisonFailure
- getRefid() - Method in class org.dbunit.ant.QuerySet
- getRemarks() - Method in class org.dbunit.dataset.Column
- getReverseTableNames(IDataSet) - Static method in class org.dbunit.dataset.DataSetUtils
-
Returns the table names from the specified dataset in reverse order.
- getRowCount() - Method in class org.dbunit.database.ForwardOnlyResultSetTable
- getRowCount() - Method in class org.dbunit.database.PrimaryKeyFilteredTableWrapper
- getRowCount() - Method in class org.dbunit.database.ScrollableResultSetTable
- getRowCount() - Method in class org.dbunit.dataset.CaseInsensitiveTable
-
Deprecated.
- getRowCount() - Method in class org.dbunit.dataset.ColumnFilterTable
- getRowCount() - Method in class org.dbunit.dataset.CompositeTable
- getRowCount() - Method in class org.dbunit.dataset.DefaultTable
- getRowCount() - Method in class org.dbunit.dataset.ForwardOnlyTable
- getRowCount() - Method in interface org.dbunit.dataset.ITable
-
Returns this table row count.
- getRowCount() - Method in class org.dbunit.dataset.ReplacementTable
- getRowCount() - Method in class org.dbunit.dataset.RowFilterTable
- getRowCount() - Method in class org.dbunit.dataset.SortedTable
- getRowCount(String) - Method in class org.dbunit.database.AbstractDatabaseConnection
- getRowCount(String) - Method in interface org.dbunit.database.IDatabaseConnection
-
Returns the specified table row count.
- getRowCount(String, String) - Method in class org.dbunit.database.AbstractDatabaseConnection
- getRowCount(String, String) - Method in interface org.dbunit.database.IDatabaseConnection
-
Returns the specified table row count according specified where clause.
- getRowIndex() - Method in class org.dbunit.assertion.Difference
- getSchema() - Method in class org.dbunit.AbstractDatabaseTester
-
Returns the schema value.
- getSchema() - Method in class org.dbunit.database.DatabaseConnection
- getSchema() - Method in class org.dbunit.database.DatabaseDataSourceConnection
- getSchema() - Method in interface org.dbunit.database.IDatabaseConnection
-
Returns the database schema name.
- getSchema() - Method in class org.dbunit.util.QualifiedTableName
- getSchema(ResultSet) - Method in class org.dbunit.database.DefaultMetadataHandler
- getSchema(ResultSet) - Method in interface org.dbunit.database.IMetadataHandler
-
Returns the schema name to which the table of the current result set index belongs.
- getSchema(ResultSet) - Method in class org.dbunit.ext.mysql.MySqlMetadataHandler
- getSchema(ResultSet) - Method in class org.dbunit.ext.netezza.NetezzaMetadataHandler
- getSdoElemInfo() - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
- getSdoGtype() - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
- getSdoOrdinates() - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
- getSdoPoint() - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
- getSdoSrid() - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
- getSeparatorChar() - Method in class org.dbunit.dataset.common.handlers.PipelineConfig
- getSetUpOperation() - Method in class org.dbunit.AbstractDatabaseTester
-
Returns the DatabaseOperation to call when starting the test.
- getSetUpOperation() - Method in class org.dbunit.DatabaseTestCase
-
Returns the database operation executed in test setup.
- getSetUpOperation() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
- getSetUpOperation() - Method in interface org.dbunit.IDatabaseTester
-
Gets the DatabaseOperation to call when starting the test.
- getSortColumns() - Method in class org.dbunit.dataset.SortedTable
- getSortedColumns(ITableMetaData) - Static method in class org.dbunit.dataset.Columns
-
Returns a sorted array of column objects
- getSortedTableNames(IDataSet) - Method in class org.dbunit.assertion.DbUnitAssertBase
- getSql() - Method in class org.dbunit.ant.Query
- getSql() - Method in class org.dbunit.operation.OperationData
- getSqlType() - Method in class org.dbunit.dataset.datatype.AbstractDataType
- getSqlType() - Method in class org.dbunit.dataset.datatype.DataType
-
Returns the corresponding
Types. - getSqlTypeName() - Method in class org.dbunit.dataset.Column
-
Returns this column sql data type name.
- getSqlTypeName() - Method in class org.dbunit.dataset.datatype.DataType
-
Returns the SQL type name for user types (null for basic SQL types)
- getSqlTypeName() - Method in class org.dbunit.ext.oracle.OracleXMLTypeDataType
- getSqlTypeName() - Method in class org.dbunit.ext.postgresql.GenericEnumType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.AbstractDataType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.BigIntegerDataType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.BinaryStreamDataType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.BlobDataType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.BooleanDataType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.BytesDataType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.ClobDataType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.DataType
-
Returns the specified column value from the specified resultset object.
- getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.DateDataType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.DoubleDataType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.FloatDataType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.IntegerDataType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.LongDataType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.NumberDataType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.StringDataType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.TimeDataType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.dataset.datatype.TimestampDataType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.ext.mssql.DateTimeOffsetType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.ext.mssql.UniqueIdentifierType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.ext.oracle.OracleBlobDataType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.ext.oracle.OracleClobDataType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.ext.oracle.OracleSdoGeometryDataType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.ext.oracle.OracleXMLTypeDataType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.ext.postgresql.CitextType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.ext.postgresql.GenericEnumType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.ext.postgresql.GeometryType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.ext.postgresql.InetType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.ext.postgresql.IntervalType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.ext.postgresql.PostgreSQLOidDataType
- getSqlValue(int, ResultSet) - Method in class org.dbunit.ext.postgresql.UuidType
- getSqlValueString(Object, DataType) - Static method in class org.dbunit.dataset.DataSetUtils
-
Returns the specified value as a string to be use in an SQL Statement.
- getSrc() - Method in class org.dbunit.ant.Compare
- getSrc() - Method in class org.dbunit.ant.Operation
- getSrcDataSet(File, String, boolean) - Method in class org.dbunit.ant.AbstractStep
- getStatementFactory() - Method in class org.dbunit.database.AbstractDatabaseConnection
-
Deprecated.
- getStatementFactory() - Method in interface org.dbunit.database.IDatabaseConnection
-
Deprecated.
- getSteps() - Method in class org.dbunit.ant.DbUnitTask
-
Gets the Steps.
- getSuccessor() - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
- getTable() - Method in class org.dbunit.database.DatabaseTableIterator
- getTable() - Method in class org.dbunit.database.QueryTableIterator
-
Returns the current table.
- getTable() - Method in class org.dbunit.dataset.DefaultTableIterator
- getTable() - Method in class org.dbunit.dataset.filter.SequenceTableIterator
- getTable() - Method in interface org.dbunit.dataset.ITableIterator
-
Returns the current table.
- getTable() - Method in class org.dbunit.dataset.stream.StreamingIterator
- getTable() - Method in class org.dbunit.util.QualifiedTableName
- getTable(String) - Method in class org.dbunit.database.DatabaseDataSet
- getTable(String) - Method in class org.dbunit.dataset.AbstractDataSet
- getTable(String) - Method in class org.dbunit.dataset.CaseInsensitiveDataSet
-
Deprecated.
- 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(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(String) - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
- getTableMetaData() - Method in class org.dbunit.database.AbstractResultSetTable
- getTableMetaData() - Method in class org.dbunit.database.DatabaseTableIterator
- getTableMetaData() - Method in class org.dbunit.database.PrimaryKeyFilteredTableWrapper
- getTableMetaData() - Method in class org.dbunit.database.QueryTableIterator
-
Returns the metadata of the current table.
- getTableMetaData() - Method in class org.dbunit.dataset.CaseInsensitiveTable
-
Deprecated.
- getTableMetaData() - Method in class org.dbunit.dataset.ColumnFilterTable
- getTableMetaData() - Method in class org.dbunit.dataset.CompositeTable
- getTableMetaData() - Method in class org.dbunit.dataset.DefaultTable
- getTableMetaData() - Method in class org.dbunit.dataset.DefaultTableIterator
- getTableMetaData() - Method in class org.dbunit.dataset.filter.SequenceTableIterator
- getTableMetaData() - Method in class org.dbunit.dataset.ForwardOnlyTable
- 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() - Method in class org.dbunit.dataset.ReplacementTable
- getTableMetaData() - Method in class org.dbunit.dataset.RowFilterTable
- getTableMetaData() - Method in class org.dbunit.dataset.SortedTable
- getTableMetaData() - Method in class org.dbunit.dataset.stream.StreamingIterator
- getTableMetaData(String) - Method in class org.dbunit.database.DatabaseDataSet
- getTableMetaData(String) - Method in class org.dbunit.dataset.AbstractDataSet
- getTableMetaData(String) - Method in class org.dbunit.dataset.CaseInsensitiveDataSet
-
Deprecated.
- getTableMetaData(String) - Method in class org.dbunit.dataset.FilteredDataSet
- getTableMetaData(String) - Method in class org.dbunit.dataset.ForwardOnlyDataSet
- getTableMetaData(String) - Method in interface org.dbunit.dataset.IDataSet
-
Returns the specified table metadata.
- getTableMetaData(String) - Method in class org.dbunit.dataset.LowerCaseDataSet
- getTableMetaData(String) - Method in class org.dbunit.dataset.ReplacementDataSet
- getTableMetaData(String) - Method in class org.dbunit.dataset.SortedDataSet
- getTableMetaData(String) - Method in class org.dbunit.dataset.stream.StreamingDataSet
-
Not supported.
- getTableMetaData(String) - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
- getTableName() - Method in class org.dbunit.database.DatabaseTableMetaData
- getTableName() - Method in class org.dbunit.database.ResultSetTableMetaData
- getTableName() - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap.ToleratedDelta
- getTableName() - Method in class org.dbunit.dataset.DefaultTableMetaData
- getTableName() - Method in class org.dbunit.dataset.FilteredTableMetaData
- getTableName() - Method in interface org.dbunit.dataset.ITableMetaData
-
Returns this table name.
- getTableName() - Method in class org.dbunit.dataset.LowerCaseTableMetaData
- getTableName() - Method in interface org.dbunit.dataset.sqlloader.SqlLoaderControlParser
- getTableName() - Method in class org.dbunit.dataset.sqlloader.SqlLoaderControlParserImpl
- getTableName() - Method in class org.dbunit.VerifyTableDefinition
- getTableName(String) - Method in class org.dbunit.dataset.OrderedTableNameMap
-
Returns the table name in the correct case (for example as upper case string)
- getTableNames() - Method in class org.dbunit.database.DatabaseDataSet
- getTableNames() - Method in class org.dbunit.database.PrimaryKeyFilter.PkTableMap
- getTableNames() - Method in class org.dbunit.database.QueryDataSet
- getTableNames() - Method in class org.dbunit.dataset.AbstractDataSet
- getTableNames() - Method in class org.dbunit.dataset.CaseInsensitiveDataSet
-
Deprecated.
- getTableNames() - Method in class org.dbunit.dataset.FilteredDataSet
- getTableNames() - Method in class org.dbunit.dataset.ForwardOnlyDataSet
- getTableNames() - Method in interface org.dbunit.dataset.IDataSet
-
Returns names of tables in this dataset in proper sequence.
- getTableNames() - Method in class org.dbunit.dataset.LowerCaseDataSet
- getTableNames() - Method in class org.dbunit.dataset.OrderedTableNameMap
-
Provides the ordered table names having the same order in which the table names have been added via
OrderedTableNameMap.add(String, Object). - getTableNames() - Method in class org.dbunit.dataset.ReplacementDataSet
- getTableNames() - Method in class org.dbunit.dataset.SortedDataSet
- getTableNames() - Method in class org.dbunit.dataset.stream.StreamingDataSet
-
Not supported.
- getTableNames() - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
- 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
- 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() - Method in interface org.dbunit.dataset.IDataSet
-
Deprecated.Use
IDataSet.iterator()orIDataSet.reverseIterator()instead. - getTables(File, File) - Static method in class org.dbunit.dataset.sqlloader.SqlLoaderControlProducer
-
Get a list of tables that this producer will create.
- getTables(String[], IDataSet) - Static method in class org.dbunit.dataset.DataSetUtils
-
Search and returns the specified tables from the specified dataSet.
- getTables(URL, String) - Static method in class org.dbunit.dataset.csv.CsvProducer
-
Get a list of tables that this producer will create
- getTables(DatabaseMetaData, String, String[]) - Method in class org.dbunit.database.DefaultMetadataHandler
- getTables(DatabaseMetaData, String, String[]) - Method in interface org.dbunit.database.IMetadataHandler
-
Returns the tables in the given schema that matches one of the given tableTypes.
- getTables(DatabaseMetaData, String, String[]) - Method in class org.dbunit.ext.mysql.MySqlMetadataHandler
- getTables(DatabaseMetaData, String, String[]) - Method in class org.dbunit.ext.netezza.NetezzaMetadataHandler
- 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.
- 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.
- getTearDownOperation() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
- getTearDownOperation() - Method in interface org.dbunit.IDatabaseTester
-
Gets the DatabaseOperation to call when ending the test.
- getTheDirectory() - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
- getTo() - Method in class org.dbunit.util.search.Edge
- getTo() - Method in interface org.dbunit.util.search.IEdge
-
Get the node this edge points to.
- getToleratedDelta() - Method in class org.dbunit.dataset.datatype.NumberTolerantDataType
- getToleratedDelta() - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap.ToleratedDelta
- getToleratedDeltaMap() - Method in class org.dbunit.dataset.datatype.DefaultDataTypeFactory
- getToleratedDeltas() - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap
- getType() - Method in class org.dbunit.ant.Operation
- getTypeClass() - Method in class org.dbunit.dataset.datatype.AbstractDataType
- getTypeClass() - Method in class org.dbunit.dataset.datatype.DataType
-
Returns the runtime class of the typecast result.
- getUsername() - Method in class org.dbunit.JdbcBasedDBTestCase
-
Returns the username for the connection.
Subclasses may override this method to provide a custom username.
Default implementations returns null. - getValidDbProducts() - Method in class org.dbunit.dataset.datatype.DefaultDataTypeFactory
- getValidDbProducts() - Method in interface org.dbunit.dataset.datatype.IDbProductRelatable
-
Returns a set of Strings representing database product names that this object relates to.
- getValidDbProducts() - Method in class org.dbunit.ext.db2.Db2DataTypeFactory
- getValidDbProducts() - Method in class org.dbunit.ext.h2.H2DataTypeFactory
- getValidDbProducts() - Method in class org.dbunit.ext.hsqldb.HsqldbDataTypeFactory
- getValidDbProducts() - Method in class org.dbunit.ext.mckoi.MckoiDataTypeFactory
- getValidDbProducts() - Method in class org.dbunit.ext.mssql.MsSqlDataTypeFactory
- getValidDbProducts() - Method in class org.dbunit.ext.mysql.MySqlDataTypeFactory
- getValidDbProducts() - Method in class org.dbunit.ext.oracle.OracleDataTypeFactory
- getValidDbProducts() - Method in class org.dbunit.ext.postgresql.PostgresqlDataTypeFactory
- getValue(int, String) - Method in class org.dbunit.database.ForwardOnlyResultSetTable
- getValue(int, String) - Method in class org.dbunit.database.PrimaryKeyFilteredTableWrapper
- getValue(int, String) - Method in class org.dbunit.database.ScrollableResultSetTable
- getValue(int, String) - Method in class org.dbunit.dataset.CaseInsensitiveTable
-
Deprecated.
- getValue(int, String) - Method in class org.dbunit.dataset.ColumnFilterTable
- getValue(int, String) - Method in class org.dbunit.dataset.CompositeTable
- getValue(int, String) - Method in class org.dbunit.dataset.DefaultTable
- getValue(int, String) - Method in class org.dbunit.dataset.ForwardOnlyTable
- getValue(int, String) - Method in interface org.dbunit.dataset.ITable
-
Returns this table value for the specified row and column.
- getValue(int, String) - Method in class org.dbunit.dataset.ReplacementTable
- getValue(int, String) - Method in class org.dbunit.dataset.RowFilterTable
- getValue(int, String) - Method in class org.dbunit.dataset.SortedTable
- getValueCompareInstance() - Static method in class org.dbunit.Assertion
- getVerifyTableDefinitionVerifier() - Method in class org.dbunit.VerifyTableDefinition
- getVerifyTableDefs() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Get the tableDefs.
- getWriter() - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
- getX() - Method in class org.dbunit.ext.oracle.OracleSdoPointType
- getXmlWriter() - Method in class org.dbunit.dataset.xml.XmlDataSetWriter
- getY() - Method in class org.dbunit.ext.oracle.OracleSdoPointType
- getZ() - Method in class org.dbunit.ext.oracle.OracleSdoPointType
H
- H2Connection - Class in org.dbunit.ext.h2
- H2Connection(Connection, String) - Constructor for class org.dbunit.ext.h2.H2Connection
- H2DataTypeFactory - Class in org.dbunit.ext.h2
-
Specialized factory that recognizes H2 data types.
- H2DataTypeFactory() - Constructor for class org.dbunit.ext.h2.H2DataTypeFactory
- handle(char) - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
- handle(char) - Method in interface org.dbunit.dataset.common.handlers.Handler
- handle(char) - Method in class org.dbunit.dataset.common.handlers.Pipeline
- handle(Difference) - Method in class org.dbunit.assertion.DefaultFailureHandler
- handle(Difference) - Method in class org.dbunit.assertion.DiffCollectingFailureHandler
- handle(Difference) - Method in interface org.dbunit.assertion.DifferenceListener
-
Is invoked by the
DbUnitAssertwhen a data cell difference has been found. - handleColumnHasNoValue(String, String) - Method in class org.dbunit.operation.AbstractBatchOperation
- handleCountMismatch(VerifyTableDefinition[], String[], DatabaseConfig) - Method in class org.dbunit.DefaultExpectedDataSetAndVerifyTableDefinitionVerifier
- handleMissingColumns(Attributes) - Method in class org.dbunit.dataset.xml.FlatXmlProducer
-
parses the attributes in the current row, and checks whether a new column is found.
- Handler - Interface in org.dbunit.dataset.common.handlers
- hasColumnExclusionFilters(String[]) - Method in class org.dbunit.assertion.comparer.value.verifier.DefaultVerifyTableDefinitionVerifier
- hasColumnValueComparers(Map<String, ValueComparer>) - Method in class org.dbunit.assertion.comparer.value.verifier.DefaultVerifyTableDefinitionVerifier
- hasDefaultValue() - Method in class org.dbunit.dataset.Column
- hasDifference() - Method in class org.dbunit.dataset.Columns.ColumnDiff
- hashCode() - Method in class org.dbunit.database.DatabaseConfig.ConfigProperty
- hashCode() - Method in class org.dbunit.database.search.ForeignKeyRelationshipEdge
- hashCode() - Method in class org.dbunit.dataset.Column
- hashCode() - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
- hashCode() - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
- hashCode() - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
- hashCode() - Method in class org.dbunit.ext.oracle.OracleSdoPointType
- hashCode() - Method in class org.dbunit.util.concurrent.SynchronizedInt
- hashCode() - Method in class org.dbunit.util.search.Edge
- hasListeners(String) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
-
Check if there are any listeners for a specific property.
- head - Variable in class org.dbunit.util.concurrent.SynchronousChannel.Queue
- head_ - Variable in class org.dbunit.util.concurrent.BoundedLinkedQueue
-
Dummy header node of list.
- head_ - Variable in class org.dbunit.util.concurrent.LinkedQueue
-
Dummy header node of list.
- Helper - Class in org.dbunit.dataset.common.handlers
- Helper() - Constructor for class org.dbunit.dataset.common.handlers.Helper
- helpWith(char) - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent.ACCEPT
- helpWith(char) - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent.IGNORE
- helpWith(char) - Method in class org.dbunit.dataset.common.handlers.IsAlnumHandler.QUOTE
- helpWith(char) - Method in class org.dbunit.dataset.common.handlers.IsAlnumHandler.UNQUOTE
- helpWith(char) - Method in class org.dbunit.dataset.common.handlers.QuoteHandler.QUOTE
- helpWith(char) - Method in class org.dbunit.dataset.common.handlers.QuoteHandler.UNQUOTE
- HsqldbConnection - Class in org.dbunit.ext.hsqldb
- HsqldbConnection(Connection, String) - Constructor for class org.dbunit.ext.hsqldb.HsqldbConnection
- HsqldbDataTypeFactory - Class in org.dbunit.ext.hsqldb
-
Specialized factory that recognizes HSQLDB data types.
- HsqldbDataTypeFactory() - Constructor for class org.dbunit.ext.hsqldb.HsqldbDataTypeFactory
I
- IBatchStatement - Interface in org.dbunit.database.statement
- IColumnFilter - Interface in org.dbunit.dataset.filter
-
A filter for database columns.
- IDatabaseConnection - Interface in org.dbunit.database
-
This interface represents a connection to a specific database.
- IDatabaseTester - Interface in org.dbunit
-
This interface defines the behavior of a DatabaseTester, which is responsible for adding DBUnit features as composition on existing test cases (instead of extending DBTestCase directly).
- IDataSet - Interface in org.dbunit.dataset
-
Represents a collection of tables.
- IDataSetConsumer - Interface in org.dbunit.dataset.stream
-
Receive notification of the content of a dataset.
- IDataSetProducer - Interface in org.dbunit.dataset.stream
-
Interface for reading a dataset using callback.
- IDataTypeFactory - Interface in org.dbunit.dataset.datatype
-
A factory for creating
DataType. - IDbProductRelatable - Interface in org.dbunit.dataset.datatype
-
Reports what database products this object relates to.
- IDENTITY_FILTER_EXTENDED - Static variable in class org.dbunit.ext.mssql.InsertIdentityOperation
-
Accepts columns that have one of the remarks GENERATED BY DEFAULT AS IDENTITY GENERATED ALWAYS AS IDENTITY set which is the SQL standard syntax to describe auto-generated key columns.
- IEdge - Interface in org.dbunit.util.search
-
A bidirectional edge on the graph to be searched.
It must implementComparableso theISearchCallbackcan properly order the dependencies of a node (so, typically, the implementations will compare thegetTo()node). - IGNORE() - Constructor for class org.dbunit.dataset.common.handlers.AbstractPipelineComponent.IGNORE
- IGNORE() - Static method in class org.dbunit.dataset.common.handlers.AllHandler
- IGNORE() - Static method in class org.dbunit.dataset.common.handlers.EscapeHandler
- IGNORE() - Static method in class org.dbunit.dataset.common.handlers.IsAlnumHandler
- IGNORE() - Static method in class org.dbunit.dataset.common.handlers.NoHandler
- IGNORE() - Static method in class org.dbunit.dataset.common.handlers.QuoteHandler
- IGNORE() - Static method in class org.dbunit.dataset.common.handlers.SeparatorHandler
- IGNORE() - Static method in class org.dbunit.dataset.common.handlers.TransparentHandler
- IGNORE() - Static method in class org.dbunit.dataset.common.handlers.WhitespacesHandler
- IllegalCharacterSeen - Exception Class in org.dbunit.dataset.csv
- IllegalCharacterSeen(String) - Constructor for exception class org.dbunit.dataset.csv.IllegalCharacterSeen
- IllegalInputCharacterException - Exception Class in org.dbunit.dataset.common.handlers
- IllegalInputCharacterException(String) - Constructor for exception class org.dbunit.dataset.common.handlers.IllegalInputCharacterException
- IMetadataHandler - Interface in org.dbunit.database
-
Handler to specify the behavior for a lookup of column metadata using database metadata.
- IMPLIED - Static variable in class org.dbunit.dataset.xml.FlatDtdProducer
-
Constant for the value "#IMPLIED"
- IMPORT - Static variable in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
- ImportedAndExportedKeysSearchCallback - Class in org.dbunit.database.search
-
ISearchCallback implementation that get the nodes using both direct and reverse foreign key dependency, i.e, if table C has a FK for a table A and table A has a FK for a table B, then getNodes(A) will return B and C.
- ImportedAndExportedKeysSearchCallback(IDatabaseConnection) - Constructor for class org.dbunit.database.search.ImportedAndExportedKeysSearchCallback
- ImportedAndExportedKeysSearchCallbackFilteredByPKs - Class in org.dbunit.database.search
-
Extension of the ImportedAndExportedKeysSearchCallback, where each new edge is added to a PrimaryKeyFilter.
- ImportedAndExportedKeysSearchCallbackFilteredByPKs(IDatabaseConnection, PrimaryKeyFilter.PkTableMap) - Constructor for class org.dbunit.database.search.ImportedAndExportedKeysSearchCallbackFilteredByPKs
-
Default constructor.
- ImportedKeysSearchCallback - Class in org.dbunit.database.search
-
ISearchCallback implementation that get the nodes using direct foreign key dependency, i.e, if table A has a FK for a table B, then getNodes(A) will return B.
- ImportedKeysSearchCallback(IDatabaseConnection) - Constructor for class org.dbunit.database.search.ImportedKeysSearchCallback
- ImportedKeysSearchCallbackFilteredByPKs - Class in org.dbunit.database.search
-
Extension of the ImportedKeysSearchCallback, where each new edge is added to a PrimaryKeyFilter.
- ImportedKeysSearchCallbackFilteredByPKs(IDatabaseConnection, PrimaryKeyFilter.PkTableMap) - Constructor for class org.dbunit.database.search.ImportedKeysSearchCallbackFilteredByPKs
-
Default constructor.
- incEmptySlots() - Method in class org.dbunit.util.concurrent.BoundedBuffer
- includeColumn(String) - Method in class org.dbunit.dataset.filter.DefaultColumnFilter
-
Add a new accepted column name pattern for all tables.
- includeColumns(Column[]) - Method in class org.dbunit.dataset.filter.DefaultColumnFilter
-
Add specified columns to accepted column name list.
- includedColumnsTable(ITable, String[]) - Static method in class org.dbunit.dataset.filter.DefaultColumnFilter
-
Returns a table backed by the specified table that only exposes specified columns.
- includedColumnsTable(ITable, Column[]) - Static method in class org.dbunit.dataset.filter.DefaultColumnFilter
-
Returns a table backed by the specified table that only exposes specified columns.
- includeTable(String) - Method in class org.dbunit.dataset.filter.DefaultTableFilter
-
Add a new accepted table name pattern.
- includeTable(String) - Method in class org.dbunit.dataset.filter.IncludeTableFilter
-
Add a new accepted table name pattern.
- IncludeTableFilter - Class in org.dbunit.dataset.filter
-
This filter exposes only allowed tables from the filtered dataset.
- IncludeTableFilter() - Constructor for class org.dbunit.dataset.filter.IncludeTableFilter
-
Create a new empty IncludeTableFilter.
- IncludeTableFilter(String[]) - Constructor for class org.dbunit.dataset.filter.IncludeTableFilter
-
Create a new IncludeTableFilter which allow access to specified tables.
- increment() - Method in class org.dbunit.util.concurrent.SynchronizedInt
-
Increment the value.
- incUsedSlots() - Method in class org.dbunit.util.concurrent.BoundedBuffer
- InetType - Class in org.dbunit.ext.postgresql
-
Adapter to handle conversion between Postgresql native inet type and Strings.
- InetType() - Constructor for class org.dbunit.ext.postgresql.InetType
- INITIAL_DEFAULT_CAPACITY - Static variable in class org.dbunit.util.concurrent.DefaultChannelCapacity
-
The initial value of the default capacity is 1024
- initialize() - Method in class org.dbunit.dataset.AbstractDataSet
-
Initializes the tables of this dataset
- initialize() - Method in class org.dbunit.dataset.DefaultDataSet
-
Initializes the
AbstractDataSet._orderedTableNameMapof the parent class if it is not initialized yet. - initialize() - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
- InputStream(InputStream) - Constructor for class org.dbunit.util.Base64.InputStream
-
Constructs a
Base64.InputStreamin DECODE mode. - InputStream(InputStream, boolean) - Constructor for class org.dbunit.util.Base64.InputStream
-
Constructs a
Base64.InputStreamin either ENCODE or DECODE mode. - 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
- INSERT - Static variable in class org.dbunit.ext.mssql.InsertIdentityOperation
- INSERT - Static variable in class org.dbunit.operation.DatabaseOperation
- InsertIdentityOperation - Class in org.dbunit.ext.mssql
-
This class disable the MS SQL Server automatic identifier generation for the execution of inserts.
- InsertIdentityOperation(DatabaseOperation) - Constructor for class org.dbunit.ext.mssql.InsertIdentityOperation
-
Creates a new InsertIdentityOperation object that decorates the specified operation.
- InsertOperation - Class in org.dbunit.operation
-
Inserts the dataset contents into the database.
- INT8 - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- INTEGER - Static variable in class org.dbunit.dataset.datatype.DataType
- INTEGER - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- IntegerDataType - Class in org.dbunit.dataset.datatype
- internalEntityDecl(String, String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
- INTERVAL - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- IntervalType - Class in org.dbunit.ext.postgresql
-
Adapter to handle conversion between Postgresql native Interval type and Strings.
- IntervalType() - Constructor for class org.dbunit.ext.postgresql.IntervalType
- IOperationListener - Interface in org.dbunit
-
Listener for
IDatabaseConnectionevents. - IPreparedBatchStatement - Interface in org.dbunit.database.statement
- IResultSetTable - Interface in org.dbunit.database
- IResultSetTableFactory - Interface in org.dbunit.database
- IRowFilter - Interface in org.dbunit.dataset.filter
-
Interface to filter out rows by checking specific column values provided by the
IRowValueProvider. - IRowValueProvider - Interface in org.dbunit.dataset
-
Provides arbitrary values for one single database/ITable row.
- isActualContainingExpectedStringValueComparer - Static variable in class org.dbunit.assertion.comparer.value.ValueComparers
- IsActualContainingExpectedStringValueComparer - Class in org.dbunit.assertion.comparer.value
-
ValueComparerimplementation that verifies actual value contains expected value by converting toStrings and usingString.contains(CharSequence). - IsActualContainingExpectedStringValueComparer() - Constructor for class org.dbunit.assertion.comparer.value.IsActualContainingExpectedStringValueComparer
- isActualEqualToExpected - Static variable in class org.dbunit.assertion.comparer.value.ValueComparers
- isActualEqualToExpectedTimestampWithIgnoreMillis - Static variable in class org.dbunit.assertion.comparer.value.ValueComparers
-
Ignores milliseconds as not all databases store it in Timestamp.
- IsActualEqualToExpectedValueComparer - Class in org.dbunit.assertion.comparer.value
-
ValueComparerimplementation that verifies actual value is equal to expected value. - IsActualEqualToExpectedValueComparer() - Constructor for class org.dbunit.assertion.comparer.value.IsActualEqualToExpectedValueComparer
- isActualEqualToExpectedWithEmptyFailMessage - Static variable in class org.dbunit.assertion.comparer.value.ValueComparers
-
Same as
ValueComparers.isActualEqualToExpectedbut itsValueComparerfail message is an empty String (theDifferencefail message still exists). - IsActualEqualToExpectedWithEmptyFailMessageValueComparer - Class in org.dbunit.assertion.comparer.value
-
ValueComparerimplementation that verifies actual value is equal to expected value and sets fail message to empty String. - IsActualEqualToExpectedWithEmptyFailMessageValueComparer() - Constructor for class org.dbunit.assertion.comparer.value.IsActualEqualToExpectedWithEmptyFailMessageValueComparer
- isActualGreaterThanExpected - Static variable in class org.dbunit.assertion.comparer.value.ValueComparers
- IsActualGreaterThanExpectedValueComparer - Class in org.dbunit.assertion.comparer.value
-
ValueComparerimplementation that verifies actual value is greater than expected value. - IsActualGreaterThanExpectedValueComparer() - Constructor for class org.dbunit.assertion.comparer.value.IsActualGreaterThanExpectedValueComparer
- IsActualGreaterThanExpectedWithIgnoreMillisValueComparer - Class in org.dbunit.assertion.comparer.value
-
ValueComparerimplementation that verifies actual Timestamp value is greater than expected value, ignoring the milliseconds. - IsActualGreaterThanExpectedWithIgnoreMillisValueComparer() - Constructor for class org.dbunit.assertion.comparer.value.IsActualGreaterThanExpectedWithIgnoreMillisValueComparer
- isActualGreaterThanOrEqualToExpected - Static variable in class org.dbunit.assertion.comparer.value.ValueComparers
- IsActualGreaterThanOrEqualToExpectedValueComparer - Class in org.dbunit.assertion.comparer.value
-
ValueComparerimplementation that verifies actual value is greater than or equal to expected value. - IsActualGreaterThanOrEqualToExpectedValueComparer() - Constructor for class org.dbunit.assertion.comparer.value.IsActualGreaterThanOrEqualToExpectedValueComparer
- IsActualGreaterThanOrEqualToExpectedWithIgnoreMillisValueComparer - Class in org.dbunit.assertion.comparer.value
-
ValueComparerimplementation that verifies actual Timestamp value is greater than or equal to expected value, ignoring the milliseconds. - IsActualGreaterThanOrEqualToExpectedWithIgnoreMillisValueComparer() - Constructor for class org.dbunit.assertion.comparer.value.IsActualGreaterThanOrEqualToExpectedWithIgnoreMillisValueComparer
- isActualLessOrEqualToThanExpected - Static variable in class org.dbunit.assertion.comparer.value.ValueComparers
- isActualLessThanExpected - Static variable in class org.dbunit.assertion.comparer.value.ValueComparers
- IsActualLessThanExpectedValueComparer - Class in org.dbunit.assertion.comparer.value
-
ValueComparerimplementation that verifies actual value is less than expected value. - IsActualLessThanExpectedValueComparer() - Constructor for class org.dbunit.assertion.comparer.value.IsActualLessThanExpectedValueComparer
- IsActualLessThanOrEqualToExpectedValueComparer - Class in org.dbunit.assertion.comparer.value
-
ValueComparerimplementation that verifies actual value is less than or equal to expected value. - IsActualLessThanOrEqualToExpectedValueComparer() - Constructor for class org.dbunit.assertion.comparer.value.IsActualLessThanOrEqualToExpectedValueComparer
- isActualNotEqualToExpected - Static variable in class org.dbunit.assertion.comparer.value.ValueComparers
- IsActualNotEqualToExpectedValueComparer - Class in org.dbunit.assertion.comparer.value
-
ValueComparerimplementation that verifies actual value is not equal to expected value. - IsActualNotEqualToExpectedValueComparer() - Constructor for class org.dbunit.assertion.comparer.value.IsActualNotEqualToExpectedValueComparer
- isActualNotNullValueComparer - Static variable in class org.dbunit.assertion.comparer.value.ValueComparers
- IsActualNotNullValueComparer - Class in org.dbunit.assertion.comparer.value
-
ValueComparerimplementation that verifies actual value is not null. - IsActualNotNullValueComparer() - Constructor for class org.dbunit.assertion.comparer.value.IsActualNotNullValueComparer
- isActualNullValueComparer - Static variable in class org.dbunit.assertion.comparer.value.ValueComparers
- IsActualNullValueComparer - Class in org.dbunit.assertion.comparer.value
-
ValueComparerimplementation that verifies actual value is null. - IsActualNullValueComparer() - Constructor for class org.dbunit.assertion.comparer.value.IsActualNullValueComparer
- isActualValueInValues(ITable, int) - Method in class org.dbunit.assertion.comparer.value.ConditionalSetBiValueComparer
- isActualWithinOneMinuteNewerOfExpectedTimestamp - Static variable in class org.dbunit.assertion.comparer.value.ValueComparers
- isActualWithinOneMinuteOlderOfExpectedTimestamp - Static variable in class org.dbunit.assertion.comparer.value.ValueComparers
- isActualWithinOneSecondNewerOfExpectedTimestamp - Static variable in class org.dbunit.assertion.comparer.value.ValueComparers
- isActualWithinOneSecondOlderOfExpectedTimestamp - Static variable in class org.dbunit.assertion.comparer.value.ValueComparers
- IsActualWithinToleranceOfExpectedTimestampValueComparer - Class in org.dbunit.assertion.comparer.value
-
ValueComparerimplementation forTimestamps that verifies actual value is within a low and high milliseconds tolerance range of expected value. - IsActualWithinToleranceOfExpectedTimestampValueComparer(long, long) - Constructor for class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
-
Create instance specifying the allowed actual time difference range from expected.
- IsAlnumHandler - Class in org.dbunit.dataset.common.handlers
- IsAlnumHandler.QUOTE - Class in org.dbunit.dataset.common.handlers
- IsAlnumHandler.UNQUOTE - Class in org.dbunit.dataset.common.handlers
- isCaseSensitiveTableNames() - Method in class org.dbunit.dataset.AbstractDataSet
- isCaseSensitiveTableNames() - Method in interface org.dbunit.dataset.IDataSet
-
Whether or not this dataset handles table names in a case sensitive way or not.
- isCaseSensitiveTableNames() - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
- isCaseSensitiveTableNames() - Method in class org.dbunit.dataset.xml.FlatXmlProducer
- isColumnSensing() - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
- isCombine() - Method in class org.dbunit.ant.Operation
- isContaining(Object, Object) - Method in class org.dbunit.assertion.comparer.value.IsActualContainingExpectedStringValueComparer
- isDataFormat(String) - Method in class org.dbunit.ant.AbstractStep
-
Checks if the given format is a format which contains tabular data.
- isDateTime() - Method in class org.dbunit.dataset.datatype.AbstractDataType
- isDateTime() - Method in class org.dbunit.dataset.datatype.DataType
-
Returns
trueif thisDataTyperepresents 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
- isDateTime() - Method in class org.dbunit.ext.mssql.DateTimeOffsetType
- isDtdMetadata() - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
- ISearchAlgorithm - Interface in org.dbunit.util.search
-
Interface representing an algorithm that searches a graph.
- ISearchCallback - Interface in org.dbunit.util.search
-
Callback used by the search algorithms.
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.database.PrimaryKeyFilter.PkTableMap
- isEmpty() - Method in class org.dbunit.dataset.filter.ExcludeTableFilter
- isEmpty() - Method in class org.dbunit.dataset.filter.IncludeTableFilter
- isEmpty() - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
- isEmpty() - Method in class org.dbunit.util.concurrent.LinkedQueue
- isEnumType(String) - Method in class org.dbunit.ext.postgresql.PostgresqlDataTypeFactory
-
Returns a data type for the given sql type name if the user wishes one.
- isExpected(ITable, ITable, int, String, DataType, Object, Object) - Method in class org.dbunit.assertion.comparer.value.IsActualContainingExpectedStringValueComparer
- isExpected(ITable, ITable, int, String, DataType, Object, Object) - Method in class org.dbunit.assertion.comparer.value.IsActualEqualToExpectedValueComparer
- isExpected(ITable, ITable, int, String, DataType, Object, Object) - Method in class org.dbunit.assertion.comparer.value.IsActualEqualToExpectedWithEmptyFailMessageValueComparer
- isExpected(ITable, ITable, int, String, DataType, Object, Object) - Method in class org.dbunit.assertion.comparer.value.IsActualGreaterThanExpectedValueComparer
- isExpected(ITable, ITable, int, String, DataType, Object, Object) - Method in class org.dbunit.assertion.comparer.value.IsActualGreaterThanOrEqualToExpectedValueComparer
- isExpected(ITable, ITable, int, String, DataType, Object, Object) - Method in class org.dbunit.assertion.comparer.value.IsActualLessThanExpectedValueComparer
- isExpected(ITable, ITable, int, String, DataType, Object, Object) - Method in class org.dbunit.assertion.comparer.value.IsActualLessThanOrEqualToExpectedValueComparer
- isExpected(ITable, ITable, int, String, DataType, Object, Object) - Method in class org.dbunit.assertion.comparer.value.IsActualNotEqualToExpectedValueComparer
- isExpected(ITable, ITable, int, String, DataType, Object, Object) - Method in class org.dbunit.assertion.comparer.value.IsActualNotNullValueComparer
- isExpected(ITable, ITable, int, String, DataType, Object, Object) - Method in class org.dbunit.assertion.comparer.value.IsActualNullValueComparer
- isExpected(ITable, ITable, int, String, DataType, Object, Object) - Method in class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
- isExpected(ITable, ITable, int, String, DataType, Object, Object) - Method in class org.dbunit.assertion.comparer.value.NeverFailsValueComparer
- isExpected(ITable, ITable, int, String, DataType, Object, Object) - Method in class org.dbunit.assertion.comparer.value.TimestampIgnoreMillisValueComparerBase
- isExpected(ITable, ITable, int, String, DataType, Object, Object) - Method in class org.dbunit.assertion.comparer.value.ValueComparerTemplateBase
- isExpectedWithNull(Object, Object) - Method in class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
-
Since one is a known null, isExpected=true when they equal.
- isExpectedWithNull(Object, Object) - Method in class org.dbunit.assertion.comparer.value.TimestampIgnoreMillisValueComparerBase
- isExpectedWithoutNull(Object, Object, DataType) - Method in class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
-
Neither is null so compare values with tolerance.
- isExpectedWithoutNull(DataType, Object, Object) - Method in class org.dbunit.assertion.comparer.value.TimestampIgnoreMillisValueComparerBase
- isExtendedSyntax(String) - Static method in class org.dbunit.dataset.datatype.DataType
-
Performs a quick check to test if the specified string uses extended syntax.
- isFailMessage(String) - Method in class org.dbunit.assertion.DefaultFailureHandler
- isLastTable(String) - Method in class org.dbunit.dataset.OrderedTableNameMap
- isNotNullable() - Method in class org.dbunit.dataset.Column
- isNullable() - Method in class org.dbunit.database.DatabaseConfig.ConfigProperty
- isNumber() - Method in class org.dbunit.dataset.datatype.AbstractDataType
- isNumber() - Method in class org.dbunit.dataset.datatype.DataType
-
Returns
trueif thisDataTyperepresents a number. - isOrdered() - Method in class org.dbunit.ant.AbstractStep
- isPercentage() - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap.Precision
- isSybaseDb(DatabaseMetaData) - Static method in class org.dbunit.util.SQLHelper
-
Detects whether or not the given metadata describes the connection to a Sybase database or not.
- IStatementFactory - Interface in org.dbunit.database.statement
- isTolerant(long) - Method in class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
- 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
trueif specified table is allowed by this filter. - isValidName(String) - Method in class org.dbunit.dataset.filter.DefaultTableFilter
- isValidName(String) - Method in class org.dbunit.dataset.filter.ExcludeTableFilter
- isValidName(String) - Method in class org.dbunit.dataset.filter.IncludeTableFilter
- isValue() - Method in class org.dbunit.ant.DbConfig.Feature
- isVerifyTableDefinitionsHasTable(VerifyTableDefinition[], String) - Method in class org.dbunit.DefaultExpectedDataSetAndVerifyTableDefinitionVerifier
- isZero(BigDecimal) - Static method in class org.dbunit.dataset.datatype.NumberTolerantDataType
-
Checks if the given value is zero.
- ITable - Interface in org.dbunit.dataset
-
A table represents a collection of tabular data.
- ITableFilter - Interface in org.dbunit.dataset.filter
-
Represents a strategy used by
FilteredDataSetto exposes only some tables from a dataset. - ITableFilterSimple - Interface in org.dbunit.dataset.filter
-
A filter for table names.
- ITableIterator - Interface in org.dbunit.dataset
- ITableMetaData - Interface in org.dbunit.dataset
-
Represents table metadata.
- item_ - Variable in class org.dbunit.util.concurrent.Slot
-
The slot
- iterator() - Method in class org.dbunit.dataset.AbstractDataSet
- iterator() - Method in interface org.dbunit.dataset.IDataSet
-
Returns an iterator over the tables in this dataset in proper sequence.
- iterator(IDataSet) - 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
- iterator(IDataSet, boolean) - Method in class org.dbunit.database.PrimaryKeyFilter
- 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
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.
- JdbcDatabaseTester(String, String, String, String, String) - Constructor for class org.dbunit.JdbcDatabaseTester
-
Creates a new JdbcDatabaseTester with the specified properties.
- JndiBasedDBTestCase - Class in org.dbunit
-
TestCase that uses a JndiDatabaseTester.
- JndiBasedDBTestCase() - Constructor for class org.dbunit.JndiBasedDBTestCase
- JndiBasedDBTestCase(String) - Constructor for class org.dbunit.JndiBasedDBTestCase
- JndiDatabaseTester - Class in org.dbunit
-
DatabaseTester that pulls a DataSource from a JNDI location.
- JndiDatabaseTester(String) - Constructor for class org.dbunit.JndiDatabaseTester
-
Creates a JndiDatabaseTester with default JNDI properties.
- JndiDatabaseTester(Properties, String) - Constructor for class org.dbunit.JndiDatabaseTester
-
Creates a JndiDatabaseTester with specific JNDI properties.
- JndiDatabaseTester(Properties, String, String) - Constructor for class org.dbunit.JndiDatabaseTester
-
Creates a JndiDatabaseTester with specific JNDI properties.
- JUnitFailureFactory - Class in org.dbunit.assertion
-
Adapter that lets dbunit create JUnit failure objects.
- JUnitFailureFactory() - Constructor for class org.dbunit.assertion.JUnitFailureFactory
L
- last - Variable in class org.dbunit.util.concurrent.SynchronousChannel.Queue
- last_ - Variable in class org.dbunit.util.concurrent.BoundedLinkedQueue
-
The last node of list.
- last_ - Variable in class org.dbunit.util.concurrent.LinkedQueue
-
The last node of list.
- length() - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
- length() - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
- LineEndHandler - Class in org.dbunit.dataset.common.handlers
- LinkedNode - Class in org.dbunit.util.concurrent
-
A standard linked list node used in various queue classes
- LinkedNode() - Constructor for class org.dbunit.util.concurrent.LinkedNode
- LinkedNode(Object) - Constructor for class org.dbunit.util.concurrent.LinkedNode
- LinkedNode(Object, LinkedNode) - Constructor for class org.dbunit.util.concurrent.LinkedNode
- LinkedQueue - Class in org.dbunit.util.concurrent
-
A linked list based channel implementation.
- LinkedQueue() - Constructor for class org.dbunit.util.concurrent.LinkedQueue
- listeners - Variable in class org.dbunit.util.concurrent.PropertyChangeMulticaster
-
The array of listeners.
- load(String) - Method in class org.dbunit.util.fileloader.AbstractDataFileLoader
-
Load the specified String filename from the classpath into a dbUnit dataset.
- load(String) - Method in interface org.dbunit.util.fileloader.DataFileLoader
-
Load the specified String filename from the classpath into a dbUnit dataset.
- loadClass(String, ClassLoader) - Method in class org.dbunit.dataset.datatype.AbstractDataType
- loadClass(String, Connection) - Method in class org.dbunit.dataset.datatype.AbstractDataType
- loadDataSet(URL) - Method in class org.dbunit.util.fileloader.CsvDataFileLoader
-
Load the specified URL file into a dbUnit dataset.
- loadDataSet(URL) - Method in interface org.dbunit.util.fileloader.DataFileLoader
-
Load the specified URL file into a dbUnit dataset.
- loadDataSet(URL) - Method in class org.dbunit.util.fileloader.FlatXmlDataFileLoader
-
Load the specified URL file into a dbUnit dataset.
- loadDataSet(URL) - Method in class org.dbunit.util.fileloader.FullXmlDataFileLoader
-
Load the specified URL file into a dbUnit dataset.
- loadDataSet(URL) - Method in class org.dbunit.util.fileloader.XlsDataFileLoader
-
Load the specified URL file into a dbUnit dataset.
- loadFile(String) - Method in class org.dbunit.dataset.datatype.BytesDataType
- loadTableDataFromDatabase(String, IDatabaseConnection) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
- loadTableDataFromDataSet(String) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
- loadURL(String) - Method in class org.dbunit.dataset.datatype.BytesDataType
- lock_ - Variable in class org.dbunit.util.concurrent.SynchronizedVariable
- logDebugIfValueChanged(String, String, String, Class) - Static method in class org.dbunit.util.SQLHelper
-
Checks whether two given values are unequal and if so print a log message (level DEBUG)
- logger - Variable in class org.dbunit.database.PrimaryKeyFilter
- logger - Variable in class org.dbunit.database.PrimaryKeyFilteredTableWrapper
-
logger
- logger - Variable in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
- logger - Variable in class org.dbunit.util.search.DepthFirstSearch
- logInfoIfValueChanged(String, String, String, Class) - Static method in class org.dbunit.util.SQLHelper
-
Checks whether two given values are unequal and if so print a log message (level DEBUG)
- LONG_RAW - Static variable in class org.dbunit.ext.oracle.OracleDataTypeFactory
- LongDataType - Class in org.dbunit.dataset.datatype
- LONGNVARCHAR - Static variable in class org.dbunit.dataset.datatype.DataType
- LONGVARBINARY - Static variable in class org.dbunit.dataset.datatype.DataType
- LONGVARCHAR - Static variable in class org.dbunit.dataset.datatype.DataType
- LowerCaseDataSet - Class in org.dbunit.dataset
-
Specialized IDataSet decorator that convert the table name and column names to lower case.
- LowerCaseDataSet(IDataSet) - Constructor for class org.dbunit.dataset.LowerCaseDataSet
- LowerCaseDataSet(ITable) - Constructor for class org.dbunit.dataset.LowerCaseDataSet
- LowerCaseDataSet(ITable[]) - 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(String, Column[], Column[]) - Constructor for class org.dbunit.dataset.LowerCaseTableMetaData
- LowerCaseTableMetaData(ITableMetaData) - 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
- make(ITable, int) - Method in interface org.dbunit.assertion.comparer.value.ValueFactory
-
Make the instance from the row in the table.
- makeAdditionalColumnInfo(String[], Column[]) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Don't add excluded columns to additionalColumnInfo as they are not found and generate a not found message in the fail message.
- makeAdditionalColumnInfo(ITable, String[]) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Don't add excluded columns to additionalColumnInfo as they are not found and generate a not found message in the fail message.
- makeAdditionalColumnInfoErrorMessage(String, DataSetException) - Method in class org.dbunit.assertion.DefaultFailureHandler
- makeColumnToValueComparerMap() - Method in class org.dbunit.assertion.comparer.value.builder.TableColumnValueComparerMapBuilder
- makeCompositeDataSet(String[], String) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Make a
IDataSetfrom the specified files with case sensitive table names as false. - makeCompositeDataSet(String[], String, boolean) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Make a
IDataSetfrom the specified files. - makeFailMessage() - Method in class org.dbunit.assertion.comparer.value.IsActualNotNullValueComparer
- makeFailMessage() - Method in class org.dbunit.assertion.comparer.value.IsActualNullValueComparer
- makeFailMessage(Object, Object) - Method in class org.dbunit.assertion.comparer.value.IsActualEqualToExpectedWithEmptyFailMessageValueComparer
- makeFailMessage(Object, Object) - Method in class org.dbunit.assertion.comparer.value.ValueComparerTemplateBase
-
Makes the fail message using
ValueComparerTemplateBase.getFailPhrase(). - makeMismatchedTableNamesList(VerifyTableDefinition[], String[]) - Method in class org.dbunit.DefaultExpectedDataSetAndVerifyTableDefinitionVerifier
- matches(String, String) - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap.ToleratedDelta
-
Checks whether or not the
tableNameand thecolumnNamematch the ones of this object. - matches(ResultSet, String, String, boolean) - Method in class org.dbunit.database.DefaultMetadataHandler
- matches(ResultSet, String, String, boolean) - Method in interface org.dbunit.database.IMetadataHandler
-
Checks if the given
resultSetmatches the given schema and table name. - matches(ResultSet, String, String, boolean) - Method in class org.dbunit.ext.mysql.MySqlMetadataHandler
- matches(ResultSet, String, String, boolean) - Method in class org.dbunit.ext.netezza.NetezzaMetadataHandler
- matches(ResultSet, String, String, boolean) - Static method in class org.dbunit.util.SQLHelper
-
Deprecated.
- matches(ResultSet, String, String, String, String, boolean) - Method in class org.dbunit.database.DefaultMetadataHandler
- matches(ResultSet, String, String, String, String, boolean) - Method in interface org.dbunit.database.IMetadataHandler
-
Checks if the given
resultSetmatches the given schema and table name. - matches(ResultSet, String, String, String, String, boolean) - Method in class org.dbunit.ext.db2.Db2MetadataHandler
-
This method is overridden since - at least with DB2 driver db2jcc-9.5.jar - there is a problem that the
DatabaseMetaDatadoes not return the same values for catalog and schema like the columnsResultSetdoes. - matches(ResultSet, String, String, String, String, boolean) - Method in class org.dbunit.ext.mysql.MySqlMetadataHandler
- matches(ResultSet, String, String, String, String, boolean) - Method in class org.dbunit.ext.netezza.NetezzaMetadataHandler
- matches(ResultSet, String, String, String, String, boolean) - Static method in class org.dbunit.util.SQLHelper
-
Deprecated.
- MckoiConnection - Class in org.dbunit.ext.mckoi
-
Database connection for Mckoi that pre-configures all properties required to successfully use dbunit with Mckoi.
- MckoiConnection(Connection, String) - Constructor for class org.dbunit.ext.mckoi.MckoiConnection
- MckoiDataTypeFactory - Class in org.dbunit.ext.mckoi
-
MckoiDataTypeFactory - This class is for the DBUnit data type factory for Mckoi database
- MckoiDataTypeFactory() - Constructor for class org.dbunit.ext.mckoi.MckoiDataTypeFactory
- mergeColumnsByName(Column[], Column[]) - Static method in class org.dbunit.dataset.Columns
-
Merges the two arrays of columns so that all of the columns are available in the result array.
- MsSqlConnection - Class in org.dbunit.ext.mssql
- MsSqlConnection(Connection) - Constructor for class org.dbunit.ext.mssql.MsSqlConnection
-
Creates a new
MsSqlConnection. - MsSqlConnection(Connection, String) - Constructor for class org.dbunit.ext.mssql.MsSqlConnection
-
Creates a new
MsSqlConnection. - MsSqlDataTypeFactory - Class in org.dbunit.ext.mssql
-
Specialized factory that recognizes MS SQL Server data types.
- MsSqlDataTypeFactory() - Constructor for class org.dbunit.ext.mssql.MsSqlDataTypeFactory
- multicast(PropertyChangeEvent) - Method in class org.dbunit.util.concurrent.PropertyChangeMulticaster
-
Helper method to relay evt to all listeners.
- multiply(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
-
Multiply value by factor (i.e., set value *= factor)
- MySqlConnection - Class in org.dbunit.ext.mysql
- MySqlConnection(Connection, String) - Constructor for class org.dbunit.ext.mysql.MySqlConnection
- MySqlDataTypeFactory - Class in org.dbunit.ext.mysql
-
Specialized factory that recognizes MySql data types.
- MySqlDataTypeFactory() - Constructor for class org.dbunit.ext.mysql.MySqlDataTypeFactory
- MySqlMetadataHandler - Class in org.dbunit.ext.mysql
-
Special metadata handler for MySQL.
Was introduced to fix "[ 2545095 ] Mysql FEATURE_QUALIFIED_TABLE_NAMES column SQLHelper.matches". - MySqlMetadataHandler() - Constructor for class org.dbunit.ext.mysql.MySqlMetadataHandler
N
- NCHAR - Static variable in class org.dbunit.dataset.datatype.DataType
- NCHAR - Static variable in class org.dbunit.ext.mssql.MsSqlDataTypeFactory
- NCHAR - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- negate() - Method in class org.dbunit.util.concurrent.SynchronizedInt
-
Set the value to the negative of its old value
- NetezzaDataTypeFactory - Class in org.dbunit.ext.netezza
-
NetezzaDataTypeFactory - This class is for the DBUnit data type factory for Netezza database
- NetezzaDataTypeFactory() - Constructor for class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- NetezzaMetadataHandler - Class in org.dbunit.ext.netezza
-
Special metadata handler for Netezza.
- NetezzaMetadataHandler() - Constructor for class org.dbunit.ext.netezza.NetezzaMetadataHandler
- neverFails - Static variable in class org.dbunit.assertion.comparer.value.ValueComparers
- NeverFailsValueComparer - Class in org.dbunit.assertion.comparer.value
-
ValueComparerimplementation that verifies nothing and never fails;NeverFailsValueComparer.isExpected(ITable, ITable, int, String, DataType, Object, Object)always returns true. - NeverFailsValueComparer() - Constructor for class org.dbunit.assertion.comparer.value.NeverFailsValueComparer
- newDatabaseTester() - Method in class org.dbunit.DatabaseTestCase
-
Creates a IDatabaseTester for this testCase.
ADefaultDatabaseTesteris used by default. - newDatabaseTester() - Method in class org.dbunit.DataSourceBasedDBTestCase
-
Creates a new IDatabaseTester.
Default implementation returns aDataSourceDatabaseTesterconfigured with the value returned fromDataSourceBasedDBTestCase.getDataSource(). - newDatabaseTester() - Method in class org.dbunit.DBTestCase
-
Creates a new IDatabaseTester.
- newDatabaseTester() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Creates a new IDatabaseTester.
- newDatabaseTester() - Method in class org.dbunit.JdbcBasedDBTestCase
-
Creates a new IDatabaseTester.
Default implementation returns aJdbcDatabaseTesterconfigured with the values returned fromJdbcBasedDBTestCase.getDriverClass(),JdbcBasedDBTestCase.getConnectionUrl(),JdbcBasedDBTestCase.getUsername()andJdbcBasedDBTestCase.getPassword(). - newDatabaseTester() - Method in class org.dbunit.JndiBasedDBTestCase
-
Creates a new IDatabaseTester.
Default implementation returns aJndiDatabaseTesterconfigured with the values returned fromJndiBasedDBTestCase.getJNDIProperties()andJndiBasedDBTestCase.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 - Variable in class org.dbunit.util.concurrent.LinkedNode
- next() - Method in class org.dbunit.database.DatabaseTableIterator
- next() - Method in class org.dbunit.database.QueryTableIterator
-
Position this iterator to the next table.
- 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
- nextWithoutClosing() - Method in class org.dbunit.database.QueryTableIterator
- NO - Static variable in class org.dbunit.dataset.Column.AutoIncrement
- 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
NULLvalues. - NO_OP_OPERATION_LISTENER - Static variable in interface org.dbunit.IOperationListener
-
Simple implementation of the
IOperationListenerthat does not close the database connection after setUp and tearDown. - NO_VALUE - Static variable in interface org.dbunit.dataset.ITable
- 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.common.handlers
- noMoreInput() - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
- noMoreInput() - Method in interface org.dbunit.dataset.common.handlers.Handler
- noMoreInput() - Method in class org.dbunit.dataset.common.handlers.Pipeline
- NONE - Static variable in class org.dbunit.operation.DatabaseOperation
- NoPrimaryKeyException - Exception Class in org.dbunit.dataset
- NoPrimaryKeyException() - Constructor for exception class org.dbunit.dataset.NoPrimaryKeyException
- NoPrimaryKeyException(String) - Constructor for exception class org.dbunit.dataset.NoPrimaryKeyException
- NoPrimaryKeyException(String, Throwable) - Constructor for exception class org.dbunit.dataset.NoPrimaryKeyException
- NoPrimaryKeyException(Throwable) - Constructor for exception class org.dbunit.dataset.NoPrimaryKeyException
- NoSuchColumnException - Exception Class in org.dbunit.dataset
-
Thrown to indicate that a database column has been accessed that does not exist.
- NoSuchColumnException() - Constructor for exception class org.dbunit.dataset.NoSuchColumnException
-
Deprecated.since 2.3.0. Prefer constructor taking a table/columnName as argument
- NoSuchColumnException(String) - Constructor for exception class org.dbunit.dataset.NoSuchColumnException
-
Deprecated.since 2.3.0. Prefer constructor taking a table/columnName as argument
- NoSuchColumnException(String, String) - Constructor for exception class org.dbunit.dataset.NoSuchColumnException
-
Creates an exception using the given table name + column name
- NoSuchColumnException(String, String, String) - Constructor for exception class org.dbunit.dataset.NoSuchColumnException
-
Creates an exception using the given table name + column name
- NoSuchColumnException(String, Throwable) - Constructor for exception class org.dbunit.dataset.NoSuchColumnException
-
Deprecated.since 2.3.0. Prefer constructor taking a table/columnName as argument
- NoSuchColumnException(Throwable) - Constructor for exception class org.dbunit.dataset.NoSuchColumnException
-
Deprecated.since 2.3.0. Prefer constructor taking a table/columnName as argument
- NoSuchTableException - Exception Class in org.dbunit.dataset
- NoSuchTableException() - Constructor for exception class org.dbunit.dataset.NoSuchTableException
- NoSuchTableException(String) - Constructor for exception class org.dbunit.dataset.NoSuchTableException
- NoSuchTableException(String, Throwable) - Constructor for exception class org.dbunit.dataset.NoSuchTableException
- NoSuchTableException(Throwable) - Constructor for exception class org.dbunit.dataset.NoSuchTableException
- NTEXT - Static variable in class org.dbunit.ext.mssql.MsSqlDataTypeFactory
- NTEXT - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- NTEXT_MSSQL_2005 - Static variable in class org.dbunit.ext.mssql.MsSqlDataTypeFactory
- NUCL - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- NULL - Static variable in class org.dbunit.dataset.csv.CsvDataSetWriter
-
todo: customizable separators (field, lines), manage the writers opened for each table
- NULL - Static variable in class org.dbunit.dataset.sqlloader.SqlLoaderControlProducer
-
The Constant NULL.
- NULLABLE - Static variable in class org.dbunit.dataset.Column
-
Indicates that the column definitely allows
NULLvalues. - NULLABLE_UNKNOWN - Static variable in class org.dbunit.dataset.Column
-
Indicates that the nullability of columns is unknown.
- nullableValue(boolean) - Static method in class org.dbunit.dataset.Column
-
Returns the appropriate Nullable constant.
- nullableValue(int) - Static method in class org.dbunit.dataset.Column
-
Returns the appropriate Nullable constant according specified JDBC DatabaseMetaData constant.
- NumberDataType - Class in org.dbunit.dataset.datatype
- NumberTolerantDataType - Class in org.dbunit.dataset.datatype
-
Extended version of the
NumberDataType. - NUMERIC - Static variable in class org.dbunit.dataset.datatype.DataType
- NUMERIC - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- NVARCHAR - Static variable in class org.dbunit.dataset.datatype.DataType
- NVARCHAR - Static variable in class org.dbunit.ext.mssql.MsSqlDataTypeFactory
- NVARCHAR - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
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_MINUTE_IN_MILLIS - Static variable in class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
- ONE_SECOND - Static variable in interface org.dbunit.util.concurrent.Sync
-
One second, in milliseconds; convenient as a time-out value
- ONE_SECOND_IN_MILLIS - Static variable in class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
- 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
Operationclass is the step that defines which operation will be performed in the execution of theDbUnitTasktask. - Operation() - Constructor for class org.dbunit.ant.Operation
- OperationData - Class in org.dbunit.operation
- OperationData(String, Column[]) - Constructor for class org.dbunit.operation.OperationData
- operationSetUpFinished(IDatabaseConnection) - Method in class org.dbunit.DefaultOperationListener
- operationSetUpFinished(IDatabaseConnection) - Method in interface org.dbunit.IOperationListener
-
Notification of the completion of the
IDatabaseTester.onSetup()method. - operationTearDownFinished(IDatabaseConnection) - Method in class org.dbunit.DefaultOperationListener
- operationTearDownFinished(IDatabaseConnection) - Method in interface org.dbunit.IOperationListener
-
Notification of the completion of the
IDatabaseTester.onTearDown()method Should close the given connection if desired. - 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
- ORACLE_SDO_GEOMETRY_TYPE - Static variable in class org.dbunit.ext.oracle.OracleDataTypeFactory
- ORACLE_XMLTYPE - Static variable in class org.dbunit.ext.oracle.OracleDataTypeFactory
- Oracle10DataTypeFactory - Class in org.dbunit.ext.oracle
-
Specialized factory that recognizes Oracle data types for Oracle 10 and higher.
- Oracle10DataTypeFactory() - Constructor for class org.dbunit.ext.oracle.Oracle10DataTypeFactory
- 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
-
Creates a oracle connection.
- 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
- OracleSdoElemInfoArray - Class in org.dbunit.ext.oracle
-
This class was generated by oracle jpub.
- OracleSdoElemInfoArray() - Constructor for class org.dbunit.ext.oracle.OracleSdoElemInfoArray
- OracleSdoElemInfoArray(BigDecimal[]) - Constructor for class org.dbunit.ext.oracle.OracleSdoElemInfoArray
- OracleSdoGeometry - Class in org.dbunit.ext.oracle
-
This class was generated by oracle jpub.
- OracleSdoGeometry() - Constructor for class org.dbunit.ext.oracle.OracleSdoGeometry
- OracleSdoGeometry(BigDecimal, BigDecimal, OracleSdoPointType, OracleSdoElemInfoArray, OracleSdoOrdinateArray) - Constructor for class org.dbunit.ext.oracle.OracleSdoGeometry
- OracleSdoGeometryDataType - Class in org.dbunit.ext.oracle
-
This class implements DataType for Oracle SDO_GEOMETRY type used in Oracle Spatial.
- OracleSdoOrdinateArray - Class in org.dbunit.ext.oracle
-
This class was generated by oracle jpub.
- OracleSdoOrdinateArray() - Constructor for class org.dbunit.ext.oracle.OracleSdoOrdinateArray
- OracleSdoOrdinateArray(BigDecimal[]) - Constructor for class org.dbunit.ext.oracle.OracleSdoOrdinateArray
- OracleSdoPointType - Class in org.dbunit.ext.oracle
-
This class was generated by oracle jpub.
- OracleSdoPointType() - Constructor for class org.dbunit.ext.oracle.OracleSdoPointType
- OracleSdoPointType(BigDecimal, BigDecimal, BigDecimal) - Constructor for class org.dbunit.ext.oracle.OracleSdoPointType
- OracleXMLTypeDataType - Class in org.dbunit.ext.oracle
-
TODO UnitTests are completely missing
- OrderedTableNameMap - Class in org.dbunit.dataset
-
Associates a table name with an arbitrary object.
- OrderedTableNameMap(boolean) - Constructor for class org.dbunit.dataset.OrderedTableNameMap
-
Creates a new map which does strictly force that one table can only occur once.
- orderedValues() - Method in class org.dbunit.dataset.OrderedTableNameMap
- org.dbunit - package org.dbunit
- org.dbunit.ant - package org.dbunit.ant
- org.dbunit.assertion - package org.dbunit.assertion
- org.dbunit.assertion.comparer.value - package org.dbunit.assertion.comparer.value
- org.dbunit.assertion.comparer.value.builder - package org.dbunit.assertion.comparer.value.builder
- org.dbunit.assertion.comparer.value.verifier - package org.dbunit.assertion.comparer.value.verifier
- 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.common.handlers - package org.dbunit.dataset.common.handlers
- org.dbunit.dataset.csv - package org.dbunit.dataset.csv
- 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.sqlloader - package org.dbunit.dataset.sqlloader
- org.dbunit.dataset.stream - package org.dbunit.dataset.stream
- org.dbunit.dataset.xml - package org.dbunit.dataset.xml
- org.dbunit.dataset.yaml - package org.dbunit.dataset.yaml
- 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.mckoi - package org.dbunit.ext.mckoi
- org.dbunit.ext.mssql - package org.dbunit.ext.mssql
- org.dbunit.ext.mysql - package org.dbunit.ext.mysql
- org.dbunit.ext.netezza - package org.dbunit.ext.netezza
- org.dbunit.ext.oracle - package org.dbunit.ext.oracle
- org.dbunit.ext.postgresql - package org.dbunit.ext.postgresql
- 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.fileloader - package org.dbunit.util.fileloader
- org.dbunit.util.search - package org.dbunit.util.search
- org.dbunit.util.xml - package org.dbunit.util.xml
- OutputStream(OutputStream) - Constructor for class org.dbunit.util.Base64.OutputStream
-
Constructs a
Base64.OutputStreamin ENCODE mode. - OutputStream(OutputStream, boolean) - Constructor for class org.dbunit.util.Base64.OutputStream
-
Constructs a
Base64.OutputStreamin either ENCODE or DECODE mode.
P
- padLeft(String, int, char) - Static method in class org.dbunit.util.TableFormatter
-
Pads the given String with the given
padCharup to the givenlength. - padRight(String, int, char) - Static method in class org.dbunit.util.TableFormatter
-
Pads the given String with the given
padCharup to the givenlength. - parse(File) - Method in interface org.dbunit.dataset.csv.CsvParser
- parse(File) - Method in class org.dbunit.dataset.csv.CsvParserImpl
- parse(File) - Method in interface org.dbunit.dataset.sqlloader.SqlLoaderControlParser
-
Parse.
- parse(File) - Method in class org.dbunit.dataset.sqlloader.SqlLoaderControlParserImpl
-
Parse.
- parse(Reader, String) - Method in class org.dbunit.dataset.csv.CsvParserImpl
- parse(String) - Method in interface org.dbunit.dataset.csv.CsvParser
- parse(String) - Method in class org.dbunit.dataset.csv.CsvParserImpl
- parse(String) - Method in interface org.dbunit.dataset.sqlloader.SqlLoaderControlParser
-
Parse.
- parse(String) - Method in class org.dbunit.dataset.sqlloader.SqlLoaderControlParserImpl
-
Parse.
- parse(String) - Method in class org.dbunit.util.RelativeDateTimeParser
- parse(URL) - Method in interface org.dbunit.dataset.csv.CsvParser
- parse(URL) - Method in class org.dbunit.dataset.csv.CsvParserImpl
- parse(URL) - Method in interface org.dbunit.dataset.sqlloader.SqlLoaderControlParser
-
Parse.
- parse(URL) - Method in class org.dbunit.dataset.sqlloader.SqlLoaderControlParserImpl
-
Parse.
- parseForRegexp(String, String) - Method in class org.dbunit.dataset.sqlloader.SqlLoaderControlParserImpl
- 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.common.handlers
- Pipeline() - Constructor for class org.dbunit.dataset.common.handlers.Pipeline
- PipelineComponent - Interface in org.dbunit.dataset.common.handlers
- PipelineConfig - Class in org.dbunit.dataset.common.handlers
- PipelineConfig() - Constructor for class org.dbunit.dataset.common.handlers.PipelineConfig
- PipelineException - Exception Class in org.dbunit.dataset.common.handlers
- PipelineException(String) - Constructor for exception class org.dbunit.dataset.common.handlers.PipelineException
- PK_INDEXES - Static variable in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
- PkTableMap() - Constructor for class org.dbunit.database.PrimaryKeyFilter.PkTableMap
- PkTableMap(PrimaryKeyFilter.PkTableMap) - Constructor for class org.dbunit.database.PrimaryKeyFilter.PkTableMap
-
Copy constructor
- 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.
- PostgresqlDataTypeFactory - Class in org.dbunit.ext.postgresql
-
Specialized factory that recognizes Postgresql data types.
- PostgresqlDataTypeFactory() - Constructor for class org.dbunit.ext.postgresql.PostgresqlDataTypeFactory
- PostgreSQLOidDataType - Class in org.dbunit.ext.postgresql
- PostgreSQLOidDataType() - Constructor for class org.dbunit.ext.postgresql.PostgreSQLOidDataType
- postTest() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Execute all post-test steps.
- postTest() - Method in interface org.dbunit.PrepAndExpectedTestCase
-
Execute all post-test steps.
- postTest(boolean) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Execute post-test steps.
- postTest(boolean) - Method in interface org.dbunit.PrepAndExpectedTestCase
-
Execute post-test steps.
- Precision(BigDecimal) - Constructor for class org.dbunit.dataset.datatype.ToleratedDeltaMap.Precision
- Precision(BigDecimal, boolean) - Constructor for class org.dbunit.dataset.datatype.ToleratedDeltaMap.Precision
- PrepAndExpectedTestCase - Interface in org.dbunit
-
Test case supporting prep data and expected data.
- PrepAndExpectedTestCaseSteps - Interface in org.dbunit
-
Test steps definition; helpful for Java lambdas.
- PreparedBatchStatement - Class in org.dbunit.database.statement
- PreparedStatementFactory - Class in org.dbunit.database.statement
- PreparedStatementFactory() - Constructor for class org.dbunit.database.statement.PreparedStatementFactory
- preTest() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Execute pre-test steps.
- preTest() - Method in interface org.dbunit.PrepAndExpectedTestCase
-
Execute pre-test steps.
- preTest(VerifyTableDefinition[], String[], String[]) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Convenience method to call configureTest() and preTest().
- preTest(VerifyTableDefinition[], String[], String[]) - Method in interface org.dbunit.PrepAndExpectedTestCase
-
Convenience method to call configureTest() and preTest().
- 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, PrimaryKeyFilter.PkTableMap, 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...).
- PrimaryKeyFilter.PkTableMap - Class in org.dbunit.database
-
Map that associates a table with a set of primary key objects.
- 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.
- printAllTables(DatabaseMetaData, PrintStream) - Static method in class org.dbunit.util.SQLHelper
-
Utility method for debugging to print all tables of the given metadata on the given stream
- printDatabaseInfo(DatabaseMetaData, PrintStream) - Static method in class org.dbunit.util.SQLHelper
-
Prints the database and JDBC driver information to the given output stream
- processReplacementTokens(IDataSet) - Method in class org.dbunit.util.fileloader.AbstractDataFileLoader
-
Add the replacements in the maps (objects and substrings) to the specified dataset.
- 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.sqlloader.SqlLoaderControlProducer
- 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
- produce() - Method in class org.dbunit.dataset.yaml.YamlProducer
- 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
-
Creates a new
JdbcDatabaseTesterusing specificSystem.getProperty(String)values as initialization parameters - PROPERTY_ALLOW_VERIFYTABLEDEFINITION_EXPECTEDTABLE_COUNT_MISMATCH - Static variable in class org.dbunit.database.DatabaseConfig
- PROPERTY_BATCH_SIZE - Static variable in class org.dbunit.database.DatabaseConfig
- PROPERTY_DATATYPE_FACTORY - Static variable in class org.dbunit.database.DatabaseConfig
- PROPERTY_ESCAPE_PATTERN - Static variable in class org.dbunit.database.DatabaseConfig
- PROPERTY_FETCH_SIZE - Static variable in class org.dbunit.database.DatabaseConfig
- PROPERTY_IDENTITY_COLUMN_FILTER - Static variable in class org.dbunit.database.DatabaseConfig
- PROPERTY_METADATA_HANDLER - Static variable in class org.dbunit.database.DatabaseConfig
- 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
PropertyChangeMulticasterobject. - PROT - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- 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
- put(String, SortedSet) - Method in class org.dbunit.database.PrimaryKeyFilter.PkTableMap
- putFront(PipelineComponent) - Method in class org.dbunit.dataset.common.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
- QualifiedTableName - Class in org.dbunit.util
-
Utility to parse a fully qualified table name into its components schema and table.
- QualifiedTableName(String, String) - Constructor for class org.dbunit.util.QualifiedTableName
-
Creates an object parsing the given tableName.
- QualifiedTableName(String, String, String) - Constructor for class org.dbunit.util.QualifiedTableName
-
Creates an object parsing the given tableName.
- Query - Class in org.dbunit.ant
-
The
Queryclass is just a step placeholder for a table name within anExport. - 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.
- QueryDataSet(IDatabaseConnection, boolean) - 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
-
Iterator used to iterate over a list of tables using a specific query for retrieving data for every table.
- QueryTableIterator(List, IDatabaseConnection) - Constructor for class org.dbunit.database.QueryTableIterator
- Queue() - Constructor for class org.dbunit.util.concurrent.SynchronousChannel.Queue
- QUOTE() - Constructor for class org.dbunit.dataset.common.handlers.IsAlnumHandler.QUOTE
- QUOTE() - Constructor for class org.dbunit.dataset.common.handlers.QuoteHandler.QUOTE
- QUOTE() - Static method in class org.dbunit.dataset.common.handlers.IsAlnumHandler
- QUOTE() - Static method in class org.dbunit.dataset.common.handlers.QuoteHandler
- QUOTE_CHAR - Static variable in class org.dbunit.dataset.common.handlers.QuoteHandler
- QuoteHandler - Class in org.dbunit.dataset.common.handlers
- QuoteHandler.QUOTE - Class in org.dbunit.dataset.common.handlers
- QuoteHandler.UNQUOTE - Class in org.dbunit.dataset.common.handlers
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. - readLines(File) - Static method in class org.dbunit.util.FileHelper
-
Get a list of Strings from a given file.
- REAL - Static variable in class org.dbunit.dataset.datatype.DataType
- REAL - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- RECADDR - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- 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.
- RELATIVE_DATE_TIME_PARSER - Static variable in class org.dbunit.dataset.datatype.DataType
- RelativeDateTimeParser - Class in org.dbunit.util
-
A parser for relative date time string.
The basic format is[now{diff...} - RelativeDateTimeParser() - Constructor for class org.dbunit.util.RelativeDateTimeParser
- RelativeDateTimeParser(Clock) - Constructor for class org.dbunit.util.RelativeDateTimeParser
- release() - Method in class org.dbunit.util.concurrent.Semaphore
-
Release a permit
- release() - Method in interface org.dbunit.util.concurrent.Sync
-
Potentially enable others to pass.
- release(long) - Method in class org.dbunit.util.concurrent.Semaphore
-
Release N permits.
- remove(String) - Method in class org.dbunit.database.PrimaryKeyFilter.PkTableMap
- remove(PipelineComponent) - Method in class org.dbunit.dataset.common.handlers.Pipeline
- removeAllReplacementObjects() - Method in class org.dbunit.util.fileloader.AbstractDataFileLoader
-
Remove all existing replacement objects, resetting to none so no object replacements occur.
- removeAllReplacementObjects() - Method in interface org.dbunit.util.fileloader.DataFileLoader
-
Remove all existing replacement objects, resetting to none so no object replacements occur.
- removeAllReplacementSubstrings() - Method in class org.dbunit.util.fileloader.AbstractDataFileLoader
-
Remove all existing replacement substring objects, resetting to none so no substring replacements occur.
- removeAllReplacementSubstrings() - Method in interface org.dbunit.util.fileloader.DataFileLoader
-
Remove all existing replacement substring objects, resetting to none so no substring replacements occur.
- removeFront() - Method in class org.dbunit.dataset.common.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 replaces 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
- REQUIRED - Static variable in class org.dbunit.dataset.xml.FlatDtdProducer
-
Constant for the value "#REQUIRED"
- resetProducts() - Method in class org.dbunit.dataset.common.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
- ResultSetTableMetaData - Class in org.dbunit.database
-
ResultSetbasedITableMetaDataimplementation. - ResultSetTableMetaData(String, ResultSet, IDatabaseConnection, boolean) - Constructor for class org.dbunit.database.ResultSetTableMetaData
- ResultSetTableMetaData(String, ResultSet, IDataTypeFactory, boolean) - Constructor for class org.dbunit.database.ResultSetTableMetaData
-
Deprecated.
- retainOnly(List) - Method in class org.dbunit.database.PrimaryKeyFilter.PkTableMap
- 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
-
reverses a String array.
- 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.BufferedConsumer
- 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
- RowComparator(ITable, Column[]) - Constructor for class org.dbunit.dataset.SortedTable.RowComparator
- RowComparatorByString(ITable, Column[]) - Constructor for class org.dbunit.dataset.SortedTable.RowComparatorByString
- RowFilterTable - Class in org.dbunit.dataset
-
Filters table rows by using arbitrary column values of the table to check if a row should be filtered or not.
- RowFilterTable(ITable, IRowFilter) - Constructor for class org.dbunit.dataset.RowFilterTable
-
Creates a new
ITablewhere some rows can be filtered out from the original table - ROWID_TYPE - Static variable in class org.dbunit.ext.oracle.OracleDataTypeFactory
- RowOutOfBoundsException - Exception Class in org.dbunit.dataset
- RowOutOfBoundsException() - Constructor for exception class org.dbunit.dataset.RowOutOfBoundsException
- RowOutOfBoundsException(String) - Constructor for exception class org.dbunit.dataset.RowOutOfBoundsException
- RowOutOfBoundsException(String, Throwable) - Constructor for exception class org.dbunit.dataset.RowOutOfBoundsException
- RowOutOfBoundsException(Throwable) - Constructor for exception class org.dbunit.dataset.RowOutOfBoundsException
- run() - Method in interface org.dbunit.PrepAndExpectedTestCaseSteps
-
Run the specific test steps.
- runTest(VerifyTableDefinition[], String[], String[], PrepAndExpectedTestCaseSteps) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Run the DbUnit test.
- runTest(VerifyTableDefinition[], String[], String[], PrepAndExpectedTestCaseSteps) - Method in interface org.dbunit.PrepAndExpectedTestCase
-
Run the DbUnit test.
- runTestSteps(PrepAndExpectedTestCaseSteps) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Run the provided test steps.
S
- schemaExists(Connection, String) - Static method in class org.dbunit.util.SQLHelper
-
Returns
trueif the given schema exists for the given connection. - SCHEMANAME_INDEXES - Static variable in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
- ScrollableResultSetTable - Class in org.dbunit.database
- ScrollableResultSetTable(String, String, IDatabaseConnection) - Constructor for class org.dbunit.database.ScrollableResultSetTable
- ScrollableResultSetTable(ITableMetaData, ResultSet) - Constructor for class org.dbunit.database.ScrollableResultSetTable
- ScrollableResultSetTable(ITableMetaData, IDatabaseConnection) - Constructor for class org.dbunit.database.ScrollableResultSetTable
- 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 Class in org.dbunit.util.search
-
Base class for exceptions during the search.
- SearchException() - Constructor for exception class org.dbunit.util.search.SearchException
- SearchException(String) - Constructor for exception class org.dbunit.util.search.SearchException
- SearchException(String, Throwable) - Constructor for exception class org.dbunit.util.search.SearchException
- SearchException(Throwable) - Constructor for exception class 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
- select(ITable, ITable, int, String, DataType, Object, Object, Map<Object, ValueComparer>) - Method in interface org.dbunit.assertion.comparer.value.ValueComparerSelector
- 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.sqlloader.SqlLoaderControlParserImpl
- SeparatorHandler - Class in org.dbunit.dataset.common.handlers
- SeparatorHandler.ENDPIECE - Class in org.dbunit.dataset.common.handlers
- 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.
- SequenceTableFilter(String[], boolean) - 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(Object[]) - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
-
Set which modes are allowed on the search.
- setAllowedNodes(Set) - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
-
Set which modes are allowed on the search.
- setArray(BigDecimal[]) - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
- setArray(BigDecimal[]) - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
- setArray(BigDecimal[], long) - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
- setArray(BigDecimal[], long) - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
- setBatchSize(String) - Method in class org.dbunit.ant.DbUnitTask
-
sets the size of batch inserts.
- setBuilder(FlatXmlDataSetBuilder) - Method in class org.dbunit.util.fileloader.FlatXmlDataFileLoader
-
Set the builder.
- setCapacity(int) - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
-
Reset the capacity of this queue.
- setCaseSensitiveTableNames(boolean) - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
-
Whether or not the created dataset should use case sensitive table names
- 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.
- setClock(Clock) - Method in class org.dbunit.util.RelativeDateTimeParser
- setColumnSensing(boolean) - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
-
Since DBUnit 2.3.0 there is a functionality called "column sensing" which basically reads in the whole XML into a buffer and dynamically adds new columns as they appear.
- setColumnSensing(boolean) - Method in class org.dbunit.dataset.xml.FlatXmlProducer
- setCombine(boolean) - Method in class org.dbunit.ant.Operation
- 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.sqlloader.SqlLoaderControlProducer
- 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
- setConsumer(IDataSetConsumer) - Method in class org.dbunit.dataset.yaml.YamlProducer
- setContentModel(FlatDtdWriter.ContentModel) - Method in class org.dbunit.dataset.xml.FlatDtdWriter
- setCurrentProduct(StringBuilder) - Method in class org.dbunit.dataset.common.handlers.Pipeline
- setDatabaseTester(IDatabaseTester) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Set the databaseTester.
- setDataFileLoader(DataFileLoader) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Set the dataFileLoader.
- 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
- setDateCell(Cell, Date, Workbook) - Method in class org.dbunit.dataset.excel.XlsDataSetWriter
- setDeclHandler(XMLReader, DeclHandler) - Static method in class org.dbunit.dataset.xml.FlatDtdProducer
- setDeniedNodes(Object[]) - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
-
Set which modes are not allowed on the search.
- setDeniedNodes(Set) - 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.
- setDtdMetadata(boolean) - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
-
Whether or not DTD metadata is available to parse via a DTD handler.
- setElement(BigDecimal, long) - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
- setElement(BigDecimal, long) - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
- setEncoding(String) - Method in class org.dbunit.ant.Export
- setEncoding(Charset) - Method in class org.dbunit.ant.Export
- setEnforcedComponents(PipelineComponent[]) - Method in class org.dbunit.dataset.common.handlers.EnforceHandler
- setEscapeChar(char) - Method in class org.dbunit.dataset.common.handlers.PipelineConfig
- setEscapePattern(String) - Method in class org.dbunit.ant.DbUnitTask
- setExpectedDataSetAndVerifyTableDefinitionVerifier(ExpectedDataSetAndVerifyTableDefinitionVerifier) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
- setExpectedDs(IDataSet) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Set the expectedDs.
- setFailMessage(String) - Method in class org.dbunit.assertion.Difference
- setFailureFactory(FailureFactory) - Method in class org.dbunit.assertion.DefaultFailureHandler
- setFeature(String, boolean) - Method in class org.dbunit.database.DatabaseConfig
-
Deprecated.since 2.4.7 Use the
DatabaseConfig.setProperty(String, Object)also for features - setFetchSize(String) - Method in class org.dbunit.ant.DbUnitTask
- 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
-
Whether or not to write the column name as comment into the XML
- 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.
- setLastTable(String) - Method in class org.dbunit.dataset.OrderedTableNameMap
- setLexicalHandler(XMLReader, LexicalHandler) - Static method in class org.dbunit.dataset.xml.FlatDtdProducer
- setMetaDataSet(IDataSet) - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
-
Set the metadata information (column info etc.) to be used.
- setMetaDataSetFromDtd(InputStream) - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
-
Set the metadata information (column info etc.) to be used from the given DTD input.
- setMetaDataSetFromDtd(Reader) - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
-
Set the metadata information (column info etc.) to be used from the given DTD input.
- setName(String) - Method in class org.dbunit.ant.DbConfig.Feature
- 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.
- setNullToken(String) - Method in class org.dbunit.ant.Operation
- setNumericCell(Cell, BigDecimal, Workbook) - Method in class org.dbunit.dataset.excel.XlsDataSetWriter
- setOperationListener(IOperationListener) - Method in class org.dbunit.AbstractDatabaseTester
- setOperationListener(IOperationListener) - Method in interface org.dbunit.IDatabaseTester
- setOrdered(boolean) - Method in class org.dbunit.ant.AbstractStep
- setPassword(String) - Method in class org.dbunit.ant.DbUnitTask
-
Set the password for the DB connection.
- setPipeline(Pipeline) - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
- setPipeline(Pipeline) - Method in class org.dbunit.dataset.common.handlers.EnforceHandler
- setPipeline(Pipeline) - Method in interface org.dbunit.dataset.common.handlers.PipelineComponent
- setPipelineConfig(PipelineConfig) - Method in class org.dbunit.dataset.common.handlers.Pipeline
- setPrepDs(IDataSet) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Set the prepDs.
- setPrettyPrint(boolean) - Method in class org.dbunit.dataset.xml.FlatXmlWriter
-
Enable or disable pretty print of the XML.
- setPrettyPrint(boolean) - Method in class org.dbunit.dataset.xml.XmlDataSetWriter
-
Enable or disable pretty print of the XML.
- setProducts(List) - Method in class org.dbunit.dataset.common.handlers.Pipeline
- setPropertiesByString(Properties) - Method in class org.dbunit.database.DatabaseConfig
-
Sets the given properties on the
DatabaseConfiginstance using the given String values. - 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
- setRowComparator(Comparator) - Method in class org.dbunit.dataset.SortedTable
-
Sets the comparator to be used for sorting the table rows.
- 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
-
Deprecated.since 2.4.3 Should not be used anymore. Every concrete
IDatabaseTesterimplementation that needs a schema has the possibility to set it somehow in the constructor - setSdoElemInfo(OracleSdoElemInfoArray) - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
- setSdoGtype(BigDecimal) - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
- setSdoOrdinates(OracleSdoOrdinateArray) - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
- setSdoPoint(OracleSdoPointType) - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
- setSdoSrid(BigDecimal) - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
- setSeparatorChar(char) - Method in class org.dbunit.dataset.common.handlers.PipelineConfig
- 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.
- setSkipOracleRecycleBinTables(Boolean) - Method in class org.dbunit.ant.DbUnitTask
- 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.BigIntegerDataType
- setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.dataset.datatype.BinaryStreamDataType
-
Sets the given value on the given statement and therefore invokes
BytesDataType.typeCast(Object). - 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.mssql.DateTimeOffsetType
- setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.ext.mssql.UniqueIdentifierType
- 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
- setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.ext.oracle.OracleSdoGeometryDataType
- setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.ext.oracle.OracleXMLTypeDataType
- setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.ext.postgresql.CitextType
- setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.ext.postgresql.GenericEnumType
- setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.ext.postgresql.GeometryType
- setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.ext.postgresql.InetType
- setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.ext.postgresql.IntervalType
- setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.ext.postgresql.PostgreSQLOidDataType
- setSqlValue(Object, int, PreparedStatement) - Method in class org.dbunit.ext.postgresql.UuidType
- setSrc(File) - Method in class org.dbunit.ant.Compare
- setSrc(File) - Method in class org.dbunit.ant.Operation
- setSrc(File[]) - Method in class org.dbunit.ant.Operation
- setStrictReplacement(boolean) - Method in class org.dbunit.dataset.ReplacementDataSet
-
Setting this property to true indicates that when no replacement is found for a delimited substring the replacement will fail fast.
- setStrictReplacement(boolean) - Method in class org.dbunit.dataset.ReplacementTable
-
Setting this property to true indicates that when no replacement is found for a delimited substring the replacement will fail fast.
- 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.common.handlers.AbstractPipelineComponent
- setSuccessor(PipelineComponent) - Method in interface org.dbunit.dataset.common.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
- setupData() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Use the provided databaseTester to prep the database with the provided prep dataset.
- setUpDatabaseConfig(DatabaseConfig) - Method in class org.dbunit.DatabaseTestCase
-
Designed to be overridden by subclasses in order to set additional configuration parameters for the
IDatabaseConnection. - setUrl(String) - Method in class org.dbunit.ant.DbUnitTask
-
Set the DB connection url.
- setUseComparable(boolean) - Method in class org.dbunit.dataset.SortedTable
-
Whether or not the comparable interface should be used of the compared columns instead of the plain strings Default value is
falsefor backwards compatibility Set whether or not to use the Comparable implementation of the corresponding column DataType for comparing values or not. - setUseQualifiedTableNames(Boolean) - Method in class org.dbunit.ant.DbUnitTask
-
Set the flag for using the qualified table names.
- setUserid(String) - Method in class org.dbunit.ant.DbUnitTask
-
Set the user name for the DB connection.
- setValidating(boolean) - Method in class org.dbunit.dataset.xml.FlatXmlProducer
- setValidating(boolean) - Method in class org.dbunit.dataset.xml.XmlProducer
- setValue(boolean) - Method in class org.dbunit.ant.DbConfig.Feature
- 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.
- setValueComparerDefaults(ValueComparerDefaults) - Method in class org.dbunit.assertion.DbUnitAssertBase
- setVerifyTableDefinitionVerifier(VerifyTableDefinitionVerifier) - Method in class org.dbunit.VerifyTableDefinition
- setVerifyTableDefs(VerifyTableDefinition[]) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Set the tableDefs.
- 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.
- setWriter(Writer, Charset) - Method in class org.dbunit.util.xml.XmlWriter
- setX(BigDecimal) - Method in class org.dbunit.ext.oracle.OracleSdoPointType
- setY(BigDecimal) - Method in class org.dbunit.ext.oracle.OracleSdoPointType
- setZ(BigDecimal) - Method in class org.dbunit.ext.oracle.OracleSdoPointType
- SimpleAssert - Class in org.dbunit.assertion
-
Dbunit's own small assertion utility, independent from the testing framework that is used.
- SimpleAssert(FailureHandler) - Constructor for class org.dbunit.assertion.SimpleAssert
- 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.database.PrimaryKeyFilter.PkTableMap
- 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.
- skipCompare(String, Object, Object) - Method in class org.dbunit.assertion.DbUnitAssertBase
-
Method to last-minute intercept the comparison of a single expected and actual value.
- Slot - Class in org.dbunit.util.concurrent
-
A one-slot buffer, using semaphores to control access.
- Slot() - Constructor for class org.dbunit.util.concurrent.Slot
-
Create a new Slot using default Semaphore implementations
- Slot(Class) - Constructor for class org.dbunit.util.concurrent.Slot
-
Create a buffer with the given capacity, using the supplied Semaphore class for semaphores.
- SMALLINT - Static variable in class org.dbunit.dataset.datatype.DataType
- SMALLINT - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- SortedDataSet - Class in org.dbunit.dataset
-
Decorator that returns the
ITables of the decorated dataset asSortedTables. - 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) - Constructor for class org.dbunit.dataset.SortedTable
-
Sort the decorated table by its own columns order which is defined by
ITable.getTableMetaData(). - SortedTable(ITable, String[]) - Constructor for class org.dbunit.dataset.SortedTable
-
Sort the decorated table by specified columns order.
- SortedTable(ITable, Column[]) - Constructor for class org.dbunit.dataset.SortedTable
-
Sort the decorated table by specified columns order.
- SortedTable(ITable, Column[], boolean) - 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.AbstractRowComparator - Class in org.dbunit.dataset
-
Abstract class for sorting the table rows of a given table in a specific order
- SortedTable.RowComparator - Class in org.dbunit.dataset
-
Compares the rows with each other in order to sort them in the correct order using the data type and the Comparable implementation the current column has.
- SortedTable.RowComparatorByString - Class in org.dbunit.dataset
-
Compares the rows with each other in order to sort them in the correct order using the string value of both values for the comparison.
- source - Variable in class org.dbunit.util.concurrent.PropertyChangeMulticaster
-
The object to be provided as the "source" for any generated events.
- SQL_TYPE_NAME_TINYINT_UNSIGNED - Static variable in class org.dbunit.ext.mysql.MySqlDataTypeFactory
- SQLHelper - Class in org.dbunit.util
-
Helper for SQL-related stuff.
- SqlLoaderControlDataSet - Class in org.dbunit.dataset.sqlloader
-
This class constructs an
IDataSetgiven a directory containing control files. - SqlLoaderControlDataSet(File, File) - Constructor for class org.dbunit.dataset.sqlloader.SqlLoaderControlDataSet
-
The Constructor.
- SqlLoaderControlDataSet(File, List) - Constructor for class org.dbunit.dataset.sqlloader.SqlLoaderControlDataSet
-
The Constructor.
- SqlLoaderControlDataSet(String, String) - Constructor for class org.dbunit.dataset.sqlloader.SqlLoaderControlDataSet
-
The Constructor.
- SqlLoaderControlParser - Interface in org.dbunit.dataset.sqlloader
-
Interface of Parser which parses Oracle SQLLoader files.
- SqlLoaderControlParserException - Exception Class in org.dbunit.dataset.sqlloader
- SqlLoaderControlParserException(String) - Constructor for exception class org.dbunit.dataset.sqlloader.SqlLoaderControlParserException
-
The Constructor.
- SqlLoaderControlParserImpl - Class in org.dbunit.dataset.sqlloader
-
Parser which parses Oracle SQLLoader files.
- SqlLoaderControlParserImpl() - Constructor for class org.dbunit.dataset.sqlloader.SqlLoaderControlParserImpl
-
The Constructor.
- SqlLoaderControlProducer - Class in org.dbunit.dataset.sqlloader
-
Producer that creates an
IDataSetusing SQLLoader style '.ctl' files. - SqlLoaderControlProducer(File, File) - Constructor for class org.dbunit.dataset.sqlloader.SqlLoaderControlProducer
-
The Constructor.
- SqlLoaderControlProducer(File, List) - Constructor for class org.dbunit.dataset.sqlloader.SqlLoaderControlProducer
-
The Constructor.
- SqlLoaderControlProducer(String, String) - Constructor for class org.dbunit.dataset.sqlloader.SqlLoaderControlProducer
-
The Constructor.
- 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.BufferedConsumer
- 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.BufferedConsumer
- 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 asynchronously.
- StreamingDataSet(IDataSetProducer) - Constructor for class org.dbunit.dataset.stream.StreamingDataSet
- StreamingIterator - Class in org.dbunit.dataset.stream
-
Asynchronous table iterator that uses a new Thread for asynchronous processing.
- StreamingIterator(IDataSetProducer) - Constructor for class org.dbunit.dataset.stream.StreamingIterator
-
Iterator that creates a table iterator by reading the input from the given source in an asynchronous way.
- StringDataType - Class in org.dbunit.dataset.datatype
- StringDataType(String, int) - Constructor for class org.dbunit.dataset.datatype.StringDataType
- StringIgnoreCaseDataType - Class in org.dbunit.dataset.datatype
-
String data type that ignore case when comparing String values.
- StringIgnoreCaseDataType(String, int) - Constructor for class org.dbunit.dataset.datatype.StringIgnoreCaseDataType
- 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
trueif 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() - Constructor for class org.dbunit.util.concurrent.SynchronizedVariable
-
Create a SynchronizedVariable using itself as the lock
- SynchronizedVariable(Object) - Constructor for class org.dbunit.util.concurrent.SynchronizedVariable
-
Create a SynchronizedVariable using the supplied 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.
T
- Table - Class in org.dbunit.ant
-
The
Tableclass is just a step placeholder for a table name within anExport. - Table() - Constructor for class org.dbunit.ant.Table
- TABLE_ORDERING_FILE - Static variable in class org.dbunit.dataset.csv.CsvDataSet
- TableColumnValueComparerMapBuilder - Class in org.dbunit.assertion.comparer.value.builder
-
Convenience methods to help build the map of table name -> map of column name ->
ValueComparer. - TableColumnValueComparerMapBuilder() - Constructor for class org.dbunit.assertion.comparer.value.builder.TableColumnValueComparerMapBuilder
- TableDecoratorDataSet - Class in org.dbunit.dataset
-
Decorates a dataset to allow decorating the returned
ITables (andITableMetaDatas, by extension). - TableDecoratorDataSet(IDataSet, TableDecoratorDataSet.TableDecoratorFunction) - Constructor for class org.dbunit.dataset.TableDecoratorDataSet
- TableDecoratorDataSet.TableDecoratorFunction - Interface in org.dbunit.dataset
- tableExists(DatabaseMetaData, String, String) - Method in class org.dbunit.database.DefaultMetadataHandler
- tableExists(DatabaseMetaData, String, String) - Method in interface org.dbunit.database.IMetadataHandler
-
Checks if the given table exists.
- tableExists(DatabaseMetaData, String, String) - Method in class org.dbunit.ext.mysql.MySqlMetadataHandler
- tableExists(DatabaseMetaData, String, String) - Method in class org.dbunit.ext.netezza.NetezzaMetadataHandler
- tableExists(DatabaseMetaData, String, String) - Static method in class org.dbunit.util.SQLHelper
-
Deprecated.since 2.4.5 - use
IMetadataHandler.tableExists(DatabaseMetaData, String, String) - TableFormatter - Class in org.dbunit.util
-
Simple formatter to print out
ITableobjects in a beautiful way, for example on a console. - TableFormatter() - Constructor for class org.dbunit.util.TableFormatter
- 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
- tearDown() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
- TEN_MINUTES_IN_MILLIS - Static variable in class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
- TEST_ERROR_MSG - Static variable in class org.dbunit.DefaultPrepAndExpectedTestCase
- 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.common.handlers.Pipeline
- THREE_MINUTES_IN_MILLIS - Static variable in class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
- THREE_SECONDS_IN_MILLIS - Static variable in class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
- TIME - Static variable in class org.dbunit.dataset.datatype.DataType
- TIME - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- TimeDataType - Class in org.dbunit.dataset.datatype
-
Data type that maps a SQL
Types.TIMEobject to a java object. - TimeoutException - Exception Class in org.dbunit.util.concurrent
-
Thrown by synchronization classes that report timeouts via exceptions.
- TimeoutException(long) - Constructor for exception class org.dbunit.util.concurrent.TimeoutException
-
Constructs a TimeoutException with given duration value.
- TimeoutException(long, String) - Constructor for exception class 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
- TIMESTAMP - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- TimestampDataType - Class in org.dbunit.dataset.datatype
- TimestampIgnoreMillisValueComparerBase - Class in org.dbunit.assertion.comparer.value
-
Base class for
ValueComparerimplementations that verify Timestamps, ignoring the milliseconds. - TimestampIgnoreMillisValueComparerBase() - Constructor for class org.dbunit.assertion.comparer.value.TimestampIgnoreMillisValueComparerBase
- TIMETZ - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- TINYINT - Static variable in class org.dbunit.dataset.datatype.DataType
- toDatum(Connection) - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
- toDatum(Connection) - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
- toDatum(Connection) - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
- toDatum(Connection) - Method in class org.dbunit.ext.oracle.OracleSdoPointType
- ToleratedDelta(String, String, double) - Constructor for class org.dbunit.dataset.datatype.ToleratedDeltaMap.ToleratedDelta
- ToleratedDelta(String, String, BigDecimal) - Constructor for class org.dbunit.dataset.datatype.ToleratedDeltaMap.ToleratedDelta
- ToleratedDelta(String, String, BigDecimal, boolean) - Constructor for class org.dbunit.dataset.datatype.ToleratedDeltaMap.ToleratedDelta
- ToleratedDelta(String, String, ToleratedDeltaMap.Precision) - Constructor for class org.dbunit.dataset.datatype.ToleratedDeltaMap.ToleratedDelta
- ToleratedDeltaMap - Class in org.dbunit.dataset.datatype
-
Container that manages a map of
ToleratedDeltaMap.ToleratedDeltaobjects to be used for numeric comparisons with an allowed deviation of two values - ToleratedDeltaMap() - Constructor for class org.dbunit.dataset.datatype.ToleratedDeltaMap
- ToleratedDeltaMap.Precision - Class in org.dbunit.dataset.datatype
-
Container for the tolerated delta of two values that are compared to each other.
- ToleratedDeltaMap.ToleratedDelta - Class in org.dbunit.dataset.datatype
-
Simple bean that holds the tolerance for floating point comparisons for a specific database column.
- toString() - Method in class org.dbunit.AbstractDatabaseTester
- toString() - Method in class org.dbunit.ant.AbstractStep
- 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.assertion.comparer.value.ConditionalSelectorMultiValueComparer
- toString() - Method in class org.dbunit.assertion.comparer.value.ConditionalSetBiValueComparer
- toString() - Method in class org.dbunit.assertion.comparer.value.ValueComparerBase
- toString() - Method in exception class org.dbunit.assertion.DbComparisonFailure
- toString() - Method in class org.dbunit.assertion.DefaultFailureHandler
- toString() - Method in class org.dbunit.assertion.DiffCollectingFailureHandler
- toString() - Method in class org.dbunit.assertion.Difference
- toString() - Method in class org.dbunit.database.AbstractDatabaseConnection
- toString() - Method in class org.dbunit.database.AbstractResultSetTable
- toString() - Method in class org.dbunit.database.DatabaseConfig.ConfigProperty
- toString() - Method in class org.dbunit.database.DatabaseConfig
- toString() - Method in class org.dbunit.database.DatabaseConnection
- toString() - Method in class org.dbunit.database.DatabaseTableMetaData
- toString() - Method in class org.dbunit.database.ForwardOnlyResultSetTable
- toString() - Method in class org.dbunit.database.PrimaryKeyFilter.PkTableMap
- toString() - Method in class org.dbunit.database.PrimaryKeyFilter
- toString() - Method in class org.dbunit.database.ResultSetTableMetaData
- toString() - Method in class org.dbunit.database.ScrollableResultSetTable
- toString() - Method in class org.dbunit.database.search.FKRelationshipEdge
-
Deprecated.
- 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.AutoIncrement
- toString() - Method in class org.dbunit.dataset.Column.Nullable
- toString() - Method in class org.dbunit.dataset.Column
- toString() - Method in class org.dbunit.dataset.ColumnFilterTable
- toString() - Method in class org.dbunit.dataset.Columns.ColumnDiff
- toString() - Method in class org.dbunit.dataset.CompositeTable
- toString() - Method in class org.dbunit.dataset.datatype.AbstractDataType
- toString() - Method in class org.dbunit.dataset.datatype.DefaultDataTypeFactory
-
Returns a string representation of this
DefaultDataTypeFactoryinstance - toString() - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap.ToleratedDelta
- toString() - Method in class org.dbunit.dataset.DefaultTable
- toString() - Method in class org.dbunit.dataset.DefaultTableMetaData
- toString() - Method in class org.dbunit.dataset.filter.DefaultColumnFilter
- toString() - Method in class org.dbunit.dataset.filter.SequenceTableFilter
- toString() - Method in class org.dbunit.dataset.OrderedTableNameMap
- toString() - Method in class org.dbunit.dataset.ReplacementTable
- toString() - Method in class org.dbunit.dataset.SortedTable
- toString() - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
- toString() - Method in class org.dbunit.dataset.xml.FlatDtdWriter.ContentModel
- toString() - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
- toString() - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
- toString() - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
- toString() - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
- toString() - Method in class org.dbunit.ext.oracle.OracleSdoPointType
- toString() - Method in class org.dbunit.JdbcDatabaseTester
- toString() - Method in class org.dbunit.JndiDatabaseTester
- toString() - Method in class org.dbunit.operation.AbstractBatchOperation
- toString() - Method in class org.dbunit.operation.CompositeOperation
- toString() - Method in class org.dbunit.operation.OperationData
- toString() - Method in class org.dbunit.util.concurrent.SynchronizedInt
- toString() - Method in class org.dbunit.util.QualifiedTableName
- toString() - Method in class org.dbunit.util.search.Edge
- toString() - Method in class org.dbunit.VerifyTableDefinition
- TRANSACTION(DatabaseOperation) - Static method in class org.dbunit.operation.DatabaseOperation
- 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.common.handlers
- TRUNCATE_TABLE - Static variable in class org.dbunit.operation.DatabaseOperation
- TruncateTableOperation - Class in org.dbunit.operation
-
Truncate tables present in the specified dataset.
- TWO_MINUTES_IN_MILLIS - Static variable in class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
- TWO_SECONDS_IN_MILLIS - Static variable in class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
- TYPE - Static variable in class org.dbunit.ext.mssql.DateTimeOffsetType
- typeCast(Object) - Method in class org.dbunit.dataset.datatype.BigIntegerDataType
- typeCast(Object) - Method in class org.dbunit.dataset.datatype.BooleanDataType
- typeCast(Object) - Method in class org.dbunit.dataset.datatype.BytesDataType
-
Casts the given value into a byte[] using different strategies.
- 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
- typeCast(Object) - Method in class org.dbunit.dataset.datatype.UuidAwareBytesDataType
- typeCast(Object) - Method in class org.dbunit.ext.mssql.DateTimeOffsetType
- typeCast(Object) - Method in class org.dbunit.ext.mssql.UniqueIdentifierType
- typeCast(Object) - Method in class org.dbunit.ext.oracle.OracleSdoGeometryDataType
- typeCast(Object) - Method in class org.dbunit.ext.postgresql.CitextType
- typeCast(Object) - Method in class org.dbunit.ext.postgresql.GenericEnumType
- typeCast(Object) - Method in class org.dbunit.ext.postgresql.GeometryType
- typeCast(Object) - Method in class org.dbunit.ext.postgresql.InetType
- typeCast(Object) - Method in class org.dbunit.ext.postgresql.IntervalType
- typeCast(Object) - Method in class org.dbunit.ext.postgresql.UuidType
- TypeCastException - Exception Class in org.dbunit.dataset.datatype
- TypeCastException(Object, DataType) - Constructor for exception class org.dbunit.dataset.datatype.TypeCastException
- TypeCastException(Object, DataType, Throwable) - Constructor for exception class org.dbunit.dataset.datatype.TypeCastException
- TypeCastException(String, Throwable) - Constructor for exception class org.dbunit.dataset.datatype.TypeCastException
- TypeCastException(Throwable) - Constructor for exception class org.dbunit.dataset.datatype.TypeCastException
U
- UniqueIdentifierType - Class in org.dbunit.ext.mssql
-
UniqueIdentifierTypeprovides support for the "uniqueidentifier" column in Microsoft SQLServer databases. - UniqueIdentifierType() - Constructor for class org.dbunit.ext.mssql.UniqueIdentifierType
- Unit - Search tag in class org.dbunit.util.RelativeDateTimeParser
- Section
- UNKNOWN - Static variable in class org.dbunit.dataset.Column.AutoIncrement
- UNKNOWN - Static variable in class org.dbunit.dataset.datatype.DataType
- UNKNOWN - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- UnknownDataType - Class in org.dbunit.dataset.datatype
- UNQUOTE() - Constructor for class org.dbunit.dataset.common.handlers.IsAlnumHandler.UNQUOTE
- UNQUOTE() - Constructor for class org.dbunit.dataset.common.handlers.QuoteHandler.UNQUOTE
- UNQUOTE() - Static method in class org.dbunit.dataset.common.handlers.QuoteHandler
- UnquotedFieldAssembler - Class in org.dbunit.dataset.common.handlers
- UnquotedFieldAssembler() - Constructor for class org.dbunit.dataset.common.handlers.UnquotedFieldAssembler
- UnquotedFieldAssembler.ASSEMBLE - Class in org.dbunit.dataset.common.handlers
- UNSIGNED_SUFFIX - Static variable in class org.dbunit.ext.mysql.MySqlDataTypeFactory
- update(String, Object) - Method in class org.dbunit.dataset.OrderedTableNameMap
-
Updates the value associated with the given table name.
- 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
- UuidAwareBytesDataType - Class in org.dbunit.dataset.datatype
-
A datatype that is capable of storing UUIDs into BINARY fields (big-endian).
- UuidType - Class in org.dbunit.ext.postgresql
-
Adapter to handle conversion between Postgresql native UUID type and Strings.
- UuidType() - Constructor for class org.dbunit.ext.postgresql.UuidType
V
- value - Variable in class org.dbunit.util.concurrent.LinkedNode
- value_ - Variable in class org.dbunit.util.concurrent.SynchronizedInt
- ValueComparer - Interface in org.dbunit.assertion.comparer.value
-
Strategy for comparing values.
- ValueComparerBase - Class in org.dbunit.assertion.comparer.value
-
Base class for
ValueComparers providing a template method and common elements, mainly consistent log message and toString. - ValueComparerBase() - Constructor for class org.dbunit.assertion.comparer.value.ValueComparerBase
- valueComparerDefaults - Variable in class org.dbunit.assertion.DbUnitAssertBase
- ValueComparerDefaults - Interface in org.dbunit.assertion.comparer.value
-
Default
ValueComparers, used when one is not specified by a test. - ValueComparers - Class in org.dbunit.assertion.comparer.value
-
Convenience set of common
ValueComparerinstances. - ValueComparers() - Constructor for class org.dbunit.assertion.comparer.value.ValueComparers
- ValueComparerSelector - Interface in org.dbunit.assertion.comparer.value
-
Strategy for selecting a
ValueComparerfrom aMapof them. - ValueComparerTemplateBase - Class in org.dbunit.assertion.comparer.value
-
Base class for
ValueComparers, providing template methods and common elements. - ValueComparerTemplateBase() - Constructor for class org.dbunit.assertion.comparer.value.ValueComparerTemplateBase
- ValueFactory<T> - Interface in org.dbunit.assertion.comparer.value
-
Create instances of a single or multi-column object, typically from the row in the table.
- VARBINARY - Static variable in class org.dbunit.dataset.datatype.DataType
- VARCHAR - Static variable in class org.dbunit.dataset.datatype.DataType
- VARCHAR - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- VARFIXEDCHAR - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
- verify(String, String[], Map<String, ValueComparer>) - Method in class org.dbunit.assertion.comparer.value.verifier.DefaultVerifyTableDefinitionVerifier
- verify(VerifyTableDefinition) - Method in class org.dbunit.assertion.comparer.value.verifier.DefaultVerifyTableDefinitionVerifier
- verify(VerifyTableDefinition) - Method in interface org.dbunit.assertion.comparer.value.verifier.VerifyTableDefinitionVerifier
-
Verify the
VerifyTableDefinitionis valid. - verify(VerifyTableDefinition[], IDataSet, DatabaseConfig) - Method in class org.dbunit.DefaultExpectedDataSetAndVerifyTableDefinitionVerifier
- verify(VerifyTableDefinition[], IDataSet, DatabaseConfig) - Method in interface org.dbunit.ExpectedDataSetAndVerifyTableDefinitionVerifier
-
Verify
VerifyTableDefinitions and expectedDataSet configurations agree. - verifyData() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
For the provided VerifyTableDefinitions, verify each table's actual results are as expected.
- verifyData() - Method in interface org.dbunit.PrepAndExpectedTestCase
-
For the provided VerifyTableDefinitions, verify each table's actual results are as expected.
- verifyData(IDatabaseConnection, VerifyTableDefinition) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
- verifyData(ITable, ITable, String[], String[], ValueComparer, Map<String, ValueComparer>) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
For the specified expected and actual tables (and excluding and including the specified columns), verify the actual data is as expected.
- VerifyTableDefinition - Class in org.dbunit
-
Defines a database table to verify (assert on data), specifying include and exclude column filters and optional
ValueComparers. - VerifyTableDefinition(String, String[]) - Constructor for class org.dbunit.VerifyTableDefinition
-
Create a valid instance with all columns compared except exclude the specified columns.
- VerifyTableDefinition(String, String[], String[]) - Constructor for class org.dbunit.VerifyTableDefinition
-
Create a valid instance specifying exclude and include columns.
- VerifyTableDefinition(String, String[], String[], ValueComparer, Map<String, ValueComparer>) - Constructor for class org.dbunit.VerifyTableDefinition
-
Create a valid instance specifying exclude and include columns and use the specified defaultValueComparer for all column comparisons not in the columnValueComparers
Map. - VerifyTableDefinition(String, String[], ValueComparer, Map<String, ValueComparer>) - Constructor for class org.dbunit.VerifyTableDefinition
-
Create a valid instance with all columns compared and exclude the specified columns, and use the specified defaultValueComparer for all column comparisons not in the columnValueComparers
Map. - VerifyTableDefinition(String, ValueComparer, Map<String, ValueComparer>) - Constructor for class org.dbunit.VerifyTableDefinition
-
Create a valid instance with all columns compared and use the specified defaultValueComparer for all column comparisons not in the columnValueComparers
Map. - VerifyTableDefinitionVerifier - Interface in org.dbunit.assertion.comparer.value.verifier
-
Strategy pattern for verifying a correctly configured
VerifyTableDefinition, e.g. aValueComparerdoes not exist for a column with an excluded column definition.
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.common.handlers
- write(byte[], int, int) - Method in class org.dbunit.util.Base64.OutputStream
-
Calls
Base64.OutputStream.write(int)repeatedly until len bytes are written. - write(int) - Method in class org.dbunit.util.Base64.OutputStream
-
Writes the byte to the output stream after converting to/from Base64 notation.
- 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.csv.CsvDataSetWriter
- write(IDataSet) - Method in class org.dbunit.dataset.xml.FlatDtdWriter
- write(IDataSet) - Method in class org.dbunit.dataset.xml.FlatXmlWriter
-
Writes the given
IDataSetusing this writer. - write(IDataSet) - Method in class org.dbunit.dataset.xml.XmlDataSetWriter
-
Writes the given
IDataSetusing this writer. - 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) - Method in class org.dbunit.dataset.excel.XlsDataSetWriter
-
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, OutputStream) - Static method in class org.dbunit.dataset.xml.FlatXmlDataSet
-
Write the specified dataset to the specified output stream as xml.
- 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, OutputStream) - Static method in class org.dbunit.dataset.yaml.YamlDataSet
-
Write the specified dataset to the specified output stream as YAML.
- write(IDataSet, OutputStream, Charset) - Static method in class org.dbunit.dataset.xml.XmlDataSet
-
Write the specified dataset to the specified output stream as xml (using specified encoding).
- write(IDataSet, Writer) - Static method in class org.dbunit.dataset.xml.FlatDtdDataSet
-
Write the specified dataset to the specified writer as DTD.
- 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) - Static method in class org.dbunit.dataset.xml.XmlDataSet
-
Write the specified dataset to the specified writer as xml.
- write(IDataSet, Writer) - Static method in class org.dbunit.dataset.yaml.YamlDataSet
-
Write the specified dataset to the specified writer as YAML.
- write(IDataSet, Writer, Charset) - Static method in class org.dbunit.dataset.xml.FlatXmlDataSet
-
Write the specified dataset to the specified writer as xml.
- write(IDataSet, Writer, Charset) - Static method in class org.dbunit.dataset.xml.XmlDataSet
-
Write the specified dataset to the specified writer as xml.
- writeAttribute(String, String) - Method in class org.dbunit.util.xml.XmlWriter
-
Write an attribute out for the current element.
- writeAttribute(String, String, boolean) - 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
- 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.
- writeText(String, boolean) - Method in class org.dbunit.util.xml.XmlWriter
-
Output body text.
- writeValue(String) - Method in class org.dbunit.dataset.xml.XmlDataSetWriter
-
Writes the given String as normal text using the
XmlWriter. - writeValueCData(String) - Method in class org.dbunit.dataset.xml.XmlDataSetWriter
-
Writes the given String as CDATA using the
XmlWriter.
X
- XlsDataFileLoader - Class in org.dbunit.util.fileloader
- XlsDataFileLoader() - Constructor for class org.dbunit.util.fileloader.XlsDataFileLoader
-
Create new instance.
- XlsDataFileLoader(Map) - Constructor for class org.dbunit.util.fileloader.XlsDataFileLoader
-
Create new instance with replacement objects.
- XlsDataFileLoader(Map, Map) - Constructor for class org.dbunit.util.fileloader.XlsDataFileLoader
-
Create new instance with replacement objects and replacement substrings.
- 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.
- XlsDataSetWriter - Class in org.dbunit.dataset.excel
-
Writes an
IDataSetto an XLS file or OutputStream. - XlsDataSetWriter() - Constructor for class org.dbunit.dataset.excel.XlsDataSetWriter
- XmlDataSet - Class in org.dbunit.dataset.xml
-
Reads and writes original XML dataset document.
- XmlDataSet(InputStream) - Constructor for class org.dbunit.dataset.xml.XmlDataSet
-
Creates an XmlDataSet with the specified xml input stream.
- XmlDataSet(Reader) - Constructor for class org.dbunit.dataset.xml.XmlDataSet
-
Creates an XmlDataSet with the specified xml reader.
- XmlDataSetWriter - Class in org.dbunit.dataset.xml
- XmlDataSetWriter(OutputStream, Charset) - Constructor for class org.dbunit.dataset.xml.XmlDataSetWriter
- XmlDataSetWriter(Writer) - Constructor for class org.dbunit.dataset.xml.XmlDataSetWriter
- XmlDataSetWriter(Writer, Charset) - Constructor for class org.dbunit.dataset.xml.XmlDataSetWriter
- XmlProducer - Class in org.dbunit.dataset.xml
-
Parses an XML and produces a dataset from it.
- XmlProducer(InputSource) - Constructor for class org.dbunit.dataset.xml.XmlProducer
- XmlWriter - Class in org.dbunit.util.xml
-
Makes writing XML much much easier.
- XmlWriter(OutputStream, Charset) - Constructor for class org.dbunit.util.xml.XmlWriter
-
Create an XmlWriter on top of an existing
OutputStream. - XmlWriter(Writer) - Constructor for class org.dbunit.util.xml.XmlWriter
-
Create an XmlWriter on top of an existing java.io.Writer.
- XmlWriter(Writer, Charset) - 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.
Y
- YamlDataSet - Class in org.dbunit.dataset.yaml
-
Reads and writes flat YAML-based dataset documents.
- YamlDataSet(File) - Constructor for class org.dbunit.dataset.yaml.YamlDataSet
-
Creates a YAML dataset based on a yaml file
- YamlDataSet(InputStream) - Constructor for class org.dbunit.dataset.yaml.YamlDataSet
-
Creates a YAML dataset based on an inputstream
- YamlProducer - Class in org.dbunit.dataset.yaml
- YamlProducer(File) - Constructor for class org.dbunit.dataset.yaml.YamlProducer
- YamlProducer(InputStream) - Constructor for class org.dbunit.dataset.yaml.YamlProducer
- YES - Static variable in class org.dbunit.dataset.Column.AutoIncrement
Z
- ZEROS - Static variable in class org.dbunit.dataset.excel.XlsDataSetWriter
_
- _factory - Static variable in class org.dbunit.ext.oracle.OracleSdoGeometry
- _factory - Static variable in class org.dbunit.ext.oracle.OracleSdoPointType
- _init_struct(boolean) - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
- _init_struct(boolean) - Method in class org.dbunit.ext.oracle.OracleSdoPointType
- _metaData - Variable in class org.dbunit.database.AbstractResultSetTable
- _OracleSdoGeometryFactory - Static variable in class org.dbunit.ext.oracle.OracleSdoGeometry
- _OracleSdoPointTypeFactory - Static variable in class org.dbunit.ext.oracle.OracleSdoPointType
- _orderedTableNameMap - Variable in class org.dbunit.dataset.AbstractDataSet
- _resultSet - Variable in class org.dbunit.database.AbstractResultSetTable
- _reverseRowOrder - Variable in class org.dbunit.operation.AbstractBatchOperation
- _SQL_NAME - Static variable in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
- _SQL_NAME - Static variable in class org.dbunit.ext.oracle.OracleSdoGeometry
- _SQL_NAME - Static variable in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
- _SQL_NAME - Static variable in class org.dbunit.ext.oracle.OracleSdoPointType
- _SQL_TYPECODE - Static variable in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
- _SQL_TYPECODE - Static variable in class org.dbunit.ext.oracle.OracleSdoGeometry
- _SQL_TYPECODE - Static variable in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
- _SQL_TYPECODE - Static variable in class org.dbunit.ext.oracle.OracleSdoPointType
- _sqlType - Static variable in class org.dbunit.ext.oracle.OracleSdoGeometry
- _sqlType - Static variable in class org.dbunit.ext.oracle.OracleSdoPointType
- _statement - Variable in class org.dbunit.database.statement.AbstractBatchStatement
- _statement - Variable in class org.dbunit.database.statement.AbstractPreparedBatchStatement
- _struct - Variable in class org.dbunit.ext.oracle.OracleSdoGeometry
- _struct - Variable in class org.dbunit.ext.oracle.OracleSdoPointType
- _type - Variable in class org.dbunit.ant.Operation
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
DatabaseConfig.ALL_PROPERTIESwhere features are listed now as well