forked from Riverside-Software/pct
-
Notifications
You must be signed in to change notification settings - Fork 0
PCTDumpData
Gilles Querret edited this page Oct 1, 2022
·
2 revisions
Dump database table rows to a directory
<pct:data_dump />
Attribute | Description | Default value |
---|---|---|
destDir ‡ | Destination directory to dump data to | No default value |
tables | Comma separated list of tables to dump | Blank means ALL |
encoding | Set encoding to be used to dump data | If undefined or empty, -cpstream will be used |
† Only one of those attributes is mandatory ‡ Mandatory attribute
PCTDumpData inherits attributes from PCT and PCTRun. However, PCTDumpData must have one and only one PCTConnection.
None
<PCTDumpData destDir="datas" dlcHome="${env.DLC}">
<PCTConnection dbName="test" singleUser="true" />
</PCTDumpData>
Connects in single-user mode to test.db and dumps each table's data into datas directory
<PCTDumpData destDir="datas" tables="Tab1,Tab2" dlcHome="${env.DLC}">
<PCTConnection dbName="test" singleUser="true" />
</PCTDumpData>
Same as previous, but dumps only Tab1 and Tab2
- 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