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 TypMethodeBeschreibungvoidinitializeFixTables(ISchemaWriter schemaWriter) Initializes the fix tables of the database using the given schemaWriter.voidsaveSchemaTimestamp(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:
initializeFixTablesin 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:
saveSchemaTimestampin SchnittstelleIDatabaseInitializerTool- Parameter:
schemaTimestamp-sqlConnection-databaseName-
-