- DatabaseConfig - Class in org.dbunit.database
-
- DatabaseConfig() - Constructor for class org.dbunit.database.DatabaseConfig
-
- DatabaseConfig.ConfigProperty - Class in org.dbunit.database
-
- DatabaseConfig.Configurator - Class in org.dbunit.database
-
- DatabaseConnection - Class in org.dbunit.database
-
- DatabaseConnection(Connection) - Constructor for class org.dbunit.database.DatabaseConnection
-
Creates a new DatabaseConnection
.
- DatabaseConnection(Connection, String) - Constructor for class org.dbunit.database.DatabaseConnection
-
Creates a new DatabaseConnection
using a specific schema.
- DatabaseConnection(Connection, String, boolean) - Constructor for class org.dbunit.database.DatabaseConnection
-
Creates a new DatabaseConnection
using a specific schema.
- DatabaseDataSet - Class in org.dbunit.database
-
Provides access to a database instance as a
IDataSet
.
- DatabaseDataSet(IDatabaseConnection, boolean) - Constructor for class org.dbunit.database.DatabaseDataSet
-
Creates a new database data set
- DatabaseDataSet(IDatabaseConnection, boolean, ITableFilterSimple) - Constructor for class org.dbunit.database.DatabaseDataSet
-
Creates a new database data set
- DatabaseDataSourceConnection - Class in org.dbunit.database
-
- DatabaseDataSourceConnection(InitialContext, String, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
-
- DatabaseDataSourceConnection(InitialContext, String, String, String, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
-
- DatabaseDataSourceConnection(InitialContext, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
-
- DatabaseDataSourceConnection(InitialContext, String, String, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
-
- DatabaseDataSourceConnection(DataSource) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
-
- DatabaseDataSourceConnection(DataSource, String, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
-
- DatabaseDataSourceConnection(DataSource, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
-
- DatabaseDataSourceConnection(DataSource, String, String, String) - Constructor for class org.dbunit.database.DatabaseDataSourceConnection
-
- DatabaseOperation - Class in org.dbunit.operation
-
Defines the interface contract for operations performed on the database.
- DatabaseOperation() - Constructor for class org.dbunit.operation.DatabaseOperation
-
- DatabaseSequenceFilter - Class in org.dbunit.database
-
- DatabaseSequenceFilter(IDatabaseConnection, String[]) - Constructor for class org.dbunit.database.DatabaseSequenceFilter
-
Create a DatabaseSequenceFilter that only exposes specified table names.
- DatabaseSequenceFilter(IDatabaseConnection) - Constructor for class org.dbunit.database.DatabaseSequenceFilter
-
Create a DatabaseSequenceFilter that exposes all the database tables.
- DatabaseTableIterator - Class in org.dbunit.database
-
- DatabaseTableIterator(String[], IDataSet) - Constructor for class org.dbunit.database.DatabaseTableIterator
-
- DatabaseTableMetaData - Class in org.dbunit.database
-
Container for the metadata for one database table.
- DatabaseTestCase - Class in org.dbunit
-
Convenience class for writing JUnit tests with dbunit easily.
- DatabaseTestCase() - Constructor for class org.dbunit.DatabaseTestCase
-
- DatabaseTestCase(String) - Constructor for class org.dbunit.DatabaseTestCase
-
- DatabaseUnitException - Exception in org.dbunit
-
- DatabaseUnitException() - Constructor for exception org.dbunit.DatabaseUnitException
-
Constructs an DatabaseUnitException
with no detail
message and no encapsulated exception.
- DatabaseUnitException(String) - Constructor for exception org.dbunit.DatabaseUnitException
-
Constructs an DatabaseUnitException
with the specified detail
message and no encapsulated exception.
- DatabaseUnitException(String, Throwable) - Constructor for exception org.dbunit.DatabaseUnitException
-
Constructs an DatabaseUnitException
with the specified detail
message and encapsulated exception.
- DatabaseUnitException(Throwable) - Constructor for exception org.dbunit.DatabaseUnitException
-
Constructs an DatabaseUnitException
with the encapsulated
exception and use string representation as detail message.
- DatabaseUnitRuntimeException - Exception in org.dbunit
-
- DatabaseUnitRuntimeException() - Constructor for exception org.dbunit.DatabaseUnitRuntimeException
-
Constructs an DatabaseUnitRuntimeException
with no specified
detail message and no encapsulated exception.
- DatabaseUnitRuntimeException(String) - Constructor for exception org.dbunit.DatabaseUnitRuntimeException
-
Constructs an DatabaseUnitRuntimeException
with the specified
detail message and no encapsulated exception.
- DatabaseUnitRuntimeException(String, Throwable) - Constructor for exception org.dbunit.DatabaseUnitRuntimeException
-
Constructs an DatabaseUnitRuntimeException
with the specified
detail message and encapsulated exception.
- DatabaseUnitRuntimeException(Throwable) - Constructor for exception org.dbunit.DatabaseUnitRuntimeException
-
Constructs an DatabaseUnitRuntimeException
with the encapsulated
exception and use its message as detail message.
- DataFileLoader - Interface in org.dbunit.util.fileloader
-
Defines a dbUnit data file loader supporting replacement objects and
substrings with
ReplacementDataSet
.
- DataSetException - Exception in org.dbunit.dataset
-
Thrown to indicate that a problem occurred with a dataset.
- DataSetException() - Constructor for exception org.dbunit.dataset.DataSetException
-
- DataSetException(String) - Constructor for exception org.dbunit.dataset.DataSetException
-
- DataSetException(String, Throwable) - Constructor for exception org.dbunit.dataset.DataSetException
-
- DataSetException(Throwable) - Constructor for exception org.dbunit.dataset.DataSetException
-
- DataSetProducerAdapter - Class in org.dbunit.dataset.stream
-
- DataSetProducerAdapter(ITableIterator) - Constructor for class org.dbunit.dataset.stream.DataSetProducerAdapter
-
- DataSetProducerAdapter(IDataSet) - Constructor for class org.dbunit.dataset.stream.DataSetProducerAdapter
-
- DataSetUtils - Class in org.dbunit.dataset
-
This class contains various methods for manipulating datasets.
- DataSourceBasedDBTestCase - Class in org.dbunit
-
TestCase that uses a DataSourceDatabaseTester.
- DataSourceBasedDBTestCase() - Constructor for class org.dbunit.DataSourceBasedDBTestCase
-
- DataSourceBasedDBTestCase(String) - Constructor for class org.dbunit.DataSourceBasedDBTestCase
-
- DataSourceDatabaseTester - Class in org.dbunit
-
DatabaseTester that uses a
DataSource
to create connections.
- DataSourceDatabaseTester(DataSource) - Constructor for class org.dbunit.DataSourceDatabaseTester
-
Creates a new DataSourceDatabaseTester with the specified DataSource.
- DataSourceDatabaseTester(DataSource, String) - Constructor for class org.dbunit.DataSourceDatabaseTester
-
Creates a new DataSourceDatabaseTester with the specified DataSource and schema name.
- DataType - Class in org.dbunit.dataset.datatype
-
Data type that maps
Types
objects to their
java counterparts.
- DataType() - Constructor for class org.dbunit.dataset.datatype.DataType
-
- DataTypeException - Exception in org.dbunit.dataset.datatype
-
- DataTypeException() - Constructor for exception org.dbunit.dataset.datatype.DataTypeException
-
- DataTypeException(String) - Constructor for exception org.dbunit.dataset.datatype.DataTypeException
-
- DataTypeException(Throwable) - Constructor for exception org.dbunit.dataset.datatype.DataTypeException
-
- DataTypeException(String, Throwable) - Constructor for exception org.dbunit.dataset.datatype.DataTypeException
-
- DATE - Static variable in class org.dbunit.dataset.datatype.DataType
-
- DATE - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
-
- DATE_FORMAT_AS_NUMBER_DBUNIT - Static variable in class org.dbunit.dataset.excel.XlsDataSetWriter
-
A special format pattern used to create a custom
DataFormat
which
marks
Date
values 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
-
- 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
-
- Db2MetadataHandler() - Constructor for class org.dbunit.ext.db2.Db2MetadataHandler
-
- DB_PRODUCT_SYBASE - Static variable in class org.dbunit.util.SQLHelper
-
The database product name reported by Sybase JDBC drivers.
- DbAssertionFailedError - Error in org.dbunit.assertion
-
Exception signaling a DbUnit assertion failure.
- DbAssertionFailedError() - Constructor for error org.dbunit.assertion.DbAssertionFailedError
-
- DbAssertionFailedError(String) - Constructor for error org.dbunit.assertion.DbAssertionFailedError
-
- DbComparisonFailure - Error in org.dbunit.assertion
-
Exception signaling a DbUnit assertion failure while comparing values.
- DbComparisonFailure(String, String, String) - Constructor for error org.dbunit.assertion.DbComparisonFailure
-
- DbConfig - Class in org.dbunit.ant
-
The database configuration for the ant task.
- DbConfig() - Constructor for class org.dbunit.ant.DbConfig
-
- DbConfig.Feature - Class in org.dbunit.ant
-
- DBTestCase - Class in org.dbunit
-
- 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
-
DbUnitTask
is the task definition for an Ant
interface to DbUnit
.
- DbUnitTask() - Constructor for class org.dbunit.ant.DbUnitTask
-
- DbUnitTaskStep - Interface in org.dbunit.ant
-
The DbUnitTaskStep
interface allows the execute method
to be called on all elements nested under DbUnitTask
.
- DbUnitValueComparerAssert - Class in org.dbunit.assertion
-
DbUnit assertions using
ValueComparer
s 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 - Static variable in class org.dbunit.util.Base64
-
Specify decoding (value is false).
- decode(String) - Static method in class org.dbunit.util.Base64
-
Decodes data from Base64 notation.
- decode(byte[], int, int) - Static method in class org.dbunit.util.Base64
-
Decodes Base64 content in byte array format and returns
the decoded byte array.
- decodeToObject(String) - Static method in class org.dbunit.util.Base64
-
Attempts to decode Base64 data and deserialize a Java
Object within.
- decodeToString(String) - Static method in class org.dbunit.util.Base64
-
Decodes data from Base64 notation and
returns it as a string.
- decrement() - Method in class org.dbunit.util.concurrent.SynchronizedInt
-
Decrement the value.
- DEFAULT_ENCODING - Static variable in class org.dbunit.util.xml.XmlWriter
-
Default encoding value which is "UTF-8"
- DEFAULT_ESCAPE_CHAR - Static variable in class org.dbunit.dataset.common.handlers.EscapeHandler
-
- DEFAULT_SEPARATOR_CHAR - Static variable in class org.dbunit.dataset.common.handlers.SeparatorHandler
-
- DefaultChannelCapacity - Class in org.dbunit.util.concurrent
-
A utility class to set the default capacity of
BoundedChannel
implementations that otherwise require a capacity argument
- DefaultChannelCapacity() - Constructor for class org.dbunit.util.concurrent.DefaultChannelCapacity
-
- DefaultColumnFilter - Class in org.dbunit.dataset.filter
-
Implementation of the IColumnFilter interface that exposes columns matching
include patterns and not matching exclude patterns.
- DefaultColumnFilter() - Constructor for class org.dbunit.dataset.filter.DefaultColumnFilter
-
- DefaultConsumer - Class in org.dbunit.dataset.stream
-
This class provides no op implementations for all of the callbacks in the
IDataSetConsumer
interface.
- DefaultConsumer() - Constructor for class org.dbunit.dataset.stream.DefaultConsumer
-
- DefaultDatabaseTester - Class in org.dbunit
-
Default implementation of AbstractDatabaseTester, which does not know how
to get a connection by itself.
- DefaultDatabaseTester(IDatabaseConnection) - Constructor for class org.dbunit.DefaultDatabaseTester
-
Creates a new DefaultDatabaseTester with the supplied connection.
- DefaultDataSet - Class in org.dbunit.dataset
-
Simple implementation of a dataset backed by
ITable
objects which can
be added dynamically.
- DefaultDataSet() - Constructor for class org.dbunit.dataset.DefaultDataSet
-
- DefaultDataSet(boolean) - Constructor for class org.dbunit.dataset.DefaultDataSet
-
Creates a default dataset which is empty initially
- DefaultDataSet(ITable) - Constructor for class org.dbunit.dataset.DefaultDataSet
-
- DefaultDataSet(ITable, ITable) - Constructor for class org.dbunit.dataset.DefaultDataSet
-
- DefaultDataSet(ITable[]) - Constructor for class org.dbunit.dataset.DefaultDataSet
-
- DefaultDataSet(ITable[], boolean) - Constructor for class org.dbunit.dataset.DefaultDataSet
-
Creates a default dataset which consists of the given tables
- DefaultDataTypeFactory - Class in org.dbunit.dataset.datatype
-
Generic factory that handle standard JDBC types.
- DefaultDataTypeFactory() - Constructor for class org.dbunit.dataset.datatype.DefaultDataTypeFactory
-
- DefaultExpectedDataSetAndVerifyTableDefinitionVerifier - Class in org.dbunit
-
- DefaultExpectedDataSetAndVerifyTableDefinitionVerifier() - Constructor for class org.dbunit.DefaultExpectedDataSetAndVerifyTableDefinitionVerifier
-
- DefaultFailureFactory() - Constructor for class org.dbunit.assertion.DefaultFailureHandler.DefaultFailureFactory
-
- DefaultFailureHandler - Class in org.dbunit.assertion
-
- DefaultFailureHandler() - Constructor for class org.dbunit.assertion.DefaultFailureHandler
-
Default constructor which does not provide any additional column
information.
- DefaultFailureHandler(Column[]) - Constructor for class org.dbunit.assertion.DefaultFailureHandler
-
Create a default failure handler
- DefaultFailureHandler(String[]) - Constructor for class org.dbunit.assertion.DefaultFailureHandler
-
Create a default failure handler
- DefaultFailureHandler.DefaultFailureFactory - Class in org.dbunit.assertion
-
Default failure factory which returns DBUnits own assertion error
instances.
- DefaultMetadataHandler - Class in org.dbunit.database
-
- DefaultMetadataHandler() - Constructor for class org.dbunit.database.DefaultMetadataHandler
-
- DefaultOperationListener - Class in org.dbunit
-
- DefaultOperationListener() - Constructor for class org.dbunit.DefaultOperationListener
-
- DefaultPrepAndExpectedTestCase - Class in org.dbunit
-
Test case base class supporting prep data and expected data.
- DefaultPrepAndExpectedTestCase() - Constructor for class org.dbunit.DefaultPrepAndExpectedTestCase
-
Create new instance.
- DefaultPrepAndExpectedTestCase(DataFileLoader, IDatabaseTester) - Constructor for class org.dbunit.DefaultPrepAndExpectedTestCase
-
Create new instance with specified dataFileLoader and databaseTester.
- DefaultPrepAndExpectedTestCase(String) - Constructor for class org.dbunit.DefaultPrepAndExpectedTestCase
-
Create new instance with specified test case name.
- DefaultTable - Class in org.dbunit.dataset
-
Default table implementation backed by a simple java in-memory list.
- DefaultTable(ITableMetaData, List) - Constructor for class org.dbunit.dataset.DefaultTable
-
- DefaultTable(String) - Constructor for class org.dbunit.dataset.DefaultTable
-
Creates a new empty table having the specified name.
- DefaultTable(String, Column[], List) - Constructor for class org.dbunit.dataset.DefaultTable
-
- DefaultTable(String, Column[]) - Constructor for class org.dbunit.dataset.DefaultTable
-
Creates a new empty table with specified metadata.
- DefaultTable(ITableMetaData) - Constructor for class org.dbunit.dataset.DefaultTable
-
- DefaultTableFilter - Class in org.dbunit.dataset.filter
-
This filter exposes only tables matching include patterns and not matching
exclude patterns.
- DefaultTableFilter() - Constructor for class org.dbunit.dataset.filter.DefaultTableFilter
-
- DefaultTableIterator - Class in org.dbunit.dataset
-
- DefaultTableIterator(ITable[]) - Constructor for class org.dbunit.dataset.DefaultTableIterator
-
- DefaultTableIterator(ITable[], boolean) - Constructor for class org.dbunit.dataset.DefaultTableIterator
-
- DefaultTableMetaData - Class in org.dbunit.dataset
-
- DefaultTableMetaData(String, Column[]) - Constructor for class org.dbunit.dataset.DefaultTableMetaData
-
- DefaultTableMetaData(String, Column[], String[]) - Constructor for class org.dbunit.dataset.DefaultTableMetaData
-
- DefaultTableMetaData(String, Column[], Column[]) - Constructor for class org.dbunit.dataset.DefaultTableMetaData
-
- DefaultValueComparerDefaults - Class in org.dbunit.assertion.comparer.value
-
- DefaultValueComparerDefaults() - Constructor for class org.dbunit.assertion.comparer.value.DefaultValueComparerDefaults
-
- DefaultVerifyTableDefinitionVerifier - Class in org.dbunit.assertion.comparer.value.verifier
-
- 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, boolean) - Static method in class org.dbunit.util.FileHelper
-
Recursively deletes the given directory
- deleteDirectory(File) - Static method in class org.dbunit.util.FileHelper
-
Recursively deletes the given directory
- DeleteOperation - Class in org.dbunit.operation
-
Deletes only the dataset contents from the database.
- DENY_MODE - Static variable in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
-
- DepthFirstSearch - Class in org.dbunit.util.search
-
Search using depth-first algorithm.
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
-
- 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
DbUnitAssert
to notify about the
differences found during an assertion.
- divide(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
-
Divide value by factor (i.e., set value /= factor)
- 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 org.dbunit.util.concurrent.TimeoutException
-
The approximate time that the operation lasted before
this timeout exception was thrown.
- Edge - Class in org.dbunit.util.search
-
Basic implementation of the
IEdge
interface.
- 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(String, String, String) - Method in class org.dbunit.dataset.xml.FlatXmlProducer
-
- endElement(String, String, String) - Method in class org.dbunit.dataset.xml.XmlProducer
-
- endElement() - Method in class org.dbunit.util.xml.XmlWriter
-
End the current element.
- endEntity(String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
-
- ENDPIECE() - Static method in class org.dbunit.dataset.common.handlers.SeparatorHandler
-
- ENDPIECE() - Constructor for class org.dbunit.dataset.common.handlers.SeparatorHandler.ENDPIECE
-
- endTable() - Method in class org.dbunit.dataset.CachedDataSet
-
- endTable() - Method in class org.dbunit.dataset.csv.CsvDataSetWriter
-
- endTable() - Method in class org.dbunit.dataset.stream.BufferedConsumer
-
- endTable() - Method in class org.dbunit.dataset.stream.DefaultConsumer
-
- endTable() - Method in interface org.dbunit.dataset.stream.IDataSetConsumer
-
Receive notification of the end of a table.
- endTable() - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
-
- endTable() - Method in class org.dbunit.dataset.xml.FlatXmlWriter
-
- endTable() - Method in class org.dbunit.dataset.xml.XmlDataSetWriter
-
- ENFORCE(PipelineComponent) - Static method in class org.dbunit.dataset.common.handlers.EnforceHandler
-
- ENFORCE(PipelineComponent[]) - Static method in class org.dbunit.dataset.common.handlers.EnforceHandler
-
- EnforceHandler - Class in org.dbunit.dataset.common.handlers
-
- enq(LinkedNode) - Method in class org.dbunit.util.concurrent.SynchronousChannel.Queue
-
- equals(Object) - Method in class org.dbunit.database.DatabaseConfig.ConfigProperty
-
- equals(Object) - Method in class org.dbunit.database.search.ForeignKeyRelationshipEdge
-
- equals(Object) - Method in class org.dbunit.dataset.Column
-
- equals(Object) - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
-
- equals(Object) - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
-
- equals(Object) - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
-
- equals(Object) - Method in class org.dbunit.ext.oracle.OracleSdoPointType
-
- equals(Object) - Method in class org.dbunit.util.concurrent.SynchronizedInt
-
- equals(Object) - Method in class org.dbunit.util.search.Edge
-
- equalsIgnoreMapping(BitSet, ITable, int) - Method in class org.dbunit.operation.InsertOperation
-
- error(SAXParseException) - Method in class org.dbunit.dataset.xml.FlatXmlProducer
-
- error(SAXParseException) - Method in class org.dbunit.dataset.xml.XmlProducer
-
- ESCAPE() - Static method in class org.dbunit.dataset.common.handlers.EscapeHandler
-
- escape(String) - Static method in class org.dbunit.dataset.csv.CsvDataSetWriter
-
- EscapeHandler - Class in org.dbunit.dataset.common.handlers
-
- excludeColumn(String) - Method in class org.dbunit.dataset.filter.DefaultColumnFilter
-
Add a new refused column name pattern for all tables.
- excludeColumns(Column[]) - Method in class org.dbunit.dataset.filter.DefaultColumnFilter
-
Add specified columns to excluded column name list.
- excludedColumnsTable(ITable, String[]) - Static method in class org.dbunit.dataset.filter.DefaultColumnFilter
-
Returns a table backed by the specified table but with specified
columns excluded.
- excludedColumnsTable(ITable, Column[]) - Static method in class org.dbunit.dataset.filter.DefaultColumnFilter
-
Returns a table backed by the specified table but with specified
columns excluded.
- excludeTable(String) - Method in class org.dbunit.dataset.filter.DefaultTableFilter
-
Add a new refused table pattern name.
- excludeTable(String) - Method in class org.dbunit.dataset.filter.ExcludeTableFilter
-
Add a new refused table pattern name.
- ExcludeTableFilter - Class in org.dbunit.dataset.filter
-
This filter hides specified tables from the filtered dataset.
- ExcludeTableFilter() - Constructor for class org.dbunit.dataset.filter.ExcludeTableFilter
-
Create a new empty ExcludeTableFilter.
- ExcludeTableFilter(String[]) - Constructor for class org.dbunit.dataset.filter.ExcludeTableFilter
-
Create a new ExcludeTableFilter which prevent access to specified tables.
- ExclusiveTransactionException - Exception in org.dbunit.operation
-
- ExclusiveTransactionException() - Constructor for exception org.dbunit.operation.ExclusiveTransactionException
-
- ExclusiveTransactionException(String) - Constructor for exception org.dbunit.operation.ExclusiveTransactionException
-
- ExclusiveTransactionException(String, Throwable) - Constructor for exception org.dbunit.operation.ExclusiveTransactionException
-
- ExclusiveTransactionException(Throwable) - Constructor for exception org.dbunit.operation.ExclusiveTransactionException
-
- execute(IDatabaseConnection) - Method in class org.dbunit.ant.Compare
-
- execute() - Method in class org.dbunit.ant.DbUnitTask
-
Load the step and then execute it.
- execute(IDatabaseConnection) - Method in interface org.dbunit.ant.DbUnitTaskStep
-
- execute(IDatabaseConnection) - Method in class org.dbunit.ant.Export
-
- execute(IDatabaseConnection) - Method in class org.dbunit.ant.Operation
-
- execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.ext.mssql.InsertIdentityOperation
-
- execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.AbstractBatchOperation
-
- execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.CloseConnectionOperation
-
- execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.CompositeOperation
-
- execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.DatabaseOperation
-
Executes this operation on the specified database using the specified
dataset contents.
- execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.DeleteAllOperation
-
- execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.RefreshOperation
-
- execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.TransactionOperation
-
- execute(IDatabaseConnection, IDataSet) - Method in class org.dbunit.operation.TruncateTableOperation
-
- execute(Runnable) - Method in interface org.dbunit.util.concurrent.Executor
-
Execute the given command.
- execute(Runnable) - Method in class org.dbunit.util.concurrent.SynchronizedVariable
-
If current thread is not interrupted, execute the given command
within this object's lock
- executeBatch() - Method in class org.dbunit.database.statement.AutomaticPreparedBatchStatement
-
- executeBatch() - Method in class org.dbunit.database.statement.BatchStatement
-
- executeBatch() - Method in class org.dbunit.database.statement.BatchStatementDecorator
-
- executeBatch() - Method in class org.dbunit.database.statement.CompoundStatement
-
- executeBatch() - Method in interface org.dbunit.database.statement.IBatchStatement
-
- executeBatch() - Method in interface org.dbunit.database.statement.IPreparedBatchStatement
-
- executeBatch() - Method in class org.dbunit.database.statement.PreparedBatchStatement
-
- executeBatch() - Method in class org.dbunit.database.statement.SimplePreparedStatement
-
- executeBatch() - Method in class org.dbunit.database.statement.SimpleStatement
-
- Executor - Interface in org.dbunit.util.concurrent
-
Interface for objects that execute Runnables,
as well as various objects that can be wrapped
as Runnables.
- ExpectedDataSetAndVerifyTableDefinitionVerifier - Interface in org.dbunit
-
- Export - Class in org.dbunit.ant
-
The Export
class is the step that facilitates exporting
the contents of the database and/or it's corresponding DTD to a file.
- Export() - Constructor for class org.dbunit.ant.Export
-
- EXPORT - Static variable in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
-
- ExportedKeysSearchCallback - Class in org.dbunit.database.search
-
ISearchCallback implementation that get the nodes using direct foreign key
dependency, i.e, if table A has a FK for a table B, then getNodes(B) will
return A.
- ExportedKeysSearchCallback(IDatabaseConnection) - Constructor for class org.dbunit.database.search.ExportedKeysSearchCallback
-
- externalEntityDecl(String, String, String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
-
- extract() - Method in class org.dbunit.util.concurrent.BoundedBuffer
-
- extract() - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
-
Main mechanics for take/poll
- extract() - Method in class org.dbunit.util.concurrent.LinkedQueue
-
Main mechanics for take/poll
- extract() - Method in class org.dbunit.util.concurrent.SemaphoreControlledChannel
-
Internal mechanics of take.
- extract() - Method in class org.dbunit.util.concurrent.Slot
-
Take item known to exist
- 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(String) - Method in class org.dbunit.database.PrimaryKeyFilter.PkTableMap
-
- get(String) - Method in class org.dbunit.dataset.OrderedTableNameMap
-
Returns the object associated with the given table name
- get() - Static method in class org.dbunit.util.concurrent.DefaultChannelCapacity
-
Get the default capacity used in
default (no-argument) constructor for BoundedChannels
that otherwise require a capacity argument.
- get() - Method in class org.dbunit.util.concurrent.SynchronizedInt
-
Return the current value
- getActual() - Method in error org.dbunit.assertion.DbComparisonFailure
-
- getActual() - Method in class org.dbunit.dataset.Columns.ColumnDiff
-
- getActualAsString() - Method in class org.dbunit.dataset.Columns.ColumnDiff
-
- getActualTable() - Method in class org.dbunit.assertion.Difference
-
- getActualValue() - Method in class org.dbunit.assertion.Difference
-
- getAdditionalInfo(ITable, ITable, int, String) - Method in class org.dbunit.assertion.DefaultFailureHandler
-
- getAdditionalInfo(ITable, ITable, int, String) - Method in interface org.dbunit.assertion.FailureHandler
-
Returns a string to be appended to the assertion failure message.
- getAllDataset(IDatabaseConnection, String, Set) - Static method in class org.dbunit.database.search.TablesDependencyHelper
-
- getAllDataset(IDatabaseConnection, PrimaryKeyFilter.PkTableMap) - Static method in class org.dbunit.database.search.TablesDependencyHelper
-
- getAllDependentTables(IDatabaseConnection, String) - Static method in class org.dbunit.database.search.TablesDependencyHelper
-
Get the name of all tables that depend on a root table ( i.e, all tables whose PK
is a FK for the root table) and also the tables the root table depends on
(i.e., all tables which have a FK for the root table's PK).
- getAllDependentTables(IDatabaseConnection, String[]) - Static method in class org.dbunit.database.search.TablesDependencyHelper
-
Get the name of all tables that depend on the root tables ( i.e, all tables whose PK
is a FK for any of the root tables) and also the tables the root tables depends on
(i.e., all tables which have a FK for any of the root table's PK).
- getArray() - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
-
- getArray(long, int) - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
-
- getArray() - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
-
- getArray(long, int) - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
-
- getAutoIncrement() - Method in class org.dbunit.dataset.Column
-
- getBaseType() - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
-
- getBaseType() - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
-
- getBaseTypeName() - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
-
- getBaseTypeName() - Method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
-
- getBatchSize() - Method in class org.dbunit.ant.DbUnitTask
-
- getBuilder() - Method in class org.dbunit.util.fileloader.FlatXmlDataFileLoader
-
Get the builder.
- 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
-
- getColumnDiff(ITableMetaData, ITableMetaData) - Static method in class org.dbunit.dataset.Columns
-
- getColumnExclusionFilters() - Method in class org.dbunit.VerifyTableDefinition
-
- getColumnInclusionFilters() - Method in class org.dbunit.VerifyTableDefinition
-
- getColumnIndex(String) - Method in class org.dbunit.dataset.AbstractTable
-
- getColumnIndex(String) - Method in class org.dbunit.dataset.AbstractTableMetaData
-
Provides the index of the column with the given name within this table.
- getColumnIndex(String) - Method in interface org.dbunit.dataset.ITableMetaData
-
Returns the column's array index of the column with the given name within this table metadata.
- getColumnName() - Method in class org.dbunit.assertion.DbUnitAssert.ComparisonColumn
-
- getColumnName() - Method in class org.dbunit.assertion.Difference
-
- getColumnName() - Method in class org.dbunit.dataset.Column
-
Returns this column name.
- getColumnName() - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap.ToleratedDelta
-
- getColumnNames(Column[]) - Static method in class org.dbunit.dataset.Columns
-
Returns the names of the given column objects as string array
- getColumnNamesAsString(Column[]) - Static method in class org.dbunit.dataset.Columns
-
Creates a pretty string representation of the given column names
- getColumns() - Method in class org.dbunit.database.DatabaseTableMetaData
-
- getColumns(DatabaseMetaData, String, String) - Method in class org.dbunit.database.DefaultMetadataHandler
-
- getColumns(DatabaseMetaData, String, String) - Method in interface org.dbunit.database.IMetadataHandler
-
- getColumns() - Method in class org.dbunit.database.ResultSetTableMetaData
-
- getColumns(String[], Column[]) - Static method in class org.dbunit.dataset.Columns
-
Search and return the
Column
s from the specified column array that
match one of the given
columnNames
.
- getColumns(String, Column[], IColumnFilter) - Static method in class org.dbunit.dataset.Columns
-
Search and return the columns from the specified column array which are
accepted by the given
IColumnFilter
.
- getColumns() - Method in class org.dbunit.dataset.DefaultTableMetaData
-
- getColumns() - Method in class org.dbunit.dataset.FilteredTableMetaData
-
- getColumns() - Method in interface org.dbunit.dataset.ITableMetaData
-
Returns this table columns as recognized by dbunit.
- getColumns() - Method in class org.dbunit.dataset.LowerCaseTableMetaData
-
- getColumns(DatabaseMetaData, String, String) - Method in class org.dbunit.ext.mysql.MySqlMetadataHandler
-
- getColumns(DatabaseMetaData, String, String) - Method in class org.dbunit.ext.netezza.NetezzaMetadataHandler
-
- getColumns() - Method in class org.dbunit.operation.OperationData
-
- getColumnValidated(String, Column[], String) - Static method in class org.dbunit.dataset.Columns
-
Search and return the specified column from the specified column array.
- getColumnValue(ITable, int, String) - Method in class org.dbunit.assertion.DefaultFailureHandler
-
- 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
- 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() - Method in class org.dbunit.AbstractDatabaseTester
-
- getDataset(IDatabaseConnection, String, Set) - Static method in class org.dbunit.database.search.TablesDependencyHelper
-
- getDataset(IDatabaseConnection, PrimaryKeyFilter.PkTableMap) - Static method in class org.dbunit.database.search.TablesDependencyHelper
-
- getDataSet() - Method in class org.dbunit.DatabaseTestCase
-
Returns the test dataset.
- getDataSet() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Returns the test dataset.
- getDataSet() - Method in interface org.dbunit.IDatabaseTester
-
Returns the test dataset.
- getDataSource() - Method in class org.dbunit.DataSourceBasedDBTestCase
-
Returns the test DataSource.
- getDataType() - Method in class org.dbunit.assertion.DbUnitAssert.ComparisonColumn
-
- getDataType() - Method in class org.dbunit.dataset.Column
-
Returns this column data type.
- getDataTypeFactory(IDatabaseConnection) - Method in class org.dbunit.dataset.AbstractTableMetaData
-
Validates and returns the datatype factory of the given connection
- getDbConfig() - Method in class org.dbunit.ant.DbUnitTask
-
- getDbOperation() - Method in class org.dbunit.ant.Operation
-
- 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
-
- getException() - Method in exception org.dbunit.DatabaseUnitException
-
- getException() - Method in exception org.dbunit.DatabaseUnitRuntimeException
-
- getExpected() - Method in error org.dbunit.assertion.DbComparisonFailure
-
- getExpected() - Method in class org.dbunit.dataset.Columns.ColumnDiff
-
- getExpectedAsString() - Method in class org.dbunit.dataset.Columns.ColumnDiff
-
- getExpectedDataset() - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Get the expected dataset, created from the expectedDataFiles.
- getExpectedDataset() - Method in interface org.dbunit.PrepAndExpectedTestCase
-
Get the expected dataset, created from the expectedDataFiles.
- 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.IsActualGreaterThanOrEqualToExpectedValueComparer
-
- 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
-
- getFetchSize() - Method in class org.dbunit.ant.DbUnitTask
-
- getFilter() - Method in class org.dbunit.database.search.ImportedAndExportedKeysSearchCallbackFilteredByPKs
-
Get the primary key filter associated with the call back
- getFilter() - Method in class org.dbunit.database.search.ImportedKeysSearchCallbackFilteredByPKs
-
Get the primary key filter associated with the call back
- getFilteredColumns(String, Column[], IColumnFilter) - Static method in class org.dbunit.dataset.FilteredTableMetaData
-
- getFilteredNodes() - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
-
Get which modes are allowed/denied, depending on the operation mode.
- getFilteringMode() - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
-
Get the operation mode
- getFKColumn() - Method in class org.dbunit.database.search.FKRelationshipEdge
-
Deprecated.
- getFKColumn() - Method in class org.dbunit.database.search.ForeignKeyRelationshipEdge
-
Gets the name of the foreign key column in the relationship.
- getFormat() - Method in class org.dbunit.ant.Compare
-
- getFormat() - Method in class org.dbunit.ant.Export
-
- getFormat() - Method in class org.dbunit.ant.Operation
-
- getFrom() - Method in class org.dbunit.util.search.Edge
-
- getFrom() - Method in interface org.dbunit.util.search.IEdge
-
Get the node this edge originates from.
- getHelper() - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
-
- getId() - Method in class org.dbunit.ant.QuerySet
-
- getIgnoreMapping(ITable, int) - Method in class org.dbunit.operation.InsertOperation
-
- getInputSource(File) - Static method in class org.dbunit.ant.AbstractStep
-
- 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 error org.dbunit.assertion.DbComparisonFailure
-
- getMessage() - Method in class org.dbunit.dataset.Columns.ColumnDiff
-
- getName() - Method in class org.dbunit.ant.DbConfig.Feature
-
- getName() - Method in class org.dbunit.ant.Query
-
- getName() - Method in class org.dbunit.ant.Table
-
- 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 use getNodesFromImportedKeys()
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 true
if this column is nullable.
- getNullToken() - Method in class org.dbunit.ant.Operation
-
- getOperationData(ITableMetaData, BitSet, IDatabaseConnection) - Method in class org.dbunit.operation.DeleteOperation
-
- getOperationData(ITableMetaData, BitSet, IDatabaseConnection) - Method in class org.dbunit.operation.InsertOperation
-
- getOperationData(ITableMetaData, BitSet, IDatabaseConnection) - Method in class org.dbunit.operation.UpdateOperation
-
- getOperationListener() - Method in class org.dbunit.DatabaseTestCase
-
- getORADataFactory() - Static method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
-
- getORADataFactory() - Static method in class org.dbunit.ext.oracle.OracleSdoGeometry
-
- getORADataFactory() - Static method in class org.dbunit.ext.oracle.OracleSdoOrdinateArray
-
- getORADataFactory() - Static method in class org.dbunit.ext.oracle.OracleSdoPointType
-
- getOriginalMetaData() - Method in class org.dbunit.dataset.ColumnFilterTable
-
- getPassword() - Method in class org.dbunit.JdbcBasedDBTestCase
-
Returns the password for the connection.
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(DatabaseMetaData, String, String) - Method in class org.dbunit.database.DefaultMetadataHandler
-
- getPrimaryKeys(DatabaseMetaData, String, String) - Method in interface org.dbunit.database.IMetadataHandler
-
- getPrimaryKeys() - Method in class org.dbunit.database.ResultSetTableMetaData
-
- getPrimaryKeys(Column[], String[]) - Static method in class org.dbunit.dataset.AbstractTableMetaData
-
- getPrimaryKeys(String, Column[], IColumnFilter) - Static method in class org.dbunit.dataset.AbstractTableMetaData
-
- getPrimaryKeys() - Method in class org.dbunit.dataset.DefaultTableMetaData
-
- getPrimaryKeys() - Method in class org.dbunit.dataset.FilteredTableMetaData
-
- getPrimaryKeys() - Method in interface org.dbunit.dataset.ITableMetaData
-
Returns this table primary key columns.
- getPrimaryKeys() - Method in class org.dbunit.dataset.LowerCaseTableMetaData
-
- getPrimaryKeys(DatabaseMetaData, String, String) - Method in class org.dbunit.ext.mysql.MySqlMetadataHandler
-
- getPrimaryKeys(DatabaseMetaData, String, String) - Method in class org.dbunit.ext.netezza.NetezzaMetadataHandler
-
- getProducts() - Method in class org.dbunit.dataset.common.handlers.Pipeline
-
- getProperty() - Method in class org.dbunit.database.DatabaseConfig.ConfigProperty
-
- getProperty(String) - Method in class org.dbunit.database.DatabaseConfig
-
Look up the value of a property.
- getPropertyType() - Method in class org.dbunit.database.DatabaseConfig.ConfigProperty
-
- getQualifiedName(String, String) - Static method in class org.dbunit.dataset.DataSetUtils
-
- getQualifiedName(String, String, String) - Static method in class org.dbunit.dataset.DataSetUtils
-
- getQualifiedName(String, String, IDatabaseConnection) - Method in class org.dbunit.operation.AbstractOperation
-
- getQualifiedName() - Method in class org.dbunit.util.QualifiedTableName
-
- getQualifiedNameIfEnabled(DatabaseConfig) - Method in class org.dbunit.util.QualifiedTableName
-
Returns the qualified name using the values given in the constructor.
- getQueries() - Method in class org.dbunit.ant.QuerySet
-
- getQueryDataSet(IDatabaseConnection) - Method in class org.dbunit.ant.QuerySet
-
- getReason() - Method in error org.dbunit.assertion.DbComparisonFailure
-
- getRefid() - Method in class org.dbunit.ant.QuerySet
-
- getRemarks() - Method in class org.dbunit.dataset.Column
-
- getReverseTableNames(IDataSet) - Static method in class org.dbunit.dataset.DataSetUtils
-
Returns the table names from the specified dataset in reverse order.
- getRowCount(String) - Method in class org.dbunit.database.AbstractDatabaseConnection
-
- getRowCount(String, String) - Method in class org.dbunit.database.AbstractDatabaseConnection
-
- getRowCount() - Method in class org.dbunit.database.ForwardOnlyResultSetTable
-
- getRowCount(String) - Method in interface org.dbunit.database.IDatabaseConnection
-
Returns the specified table row count.
- getRowCount(String, String) - Method in interface org.dbunit.database.IDatabaseConnection
-
Returns the specified table row count according specified where clause.
- getRowCount() - Method in class org.dbunit.database.PrimaryKeyFilteredTableWrapper
-
- getRowCount() - Method in class org.dbunit.database.ScrollableResultSetTable
-
- getRowCount() - Method in class org.dbunit.dataset.CaseInsensitiveTable
-
Deprecated.
- getRowCount() - Method in class org.dbunit.dataset.ColumnFilterTable
-
- getRowCount() - Method in class org.dbunit.dataset.CompositeTable
-
- getRowCount() - Method in class org.dbunit.dataset.DefaultTable
-
- getRowCount() - Method in class org.dbunit.dataset.ForwardOnlyTable
-
- getRowCount() - Method in interface org.dbunit.dataset.ITable
-
Returns this table row count.
- getRowCount() - Method in class org.dbunit.dataset.ReplacementTable
-
- getRowCount() - Method in class org.dbunit.dataset.RowFilterTable
-
- getRowCount() - Method in class org.dbunit.dataset.SortedTable
-
- getRowIndex() - Method in class org.dbunit.assertion.Difference
-
- getSchema() - Method in class org.dbunit.AbstractDatabaseTester
-
Returns the schema value.
- getSchema() - Method in class org.dbunit.database.DatabaseConnection
-
- getSchema() - Method in class org.dbunit.database.DatabaseDataSourceConnection
-
- getSchema(ResultSet) - Method in class org.dbunit.database.DefaultMetadataHandler
-
- getSchema() - Method in interface org.dbunit.database.IDatabaseConnection
-
Returns the database schema name.
- getSchema(ResultSet) - Method in interface org.dbunit.database.IMetadataHandler
-
Returns the schema name to which the table of the current result set index belongs.
- getSchema(ResultSet) - Method in class org.dbunit.ext.mysql.MySqlMetadataHandler
-
- getSchema(ResultSet) - Method in class org.dbunit.ext.netezza.NetezzaMetadataHandler
-
- getSchema() - Method in class org.dbunit.util.QualifiedTableName
-
- getSdoElemInfo() - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
-
- getSdoGtype() - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
-
- getSdoOrdinates() - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
-
- getSdoPoint() - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
-
- getSdoSrid() - Method in class org.dbunit.ext.oracle.OracleSdoGeometry
-
- getSeparatorChar() - Method in class org.dbunit.dataset.common.handlers.PipelineConfig
-
- getSetUpOperation() - Method in class org.dbunit.AbstractDatabaseTester
-
Returns the DatabaseOperation to call when starting the test.
- getSetUpOperation() - Method in class org.dbunit.DatabaseTestCase
-
Returns the database operation executed in test setup.
- 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
-
- getStatementFactory() - Method in interface org.dbunit.database.IDatabaseConnection
-
- getSteps() - Method in class org.dbunit.ant.DbUnitTask
-
Gets the Steps.
- getSuccessor() - Method in class org.dbunit.dataset.common.handlers.AbstractPipelineComponent
-
- getTable(String) - Method in class org.dbunit.database.DatabaseDataSet
-
- getTable() - Method in class org.dbunit.database.DatabaseTableIterator
-
- getTable() - Method in class org.dbunit.database.QueryTableIterator
-
Returns the current table.
- getTable(String) - Method in class org.dbunit.dataset.AbstractDataSet
-
- getTable(String) - Method in class org.dbunit.dataset.CaseInsensitiveDataSet
-
Deprecated.
- getTable() - Method in class org.dbunit.dataset.DefaultTableIterator
-
- getTable() - Method in class org.dbunit.dataset.filter.SequenceTableIterator
-
- getTable(String) - Method in class org.dbunit.dataset.FilteredDataSet
-
- getTable(String) - Method in class org.dbunit.dataset.ForwardOnlyDataSet
-
- getTable(String) - Method in interface org.dbunit.dataset.IDataSet
-
Returns the specified table.
- getTable() - Method in interface org.dbunit.dataset.ITableIterator
-
Returns the current table.
- getTable(String) - Method in class org.dbunit.dataset.LowerCaseDataSet
-
- getTable(String) - Method in class org.dbunit.dataset.ReplacementDataSet
-
- getTable(String) - Method in class org.dbunit.dataset.SortedDataSet
-
- getTable(String) - Method in class org.dbunit.dataset.stream.StreamingDataSet
-
Not supported.
- getTable() - Method in class org.dbunit.dataset.stream.StreamingIterator
-
- getTable(String) - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
-
- getTable() - Method in class org.dbunit.util.QualifiedTableName
-
- getTableMetaData() - Method in class org.dbunit.database.AbstractResultSetTable
-
- getTableMetaData(String) - Method in class org.dbunit.database.DatabaseDataSet
-
- getTableMetaData() - Method in class org.dbunit.database.DatabaseTableIterator
-
- getTableMetaData() - Method in class org.dbunit.database.PrimaryKeyFilteredTableWrapper
-
- getTableMetaData() - Method in class org.dbunit.database.QueryTableIterator
-
Returns the metadata of the current table.
- getTableMetaData(String) - Method in class org.dbunit.dataset.AbstractDataSet
-
- getTableMetaData(String) - Method in class org.dbunit.dataset.CaseInsensitiveDataSet
-
Deprecated.
- getTableMetaData() - Method in class org.dbunit.dataset.CaseInsensitiveTable
-
Deprecated.
- getTableMetaData() - Method in class org.dbunit.dataset.ColumnFilterTable
-
- getTableMetaData() - Method in class org.dbunit.dataset.CompositeTable
-
- getTableMetaData() - Method in class org.dbunit.dataset.DefaultTable
-
- getTableMetaData() - Method in class org.dbunit.dataset.DefaultTableIterator
-
- getTableMetaData() - Method in class org.dbunit.dataset.filter.SequenceTableIterator
-
- getTableMetaData(String) - Method in class org.dbunit.dataset.FilteredDataSet
-
- getTableMetaData(String) - Method in class org.dbunit.dataset.ForwardOnlyDataSet
-
- getTableMetaData() - Method in class org.dbunit.dataset.ForwardOnlyTable
-
- getTableMetaData(String) - Method in interface org.dbunit.dataset.IDataSet
-
Returns the specified table metadata.
- getTableMetaData() - Method in interface org.dbunit.dataset.ITable
-
Returns this table metadata.
- getTableMetaData() - Method in interface org.dbunit.dataset.ITableIterator
-
Returns the metadata of the current table.
- getTableMetaData(String) - Method in class org.dbunit.dataset.LowerCaseDataSet
-
- getTableMetaData(String) - Method in class org.dbunit.dataset.ReplacementDataSet
-
- getTableMetaData() - Method in class org.dbunit.dataset.ReplacementTable
-
- getTableMetaData() - Method in class org.dbunit.dataset.RowFilterTable
-
- getTableMetaData(String) - Method in class org.dbunit.dataset.SortedDataSet
-
- getTableMetaData() - Method in class org.dbunit.dataset.SortedTable
-
- getTableMetaData(String) - Method in class org.dbunit.dataset.stream.StreamingDataSet
-
Not supported.
- getTableMetaData() - Method in class org.dbunit.dataset.stream.StreamingIterator
-
- getTableMetaData(String) - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
-
- getTableName() - Method in class org.dbunit.database.DatabaseTableMetaData
-
- getTableName() - Method in class org.dbunit.database.ResultSetTableMetaData
-
- getTableName() - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap.ToleratedDelta
-
- getTableName() - Method in class org.dbunit.dataset.DefaultTableMetaData
-
- getTableName() - Method in class org.dbunit.dataset.FilteredTableMetaData
-
- getTableName() - Method in interface org.dbunit.dataset.ITableMetaData
-
Returns this table name.
- getTableName() - Method in class org.dbunit.dataset.LowerCaseTableMetaData
-
- getTableName(String) - Method in class org.dbunit.dataset.OrderedTableNameMap
-
Returns the table name in the correct case (for example as upper case string)
- getTableName() - Method in interface org.dbunit.dataset.sqlloader.SqlLoaderControlParser
-
- getTableName() - Method in class org.dbunit.dataset.sqlloader.SqlLoaderControlParserImpl
-
- getTableName() - Method in class org.dbunit.VerifyTableDefinition
-
- getTableNames() - Method in class org.dbunit.database.DatabaseDataSet
-
- getTableNames() - Method in class org.dbunit.database.PrimaryKeyFilter.PkTableMap
-
- getTableNames() - Method in class org.dbunit.database.QueryDataSet
-
- getTableNames() - Method in class org.dbunit.dataset.AbstractDataSet
-
- getTableNames() - Method in class org.dbunit.dataset.CaseInsensitiveDataSet
-
Deprecated.
- getTableNames(IDataSet) - Method in class org.dbunit.dataset.filter.AbstractTableFilter
-
- getTableNames(IDataSet) - Method in interface org.dbunit.dataset.filter.ITableFilter
-
Returns the table names allowed by this filter from the specified dataset.
- getTableNames(IDataSet) - Method in class org.dbunit.dataset.filter.SequenceTableFilter
-
- getTableNames() - Method in class org.dbunit.dataset.FilteredDataSet
-
- getTableNames() - Method in class org.dbunit.dataset.ForwardOnlyDataSet
-
- getTableNames() - Method in interface org.dbunit.dataset.IDataSet
-
Returns names of tables in this dataset in proper sequence.
- getTableNames() - Method in class org.dbunit.dataset.LowerCaseDataSet
-
- getTableNames() - Method in class org.dbunit.dataset.OrderedTableNameMap
-
- getTableNames() - Method in class org.dbunit.dataset.ReplacementDataSet
-
- getTableNames() - Method in class org.dbunit.dataset.SortedDataSet
-
- getTableNames() - Method in class org.dbunit.dataset.stream.StreamingDataSet
-
Not supported.
- getTableNames() - Method in class org.dbunit.dataset.xml.FlatDtdDataSet
-
- getTables() - Method in class org.dbunit.ant.Compare
-
- getTables() - Method in class org.dbunit.ant.Export
-
- getTables(DatabaseMetaData, String, String[]) - Method in class org.dbunit.database.DefaultMetadataHandler
-
- getTables(DatabaseMetaData, String, String[]) - Method in interface org.dbunit.database.IMetadataHandler
-
Returns the tables in the given schema that matches one of the given tableTypes.
- getTables() - Method in class org.dbunit.dataset.AbstractDataSet
-
- getTables(URL, String) - Static method in class org.dbunit.dataset.csv.CsvProducer
-
Get a list of tables that this producer will create
- getTables(String[], IDataSet) - Static method in class org.dbunit.dataset.DataSetUtils
-
Search and returns the specified tables from the specified dataSet.
- getTables(IDataSet) - Static method in class org.dbunit.dataset.DataSetUtils
-
Returns the tables from the specified dataset.
- getTables(ITableIterator) - Static method in class org.dbunit.dataset.DataSetUtils
-
Returns the tables from the specified iterator.
- getTables() - Method in interface org.dbunit.dataset.IDataSet
-
- getTables(File, File) - Static method in class org.dbunit.dataset.sqlloader.SqlLoaderControlProducer
-
Get a list of tables that this producer will create.
- getTables(DatabaseMetaData, String, String[]) - Method in class org.dbunit.ext.mysql.MySqlMetadataHandler
-
- getTables(DatabaseMetaData, String, String[]) - Method in class org.dbunit.ext.netezza.NetezzaMetadataHandler
-
- getTearDownOperation() - Method in class org.dbunit.AbstractDatabaseTester
-
Returns the DatabaseOperation to call when ending the test.
- getTearDownOperation() - Method in class org.dbunit.DatabaseTestCase
-
Returns the database operation executed in test cleanup.
- 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
-
- 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
-
- 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 implement Comparable
so the
ISearchCallback
can properly order the dependencies of a node
(so, typically, the implementations will compare the getTo()
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 in org.dbunit.dataset.csv
-
- IllegalCharacterSeen(String) - Constructor for exception org.dbunit.dataset.csv.IllegalCharacterSeen
-
- IllegalInputCharacterException - Exception in org.dbunit.dataset.common.handlers
-
- IllegalInputCharacterException(String) - Constructor for exception org.dbunit.dataset.common.handlers.IllegalInputCharacterException
-
- IMetadataHandler - Interface in org.dbunit.database
-
Handler to specify the behavior for a lookup of column metadata using database metadata.
- IMPLIED - Static variable in class org.dbunit.dataset.xml.FlatDtdProducer
-
Constant for the value "#IMPLIED"
- IMPORT - Static variable in class org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
-
- ImportedAndExportedKeysSearchCallback - Class in org.dbunit.database.search
-
ISearchCallback implementation that get the nodes using both direct and reverse
foreign key dependency, i.e, if table C has a FK for a table A and table A has
a FK for a table B, then getNodes(A) will return B and C.
- ImportedAndExportedKeysSearchCallback(IDatabaseConnection) - Constructor for class org.dbunit.database.search.ImportedAndExportedKeysSearchCallback
-
- ImportedAndExportedKeysSearchCallbackFilteredByPKs - Class in org.dbunit.database.search
-
Extension of the ImportedAndExportedKeysSearchCallback, where each new edge is
added to a PrimaryKeyFilter.
- ImportedAndExportedKeysSearchCallbackFilteredByPKs(IDatabaseConnection, PrimaryKeyFilter.PkTableMap) - Constructor for class org.dbunit.database.search.ImportedAndExportedKeysSearchCallbackFilteredByPKs
-
Default constructor.
- ImportedKeysSearchCallback - Class in org.dbunit.database.search
-
ISearchCallback implementation that get the nodes using direct foreign key
dependency, i.e, if table A has a FK for a table B, then getNodes(A) will
return B.
- ImportedKeysSearchCallback(IDatabaseConnection) - Constructor for class org.dbunit.database.search.ImportedKeysSearchCallback
-
- ImportedKeysSearchCallbackFilteredByPKs - Class in org.dbunit.database.search
-
Extension of the ImportedKeysSearchCallback, where each new edge is added to a
PrimaryKeyFilter.
- ImportedKeysSearchCallbackFilteredByPKs(IDatabaseConnection, PrimaryKeyFilter.PkTableMap) - Constructor for class org.dbunit.database.search.ImportedKeysSearchCallbackFilteredByPKs
-
Default constructor.
- incEmptySlots() - Method in class org.dbunit.util.concurrent.BoundedBuffer
-
- includeColumn(String) - Method in class org.dbunit.dataset.filter.DefaultColumnFilter
-
Add a new accepted column name pattern for all tables.
- includeColumns(Column[]) - Method in class org.dbunit.dataset.filter.DefaultColumnFilter
-
Add specified columns to accepted column name list.
- includedColumnsTable(ITable, String[]) - Static method in class org.dbunit.dataset.filter.DefaultColumnFilter
-
Returns a table backed by the specified table that only exposes specified
columns.
- includedColumnsTable(ITable, Column[]) - Static method in class org.dbunit.dataset.filter.DefaultColumnFilter
-
Returns a table backed by the specified table that only exposes specified
columns.
- includeTable(String) - Method in class org.dbunit.dataset.filter.DefaultTableFilter
-
Add a new accepted table name pattern.
- includeTable(String) - Method in class org.dbunit.dataset.filter.IncludeTableFilter
-
Add a new accepted table name pattern.
- IncludeTableFilter - Class in org.dbunit.dataset.filter
-
This filter exposes only allowed tables from the filtered dataset.
- IncludeTableFilter() - Constructor for class org.dbunit.dataset.filter.IncludeTableFilter
-
Create a new empty IncludeTableFilter.
- IncludeTableFilter(String[]) - Constructor for class org.dbunit.dataset.filter.IncludeTableFilter
-
Create a new IncludeTableFilter which allow access to specified tables.
- increment() - Method in class org.dbunit.util.concurrent.SynchronizedInt
-
Increment the value.
- incUsedSlots() - Method in class org.dbunit.util.concurrent.BoundedBuffer
-
- InetType - Class in org.dbunit.ext.postgresql
-
Adapter to handle conversion between Postgresql
native inet type and Strings.
- InetType() - Constructor for class org.dbunit.ext.postgresql.InetType
-
- INITIAL_DEFAULT_CAPACITY - Static variable in class org.dbunit.util.concurrent.DefaultChannelCapacity
-
The initial value of the default capacity is 1024
- initialize() - Method in class org.dbunit.dataset.AbstractDataSet
-
Initializes the tables of this dataset
- initialize() - Method in class org.dbunit.dataset.DefaultDataSet
-
Initializes the _orderedTableNameMap
of 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
-
- InputStream(InputStream, boolean) - Constructor for class org.dbunit.util.Base64.InputStream
-
- INSERT - Static variable in class org.dbunit.ext.mssql.InsertIdentityOperation
-
- INSERT - Static variable in class org.dbunit.operation.DatabaseOperation
-
- insert(Object) - Method in class org.dbunit.util.concurrent.BoundedBuffer
-
- insert(Object) - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
-
Create and insert a node.
- insert(Object) - Method in class org.dbunit.util.concurrent.LinkedQueue
-
Main mechanics for put/offer
- insert(Object) - Method in class org.dbunit.util.concurrent.SemaphoreControlledChannel
-
Internal mechanics of put.
- insert(Object) - Method in class org.dbunit.util.concurrent.Slot
-
Set the item in preparation for a take
- InsertIdentityOperation - Class in org.dbunit.ext.mssql
-
This class disable the MS SQL Server automatic identifier generation for
the execution of inserts.
- InsertIdentityOperation(DatabaseOperation) - Constructor for class org.dbunit.ext.mssql.InsertIdentityOperation
-
Creates a new InsertIdentityOperation object that decorates the
specified operation.
- InsertOperation - Class in org.dbunit.operation
-
Inserts the dataset contents into the database.
- INT8 - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
-
- INTEGER - Static variable in class org.dbunit.dataset.datatype.DataType
-
- INTEGER - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
-
- IntegerDataType - Class in org.dbunit.dataset.datatype
-
- internalEntityDecl(String, String) - Method in class org.dbunit.dataset.xml.FlatDtdProducer
-
- INTERVAL - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
-
- IntervalType - Class in org.dbunit.ext.postgresql
-
Adapter to handle conversion between Postgresql
native Interval type and Strings.
- IntervalType() - Constructor for class org.dbunit.ext.postgresql.IntervalType
-
- IOperationListener - Interface in org.dbunit
-
- 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 - Class in org.dbunit.assertion.comparer.value
-
- IsActualContainingExpectedStringValueComparer() - Constructor for class org.dbunit.assertion.comparer.value.IsActualContainingExpectedStringValueComparer
-
- isActualContainingExpectedStringValueComparer - Static variable in class org.dbunit.assertion.comparer.value.ValueComparers
-
- 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
-
ValueComparer
implementation 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
-
- IsActualEqualToExpectedWithEmptyFailMessageValueComparer - Class in org.dbunit.assertion.comparer.value
-
ValueComparer
implementation 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
-
ValueComparer
implementation that verifies actual value is greater
than expected value.
- IsActualGreaterThanExpectedValueComparer() - Constructor for class org.dbunit.assertion.comparer.value.IsActualGreaterThanExpectedValueComparer
-
- isActualGreaterThanOrEqualToExpected - Static variable in class org.dbunit.assertion.comparer.value.ValueComparers
-
- IsActualGreaterThanOrEqualToExpectedValueComparer - Class in org.dbunit.assertion.comparer.value
-
ValueComparer
implementation that verifies actual value is greater
than or equal to expected value.
- IsActualGreaterThanOrEqualToExpectedValueComparer() - Constructor for class org.dbunit.assertion.comparer.value.IsActualGreaterThanOrEqualToExpectedValueComparer
-
- 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
-
ValueComparer
implementation 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
-
ValueComparer
implementation 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
-
ValueComparer
implementation that verifies actual value is not equal
to expected value.
- IsActualNotEqualToExpectedValueComparer() - Constructor for class org.dbunit.assertion.comparer.value.IsActualNotEqualToExpectedValueComparer
-
- IsActualNotNullValueComparer - Class in org.dbunit.assertion.comparer.value
-
ValueComparer
implementation that verifies actual value is not null.
- IsActualNotNullValueComparer() - Constructor for class org.dbunit.assertion.comparer.value.IsActualNotNullValueComparer
-
- isActualNotNullValueComparer - Static variable in class org.dbunit.assertion.comparer.value.ValueComparers
-
- IsActualNullValueComparer - Class in org.dbunit.assertion.comparer.value
-
- IsActualNullValueComparer() - Constructor for class org.dbunit.assertion.comparer.value.IsActualNullValueComparer
-
- isActualNullValueComparer - Static variable in class org.dbunit.assertion.comparer.value.ValueComparers
-
- 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
-
ValueComparer
implementation for
Timestamp
s 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 true
if this DataType
represents a
date and/or time.
- isDateTime() - Method in class org.dbunit.dataset.datatype.DateDataType
-
- isDateTime() - Method in class org.dbunit.dataset.datatype.TimeDataType
-
- isDateTime() - Method in class org.dbunit.dataset.datatype.TimestampDataType
-
- 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.ValueComparerTemplateBase
-
- isExpectedWithNull(Object, Object) - Method in class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
-
Since one is a known null, isExpected=true when they equal.
- isExpectedWithoutNull(Object, Object, DataType) - Method in class org.dbunit.assertion.comparer.value.IsActualWithinToleranceOfExpectedTimestampValueComparer
-
Neither is null so compare values with tolerance.
- 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 true
if this DataType
represents a
number.
- isOrdered() - Method in class org.dbunit.ant.AbstractStep
-
- isPercentage() - Method in class org.dbunit.dataset.datatype.ToleratedDeltaMap.Precision
-
- isSybaseDb(DatabaseMetaData) - Static method in class org.dbunit.util.SQLHelper
-
Detects whether or not the given metadata describes the connection to a Sybase database
or not.
- IStatementFactory - Interface in org.dbunit.database.statement
-
- 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 true
if specified table is allowed by this filter.
- isValidName(String) - Method in class org.dbunit.dataset.filter.DefaultTableFilter
-
- isValidName(String) - Method in class org.dbunit.dataset.filter.ExcludeTableFilter
-
- isValidName(String) - Method in class org.dbunit.dataset.filter.IncludeTableFilter
-
- isValue() - Method in class org.dbunit.ant.DbConfig.Feature
-
- 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
FilteredDataSet
to
exposes only some tables from a dataset.
- ITableFilterSimple - Interface in org.dbunit.dataset.filter
-
A filter for table names.
- ITableIterator - Interface in org.dbunit.dataset
-
- ITableMetaData - Interface in org.dbunit.dataset
-
Represents table metadata.
- item_ - Variable in class org.dbunit.util.concurrent.Slot
-
The slot
- iterator(IDataSet, boolean) - Method in class org.dbunit.database.PrimaryKeyFilter
-
- iterator() - Method in class org.dbunit.dataset.AbstractDataSet
-
- iterator(IDataSet, boolean) - Method in class org.dbunit.dataset.filter.AbstractTableFilter
-
- iterator(IDataSet, boolean) - Method in interface org.dbunit.dataset.filter.ITableFilter
-
Returns iterator of tables allowed by this filter from the specified dataset.
- iterator(IDataSet, boolean) - Method in class org.dbunit.dataset.filter.SequenceTableFilter
-
- iterator() - Method in interface org.dbunit.dataset.IDataSet
-
Returns an iterator over the tables in this dataset in proper sequence.
- iterator(IDataSet) - Method in class org.dbunit.operation.AbstractBatchOperation
-
Returns list of tables this operation is applied to.
- iterator(IDataSet) - Method in class org.dbunit.operation.DeleteOperation
-
- 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 Operation
class is the step that defines which
operation will be performed in the execution of the DbUnitTask
task.
- Operation() - Constructor for class org.dbunit.ant.Operation
-
- OperationData - Class in org.dbunit.operation
-
- OperationData(String, Column[]) - Constructor for class org.dbunit.operation.OperationData
-
- operationSetUpFinished(IDatabaseConnection) - Method in class org.dbunit.DefaultOperationListener
-
- operationSetUpFinished(IDatabaseConnection) - Method in interface org.dbunit.IOperationListener
-
- operationTearDownFinished(IDatabaseConnection) - Method in class org.dbunit.DefaultOperationListener
-
- operationTearDownFinished(IDatabaseConnection) - Method in interface org.dbunit.IOperationListener
-
- or(int) - Method in class org.dbunit.util.concurrent.SynchronizedInt
-
Set value to value | b.
- 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
-
- 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
-
- 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
-
- OutputStream(OutputStream, boolean) - Constructor for class org.dbunit.util.Base64.OutputStream
-
- padLeft(String, int, char) - Static method in class org.dbunit.util.TableFormatter
-
Pads the given String with the given padChar
up to the given length
.
- padRight(String, int, char) - Static method in class org.dbunit.util.TableFormatter
-
Pads the given String with the given padChar
up to the given length
.
- parse(File) - Method in interface org.dbunit.dataset.csv.CsvParser
-
- parse(URL) - Method in interface org.dbunit.dataset.csv.CsvParser
-
- parse(String) - Method in interface org.dbunit.dataset.csv.CsvParser
-
- parse(String) - Method in class org.dbunit.dataset.csv.CsvParserImpl
-
- parse(File) - Method in class org.dbunit.dataset.csv.CsvParserImpl
-
- parse(URL) - Method in class org.dbunit.dataset.csv.CsvParserImpl
-
- parse(Reader, String) - Method in class org.dbunit.dataset.csv.CsvParserImpl
-
- parse(File) - Method in interface org.dbunit.dataset.sqlloader.SqlLoaderControlParser
-
Parse.
- parse(URL) - Method in interface org.dbunit.dataset.sqlloader.SqlLoaderControlParser
-
Parse.
- parse(String) - Method in interface org.dbunit.dataset.sqlloader.SqlLoaderControlParser
-
Parse.
- parse(String) - Method in class org.dbunit.dataset.sqlloader.SqlLoaderControlParserImpl
-
Parse.
- parse(URL) - Method in class org.dbunit.dataset.sqlloader.SqlLoaderControlParserImpl
-
Parse.
- parse(File) - Method in class org.dbunit.dataset.sqlloader.SqlLoaderControlParserImpl
-
Parse.
- parse(String) - Method in class org.dbunit.util.RelativeDateTimeParser
-
- 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 in org.dbunit.dataset.common.handlers
-
- PipelineException(String) - Constructor for exception 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(boolean) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Execute post-test steps.
- postTest() - Method in interface org.dbunit.PrepAndExpectedTestCase
-
Execute all 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(VerifyTableDefinition[], String[], String[]) - Method in class org.dbunit.DefaultPrepAndExpectedTestCase
-
Convenience method to call configureTest() and preTest().
- preTest() - Method in interface org.dbunit.PrepAndExpectedTestCase
-
Execute pre-test steps.
- 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
-
- 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 PropertyChangeMulticaster
object.
- PROT - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
-
- put(String, SortedSet) - Method in class org.dbunit.database.PrimaryKeyFilter.PkTableMap
-
- put(Object) - Method in class org.dbunit.util.concurrent.BoundedBuffer
-
- put(Object) - Method in class org.dbunit.util.concurrent.BoundedLinkedQueue
-
- put(Object) - Method in interface org.dbunit.util.concurrent.Channel
-
Place item in the channel, possibly waiting indefinitely until
it can be accepted.
- put(Object) - Method in class org.dbunit.util.concurrent.LinkedQueue
-
- put(Object) - Method in interface org.dbunit.util.concurrent.Puttable
-
Place item in the channel, possibly waiting indefinitely until
it can be accepted.
- put(Object) - Method in class org.dbunit.util.concurrent.SemaphoreControlledChannel
-
- put(Object) - Method in class org.dbunit.util.concurrent.SynchronousChannel
-
- putFront(PipelineComponent) - Method in class org.dbunit.dataset.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.
- 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
-
- 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...}{time}]
.
'diff' consists of two parts 1) a number with a leading plus or minus sign
and 2) a character represents temporal unit.
- 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(long) - Method in class org.dbunit.util.concurrent.Semaphore
-
Release N permits.
- release() - Method in interface org.dbunit.util.concurrent.Sync
-
Potentially enable others to pass.
- remove(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
-
- ResultSetTableMetaData(String, ResultSet, IDatabaseConnection, boolean) - Constructor for class org.dbunit.database.ResultSetTableMetaData
-
- ResultSetTableMetaData(String, ResultSet, IDataTypeFactory, boolean) - Constructor for class org.dbunit.database.ResultSetTableMetaData
-
- 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
ITable
where some rows can be filtered out from the original table
- ROWID_TYPE - Static variable in class org.dbunit.ext.oracle.OracleDataTypeFactory
-
- RowOutOfBoundsException - Exception in org.dbunit.dataset
-
- RowOutOfBoundsException() - Constructor for exception org.dbunit.dataset.RowOutOfBoundsException
-
- RowOutOfBoundsException(String) - Constructor for exception org.dbunit.dataset.RowOutOfBoundsException
-
- RowOutOfBoundsException(String, Throwable) - Constructor for exception org.dbunit.dataset.RowOutOfBoundsException
-
- RowOutOfBoundsException(Throwable) - Constructor for exception org.dbunit.dataset.RowOutOfBoundsException
-
- 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.
- schemaExists(Connection, String) - Static method in class org.dbunit.util.SQLHelper
-
Returns true
if 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(ITableMetaData, ResultSet) - Constructor for class org.dbunit.database.ScrollableResultSetTable
-
- ScrollableResultSetTable(ITableMetaData, IDatabaseConnection) - Constructor for class org.dbunit.database.ScrollableResultSetTable
-
- ScrollableResultSetTable(String, String, IDatabaseConnection) - Constructor for class org.dbunit.database.ScrollableResultSetTable
-
- search(Object[], ISearchCallback) - Method in class org.dbunit.util.search.DepthFirstSearch
-
Alternative option to search() that takes an array of nodes as input (instead of a Set)
- search(Set, ISearchCallback) - Method in class org.dbunit.util.search.DepthFirstSearch
-
- search(Set, ISearchCallback) - Method in interface org.dbunit.util.search.ISearchAlgorithm
-
Search all nodes that originates from a set of nodes.
- SearchException - Exception in org.dbunit.util.search
-
Base class for exceptions during the search.
- SearchException() - Constructor for exception org.dbunit.util.search.SearchException
-
- SearchException(String) - Constructor for exception org.dbunit.util.search.SearchException
-
- SearchException(String, Throwable) - Constructor for exception org.dbunit.util.search.SearchException
-
- SearchException(Throwable) - Constructor for exception org.dbunit.util.search.SearchException
-
- searchNode(Object) - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
-
- searchNode(Object) - Method in interface org.dbunit.util.search.ISearchCallback
-
Decides if a node should be searched or not
- 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(Set) - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
-
Set which modes are allowed on the search.
- setAllowedNodes(Object[]) - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
-
Set which modes are allowed on the search.
- setArray(BigDecimal[]) - Method in class org.dbunit.ext.oracle.OracleSdoElemInfoArray
-
- setArray(BigDecimal[], long) - 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.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(StringBuffer) - 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(Set) - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
-
Set which modes are not allowed on the search.
- setDeniedNodes(Object[]) - Method in class org.dbunit.util.search.AbstractNodesFilterSearchCallback
-
Set which modes are not allowed on the search.
- setDest(File) - Method in class org.dbunit.ant.Export
-
- setDoctype(String) - Method in class org.dbunit.ant.Export
-
- setDocType(String) - Method in class org.dbunit.dataset.xml.FlatXmlWriter
-
- setDriver(String) - Method in class org.dbunit.ant.DbUnitTask
-
Set the JDBC driver to be used.
- 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
-
- 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
-
- 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(Reader) - Method in class org.dbunit.dataset.xml.FlatXmlDataSetBuilder
-
Set the metadata information (column info etc.) to be used from the given DTD input.
- 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.
- 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
DatabaseConfig
instance 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
-
- 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
-
- 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 false
for 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.
- 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(Class) - Constructor for class org.dbunit.util.concurrent.Slot
-
Create a buffer with the given capacity, using
the supplied Semaphore class for semaphores.
- Slot() - Constructor for class org.dbunit.util.concurrent.Slot
-
Create a new Slot using default Semaphore implementations
- SMALLINT - Static variable in class org.dbunit.dataset.datatype.DataType
-
- SMALLINT - Static variable in class org.dbunit.ext.netezza.NetezzaDataTypeFactory
-
- SortedDataSet - Class in org.dbunit.dataset
-
- SortedDataSet(IDataSet) - Constructor for class org.dbunit.dataset.SortedDataSet
-
- SortedTable - Class in org.dbunit.dataset
-
This is a ITable decorator that provide a sorted view of the decorated table.
- SortedTable(ITable, Column[]) - Constructor for class org.dbunit.dataset.SortedTable
-
Sort the decorated table by specified columns order.
- SortedTable(ITable, Column[], boolean) - Constructor for class org.dbunit.dataset.SortedTable
-
Sort the decorated table by specified columns order.
- SortedTable(ITable, String[]) - Constructor for class org.dbunit.dataset.SortedTable
-
Sort the decorated table by specified columns order.
- SortedTable(ITable, ITableMetaData) - Constructor for class org.dbunit.dataset.SortedTable
-
Sort the decorated table by specified metadata columns order.
- SortedTable(ITable) - Constructor for class org.dbunit.dataset.SortedTable
-
- 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
IDataSet
given a directory containing control
files.
- SqlLoaderControlDataSet(String, String) - Constructor for class org.dbunit.dataset.sqlloader.SqlLoaderControlDataSet
-
The Constructor.
- 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.
- SqlLoaderControlParser - Interface in org.dbunit.dataset.sqlloader
-
Interface of Parser which parses Oracle SQLLoader files.
- SqlLoaderControlParserException - Exception in org.dbunit.dataset.sqlloader
-
- SqlLoaderControlParserException(String) - Constructor for exception 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
IDataSet
using SQLLoader style '.ctl' files.
- SqlLoaderControlProducer(String, String) - Constructor for class org.dbunit.dataset.sqlloader.SqlLoaderControlProducer
-
The Constructor.
- 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.
- 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 true
if target database supports batch statement.
- swap(SynchronizedInt) - Method in class org.dbunit.util.concurrent.SynchronizedInt
-
Atomically swap values with another SynchronizedInt.
- Sync - Interface in org.dbunit.util.concurrent
-
Main interface for locks, gates, and conditions.
- SynchronizedInt - Class in org.dbunit.util.concurrent
-
A class useful for offloading synch for int instance variables.
- SynchronizedInt(int) - Constructor for class org.dbunit.util.concurrent.SynchronizedInt
-
Make a new SynchronizedInt with the given initial value,
and using its own internal lock.
- SynchronizedInt(int, Object) - Constructor for class org.dbunit.util.concurrent.SynchronizedInt
-
Make a new SynchronizedInt with the given initial value,
and using the supplied lock.
- SynchronizedVariable - Class in org.dbunit.util.concurrent
-
Base class for simple, small classes
maintaining single values that are always accessed
and updated under synchronization.
- SynchronizedVariable(Object) - Constructor for class org.dbunit.util.concurrent.SynchronizedVariable
-
Create a SynchronizedVariable using the supplied lock
- SynchronizedVariable() - Constructor for class org.dbunit.util.concurrent.SynchronizedVariable
-
Create a SynchronizedVariable using itself as the lock
- SynchronousChannel - Class in org.dbunit.util.concurrent
-
A rendezvous channel, similar to those used in CSP and Ada.
- SynchronousChannel() - Constructor for class org.dbunit.util.concurrent.SynchronousChannel
-
- SynchronousChannel.Queue - Class in org.dbunit.util.concurrent
-
Simple FIFO queue class to hold waiting puts/takes.