com.atlassian.confluence.setup.dbcheck
Class SqlServerChecker

java.lang.Object
  extended by com.atlassian.confluence.setup.dbcheck.SqlServerChecker

@Internal
public class SqlServerChecker
extends java.lang.Object

Verifies that the Microsoft SQL Server database has been correctly configured See https://confluence.atlassian.com/display/DOC/Database+Setup+for+SQL+Server

Since:
5.6

Constructor Summary
SqlServerChecker(com.atlassian.config.db.DatabaseHelper databaseHelper)
           
 
Method Summary
 void verifyDatabaseSetup(java.util.Properties databaseProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlServerChecker

public SqlServerChecker(com.atlassian.config.db.DatabaseHelper databaseHelper)
Method Detail

verifyDatabaseSetup

public void verifyDatabaseSetup(java.util.Properties databaseProperties)
                         throws com.atlassian.config.bootstrap.BootstrapException
Throws:
com.atlassian.config.bootstrap.BootstrapException


Copyright © 2003-2014 Atlassian. All Rights Reserved.