Package com.metamatrix.common.types

Interface Summary
Sequencable  
SourceTransform<S,T>  
XMLReaderFactory A factory interface for generating the readers
XMLTranslator This an interface defined to convert the various kinds of the XML sources defined into another source kinds.
 

Class Summary
BaseXMLTranslator Implements some common menthods that can be shared.
BlobType Represent a value of type "blob", which can be streamable from client
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;
Streamable<T> A large value object which can be streamable in chunks of data each time
Transform This interface represents the transformation from one data type to another.
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.
 

Exception Summary
TransformationException The exception is thrown when an error occurs during data transformation, typically a formatting error or an invalid input type.
 



Copyright © 2009. All Rights Reserved.