Class HSqlDbCalendarExtension
- java.lang.Object
-
- com.openindex.openestate.tool.calendar.extensions.DbCalendarAdapter
-
- com.openindex.openestate.tool.calendar.db.hsql.HSqlDbCalendarExtension
-
- All Implemented Interfaces:
DbCalendarExtension,BasicExtension,org.pf4j.ExtensionPoint
@Extension(points=DbCalendarExtension.class) public class HSqlDbCalendarExtension extends DbCalendarAdapter
HSqlDbCalendarExtension.- Author:
- Andreas Rudolph
-
-
Field Summary
Fields Modifier and Type Field Description static StringRESOURCE_PATH
-
Constructor Summary
Constructors Constructor Description HSqlDbCalendarExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbCalendarEntryLogHandlergetCalendarEntryLogHandler()DbCalendarHandlergetCalendarHandler()String[]getRequiredProcedures()String[]getRequiredViews()String[]getSupportedDrivers()StringgetUninstallQuery()DbUpdateHandlergetUpdateHandler()voidinstall(Connection c)voidrepair(Connection c, AbstractDbDriver driver)-
Methods inherited from class com.openindex.openestate.tool.calendar.extensions.DbCalendarAdapter
getRequiredPluginIds, isSupportedDriver
-
-
-
-
Field Detail
-
RESOURCE_PATH
public static final String RESOURCE_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCalendarEntryLogHandler
public DbCalendarEntryLogHandler getCalendarEntryLogHandler()
- Specified by:
getCalendarEntryLogHandlerin interfaceDbCalendarExtension- Specified by:
getCalendarEntryLogHandlerin classDbCalendarAdapter
-
getCalendarHandler
public DbCalendarHandler getCalendarHandler()
- Specified by:
getCalendarHandlerin interfaceDbCalendarExtension- Specified by:
getCalendarHandlerin classDbCalendarAdapter
-
getRequiredProcedures
public String[] getRequiredProcedures()
- Specified by:
getRequiredProceduresin interfaceDbCalendarExtension- Specified by:
getRequiredProceduresin classDbCalendarAdapter
-
getRequiredViews
public String[] getRequiredViews()
- Specified by:
getRequiredViewsin interfaceDbCalendarExtension- Specified by:
getRequiredViewsin classDbCalendarAdapter
-
getSupportedDrivers
public String[] getSupportedDrivers()
- Specified by:
getSupportedDriversin interfaceDbCalendarExtension- Specified by:
getSupportedDriversin classDbCalendarAdapter
-
getUninstallQuery
public String getUninstallQuery() throws IOException
- Specified by:
getUninstallQueryin interfaceDbCalendarExtension- Specified by:
getUninstallQueryin classDbCalendarAdapter- Throws:
IOException
-
getUpdateHandler
public DbUpdateHandler getUpdateHandler()
- Specified by:
getUpdateHandlerin interfaceDbCalendarExtension- Specified by:
getUpdateHandlerin classDbCalendarAdapter
-
install
public void install(Connection c) throws IOException, SQLException
- Specified by:
installin interfaceDbCalendarExtension- Specified by:
installin classDbCalendarAdapter- Throws:
IOExceptionSQLException
-
repair
public void repair(Connection c, AbstractDbDriver driver) throws SQLException
- Specified by:
repairin interfaceDbCalendarExtension- Overrides:
repairin classDbCalendarAdapter- Throws:
SQLException
-
-