Download Latest Version ResultSetSimplifier.jar (2.0 kB)
Email in envelope

Get an email when there's a new version of Java ResultSet to 2D Array-Like Object

Home / ResultSetSimplifier
Name Modified Size InfoDownloads / 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 :)


Source: ReadMe.txt, updated 2013-07-01