Uses of Interface
cz.xtf.builder.db.SQLExecutor
-
Packages that use SQLExecutor Package Description cz.xtf.builder.db -
-
Uses of SQLExecutor in cz.xtf.builder.db
Classes in cz.xtf.builder.db that implement SQLExecutor Modifier and Type Class Description classAbstractSQLDatabaseclassDerbyclassMsSQLNote 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.classMySQLclassOracleXENote that to be able to use the oracleXE on Openshift you need to run as user with 54321 user id.classPostgreSQLclassSQLExecutorImplMethods in cz.xtf.builder.db that return SQLExecutor Modifier and Type Method Description SQLExecutorAbstractSQLDatabase. getSQLExecutor(String hostname, int port)
-