|
Class Summary |
| AbstractTransform |
This fills in most of the details of a Transform and provides additional
helpful methods as well. |
| BaseXMLTranslator |
Implements some common menthods that can be shared. |
| BlobImpl |
This object holds a chunk of binary data and implements the JDBC Blob interface. |
| BlobType |
Represent a value of type "blob", which can be streamable from client |
| ClobImpl |
This object holds a chunk of character data and implements the JDBC Clob interface. |
| ClobType |
This is wrapper on top of a "clob" object, which implements the "java.sql.Clob"
interface. |
| DataTypeManager |
This class manages data type, conversions between data types, and comparators
for data types. |
| DataTypeManager.DefaultDataClasses |
|
| DataTypeManager.DefaultDataTypes |
|
| MMJDBCSQLTypeInfo |
This is a helper class used to obtain SQL type information for java types. |
| NullType |
|
| SQLXMLImpl |
This metamatrix specific implementation of the SQLXML interface; |
| XMLDomSourceTranslator |
This class converts the DOMSource input documents into other types of XML
documents. |
| XMLSAXSourceTranslator |
This class converts the DOMSource input documents into other types of XML
documents. |
| XMLStreamSourceTranslator |
This class converts the Stream Source XML feed into other types of
XML Sources. |
| XMLType |
This class represents the SQLXML object along with the Streamable interface. |