Index Management Functions
[Database Functions]


Functions

FLMEXP RCODE FLMAPI FlmIndexStatus (HFDB hDb, FLMUINT uiIndexNum, FINDEX_STATUS *pIndexStatus)
 Retrieve status of an index.
FLMEXP RCODE FLMAPI FlmIndexGetNext (HFDB hDb, FLMUINT *puiIndexNum)
 Retrieve next index.
FLMEXP RCODE FLMAPI FlmIndexSuspend (HFDB hDb, FLMUINT uiIndexNum)
 Suspend an index.
FLMEXP RCODE FLMAPI FlmIndexResume (HFDB hDb, FLMUINT uiIndexNum)
 Resume an index.

Function Documentation

FLMEXP RCODE FLMAPI FlmIndexGetNext HFDB  hDb,
FLMUINT *  puiIndexNum
 

Retrieve next index.

Parameters:
hDb  Database handle - see FlmDbOpen() or FlmDbCreate().
puiIndexNum  Index number is returned here.

FLMEXP RCODE FLMAPI FlmIndexResume HFDB  hDb,
FLMUINT  uiIndexNum
 

Resume an index.

Parameters:
hDb  Database handle - see FlmDbOpen() or FlmDbCreate().
uiIndexNum  Number of index to resume.

FLMEXP RCODE FLMAPI FlmIndexStatus HFDB  hDb,
FLMUINT  uiIndexNum,
FINDEX_STATUS pIndexStatus
 

Retrieve status of an index.

Parameters:
hDb  Database handle - see FlmDbOpen() or FlmDbCreate().
uiIndexNum  Index number to return status on.
pIndexStatus  Index status is returned in structure pointed to.

FLMEXP RCODE FLMAPI FlmIndexSuspend HFDB  hDb,
FLMUINT  uiIndexNum
 

Suspend an index.

Parameters:
hDb  Database handle - see FlmDbOpen() or FlmDbCreate().
uiIndexNum  Number of index to suspend.


Generated on Wed Oct 4 12:11:43 2006 for FLAIM by  doxygen 1.4.6