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, isSupportedDriver
public static final String RESOURCE_PATH
public DbNewsHandler getNewsHandler()
getNewsHandler
in interface DbNewsExtension
getNewsHandler
in class DbNewsAdapter
public final String[] getRequiredProcedures()
getRequiredProcedures
in interface DbNewsExtension
getRequiredProcedures
in class DbNewsAdapter
public final String[] getRequiredViews()
getRequiredViews
in interface DbNewsExtension
getRequiredViews
in class DbNewsAdapter
public String[] getSupportedDrivers()
getSupportedDrivers
in interface DbNewsExtension
getSupportedDrivers
in class DbNewsAdapter
public String getUninstallQuery() throws IOException
getUninstallQuery
in interface DbNewsExtension
getUninstallQuery
in class DbNewsAdapter
IOException
public DbUpdateHandler getUpdateHandler()
getUpdateHandler
in interface DbNewsExtension
getUpdateHandler
in class DbNewsAdapter
public void install(Connection c) throws IOException, SQLException
install
in interface DbNewsExtension
install
in class DbNewsAdapter
IOException
SQLException
public void repair(Connection c, AbstractDbDriver driver) throws SQLException
repair
in interface DbNewsExtension
repair
in class DbNewsAdapter
SQLException
Copyright © 2015 OpenEstate. All rights reserved.