| Package | Description |
|---|---|
| org.jbpm.test.persistence.scripts | |
| org.jbpm.test.persistence.scripts.util |
| Modifier and Type | Field and Description |
|---|---|
protected DatabaseType |
TestPersistenceContextBase.databaseType |
| Modifier and Type | Method and Description |
|---|---|
DatabaseType |
TestPersistenceContextBase.getDatabaseType() |
static DatabaseType |
DatabaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseType[] |
DatabaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static DatabaseType |
TestsUtil.getDatabaseType(Properties dataSourceProperties)
Gets database type based on dialect property specified in data source properties.
|
static DatabaseType |
TestsUtil.getDatabaseTypeBySQLDialect(String sqlDialect)
Gets database type based on specified SQL dialect.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DatabaseType> |
ScriptFilter.getSupportedDatabase() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
SQLScriptUtil.getCommandsFromScript(File script,
DatabaseType databaseType)
Extracts SQL commands from SQL script.
|
static File[] |
TestsUtil.getDDLScriptFilesByDatabaseType(File folderWithDDLs,
DatabaseType databaseType,
ScriptFilter scriptFilter)
Gets SQL scripts for selected database type.
|
boolean |
ScriptFilter.isSupportedDatabase(DatabaseType type) |
ScriptFilter |
ScriptFilter.setSupportedDatabase(DatabaseType... types) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.