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