public class DatabaseUtil extends Object
Constructor and Description |
---|
DatabaseUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
checkDatabaseType(ProcessEngineConfigurationImpl configuration,
String... databaseTypes)
Checks if the currently used database is of a given database type.
|
static boolean |
checkDatabaseType(String... databaseTypes)
Checks if the currently used database is of a given database type.
|
public static boolean checkDatabaseType(String... databaseTypes)
databaseTypes
- to check forpublic static boolean checkDatabaseType(ProcessEngineConfigurationImpl configuration, String... databaseTypes)
configuration
- for the Process Engine, when a Context is not availabledatabaseTypes
- to check forCopyright © 2022. All rights reserved.