Schnittstelle IDatabaseInitializerTool
- Alle bekannten Implementierungsklassen:
DatabaseInitializerTool
public interface IDatabaseInitializerTool
- Version:
- 2025-01-18
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
initializeFixTables
(ISchemaWriter schemaWriter) Initializes the fix tables of the database using the given schemaWriter.void
saveSchemaTimestamp
(ITime schemaTimestamp, ISqlConnection sqlConnection, String databaseName) Saves the given schemaTimestamp to the database using the given sqlConnection and databaseName.
-
Methodendetails
-
initializeFixTables
Initializes the fix tables of the database using the given schemaWriter.- Parameter:
schemaWriter
-- Löst aus:
RuntimeException
- if the given schemaWriter is null or closed.
-
saveSchemaTimestamp
Saves the given schemaTimestamp to the database using the given sqlConnection and databaseName.- Parameter:
schemaTimestamp
-sqlConnection
-databaseName
-- Löst aus:
RuntimeException
- if the given schemaTimestamp is null.RuntimeException
- if the given sqlConnection is null or closed.RuntimeException
- if the given databaseName is null or blank.
-