company logo

DBBaseContext :: database - Get database handle

The property provides the database handle for the database.

Return value:  Database handle ( odaba::Database & )

The database handle refers to an (usually) opened database. Calling functions with invalid database handles may cause an exception. For checking the database handle, isValid() can be called.

Implementation details

odaba::Database & DBBaseContext  :: database (  )