CMDBNestedQueryStruct structure
The CMDBNestedQueryStruct structure holds the query condition and class details to select from the result list.
typedef struct CMDBNestedQueryStruct
{
CMDBQueryObjectList *queryObjects;
CMDBQueryObjectList *queryObjectsOptional;
CMDBQueryObjectSelector *queryObjectToSelect;
} CMDBNestedQueryStruct;
The CMDBNestedQueryStruct structure consists of the following elements:
queryObjects |
|
queryObjectsOptional |
|
queryObjectsToSelect |
|
Comments