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 |
---|---|
static List<String> |
SQLScriptUtil.getCommandsFromScript(File script,
DatabaseType databaseType)
Extracts SQL commands from SQL script.
|
static File[] |
TestsUtil.getDDLScriptFilesByDatabaseType(File folderWithDDLs,
DatabaseType databaseType,
boolean sortByName,
boolean dropFiles)
Gets SQL scripts for selected database type.
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.