public class HSqlDbExtension extends DbAdapter
| Modifier and Type | Field and Description |
|---|---|
static String |
DBA_ROLE |
static String |
IMMOTOOL_ROLE |
static String |
SA_USER |
ID| Constructor and Description |
|---|
HSqlDbExtension() |
| Modifier and Type | Method and Description |
|---|---|
DbAdminHandler |
getAdminHandler() |
String |
getBaseGroupName() |
DbPluginHandler |
getPluginHandler() |
AbstractRemoteDbDriver[] |
getRemoteDrivers() |
String[] |
getRequiredProcedures() |
String[] |
getRequiredViews() |
String[] |
getSupportedDrivers() |
String |
getSysAdminName() |
DbUpdateHandler |
getUpdateHandler() |
DbUpgradeHandler |
getUpgradeHandler() |
DbUserHandler |
getUserHandler() |
void |
install(AbstractDbDriver driver) |
boolean |
isInstalled(AbstractDbDriver driver,
List<String> errors) |
void |
launchUninstallQuery(Connection c,
String query) |
void |
setCurrentPassword(Connection c,
String password) |
getRequiredPluginIds, isBaseGroup, isSupportedDriver, isSysAdmin, repairpublic static final String SA_USER
public static final String DBA_ROLE
public static final String IMMOTOOL_ROLE
public DbAdminHandler getAdminHandler()
getAdminHandler in interface DbExtensiongetAdminHandler in class DbAdapterpublic final String getBaseGroupName()
getBaseGroupName in interface DbExtensiongetBaseGroupName in class DbAdapterpublic final DbPluginHandler getPluginHandler()
getPluginHandler in interface DbExtensiongetPluginHandler in class DbAdapterpublic final AbstractRemoteDbDriver[] getRemoteDrivers()
getRemoteDrivers in interface DbExtensiongetRemoteDrivers in class DbAdapterpublic final String[] getRequiredProcedures()
getRequiredProcedures in interface DbExtensiongetRequiredProcedures in class DbAdapterpublic final String[] getRequiredViews()
getRequiredViews in interface DbExtensiongetRequiredViews in class DbAdapterpublic final String[] getSupportedDrivers()
getSupportedDrivers in interface DbExtensiongetSupportedDrivers in class DbAdapterpublic final String getSysAdminName()
getSysAdminName in interface DbExtensiongetSysAdminName in class DbAdapterpublic DbUpdateHandler getUpdateHandler()
getUpdateHandler in interface DbExtensiongetUpdateHandler in class DbAdapterpublic DbUpgradeHandler getUpgradeHandler()
getUpgradeHandler in interface DbExtensiongetUpgradeHandler in class DbAdapterpublic DbUserHandler getUserHandler()
getUserHandler in interface DbExtensiongetUserHandler in class DbAdapterpublic final void install(AbstractDbDriver driver) throws IOException, SQLException
install in interface DbExtensioninstall in class DbAdapterIOExceptionSQLExceptionpublic final boolean isInstalled(AbstractDbDriver driver, List<String> errors) throws SQLException
isInstalled in interface DbExtensionisInstalled in class DbAdapterSQLExceptionpublic final void launchUninstallQuery(Connection c, String query) throws IOException, SQLException
launchUninstallQuery in interface DbExtensionlaunchUninstallQuery in class DbAdapterIOExceptionSQLExceptionpublic final void setCurrentPassword(Connection c, String password) throws SQLException
setCurrentPassword in interface DbExtensionsetCurrentPassword in class DbAdapterSQLExceptionCopyright © 2015 OpenEstate. All rights reserved.