ARMultiSchemaQualifierStruct
Represents a qualification.
typedef struct ARMultiSchemaQualifierStruct {
unsigned int operation;
union {
ARMultiSchemaAndOrStruct andor;
struct ARMultiSchemaQualifierStruct *notQual;
struct ARMultiSchemaRelOpStruct *relOp;
ARMultiSchemaFieldIdStruct fieldId;
} u;
} ARMultiSchemaQualifierStruct;
This structure has these elements:
Element | Description |
---|---|
operation | Integer that specifies the type of conditional operation to perform:
|
andor | Holds information for an AND or OR operation. |
notQual | Pointer to an ARMultiSchemaQualifierStruct structure. |
relOp | Pointer to ARMultiSchemaRelOpStruct structure. |
fieldId | ID of the field that the qualification operates on. |
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*