This is the Linux app named Java ResultSet to 2D Array-Like Object whose latest release can be downloaded as ResultSetSimplifier.jar. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Java ResultSet to 2D Array-Like Object with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
Java ResultSet to 2D Array-Like Object
Ad
DESCRIPTION
Java class that provides you with methods to get the data inside the result set by converting it to 2d array-like object without keeping the connection to the database / resultset open. The class makes your life with ResultSet alot easier.Features
- You do not have to keep the result set open (you could use one statment for many many queries at the same time)
- Simple method to access the data from the query (as easy as specifying row and col)
- The data can be manipulated after the database connection is closed
- Data can be iterated over many times in any direction (using for/while loops and indeces)
- You can get the number of rows and cols easily by invoking getRowCount, and getColCount
- Optimized code that is able to handle huge database resultset with ease
- Instructions of usage are in ReadMe.txt
This is an application that can also be fetched from https://sourceforge.net/projects/javarsarray/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.