Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Holds a tag list of all the columns to load in this rowset.

ChildDefinition
<column>Required. Holds the name of one column to load. The name should follow the naming convention specified in Naming conventions. 
Info

The following mandatory columns should not be sent in the load request:

  • <table shortcut>_PWHG_ID
  • <table shortcut>_RECEIVED_TIMESTAMP
  • <table shortcut>_MINUTES_COUNT_SUM

These columns are populated by the PMDB FocalPoint during the load process.


Anchor
Row
Row
<row> tag

Holds one row of loaded data. Where X is a one-digit number indicating the length of the value's length, Y is the actual length of the value, and value is the actual value. For example:

212ABCDEFGHIJKL^141234^15RT123

The first column value's length is 2, the column value's length is 12, and the column value is ABCDEFGHIJKL; the second column value's length is 1, the column value's length is 4 and the column value is 1234; and so on.

AttributeDefinition
rownumRequired. Holds the ordinal number of the row.

Anchor
Statement
Statement
<statement> tag

Holds the actual SQL command to perform.

...