Package net.sourceforge.sqlunit.beans

Beans for the SQLUnit handlers.

See:
          Description

Class Summary
Arg The Arg bean models an Object whose member variables are the attributes of the arg element.
BatchDatabaseResult The BatchDatabaseResult represents the output from a batch update operation.
Col Models a col element, representing a column in a database row.
DatabaseResult The DatabaseResult models a Database Result.
ExceptionBean The ExceptionBean bean models an exception specified in a result.
FieldBean Models a field element.
OutParam The OutParam models a SQLUnit outparam element.
Param The Param bean models an Object whose member variables are the attributes of the param element.
ResultSetBean Models a ResultSet element, wrapping multiple Row objects.
Row Models a row element, (wrapping multiple Col objects) in a database result.
Severity The Severity bean models severity levels in SQLUnit.
StructBean Models a struct element.
SubParam The SubParam bean models a subparam element.
SubRoutine The SubRoutine bean represents a partially defined stored procedure or SQL call which can be called later by specifying missing parameters or overriding them with new values.
TypeDef Models a typedef element, child of a typemap element.
 

Package net.sourceforge.sqlunit.beans Description

Beans for the SQLUnit handlers.