finders.despatch table

The finders.despatch table contains a record of all the requests sent to the finders and the current status of the requests.

Table 1. finders.despatch database table schema 

Column name

Constraints

Data type

Description

m_Finder
  • PRIMARY KEY
  • NOT NULL

Text

The name of the finder responsible for the request.

m_FindRequest
  • PRIMARY KEY
  • UNIQUE
  • NOT NULL

Text

The OQL request sent to the finder named above.

m_Request Status

Integer

The current status of the request sent to the finder.