public abstract class DbCalendarAdapter extends Object implements DbCalendarExtension
ID| Constructor and Description |
|---|
DbCalendarAdapter() |
| Modifier and Type | Method and Description |
|---|---|
abstract DbCalendarEntryLogHandler |
getCalendarEntryLogHandler() |
abstract DbCalendarHandler |
getCalendarHandler() |
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 DbCalendarEntryLogHandler getCalendarEntryLogHandler()
getCalendarEntryLogHandler in interface DbCalendarExtensionpublic abstract DbCalendarHandler getCalendarHandler()
getCalendarHandler in interface DbCalendarExtensionpublic String[] getRequiredPluginIds()
getRequiredPluginIds in interface BasicExtensionpublic abstract String[] getRequiredProcedures()
getRequiredProcedures in interface DbCalendarExtensionpublic abstract String[] getRequiredViews()
getRequiredViews in interface DbCalendarExtensionpublic abstract String[] getSupportedDrivers()
getSupportedDrivers in interface DbCalendarExtensionpublic abstract String getUninstallQuery() throws IOException
getUninstallQuery in interface DbCalendarExtensionIOExceptionpublic abstract DbUpdateHandler getUpdateHandler()
getUpdateHandler in interface DbCalendarExtensionpublic abstract void install(Connection c) throws IOException, SQLException
install in interface DbCalendarExtensionIOExceptionSQLExceptionpublic final boolean isSupportedDriver(String driverName)
isSupportedDriver in interface DbCalendarExtensionpublic void repair(Connection c, AbstractDbDriver driver) throws SQLException
repair in interface DbCalendarExtensionSQLExceptionCopyright © 2015 OpenEstate. All rights reserved.