ajtextdb.c


Function ajTextdbInit

Initialise text database internals

Synopsis

Prototype
void ajTextdbInit (
      void
);

TypeNameRead/WriteDescription
void RETURN

Returns
void:No return value

Description

Initialise text database internals

See Also

See other functions in this section

Availability

In release 6.4.0

Section: File Direct Access

These functions manage the sequence file direct access methods.

Functions: ajTextdbPrintAccess ajTextdbExit


Function ajTextdbPrintAccess

Reports the internal data structures

Synopsis

Prototype
void ajTextdbPrintAccess (
      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 ajTextdbExit

Cleans up text entry database processing internal memory

Synopsis

Prototype
void ajTextdbExit (
      void
);

TypeNameRead/WriteDescription
void RETURN

Returns
void:No return value

Description

Cleans up text entry database processing internal memory

See Also

See other functions in this section

Availability

In release 6.4.0