TMF Application Programmer's Guide (H06.06+, J06.03+)

TMF ARLIB2 Audit-Reading Procedures
HP NonStop TMF Application Programmers Guide540139-009
5-33
Procedure Calls
ARFETCHMXAFTERDATA Copies the after-image field from an SQL/MX audit
record to the application buffer (uses bit maps).
ARFETCHMXAFTERDATA2
Copies the after-image field from an SQL/MX audit
record to the application buffer (uses byte maps).
ARFETCHMXBEFOREDATA
Copies the before-image field from an SQL/MX audit
record to the application buffer (uses bit maps).
ARFETCHMXBEFOREDATA2
Copies the before-image field from an SQL/MX audit
record to the application buffer (uses byte maps).
ARFETCHRECORDKEY
Copies the record key field from the audit record into the
application’s buffer.
ARGETANSINAME
Returns the ANSI name of an SQL/MX object.
ARGETAUDRECHEADERINFO
Returns certain information from the audit-record
header.
ARGETFIELDINFO Returns information about the individual fields contained
in a field-compressed update record.
ARGETMESSAGELINE
Reproduces error messages for user logging.
ARGETMXCOLUMNINFO
Returns column-format information for the SQL/MX
object indicated by the current audit record.
ARGETNETWORKRECS
Enables the returning of network-related audit records
when the ARREAD procedure is called.
ARGETNONDATACHNGRECS
Causes certain audit records that do not reflect changes
to customer data to be returned instead of being
discarded by the ARREAD procedure.
ARGETRECADDR
Returns the 32-bit record address of the modified data
record (for FORMAT1 or non-oversized FORMAT2
entry-sequenced, relative, and unstructured files.).
ARGETRECADDR64
Returns the 64-bit record address of the modified data
record (for FORMAT1, FORMAT2, or oversized
FORMAT2 entry-sequenced, relative, and unstructured
files).
AROPEN
Opens a cursor for reading audit records from a
particular audit trail.
ARPOSITION
Positions a cursor within an audit trail.
ARPOSITION2
Uses the aux-trail-range returned by an
ARFETCHAUXPOINTER call to position the cursor for
the specified auxiliary audit trail.
ARPRINTMESSAGE
Reproduces error messages for user logging.
ARREAD
Reads a single record from the audit trail and retrieves
selected fields from the record.
Table 5-2. TMF Audit-Reading Procedures (page 2 of 3)
Procedure Name Function