Contents Index ULStoreDefragInit function ULSynchronize function

UltraLite Embedded SQL User's Guide
  Embedded SQL Library Functions

ULStoreDefragStep function


Prototype 

ul_bool ULStoreDefragStep(
SQLCA * sqlca
p_ul_store_defrag_info dfi );

Description 

This function defragments a piece of the database.

Parameters 

sqlca    A pointer to the SQLCA.

dfi    A defragmentation information block.

Returns 

If the entire store has been defragmented, returns ul_true.

If the entire store is not defragmented, returns ul_false.

If an error occurs, SQLCODE is set.

See also 

Defragmenting UltraLite databases

ULStoreDefragFini function

ULStoreDefragInit function


Contents Index ULStoreDefragInit function ULSynchronize function