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
ConnectionPool
          An interface used to build wrapper classes around existing Connection Pool libraries.
ConnectionPoolManager
           
DTMDocument
          The SQL Document is the main controlling class the executesa SQL Query
ObjectArray
          Provide a simple Array storage mechinsim where native Arrays will be use as the basic storage mechinism but the Arrays will be stored as blocks.
ObjectArray._ObjectArray
           
ObjectFactory.ConfigurationError
          A configuration error.
PooledConnection
           
SQLDocument
          The SQL Document is the main controlling class the executesa SQL Query
SQLErrorDocument
          The SQL Document is the main controlling class the executesa SQL Query
SQLQueryParser
           
XConnection
          An XSLT extension that allows a stylesheet to access JDBC data.