AdsIsIndexUnique

Advantage Client Engine

Determines if the given index order is unique.

Syntax

UNSIGNED32

AdsIsIndexUnique (ADSHANDLE hIndex,

UNSIGNED16 *pbUnique);

Parameters

hIndex (I)

Handle of index order of interest.

pbUnique (O)

Return True if index order was built with the ADS_UNIQUE option.

Remarks

A unique index will have no repeated key values.

Example

Click Here

See Also

AdsCreateIndex

AdsOpenIndex

AdsIsIndexCandidate