Dumps database schema to file.
| Attribute | Description | Type | Requirement | Default value |
|---|---|---|---|---|
| DestFile | Destination file to dump the schema | File | Required | No default value |
| Tables | Dumps only the selected tables. Comma-separated list | String | Optional | No default value |
PCTDumpSchema inherits attributes from PCT and PCTRun. However, PCTDumpSchema must have one and only one PCTConnection.
Loads a specific table. Merges with the Tables attribute.
<PCTDumpSchema destFile="schema.df" dlcHome="${env.DLC}">
<PCTConnection dbName="test" singleUser="true"/>
</PCTDumpSchema>
Connects in single-user mode to test.db and dumps schema to schema.df