The MetabaseObjectAlterType enumeration contains options of recreating objects on the DBMS level. It is used by the following property:
Value | Brief description |
0 | Default_. Default value. Recreate an object only if an object structure has changed. This option is not relevant for the Procedure class. |
1 | Recreate. Always recreate an object. First, delete then create a new one. |
2 | Restrict. Never recreate an object. |
See also: