Interface IDatabaseStateAnalyser

All Known Implementing Classes:
DatabaseStateAnalyser

public interface IDatabaseStateAnalyser
Author:
Silvan Wyss
  • Method Details

    • getDatabasState

      DatabaseState getDatabasState(String databaseName, ISqlConnection sqlConnection)
      Parameters:
      databaseName -
      sqlConnection -
      Returns:
      the state of the database with the given databaseName using the given sqlConnection.
      Throws:
      RuntimeException - if the given sqlConnection is null or closed.