ajtextdb.c


Function ajTextdbInit

Initialise text database internals

Prototype

void ajTextdbInit (
      void
);

TypeNameRead/WriteDescription
void RETURN

From EMBOSS 6.4.0


Section: File Direct Access

These functions manage the sequence file direct access methods.

Functions:
ajTextdbPrintAccessReports the internal data structures
ajTextdbExitCleans up text entry database processing internal memory


Function ajTextdbPrintAccess

Reports the internal data structures

Prototype

void ajTextdbPrintAccess (
      AjPFile outf,
      AjBool full
);

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

From EMBOSS 6.4.0


Function ajTextdbExit

Cleans up text entry database processing internal memory

Prototype

void ajTextdbExit (
      void
);

TypeNameRead/WriteDescription
void RETURN

From EMBOSS 6.4.0