triggersonly
Enables or disables the inclusion of trigger declarations only in the output file. If the triggersonly option is enabled, the function only exports the triggers defined in the database.
- Note
- This option is only applicable for SQL export types.
- Default Value
- If the
triggersonlyoption is not defined, the default value ofOFFis used.
- Example
-
triggersonly=OFF
- Boolean Values Accepted
The following values can be accepted boolean values:
| TRUE Values | FALSE Values |
|---|---|
| 1 | 0 |
| On | Off |
| True | False |