Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ReadMe.txt | 2013-07-01 | 556 Bytes | |
ResultSetSimplifier.jar | 2010-09-09 | 2.0 kB | |
Totals: 2 Items | 2.5 kB | 0 |
Instructions: 1. include "ResultSetSimplifier.jar" into your project. 2. add the import statment at the begining "import org.irkan.util.*;" 3. you are all set to use the class Usage: 1. Converting the ResultSet into ResultSetSimplifier object: ResultSetSimplifier rsArray=new ResultSetSimplifier(< java.sql.ResultSet >); 2. Accessing the elements in the ResultSetSimplifier rsArray.getElement(1, 3); //Where 1=row index, 3=col index 3. Get the number of row/col counts rsArray.getRowCount(); rsArray.getColCount(); 4. happy coding :)