Interface | Description |
---|---|
DbType |
Database data type
|
DbTypeManager |
Manages types for a database instance
|
Class | Description |
---|---|
AbstractDbType |
Base class for
DbType |
ArrayResolvedDbType |
Defines a structured data type for
Array |
CompositeDbTypeManager |
Uses
DbTypeManager instances to manage DB types |
DynamicDbType |
Defines a type that is dynamically resolved
|
JdbcTypes | |
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 | Description |
---|---|
UnknownDbTypeException |
Thrown to indicate that a data type ID can not be mapped to a database type
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.