Information
This version of the product has reached end of support. The documentation is available for your convenience. However, you must be logged in to access it. You will not be able to leave comments.

ARMultiSchemaRecursiveFuncQueryStruct


Represents a recursive query. This structure replaces ARMultiSchemaRecursiveQueryStruct used in earlier releases.


typedef struct ARMultiSchemaRecursiveFuncQueryStruct {
    ARNameType                               recursiveSchemaAlias;
    ARMultiSchemaFuncQueryFromList           queryFromList;
    ARMultiSchemaFieldFuncList               getListFieldFuncs;
    ARMultiSchemaFuncQualifierStruct         *startQual;
    ARMultiSchemaFuncQualifierStruct         *recursionQual;
   int                                      levelsToRetrieve;
} ARMultiSchemaRecursiveFuncQueryStruct;


This structure has these elements:

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

AR System 21.3