com.metamatrix.query.processor.dynamic
Class SQLSource

java.lang.Object
  extended by javax.xml.transform.sax.SAXSource
      extended by com.metamatrix.query.processor.dynamic.SQLSource
All Implemented Interfaces:
javax.xml.transform.Source

public class SQLSource
extends javax.xml.transform.sax.SAXSource

This is merely a wrapper class which brings together the TupleInputSource and TupleXMLReader classes together to build SAXSource object.


Field Summary
 
Fields inherited from class javax.xml.transform.sax.SAXSource
FEATURE
 
Constructor Summary
SQLSource()
           
 
Method Summary
static javax.xml.transform.sax.SAXSource createSource(java.lang.String[] columns, java.lang.Class[] types, TupleSource source)
           
 
Methods inherited from class javax.xml.transform.sax.SAXSource
getInputSource, getSystemId, getXMLReader, setInputSource, setSystemId, setXMLReader, sourceToInputSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLSource

public SQLSource()
Method Detail

createSource

public static javax.xml.transform.sax.SAXSource createSource(java.lang.String[] columns,
                                                             java.lang.Class[] types,
                                                             TupleSource source)
                                                      throws MetaMatrixProcessingException,
                                                             MetaMatrixComponentException
Throws:
MetaMatrixProcessingException
MetaMatrixComponentException


Copyright © 2009. All Rights Reserved.