forked from Riverside-Software/pct
-
Notifications
You must be signed in to change notification settings - Fork 0
PCTDumpSchema
Gilles QUERRET edited this page Apr 3, 2015
·
8 revisions
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
- 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