Close the database

CloseDatabase is a function defined in exampleutil.c.

Synopsis:

void CloseDatabase(DbInfo_t dbInfo)

Formal Arguments:

  • dbInfo: database info object

Description: This function performs any tasks associated with closing the database. Currently, the only thing this does is call :file:`saf_close_database ../safapi_refman.rest/saf_close_database.rst`.

See Also: