Overview
Amiga
Java
- INDEX
- Archive
- Server
- SMTP
- SQL
- Util
- XML
- Octopus
- TrackTime
GNU/Linux
|
| Product Quick Summary: jSQL |
| Description |
Connect to a JDBC data source with a small set of settings in
a java.util.Properties object; then perform queries
on the data source and either retrieve the results into a Object[][]
(Object array) or use the supplied Connection, Statement, ResultSet,
etc. to process the results directly. Includes a width-conscious
way of displaying the results of a query in ASCII-tabulated
form. |
| Version |
3.10 (22-Sep-2001) |
| Platforms |
Java 2 (v1.2.2 or later) |
| License |
GNU
General Public License (GPL) |
| Download |
rlt-sql.tar.gz (59
kb) |
Extremely convenient JDBC connectivity handling:
- JDBC driver, database URL, login and/or password can be kept in
a central file, even a Resource in a JAR,
- Arbitrary and multiple connections to data sources can be established
with a single method call,
- Query results can be retrieved into a two-dimensional array of ObjectS
for maximum processing ease,
- Retrieved results can be retrieved in ASCII-character tabulated
form for debugging and/or console display,
- The Handle object exposes its internal Connection, Statement, and
ResultSet objects for maximum flexibility
|
| |
Copyright
© 1997,1998,1999,2000,2001,2002,2003 Ringlord Technologies
The alteration of any part of this content by manual or automated means
(adding, removing, or in any other way altering links, text, or images)
constitutes misrepresentation of our content in violation of United
States copyright law. For more details, please see our
content
ownership details page for elaboration. |