CMDBIndexStruct structure
The CMDBIndexStruct
structure holds the attributes to index.
typedef struct CMDBIndexStruct
{
unsigned int numAttributes;
ARNameType attributeName[AR_MAX_INDEX_subclasses];
ARBoolean unique;
ARBoolean isPrimaryKey;
ARNameType indexName;
} CMDBIndexStruct;
The CMDBIndexStruct
structure consists of the following elements:
numAttributes |
An integer value indicating the number of attributes to index. |
attributeName |
The names of attributes to index. |
unique |
A Boolean value indicating if the index key must be unique:
|
isPrimaryKey |
A Boolean value indicating whether to make this index a primary key index:
|
indexName |
The name of the index. |
Was this page helpful? Yes No
Submitting...
Thank you
Comments