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, setLegacyTableQueries
public SupportedDatabaseVerifier(SystemInfoHelper systemInfoHelper)
public void verify()
DatabaseVerifier
verify
in class DatabaseVerifier
public 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 © 2020 Atlassian. All rights reserved.