Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description: This script will intitialize initialize the environment with information related to the database installation path.

...

Description: This header file will provide declarations for APIs and argument structures listed below.

conn_db_handle: Structure Pointer used to maintain the database connection information. All elements of this structure are generic and are not bound to any particular database.

Code Block
void    *conn_db_handle;      /* opaque database handle  */

...