|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DbTypeManager
Manages types for a database instance
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
DbType lookup(DbConnection connection,
int id,
String name)
throws UnknownDbTypeException
connection - connection used to connect to the database if requiredid - type IDname - type name
UnknownDbTypeException - when there is no managed type with the given ID and name
DbType lookup(DbConnection connection,
String name)
throws UnknownDbTypeException
connection - connection used to connect to the database if requiredid - type IDname - type name
UnknownDbTypeException - when there is no managed type with the given name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||