ajseqdb.c


Function ajSeqdbInit

Initialise sequence database internals

Prototype

void ajSeqdbInit (
      void
);

TypeNameRead/WriteDescription
void RETURN

From EMBOSS 6.2.0


Section: SQL Database Access

These functions manage the SQL database access methods.

Functions:
ajSeqdbPrintAccessReports the internal data structures
ajSeqDbExitCleans up sequence database processing internal memory


Function ajSeqdbPrintAccess

Reports the internal data structures

Prototype

void ajSeqdbPrintAccess (
      AjPFile outf,
      AjBool full
);

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

From EMBOSS 6.4.0


Function ajSeqDbExit

Cleans up sequence database processing internal memory

Prototype

void ajSeqDbExit (
      void
);

TypeNameRead/WriteDescription
void RETURN

From EMBOSS 4.0.0