|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
ITableFilter
interface to minimize the effort required to implement a filter.DatabaseDataSet
when a multiple tables
having the same name are accessible.true
if specified table is allowed by this filter.
tableName
' as query.
Base64#InputStream
will read data from another
InputStream
, given in the constructor,
and encode/decode to/from Base64 notation on the fly.Base64#InputStream
in DECODE mode.
Base64#InputStream
in
either ENCODE or DECODE mode.
Base64#OutputStream
will write data to another
OutputStream
, given in the constructor,
and encode/decode to/from Base64 notation on the fly.Base64#OutputStream
in ENCODE mode.
Base64#OutputStream
in
either ENCODE or DECODE mode.
put
operations may block when the
capacity is reached.Compare
class is the step that compare the content of the
database against the specified dataset.false
. Use overload that doesn't have the combine argument.
Types
.
Connection
to a
IDatabaseConnection
.DatabaseConnection
.
DatabaseConnection
.
DataSource
to a
IDatabaseConnection
.DatabaseMetaData.getExportedKeys(java.lang.String, java.lang.String, java.lang.String)
.DatabaseUnitException
with no detail
message and no encapsulated exception.
DatabaseUnitException
with the specified detail
message and no encapsulated exception.
DatabaseUnitException
with the specified detail
message and encapsulated exception.
DatabaseUnitException
with the encapsulated
exception and use string representation as detail message.
DatabaseUnitRuntimeException
with no specified
detail message and no encapsulated exception.
DatabaseUnitRuntimeException
with the specified
detail message and no encapsulated exception.
DatabaseUnitRuntimeException
with the specified
detail message and encapsulated exception.
DatabaseUnitRuntimeException
with the encapsulated
exception and use its message as detail message.
DbUnitTask
is the task definition for an Ant
interface to DbUnit
.DbUnitTaskStep
interface allows the execute method
to be called on all elements nested under DbUnitTask
.IDataSetConsumer
interface.Export
class is the step that facilitates exporting
the contents of the database and/or it's corresponding dtd to a file.SequenceTableFilter
as
filtering startegy.
DataType
corresponding to the specified value
runtime class.
DataType
corresponding to the specified Sql
type.
null
if none.
null
if none.
true
if this column is nullable.
Types
.
IDatabaseConnection.getConfig()
IDataSet.iterator()
or IDataSet.reverseIterator()
instead.
DataType
.FilteredDataSet
to
exposes only some tables from a dataset.InsertIdentityOperation
. Be warned, this class will eventually be removed.true
if this DataType
represents a
date and/or time.
true
if this DataType
represents a
number.
true
if specified table is allowed by this filter.
MsSqlConnection
.
MsSqlConnection
.
NULL
values.
NULL
values.
Operation
class is the step that defines which
operation will be performed in the execution of the DbUnitTask
task.PropertyChangeMulticaster
object.
Query
class is just a step placeholder for a table name
within an Export
.Base64.InputStream.read()
repeatedly until the end of stream
is reached or len bytes are read.
true
if target database supports batch statement.
Table
class is just a step placeholder for a table name
within an Export
.DataType
Base64.OutputStream.write(int)
repeatedly until len
bytes are written.
FlatDtdDataSet.write(org.dbunit.dataset.IDataSet, java.io.OutputStream)
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |