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

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

Uses of Col in net.sourceforge.sqlunit.beans
 

Methods in net.sourceforge.sqlunit.beans that return Col
 Col Row.getColById(java.lang.String colId)
          Convenience method to return a Col object by its id.
 Col[] Row.getCols()
          Return an array of Col objects for this row.
 

Methods in net.sourceforge.sqlunit.beans with parameters of type Col
 void Row.setCols(Col[] columns)
          Set the Col object array for this row.