| Package | Description |
|---|---|
| cz.xtf.builder.db |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSQLDatabase |
class |
Derby |
class |
MsSQL
Note that MsSQL Server database needs to run with custom user id on Openshift (0 should do the trick)
This means that this class is only usable on clusters with admin privileges to be able to add securityContextConstraint
Also, the MsSQL image doesn't provide any option to add custom database and user on setup.
|
class |
MySQL |
class |
OracleXE
Note that to be able to use the oracleXE on Openshift you need to run as user with 54321 user id.
|
class |
PostgreSQL |
class |
SQLExecutorImpl |
| Modifier and Type | Method and Description |
|---|---|
SQLExecutor |
AbstractSQLDatabase.getSQLExecutor(String hostname,
int port) |
Copyright © 2023. All rights reserved.