CMDBQueryQualifierSimpleOpStruct structure
The CMDBQueryQualifierSimpleOpStruct
structure holds the attribute and the right operand for a SIMPLE type of operation.
typedef struct CMDBQueryQualifierSimpleOpStruct
{
unsigned int operation;
ARNameType attribute;
CMDBQueryQualifierValueStruct *operandRight;
} CMDBQueryQualifierSimpleOpStruct;
The CMDBQueryQualifierSimpleOpStruct
structure consists of the following elements:
operation |
An integer value indicating the type of relational or inequality operation to perform in the query.
|
attribute |
The name of the attribute in the qualification that should match a specific value, for example, |
operandRight |
A pointer to the
|
Comments