WIREL

Each record represents a parent-child relationship (e.g. a folder-item relationship) between two items in a digital wallet.

Column Descriptions:

NameTypeDescription
WALLETITEM_ID_PNTBIGINT NOT NULLThe internal identifier of the parent wallet item.
WALLETITEM_ID_CHDBIGINT NOT NULLThe internal identifier of the child wallet item.
TYPESMALLINT NOT NULLThe relationship type. Non-positive values are reserved for IBM internal use.
  • -1 = folder-item
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>WALLETITEM_ID_PNT+WALLETITEM_ID_CHD+TYPEPrimary Key
I0001325WALLETITEM_ID_CHDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3616WALLETITEM_ID_PNTWALLETITEMWALLETITEM_IDCascade
F_3617WALLETITEM_ID_CHDWALLETITEMWALLETITEM_IDCascade