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 a "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, boolean shouldCacheNodes)
          The XConnection query() method uses this constructor to execute a SQL query statement.
XStatement.XStatement(XConnection connection, java.lang.String queryString, java.util.Vector pList, boolean shouldCacheNodes)
           
 



Copyright © 2000 Apache XML Project. All Rights Reserved.