Schnittstelle IDatabaseStateAnalyser
- Alle bekannten Implementierungsklassen:
DatabaseStateAnalyser
public interface IDatabaseStateAnalyser
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibunggetDatabasState(String databaseName, ISqlConnection sqlConnection)
-
Methodendetails
-
getDatabasState
- Parameter:
databaseName-sqlConnection-- Gibt zurück:
- the state of the database with the given databaseName using the given sqlConnection.
- Löst aus:
RuntimeException- if the given sqlConnection is null or closed.
-