Uses of Package
net.sourceforge.sqlunit.beans

Packages that use net.sourceforge.sqlunit.beans
net.sourceforge.sqlunit Classes for the SQLUnit core package. 
net.sourceforge.sqlunit.beans Beans for the SQLUnit handlers. 
net.sourceforge.sqlunit.handlers Handler implementations for SQLUnit. 
net.sourceforge.sqlunit.tools Contains tools to build SQLUnit test cases. 
net.sourceforge.sqlunit.utils Utility classes for SQLUnit. 
 

Classes in net.sourceforge.sqlunit.beans used by net.sourceforge.sqlunit
BatchDatabaseResult
          The BatchDatabaseResult represents the output from a batch update operation.
DatabaseResult
          The DatabaseResult models a Database Result.
 

Classes in net.sourceforge.sqlunit.beans used by net.sourceforge.sqlunit.beans
Col
          Models a col element, representing a column in a database row.
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.
 

Classes in net.sourceforge.sqlunit.beans used by net.sourceforge.sqlunit.handlers
Arg
          The Arg bean models an Object whose member variables are the attributes of the arg element.
DatabaseResult
          The DatabaseResult models a Database Result.
Param
          The Param bean models an Object whose member variables are the attributes of the param element.
 

Classes in net.sourceforge.sqlunit.beans used by net.sourceforge.sqlunit.tools
Param
          The Param bean models an Object whose member variables are the attributes of the param element.
 

Classes in net.sourceforge.sqlunit.beans used by net.sourceforge.sqlunit.utils
Arg
          The Arg bean models an Object whose member variables are the attributes of the arg element.