company logo

GUIBaseContext :: resourceDatabase - Get database handle for resource database

The function returns the database handle for the resource database. When no separate resource database has been defined, the dictionary will be returned.

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

The database handle refers to a (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 & GUIBaseContext  :: resourceDatabase (  )