public class HSqlDbNewsExtension extends DbNewsAdapter
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCE_PATH |
ID| Constructor and Description |
|---|
HSqlDbNewsExtension() |
| Modifier and Type | Method and Description |
|---|---|
DbNewsHandler |
getNewsHandler() |
String[] |
getRequiredProcedures() |
String[] |
getRequiredViews() |
String[] |
getSupportedDrivers() |
String |
getUninstallQuery() |
DbUpdateHandler |
getUpdateHandler() |
void |
install(Connection c) |
void |
repair(Connection c,
AbstractDbDriver driver) |
getRequiredPluginIds, isSupportedDriverpublic static final String RESOURCE_PATH
public DbNewsHandler getNewsHandler()
getNewsHandler in interface DbNewsExtensiongetNewsHandler in class DbNewsAdapterpublic final String[] getRequiredProcedures()
getRequiredProcedures in interface DbNewsExtensiongetRequiredProcedures in class DbNewsAdapterpublic final String[] getRequiredViews()
getRequiredViews in interface DbNewsExtensiongetRequiredViews in class DbNewsAdapterpublic String[] getSupportedDrivers()
getSupportedDrivers in interface DbNewsExtensiongetSupportedDrivers in class DbNewsAdapterpublic String getUninstallQuery() throws IOException
getUninstallQuery in interface DbNewsExtensiongetUninstallQuery in class DbNewsAdapterIOExceptionpublic DbUpdateHandler getUpdateHandler()
getUpdateHandler in interface DbNewsExtensiongetUpdateHandler in class DbNewsAdapterpublic void install(Connection c) throws IOException, SQLException
install in interface DbNewsExtensioninstall in class DbNewsAdapterIOExceptionSQLExceptionpublic void repair(Connection c, AbstractDbDriver driver) throws SQLException
repair in interface DbNewsExtensionrepair in class DbNewsAdapterSQLExceptionCopyright © 2015 OpenEstate. All rights reserved.