|
Class Summary |
| SqlEval |
A SQL evaluator used in XQuery expression, where this will take SQL string and return a
XML 'Source' as output for the request evaluated. |
| SQLSource |
This is merely a wrapper class which brings together the TupleInputSource and
TupleXMLReader classes together to build SAXSource object. |
| TupleInputSource |
A extend class which defines the "InputSource" interface on a
MetaMatrix's TupleSource. |
| TupleXMLReader |
This is a replacement XMl Reader for the SAX Source; so that we can
customize this to read a tuple soruce and generate the SAX Events. |
| XMLSource |
This class will be a reader class for reading data from the XML Source realated
connectors. |