company logo

Value :: dictionary - Dictionary handle

The property provides the dictionary handle for the value handle. Value handles for persistent values are always associated with a dictionary. Transient values, in some cases do not refer to a dictionary.

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

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

Implementation details

odaba::Dictionary & Value  :: dictionary (  )