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 String
RESOURCE_PATH
-
Constructor Summary
Constructors Constructor Description HSqlDbCalendarExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbCalendarEntryLogHandler
getCalendarEntryLogHandler()
DbCalendarHandler
getCalendarHandler()
String[]
getRequiredProcedures()
String[]
getRequiredViews()
String[]
getSupportedDrivers()
String
getUninstallQuery()
DbUpdateHandler
getUpdateHandler()
void
install(Connection c)
void
repair(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:
getCalendarEntryLogHandler
in interfaceDbCalendarExtension
- Specified by:
getCalendarEntryLogHandler
in classDbCalendarAdapter
-
getCalendarHandler
public DbCalendarHandler getCalendarHandler()
- Specified by:
getCalendarHandler
in interfaceDbCalendarExtension
- Specified by:
getCalendarHandler
in classDbCalendarAdapter
-
getRequiredProcedures
public String[] getRequiredProcedures()
- Specified by:
getRequiredProcedures
in interfaceDbCalendarExtension
- Specified by:
getRequiredProcedures
in classDbCalendarAdapter
-
getRequiredViews
public String[] getRequiredViews()
- Specified by:
getRequiredViews
in interfaceDbCalendarExtension
- Specified by:
getRequiredViews
in classDbCalendarAdapter
-
getSupportedDrivers
public String[] getSupportedDrivers()
- Specified by:
getSupportedDrivers
in interfaceDbCalendarExtension
- Specified by:
getSupportedDrivers
in classDbCalendarAdapter
-
getUninstallQuery
public String getUninstallQuery() throws IOException
- Specified by:
getUninstallQuery
in interfaceDbCalendarExtension
- Specified by:
getUninstallQuery
in classDbCalendarAdapter
- Throws:
IOException
-
getUpdateHandler
public DbUpdateHandler getUpdateHandler()
- Specified by:
getUpdateHandler
in interfaceDbCalendarExtension
- Specified by:
getUpdateHandler
in classDbCalendarAdapter
-
install
public void install(Connection c) throws IOException, SQLException
- Specified by:
install
in interfaceDbCalendarExtension
- Specified by:
install
in classDbCalendarAdapter
- Throws:
IOException
SQLException
-
repair
public void repair(Connection c, AbstractDbDriver driver) throws SQLException
- Specified by:
repair
in interfaceDbCalendarExtension
- Overrides:
repair
in classDbCalendarAdapter
- Throws:
SQLException
-
-