| Methods in org.mule.module.db.internal.domain.type that throw UnknownDbTypeException |
DbType |
CompositeDbTypeManager.lookup(DbConnection connection,
int id,
String name)
|
DbType |
MetadataDbTypeManager.lookup(DbConnection connection,
int id,
String name)
|
DbType |
StaticDbTypeManager.lookup(DbConnection connection,
int id,
String name)
|
DbType |
DbTypeManager.lookup(DbConnection connection,
int id,
String name)
Finds a mapping for a given type ID and name |
DbType |
CompositeDbTypeManager.lookup(DbConnection connection,
String name)
Finds a mapping for a given type name using each composed
DbTypeManager until a type is found or there are no more
managers to use. |
DbType |
MetadataDbTypeManager.lookup(DbConnection connection,
String name)
|
DbType |
StaticDbTypeManager.lookup(DbConnection connection,
String name)
|
DbType |
DbTypeManager.lookup(DbConnection connection,
String name)
Finds a mapping for a given type name |