public interface DbMailExtension extends BasicExtension
| Modifier and Type | Method and Description |
|---|---|
DbMailAccountHandler |
getAccountHandler() |
DbMailMessageHandler |
getMessageHandler() |
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
DbMailAccountHandler getAccountHandler()
DbMailMessageHandler getMessageHandler()
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.