-
Notifications
You must be signed in to change notification settings - Fork 62
DBConnectionSet
Gilles Querret edited this page Apr 18, 2023
·
4 revisions
<pct:dbConnectionSet />
or <pct:db_connection_set />
Creates a set of database connections, which can be referenced later by PCT tasks.
Attribute | Description | Type | Requirement | Default value |
---|---|---|---|---|
id | ID of this set | String | Required | No default value |
Adds a database connection to this set
<!-- Don't forget to declare types -->
<typedef resource="types.properties" />
<DBConnectionSet id="myset">
<DBConnection dbName="db1" dbDir="db" />
<DBConnection dbName="db2" dbDir="db">
<Alias name="foo" />
</DBConnection>
</DBConnectionSet>
<PCTRun ...>
<DBConnectionSet refid="myset" />
</PCTRun>
- 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