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

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

Uses of Row in net.sourceforge.sqlunit.beans
 

Methods in net.sourceforge.sqlunit.beans that return Row
 Row[] ResultSetBean.getRows()
          Returns the rows in the resultset.
 

Methods in net.sourceforge.sqlunit.beans with parameters of type Row
 void ResultSetBean.setRows(Row[] rows)
          Sets the rows in the resultset.