| Package | Description |
|---|---|
| com.atlassian.confluence.setup |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDatabaseVerifier.verifyDatabaseDetails(String databaseType,
com.atlassian.config.db.DatabaseDetails databaseDetails) |
void |
DatabaseVerifier.verifyDatabaseDetails(String databaseType,
com.atlassian.config.db.DatabaseDetails databaseDetails)
Validates the given connection details by checking whether a connection can be returned, next checking
the collation for MS SQL Server and MySQL.
|
void |
DefaultDatabaseVerifier.verifyDatasource(String databaseType,
String datasourceName) |
void |
DatabaseVerifier.verifyDatasource(String databaseType,
String datasourceName)
Validates the given datasource by checking whether a connection can be returned, next checking
the collation for MS SQL Server and MySQL.
|
Copyright © 2003–2017 Atlassian. All rights reserved.