PermIIndex8
Permanent 8-byte Incremental Index creation.
Short Name
PRMIIDX8()
Type
Extended 8-byte ISAM function
Declaration
COUNT PermIIndex8(pIFIL ifilptr, pXCREblk pxcreblk)
Description
PermIIndex()8 is a variation of PermIIndex() that permits the use of huge file support. This section expands on the description of PermIIndex().
pxcreblk points to an array of XCREblk structures, the extended creation block, one for each physical file in ifilptr. For more information, review Huge File Support in the c-tree Programmer’s Reference Guide.
Return
PermIIndex8() returns error codes similar to those for PermIIndex(). See c-tree Error Codes in the c-tree Programmer’s Reference Guide for a complete listing of valid c-tree error values.
Limitations
PermIIndex8() and TempIIndexXtd8() support ctTRANDEP creates. Without ctTRANDEP creates, these routines cannot be called within a transaction. With ctTRANDEP creates, they MUST be called within a transaction.
See also
TempIIndexXtd(), RebuildIIndex(), PermIIndex(), UpdateConditionalIndex(), PRMIIDX82