#defines



FFDB_ARRAY

Flat File DataBase array type


FFDB_BOOL

Flat File DataBase boolean type


FFDB_FLOAT

Flat File DataBase float type


FFDB_IFIELD

Index field used when returning records. See the getbyfield(...), getbyfunction(...) and getall(...) methods.


FFDB_INDEX_DELETED_OFFSET

Location of the 'deleted count' offset in the FFDB index. Always the next 'int size' offset after the 'records count' offset. Internal use only.


FFDB_INDEX_RBLOCK_SIZE

Size of the field specifing the size of a record in the index. Internal use only.


FFDB_INDEX_RECORDS_OFFSET

Location of the 'records count' offset in the FFDB index. Internal use only.


FFDB_INDEX_VERSION_OFFSET

Location of the 'version' offset in the FFDB index. Internal use only.


FFDB_INT

Flat File DataBase int type


FFDB_INT_AUTOINC

Flat File DataBase automatically incremented int type


FFDB_SIGNATURE

Database signature placed at the start of each index file. Internal use only.


FFDB_STRING

Flat File DataBase string type


FFDB_VERSION

Version of the FFDB package


FFDB_VERSION_MAJOR

Major version of the FFDB package


FFDB_VERSION_MINOR

Minor version of the FFDB package


© 2002 John Papandriopoulos. — (Last Updated 1/13/2003)