public abstract class DbAdapterImpl extends Object implements DbAdapter
| Constructor and Description |
|---|
DbAdapterImpl() |
| Modifier and Type | Method and Description |
|---|---|
abstract DbContactsHandler |
getContactsHandler() |
abstract DbFilesHandler |
getFilesHandler() |
abstract DbGeoHandler |
getGeoHandler() |
abstract DbLanguagesHandler |
getLanguageHandler() |
abstract DbLinksHandler |
getLinksHandler() |
abstract DbObjectsHandler |
getObjectsHandler() |
abstract DbSearchesHandler |
getSearchesHandler() |
void |
install(Connection c) |
abstract void |
install(Connection c,
boolean withRoutines) |
public abstract DbContactsHandler getContactsHandler()
getContactsHandler in interface DbAdapterpublic abstract DbFilesHandler getFilesHandler()
getFilesHandler in interface DbAdapterpublic abstract DbGeoHandler getGeoHandler()
getGeoHandler in interface DbAdapterpublic abstract DbLanguagesHandler getLanguageHandler()
getLanguageHandler in interface DbAdapterpublic abstract DbLinksHandler getLinksHandler()
getLinksHandler in interface DbAdapterpublic abstract DbObjectsHandler getObjectsHandler()
getObjectsHandler in interface DbAdapterpublic abstract DbSearchesHandler getSearchesHandler()
getSearchesHandler in interface DbAdapterpublic final void install(Connection c) throws IOException, SQLException
install in interface DbAdapterIOExceptionSQLExceptionpublic abstract void install(Connection c, boolean withRoutines) throws IOException, SQLException
install in interface DbAdapterIOExceptionSQLExceptionCopyright © 2019 OpenEstate. All rights reserved.