Table of contents

This document describes the database schema and classes available in build 212 of the WAR database API.

All tables [ show/hide ]

Tables in WAR Database [ show/hide ]

Miscellaneous routines

The DatabaseRoutines class provides several miscellaneous routines relating to the API as a whole:

SAcM_WAR_Command

WAR command entries

Columns

ColumnTypeDescription
RequestIDstring(64)
(read-only)
Request ID
Commandstring(32)Command
Sourcestring(32)Source
RequestDatestring(23)Request date, as a string
RequestStatusstring(32)Request status

Constraints

Command class methods

New objects of this class are constructed with:

The following methods return a single object, or a null reference if the requested object was not found:

The following methods return a list of objects:

Other methods:

SAcM_WAR_Param

WAR command parameters

Columns

ColumnTypeDescription
RequestIDstring(64)
(read-only)
Request ID
ParamNamestring(32)
(read-only)
Parameter name
ParamValuestring(255)
(read-only)
Parameter value

Constraints

Param class methods

New objects of this class are constructed with:

The following methods return a single object, or a null reference if the requested object was not found:

The following methods return a list of objects:

Other methods:

Associated Objects

ObjectTypeDescription
RequestCommand
(read-only)
The WAR request entry

SAcM_WAR_Results

WAR results

Columns

ColumnTypeDescription
RequestIDstring(64)
(read-only)
Request ID
ResultAgentstring(255)
(read-only)
Agent generating the result
ResultContextstring(255)
(optional, read-only)
Context of the result
ResultFieldNamestring(32)
(read-only)
Field name of the result
ResultValuestring(255)
(read-only)
The result text

Constraints

Result class methods

New objects of this class are constructed with:

The following methods return a single object, or a null reference if the requested object was not found:

The following methods return a list of objects:

Other methods:

Associated Objects

ObjectTypeDescription
RequestCommand
(read-only)
The WAR request entry