|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DatabaseMap
Mapping object which allows you to get the TableHandlers and FieldMaps for a database
Method Summary | |
---|---|
FieldMap |
getFieldMap(String table)
Get the FieldMap for a specific table |
TableHandler |
getSelector(String table)
Get the handler for a specific selector which needs parameters. |
TableHandler |
getTableHandler(String table)
Get the table handler for a specific table/selector combination. |
Method Detail |
---|
TableHandler getTableHandler(String table) throws ImportHandlerException
table
- combination table/selector name
ImportHandlerException
- oopsFieldMap getFieldMap(String table) throws ImportHandlerException
table
- table name, may contain a selector in it
ImportHandlerException
- oopsTableHandler getSelector(String table) throws ImportHandlerException
table
- table+selector definitions
ImportHandlerException
- oops
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |