public interface DbNewsExtension extends BasicExtension
| Modifier and Type | Method and Description |
|---|---|
DbNewsHandler |
getNewsHandler() |
String[] |
getRequiredProcedures() |
String[] |
getRequiredViews() |
String[] |
getSupportedDrivers() |
String |
getUninstallQuery() |
DbUpdateHandler |
getUpdateHandler() |
void |
install(Connection c) |
boolean |
isSupportedDriver(String driverName) |
void |
repair(Connection c,
AbstractDbDriver driver) |
getRequiredPluginIdsstatic final String ID
DbNewsHandler getNewsHandler()
String[] getRequiredProcedures()
String[] getRequiredViews()
String[] getSupportedDrivers()
String getUninstallQuery() throws IOException
IOExceptionDbUpdateHandler getUpdateHandler()
void install(Connection c) throws IOException, SQLException
IOExceptionSQLExceptionboolean isSupportedDriver(String driverName)
void repair(Connection c, AbstractDbDriver driver) throws SQLException
SQLExceptionCopyright © 2015 OpenEstate. All rights reserved.