Modifier and Type | Method and Description |
---|---|
DatabaseType |
DatabaseDriverRegisterer.databaseType() |
static DatabaseType |
DatabaseType.forDatabaseTypeName(String typeName) |
DatabaseType |
JdbcDatasource.Builder.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 Collection<DatabaseType> |
DatabaseType.allTypes() |
static Optional<DatabaseType> |
DatabaseType.forJdbcDriverClassName(String jdbcDriverClass) |
static Collection<DatabaseType> |
DatabaseType.knownTypes() |
Modifier and Type | Method and Description |
---|---|
static DatabaseDriverRegisterer |
DatabaseDriverRegisterer.forType(DatabaseType type) |
static HelpUrl |
DatabaseDriverRegisterer.getDbConfigLink(DatabaseType type,
HelpUrls urls) |
JdbcDatasource.Builder |
JdbcDatasource.Builder.setDatabaseType(DatabaseType databaseType)
Sets the database type.
|
Constructor and Description |
---|
JdbcDatasource(DatabaseType databaseType,
String hostname,
String port,
String instance,
String username,
String password,
Integer poolMaxSize,
String validationQuery,
Long minEvictableTimeMillis,
Long timeBetweenEvictionRunsMillis)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DatabaseType |
Settings.initDatabaseType(boolean initialLoad)
Determines the database type from the JDBC driver's class name.
|
Modifier and Type | Method and Description |
---|---|
DatabaseType |
SchemaAwareConfigConsole.getDatabaseType() |
DatabaseType |
DatabaseConfigConsole.getDatabaseType() |
DatabaseType |
ConnectionConfig.getDatabaseType() |
DatabaseType |
DatabaseConfigPanel.getDatabaseType() |
DatabaseType |
H2ConfigConsole.getDatabaseType() |
DatabaseType |
DatabaseConfigConsoleImpl.getDatabaseType() |
Modifier and Type | Method and Description |
---|---|
static void |
ConnectionTester.testConnection(String driverClassName,
DatabaseType databaseType,
String connectionUrl,
String username,
String password) |
Constructor and Description |
---|
CommonConfigPanel(DatabaseType databaseType) |
DatabaseConfigConsoleImpl(DatabaseType databaseType) |
PostgresConfigPanel(DatabaseType databaseType) |
SchemaAwareConfigConsole(DatabaseType databaseType) |
Modifier and Type | Method and Description |
---|---|
protected abstract DatabaseType |
MySQLHealthCheckTemplate.getDatabaseType() |
Modifier and Type | Method and Description |
---|---|
protected DatabaseType |
MySql57ModeHealthCheck.getDatabaseType() |
protected DatabaseType |
MySql8ModeHealthCheck.getDatabaseType() |
Copyright © 2002-2022 Atlassian. All Rights Reserved.