Contents Index ULStoreDefragFini function ULStoreDefragStep function pdf/preface.pdf

UltraLite User's Guide
  The Embedded SQL Interface
    Library function reference

ULStoreDefragInit function


Prototype 

p_ul_store_defrag_info ULStoreDefragInit( SQLCA * sqlca );

Description 

This function initializes and returns a defragmentation information block to maintain the defragmentation state of the database.

Parameters 

sqlca    A pointer to the SQLCA.

Returns 

If successful, returns a defragmentation information block p_ul_store_defrag_info. If unsuccessful, for example if there is not enough memory, returns UL_NULL.

See also 

Defragmenting UltraLite databases

ULStoreDefragFini function


Contents Index ULStoreDefragFini function ULStoreDefragStep function pdf/preface.pdf