noschema
Enables or disables the inclusiong of the schema definition at the beginning of the export file.
The inclusion of the schema allows for the rdm-import utility or rdm_dbImport() function to create the database and import the contents into that database.
- Note
- This option is only applicable for SQL export types.
- Default Value
- If the
noschemaoption is not defined, the default value ofOFFis used.
- Example
-
noschema=OFF
- Boolean Values Accepted
The following values can be accepted boolean values:
| TRUE Values | FALSE Values |
|---|---|
| 1 | 0 |
| On | Off |
| True | False |