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 DbContactsExtension
public abstract DbContactsHandler getContactsHandler()
getContactsHandler
in interface DbContactsExtension
public String[] getRequiredPluginIds()
getRequiredPluginIds
in interface BasicExtension
public abstract String[] getRequiredProcedures()
getRequiredProcedures
in interface DbContactsExtension
public abstract String[] getRequiredViews()
getRequiredViews
in interface DbContactsExtension
public abstract String[] getSupportedDrivers()
getSupportedDrivers
in interface DbContactsExtension
public abstract String getUninstallQuery() throws IOException
getUninstallQuery
in interface DbContactsExtension
IOException
public abstract DbUpdateHandler getUpdateHandler()
getUpdateHandler
in interface DbContactsExtension
public abstract void install(Connection c) throws IOException, SQLException
install
in interface DbContactsExtension
IOException
SQLException
public final boolean isSupportedDriver(String driverName)
isSupportedDriver
in interface DbContactsExtension
public void repair(Connection c, AbstractDbDriver driver) throws SQLException
repair
in interface DbContactsExtension
SQLException
Copyright © 2015 OpenEstate. All rights reserved.