HiRDB Datareplicator Version 8 Description, User's Guide and Operator's Guide

[Contents][Glossary][Index][Back][Next]

5.5.4 Transmission definition statement

A transmission definition statement selects and sends update information extracted from the source database to a target identifier. The update information to be sent to a destination depends on how the transmission statements are specified. The following table shows the specification of transmission statements and the update information to be sent.

Table 5-8 Specification of transmission statements and the update information to be sent

Specification of transmission statements Update information to be sent
Destination is specified in transmission statement Destination is not specified in transmission statement
No transmission statements specified (omitted) N/A Update information for all update information names is sent to all destinations.
Transmission statements specified for some destinations Update information for only those update information names specified in the transmission statements is sent. Update information for all update information names is sent.
Transmission statements specified for all destinations Same as above. N/A
Organization of this subsection
(1) Format
(2) Explanation of the operands
(3) Notes

(1) Format

[{{ send target-identifier from update-information-name
  [ where column-name {relational-operator literal|in(literal[,literal] ...)
                    |flike(comparison-start-position,literal)}
   [ and column-name {relational-operator literal|in(literal[,literal] ...)
                    |flike(comparison-start-position,literal)}]]
}}...]

(2) Explanation of the operands

(3) Notes