Uses of Class
net.sourceforge.sqlunit.beans.OutParam

Packages that use OutParam
net.sourceforge.sqlunit.beans Beans for the SQLUnit handlers. 
 

Uses of OutParam in net.sourceforge.sqlunit.beans
 

Methods in net.sourceforge.sqlunit.beans that return OutParam
 OutParam[] DatabaseResult.getOutParams()
          Returns an array of OutParam objects for this DatabaseResult object.
 

Methods in net.sourceforge.sqlunit.beans with parameters of type OutParam
 void DatabaseResult.setOutParams(OutParam[] outParams)
          Sets the outparams into the DatabaseResult object.