Class DatabaseStateAnalyser
java.lang.Object
ch.nolix.system.sqlmidschema.databaseinitializer.DatabaseStateAnalyser
- All Implemented Interfaces:
IDatabaseStateAnalyser
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDatabasState(String databaseName, ISqlConnection sqlConnection)
-
Constructor Details
-
DatabaseStateAnalyser
public DatabaseStateAnalyser()
-
-
Method Details
-
getDatabasState
- Specified by:
getDatabasStatein interfaceIDatabaseStateAnalyser- Parameters:
databaseName-sqlConnection-- Returns:
- the state of the database with the given databaseName using the given sqlConnection.
-