Package | Description |
---|---|
sirius.db.jdbc.schema |
Modifier and Type | Method and Description |
---|---|
SchemaUpdateAction |
Schema.executeSchemaUpdateAction(String id)
Executes the schema change action with the given id.
|
Modifier and Type | Method and Description |
---|---|
List<SchemaUpdateAction> |
Schema.getSchemaUpdateActions()
Lists the update actions which need to be performed on the current database to match the expectation of the
software.
|
List<SchemaUpdateAction> |
SchemaTool.migrateSchemaTo(Database db,
List<Table> targetSchema,
boolean dropTables)
Generates a list of schema change actions.
|
Copyright © 2018. All rights reserved.