Uses of Class
com.billpringle.utils.WrpResultSetRow

Uses of WrpResultSetRow in com.billpringle.utils
 

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

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

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

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