Uses of Class
com.billpringle.utils.wrputils.WrpResultSetRow

Uses of WrpResultSetRow in com.billpringle.utils.wrputils
 

Fields in com.billpringle.utils.wrputils with type parameters of type WrpResultSetRow
 java.util.Vector<WrpResultSetRow> WrpResultSetVector.rows
          rows of result set
 

Methods in com.billpringle.utils.wrputils that return WrpResultSetRow
 WrpResultSetRow WrpResultSetVector.getRow(int ndx)
          Get the corresponding row from the result set
 

Methods in com.billpringle.utils.wrputils that return types with arguments of type WrpResultSetRow
 java.util.Vector<WrpResultSetRow> WrpResultSetVector.getRows()
           
 

Method parameters in com.billpringle.utils.wrputils with type arguments of type WrpResultSetRow
 void WrpResultSetVector.setRows(java.util.Vector<WrpResultSetRow> rows)