public interface DbRelationExtension extends BasicExtension
Modifier and Type | Method and Description |
---|---|
long |
getApiVersion() |
String |
getName() |
String[] |
getRequiredProcedures() |
String[] |
getRequiredViews() |
String[] |
getSupportedDrivers() |
String |
getUninstallQuery() |
DbUpdateHandler |
getUpdateHandler() |
void |
install(Connection c,
DbExtension dbExtension) |
boolean |
isSupportedDriver(String driverName) |
void |
repair(Connection c,
AbstractDbDriver driver) |
getRequiredPluginIds
static final String ID
long getApiVersion()
String getName()
String[] getRequiredProcedures()
String[] getRequiredViews()
String[] getSupportedDrivers()
String getUninstallQuery() throws IOException
IOException
DbUpdateHandler getUpdateHandler()
void install(Connection c, DbExtension dbExtension) throws IOException, SQLException
IOException
SQLException
boolean isSupportedDriver(String driverName)
void repair(Connection c, AbstractDbDriver driver) throws SQLException
SQLException
Copyright © 2015 OpenEstate. All rights reserved.