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