Command Summary |
Scroll |
The following table summarizes the Apply Engine commands, organized by command type.
Command |
Description |
Environment Commands |
|
Specifies the commit frequency for datastores that support commit operations |
|
Specifies a name for an Apply Engine instance |
|
Specify global script behavior options |
|
Describes the connection information for a relational database (RDBMS) |
|
Controls the file name and frequency of the Engine runtime report |
|
Data Definition Commands |
|
Create a "named" group of DESCRIPTIONS to simplify specification of DATASTORE |
|
Defines a database "Cursor" providing granular control of the retrieval and update of single rows or sets of data in any supported Relational datastore. |
|
Describes the type, method of access, physical name and other characteristics for both source and target datastores |
|
Describes the logical/physical structure/layout of the data in a source or target datastore |
|
Field Specification Commands |
|
Specifies the date format for Oracle and DB2 |
|
Declares a user-defined variable |
|
Specifies the semantic of the data in a source field |
|
Groups source data records based on a source data field(s) |
|
Initializes a target field to a constant value |
|
Specifies the value to use in place of an invalid value of a numeric or character source field |
|
For XML structures, specifies the text string for a tag on an XML data record |
|
Changes the data type of a source field, overriding the defining data structure |
|
Processing Commands |
|
Write to the target datastore |
|
Automatically map a source to an identical or nearly identical target description |
|
Processes one or more target datastores based on the action specified for each datastore (Change or Insert) Options include inserting records that if they are unavailable for update |
|
Defines a called procedure (PROC) to perform mapping, business logic |
|
Automatically map the source description to an actual or implied target description and APPLY (write) to the Target datastore |
|
Reads records for a source datastore |
|
Concatenates multiple SELECT commands allowing for multi-step scripts |