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

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

Classes in org.apache.xalan.lib.sql used by org.apache.xalan.lib.sql
Column
          **Experimental** Represents a col node from a row node.
ConnectionPool
          An interface used to build wrapper classes around existing Connection Pool libraries.
ExtensionError
          A base class that will convert an exception into an XML stream that can be returned in place of the standard result.
QueryParameter
          Title:
Row
          **Experimental** This class represents a row from a query result set.
RowSet
          **Experimental** This class represents the row-set StreamableNode, a "streamable" holder for the JDBC query result set.
StreamableNode
          **Experimental** This is the superclass for all nodes in the org.apache.xalan.lib.sql package.
XConnection
          An XSLT extension that allows a stylesheet to access JDBC data.
XStatement
          Represents a JDBC query statement.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.