Télécharger la liste

Description du projet

The java.sql.ResultSet DOM Wrapper implements the
Java DOM interface to represent a JDBC result-set.
The resulting ResultSetDocument does not contain
the actual result-set data and meta-data, but
instead contains references to row and column
indices. Because of this, it is very memory
efficient, but it requires that the result-set be
created with "scroll" capabilities. The wrapper is
read-only, but since it implements the standard
interfaces, it allows the use of transformers such
as Xalan to perform XSLT transformation and XPath
queries on the SQL result-set.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-12-01 01:55
1.0rc-2

La capacité d'effacer le résultat-set wrapper pour le ramassage des ordures a été ajoutée. Il ya un petit correctif de compatibilité pour permettre une ancienne version de Xalan, qui s'est étouffé avec un retour nulle à partir de getNodeValue (). Elle retourne une chaîne vide à la place. Jusqu'à présent, il n'ya pas de bugs connus. Ce gestionnaire a été utilisé dans un environnement de production très lourds pour le mois dernier.
Tags: Minor bugfixes
The ability to clear the result-set wrapper for garbage collection has been added. There is a small compatibility fix to allow for an old version of Xalan which choked on a null return from getNodeValue(). It returns an empty string instead. So far, there are no known bugs. This wrapper has been used in a production heavy environment for the last month.

2003-11-16 18:54
1.0rc-1

Tags: Initial freshmeat announcement

Project Resources