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

Packages that use QueryParameter
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 QueryParameter in org.apache.xalan.lib.sql
 

Methods in org.apache.xalan.lib.sql with parameters of type QueryParameter
 void XConnection.setParameter(int pos, java.sql.PreparedStatement stmt, QueryParameter p)
          Set the parameter for a Prepared Statement
 



Copyright © 2003 Apache XML Project. All Rights Reserved.