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

Packages that use StreamableNode
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. 
 

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

Subclasses of StreamableNode in org.apache.xalan.lib.sql
 class Column
          **Experimental** Represents a col node from a row node.
 class ColumnAttribute
          **Experimental** Represents a column attribute on a column-header element.
 class ColumnData
          **Experimental** Represents the col element text node, i.e., the column value.
 class ColumnHeader
          **Experimental** This class represents a column-header Node, which contains the metadata for a column.
 class Row
          **Experimental** This class represents a row from a query result set.
 class RowSet
          **Experimental** This class represents the row-set StreamableNode, a "streamable" holder for the JDBC query result set.
 class XStatement
          Represents a JDBC query statement.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.