DDS objects are selected as part of setting up an automated DDS run or processing a manual run.
List DDS Objects
Lists all objects, both standard and custom, available for use in a DDS job.
getDdsObjects
Parameters
No parameters
Get DDS Object Data Definition Language
The Data Definition Language (DDL) returned is currently compatible with PostgreSQL databases.
getDdsDdl
Parameters
Name |
Required |
Type |
Description |
object |
Required |
string |
Object type to get. |
The above function returns data structured like this:
Note: You can also access the DDL for an object from the UI. Choose Platform Services > Objects > object and look at the bottom of the page.
Provide feedback