public interface DbTypeManager
Modifier and Type | Method and Description |
---|---|
DbType |
lookup(DbConnection connection,
int id,
String name)
Finds a mapping for a given type ID and name
|
DbType |
lookup(DbConnection connection,
String name)
Finds a mapping for a given type name
|
DbType lookup(DbConnection connection, int id, String name) throws UnknownDbTypeException
connection
- connection used to connect to the database if requiredid
- type IDname
- type nameUnknownDbTypeException
- when there is no managed type with the given ID and nameDbType lookup(DbConnection connection, String name) throws UnknownDbTypeException
connection
- connection used to connect to the database if requiredid
- type IDname
- type nameUnknownDbTypeException
- when there is no managed type with the given nameCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.