Uses of Package
org.apache.xalan.lib.sql

Packages that use org.apache.xalan.lib.sql
org.apache.xalan.lib.sql Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through a "streamable" result set. 
 

Classes in org.apache.xalan.lib.sql used by org.apache.xalan.lib.sql
Column
           A JDBC Query returns a resultSet that contains rows of Data.
ConnectionPool
           This interface specification is used to define how Xalan will interact with a Connection Pool.
ExtensionError
          **Experimental**
QueryParameter
           The Query Parameter is a container class that is used to hold the Parameter information.
Row
           This class represents a row from a query result set.
RowSet
           The row-set is the controlling element in the Document that determines if the JDB ResultSet is being traversed or if the ResultSet MetaData is being interogated.
StreamableNode
           The StreamableNode really just provides a base implemtation for the other SQL Node based classes.
XConnection
           The XConnection Object is the main (currently the only) interface into the SQL Extensions from the Transformer.
XStatement
           Represents a JDBC query statement.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.