Definition of table replicate-queue
No table description available , Table Dump Name replicat

Alphabetical Field Summary

  • db-name: (CHAR) Database Name (logical) of DB
  • event-date: (DATE) Date event occurred at
  • event-error: (LOGC) Used by a reader of this queue -- not set when creating entr
  • event-error-reason: (CHAR) Reasong for the error, if error flag is set
  • event-processed: (LOGC) No if not yet process, yes if processed
  • event-record: (RAW) Event Record Data (RAW format)
  • event-record-key: (INTG) Record Key
  • event-seq: (INTG) Event Sequence #
  • event-time: (INTG) Time Event happened at (minutes since midnight)
  • event-tran-id: (INTG) Transaction ID
  • event-type: (CHAR) Transaction Type (CREATE, DELETE or UPDATE)
  • table-name: (CHAR) Name of table

    Alphabetical Index Summary

  • event-seq: (PRIMARY) event-seq


    Detailed Alphabetical Field Listing
    db-name Data type: CHARACTER
    Format: x(255)
    Help: Database Name (logical) of DB

    event-date Data type: DATE
    Format: 99/99/9999
    Help: Date event occurred at

    event-error Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Description: Used by a reader of this queue -- not set when creating entr
    Help: Yes if there was an error processing this entry

    event-error-reason Data type: CHARACTER
    Format: x(32)
    Help: Reasong for the error, if error flag is set

    event-processed Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: No if not yet process, yes if processed

    event-record Data type: RAW
    Format: x(8)
    Help: Event Record Data (RAW format)

    event-record-key Data type: INTEGER
    Format: zzzzzzzzzzzz
    Help: Record Key

    event-seq Data type: INTEGER
    Format: zzzzzzzzzzzz
    Help: Event Sequence #
    Attributes: Index Component

    event-time Data type: INTEGER
    Format: 99999
    Help: Time Event happened at (minutes since midnight)

    event-tran-id Data type: INTEGER
    Format: 999999999999999
    Description: Transaction ID

    event-type Data type: CHARACTER
    Format: x(8) (Initial Value: UNKNOWN)
    Help: Transaction Type (CREATE, DELETE or UPDATE)

    table-name Data type: CHARACTER
    Format: x(255)
    Help: Name of table

    Created on 12/28/2020 by DBHTML V1.2