-
Notifications
You must be signed in to change notification settings - Fork 62
PCTDumpSchema
Gilles Querret edited this page Apr 18, 2023
·
9 revisions
Dump database schema to file.
<pct:schema_dump />
Attribute | Description |
---|---|
destFile ‡ | Destination file to dump the schema |
tables | Dumps only the selected tables. Comma-separated list |
† Only one of those attributes is mandatory ‡ Mandatory attribute
PCTDumpSchema inherits attributes from PCT and PCTRun. However, PCTDumpSchema must have one and only one DBConnection.
Dumps a specific table. Merged with the tables
attribute.
<PCTDumpSchema destFile="schema.df" dlcHome="${DLC}">
<DBConnection dbName="test" singleUser="true" />
</PCTDumpSchema>
Connects in single-user mode to test.db and dumps schema to schema.df
Can be followed by:
<copy file="schema.df" tofile="schema.df">
<filterchain>
<tailfilter lines="-1" skip="6" />
</filterchain>
</copy>
To remove the useless and cumbersome trailer from the dump file.
- QuickStart
- Changelog
- InstallDocumentation
- FAQ
-
Tasks
- PCT
- DlcHome
- PCTRun
- PCTDynRun
- PCTCompile
- PCTWSComp
- PCTCreateDatabase
- Sports2000
- PCTDumpSchema
- PCTDumpSequences
- PCTLoadSchema
- PCTIncrementalDump
- PCTBinaryDump
- PCTBinaryLoad
- PCTDumpData
- PCTLoadData
- PCTSchemaDoc
- PCTLibrary
- PCTProxygen
- PCTXCode
- ProgressVersion
- PCTVersion
- ClassDocumentation
- HtmlDocumentation
- XMLDocumentation
- JsonDocumentation
- ABLDuck
- OEUnit
- ABLUnit
- RestGen
- AssemblyCatalog
- Types