XmlRpcHelper.XmlRpcHelperTable table

The XmlRpcHelper.XmlRpcHelperTable configures the operation of the XMLRPC helper.

The schema of the XmlRpcHelper.XmlRpcHelperTable database table is described in the following table.

Table 1. XmlRpcHelper.XmlRpcHelperTable database table schema
Column name Constraints Data type Description
m_DataSourceId
Integer Data source of interest.
m_Host
NOT NULL Text

The IP address of the physical device.

m_MethodCalled
Text Method called.
m_MethodSignature
Integer Method signature.
m_Port
Atom Port of physical device.
RivHelperDbTimeToDie
Text How long the requested information is to live within the Helper Server.
RivHelperRequestGetKey
NOT NULL Text A key interface to the databases of the Helper Server for Get requests.
RivHelperRequestOutput
Atom Response data.
RivHelperRequestReplyKey
  • PRIMARY KEY
  • NOT NULL
  • UNIQUE
Text A key interface to the databases of the Helper Server for Reply requests.