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

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

5.10.5 Import table definition

An import table definition defines a table that is to be subject to import of update information. To import one update information item into multiple tables, you must create as many import table definitions as there are tables that are to be subject to the import processing. For details about the specification of field names, authorization identifiers, and table identifiers, see 5.10.1 Definition rules.

Organization of this subsection
(1) Format
(2) Explanation of the operands

(1) Format

[{{ load { field-name[{{,field-name }} ...]|* }
  from update-information-name
  { to[{ timestamp|sqlconvopt1|sqlconvopt2 }]
     [ authorization-identifier.]table-identifier[ check { not_null_unique|unique|none }][ with lock ]|by 'uoc-name' }
  }} ...]

(2) Explanation of the operands