Package org.mule.module.db.internal.domain.type

Interface Summary
DbType Database data type
DbTypeManager Manages types for a database instance
 

Class Summary
AbstractDbType Base class for DbType
CompositeDbTypeManager Uses DbTypeManager instances to manage DB types
DynamicDbType Defines a type that is dynamically resolved
JdbcTypes Defines DbType for JDBC types defined in Types
MetadataDbTypeManager Manages database types that are discovered using database metadata
ResolvedDbType Defines a data type that was resolved for a database instance
StaticDbTypeManager Provides a way to statically resolve DbType using a predefined set of types.
StructuredDbType Defines a structured data type
UnknownDbType Represents a data type for a template, which real type is unknown until it is instantiated
 

Exception Summary
UnknownDbTypeException Thrown to indicate that a data type ID can not be mapped to a database type
 



Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.