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

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

Subclasses of StreamableNode in org.apache.xalan.lib.sql
 class Column
           A JDBC Query returns a resultSet that contains rows of Data.
 class ColumnAttribute
          Represents a column attribute on a column-header element.
 class ColumnData
          Represents the col element text node, i.e., the column value.
 class ColumnHeader
           The ColumnHeader is a special branch of the document that provides a mechinsim to interogate columns that are returned from the query without accessing the data or moving the row counter.
 class Row
           This class represents a row from a query result set.
 class RowSet
           The row-set is the controlling element in the Document that determines if the JDB ResultSet is being traversed or if the ResultSet MetaData is being interogated.
 class XStatement
           Represents a JDBC query statement.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.