Verify if the logic model (cataloged in the dictionary) corresponds with the physical model (database) of
each one of the objects (table, index, check, etc). It not only verifies but also gives an idea of what should be execute
so that the logical model corresponds to the physical model.
<connection.schema.model.upgrade
dict='dict'
debug='debug'
/>
Attributes |
Name | Type | Required | Default | Description |
Adict | string | | | | Dictionary that you want to update. |
Adebug | string | | | | If you want that the system amit a debug informing of the operations that he is making. |
Returns |
Type | Description |
Vtable | Returns a vtable with the result.
Returns the result for each processed object. |