Interface IDatabaseStateAnalyser
- All Known Implementing Classes:
DatabaseStateAnalyser
public interface IDatabaseStateAnalyser
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptiongetDatabasState(String databaseName, ISqlConnection sqlConnection)
-
Method Details
-
getDatabasState
- 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.
-