Updating the database model

The “updateModel” command checks the database model in the connected database and outputs an SQL script to update the database model to the ImageMaster version to which the tool belongs.

With no specified extra parameters, the update will not include any optional database model changes (see chapter Optional changes in the database model for details). The following parameters are available to control the model options to include:

Parameter

Description

-a

Includes all optional database model changes in the update.

‑‑all

‑‑options <option list>

Includes the specified optional database model changes in the update. The options must be provided as a comma separated list.

The checkModel command lists the available database model options.

--execute-immediately

If specified then the tool directly executes the SQL commands through the JDBC connection of the database.

Table 461: updateModel command