ajobodb.c


Function ajObodbInit

Initialise obo database internals

Synopsis

Prototype
void ajObodbInit (
      void
);

TypeNameRead/WriteDescription
void RETURN

Returns
void:No return value

Description

Initialise obo database internals

See Also

See other functions in this section

Availability

In release 6.4.0

Function ajObodbPrintAccess

Reports the internal data structures

Synopsis

Prototype
void ajObodbPrintAccess (
      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 ajObodbExit

Cleans up obo database processing internal memory

Synopsis

Prototype
void ajObodbExit (
      void
);

TypeNameRead/WriteDescription
void RETURN

Returns
void:No return value

Description

Cleans up obo database processing internal memory

See Also

See other functions in this section

Availability

In release 6.4.0