-
Notifications
You must be signed in to change notification settings - Fork 62
PCTDumpSequences
Gilles Querret edited this page Apr 18, 2023
·
8 revisions
Dump sequences from a database to a directory.
There is no dedicated task to load sequences, but you can use PCTRun for that An example is available here.
<pct:sequences_dump />
Attribute | Description |
---|---|
destDir ‡ | Destination directory where to dump sequences (file name is always _seqvals.d ) |
encoding | Set encoding to be used to dump data. If attribute is not set or empty, then -cpstream will be used |
† Only one of those attributes is mandatory ‡ Mandatory attribute
PCTDumpSequences inherits attributes from PCT and PCTRun. However, PCTDumpSequences must have one and only one DBConnection.
None
<PCTDumpSequences destDir="datas" dlcHome="${env.DLC}">
<DBConnection dbName="test" singleUser="true" />
</PCTDumpSequences>
Connects in single-user mode to test.db and dumps sequences current value into datas directory
- 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