Klasse DatabaseInitializerTool
java.lang.Object
ch.nolix.system.sqlmidschema.databaseinitializer.DatabaseInitializerTool
- Alle implementierten Schnittstellen:
IDatabaseInitializerTool
- Version:
- 2025-01-18
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
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.
-
Konstruktordetails
-
DatabaseInitializerTool
public DatabaseInitializerTool()
-
-
Methodendetails
-
initializeFixTables
Initializes the fix tables of the database using the given schemaWriter.- Angegeben von:
initializeFixTables
in SchnittstelleIDatabaseInitializerTool
- Parameter:
schemaWriter
-
-
saveSchemaTimestamp
public void saveSchemaTimestamp(ITime schemaTimestamp, ISqlConnection sqlConnection, String databaseName) Saves the given schemaTimestamp to the database using the given sqlConnection and databaseName.- Angegeben von:
saveSchemaTimestamp
in SchnittstelleIDatabaseInitializerTool
- Parameter:
schemaTimestamp
-sqlConnection
-databaseName
-
-