public abstract class DbContactsAdapter extends Object implements DbContactsExtension
ID| Constructor and Description |
|---|
DbContactsAdapter() |
| Modifier and Type | Method and Description |
|---|---|
abstract DbContactsEntryLogHandler |
getContactsEntryLogHandler() |
abstract DbContactsHandler |
getContactsHandler() |
String[] |
getRequiredPluginIds() |
abstract String[] |
getRequiredProcedures() |
abstract String[] |
getRequiredViews() |
abstract String[] |
getSupportedDrivers() |
abstract String |
getUninstallQuery() |
abstract DbUpdateHandler |
getUpdateHandler() |
abstract void |
install(Connection c) |
boolean |
isSupportedDriver(String driverName) |
void |
repair(Connection c,
AbstractDbDriver driver) |
public abstract DbContactsEntryLogHandler getContactsEntryLogHandler()
getContactsEntryLogHandler in interface DbContactsExtensionpublic abstract DbContactsHandler getContactsHandler()
getContactsHandler in interface DbContactsExtensionpublic String[] getRequiredPluginIds()
getRequiredPluginIds in interface BasicExtensionpublic abstract String[] getRequiredProcedures()
getRequiredProcedures in interface DbContactsExtensionpublic abstract String[] getRequiredViews()
getRequiredViews in interface DbContactsExtensionpublic abstract String[] getSupportedDrivers()
getSupportedDrivers in interface DbContactsExtensionpublic abstract String getUninstallQuery() throws IOException
getUninstallQuery in interface DbContactsExtensionIOExceptionpublic abstract DbUpdateHandler getUpdateHandler()
getUpdateHandler in interface DbContactsExtensionpublic abstract void install(Connection c) throws IOException, SQLException
install in interface DbContactsExtensionIOExceptionSQLExceptionpublic final boolean isSupportedDriver(String driverName)
isSupportedDriver in interface DbContactsExtensionpublic void repair(Connection c, AbstractDbDriver driver) throws SQLException
repair in interface DbContactsExtensionSQLExceptionCopyright © 2015 OpenEstate. All rights reserved.