Uses of Class
org.apache.xalan.lib.sql.XConnection

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

Uses of XConnection in org.apache.xalan.lib.sql
 

Constructors in org.apache.xalan.lib.sql with parameters of type XConnection
XStatement.XStatement(XConnection connection, java.lang.String queryString)
          The XConnection query() method uses this constructor to execute a SQL query statement.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.