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.

Évaluation
Votre évaluation
Votre avis sur ce projet