Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.rohanclan.ashpool.* (19)com.rohanclan.ashpool.core.* (14)com.rohanclan.ashpool.jdbc.* (4)

Package Samples:

com.rohanclan.ashpool
com.rohanclan.ashpool.core
com.rohanclan.ashpool.jdbc

Classes:

XMLWriter: Filter to write an XML document from a SAX event stream. This class can be used by itself or as part of a SAX event stream: it takes as input a series of SAX2 ContentHandler events and uses the information in those events to write an XML document. Since this class is a filter, it can also pass the events on down a filter chain for further processing (you can use the XMLWriter to take a snapshot of the current state at any point in a filter chain), and it can be used directly as a ContentHandler for a SAX2 XMLReader. The client creates a document by invoking the methods for standard SAX2 events, ...
DataWriter: Write data- or field-oriented XML. This filter pretty-prints field-oriented XML without mixed content. all added indentation and newlines will be passed on down the filter chain (if any). In general, all whitespace in an XML document is potentially significant, so a general-purpose XML writing tool like the XMLWriter class cannot add newlines or indentation. There is, however, a large class of XML documents where information is strictly fielded: each element contains either character data or other elements, but not both. For this special case, it is possible for a writing tool to provide automatic ...
XMLtoResultSetFilter: Takes an XML Document in the format and turns it into a AResultSet object which can be used by most sql programs as results from a database query
SelectFilter: Tries to take an SQL statement, turn it into a style sheet and apply it to an xml file to get a ResultSet. Attempts to emulate an sql select statment
CommandManager: Tries to figure out what the requested action really wants, and most often returns a AResultSet object.
ResultColumn: This is a column object. An AResultSet object is make up of one or more of these.
BasicXSLEngine: creates a new instance of treebeard
AResultSetMetaData: Metadata object for a AResultSet
Ashpool
TableManager
InsertFilter
UpdateFilter
ConnectionManager
AResultSet
CreateFilter
Connection
Driver
MetaData
Statement

Home | Contact Us | Privacy Policy | Terms of Service