public class SupportedDatabaseVerifier extends DatabaseVerifier
errors, legacyTableQueries| Constructor and Description |
|---|
SupportedDatabaseVerifier(SystemInfoHelper systemInfoHelper) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isHSQLDB(String hibernateDialect) |
static boolean |
isMsSQLServer(String hibernateDialect) |
static boolean |
isMySQL(String hibernateDialect) |
static boolean |
isOracle(String hibernateDialect) |
static boolean |
isPostgreSQL(String hibernateDialect) |
void |
verify()
This method will verify if the correctness/compatibility of the database.
|
clearState, getErrors, hasErrors, setLegacyTableQueriespublic SupportedDatabaseVerifier(SystemInfoHelper systemInfoHelper)
public void verify()
DatabaseVerifierverify in class DatabaseVerifierpublic static boolean isMySQL(String hibernateDialect)
public static boolean isPostgreSQL(String hibernateDialect)
public static boolean isHSQLDB(String hibernateDialect)
public static boolean isMsSQLServer(String hibernateDialect)
public static boolean isOracle(String hibernateDialect)
Copyright © 2024 Atlassian. All rights reserved.