Contents Index a_name structure a_sync_db structure

ASA Programming Guide
  The Database Tools Interface
    DBTools structures

a_stats_line structure


Function 

Holds information needed for database compression and expansion using the DBTools library.

Syntax 

typedef struct a_stats_line {
long      pages;
long      bytes;
long      compressed_bytes;
} a_stats_line;

Parameters 
Member Description
pages Number of pages
bytes Number of bytes for uncompressed database
compressed_bytes Number of bytes for compressed database
See also 

a_compress_stats structure


Contents Index a_name structure a_sync_db structure