 Library
Library
Localdb_datpq_inbound Database Table
Holds details of internal DATP (database physical change commands) that have been received from other lanes and may need to be applied
See also: localdb_datpq
Fields
- dtu
- #100, Datatype: DateTime
 Date/time in UTC this record was created
- trgtable
- #101, Datatype: String 90 bytes
 Database table this DATP affects
- useq
- #102 Unique sequence number of this record. Selecting rows in useq order ensures they are replayed in the same order as originally issued
- action
- #104, Datatype: String 1 bytes
 Type of operationPossible ValuesValue Description I Insert new row E Edit existing row D Delete a row or rows 
- DriveSql
- #105, Datatype: String 190 bytes
 For E and D actions, contains the predicates to select the rows
- flags
- #106, Datatype: Integer
 Processing status flags (client side, not changed on receiver)
- adata
- #107 Base64 encoded DATP command packet
- datetodelete
- #108, Datatype: DateTime
 Date/time this record can be automatically deleted. Typically this is 30 days after creation
- txuntildate
- #109, Datatype: DateTime
 Date/time we keep trying to transmit this record offsite
- srcfile
- #110, Datatype: String 50 bytes
 Source file name that caused this record
- srcline
- #111, Datatype: Integer
 Source file line number or flow point that cause this record to exist
- serverflags
- #150, Datatype: Integer
 Server side processing status flags
- recvdtu
- #151, Datatype: DateTime
 Receive datetime UTC.
- srcuid
- #152, Datatype: Integer
 Clients srcuid