ajtaxdb.c


Section: B+tree Database Indexing

These functions manage the B+tree index access methods.

Functions: ajTaxdbInit ajTaxdbPrintAccess ajTaxdbExit


Function ajTaxdbInit

Initialise taxonomy database internals

Synopsis

Prototype
void ajTaxdbInit (
      void
);

TypeNameRead/WriteDescription
void RETURN

Returns
void:No return value

Description

Initialise taxonomy database internals

See Also

See other functions in this section

Availability

In release 6.4.0

Function ajTaxdbPrintAccess

Reports the internal data structures

Synopsis

Prototype
void ajTaxdbPrintAccess (
      AjPFile outf,
      AjBool full
);

TypeNameRead/WriteDescription
AjPFileoutfModifyOutput file
AjBoolfullInputFull report (usually ajFalse)
void RETURN

Input
full:(Input)Full report (usually ajFalse)
Input & Output
outf:(Modify)Output file
Returns
void:No return value

Description

Reports the internal data structures

See Also

See other functions in this section

Availability

In release 6.4.0

Function ajTaxdbExit

Cleans up taxonomy database processing internal memory

Synopsis

Prototype
void ajTaxdbExit (
      void
);

TypeNameRead/WriteDescription
void RETURN

Returns
void:No return value

Description

Cleans up taxonomy database processing internal memory

See Also

See other functions in this section

Availability

In release 6.4.0