company logo

Dictionary :: databaseKeyString - Access key string

The access key string is the encoding/decoding key in string format (e.g hex or base64). The string may be obtained from Resource database or set by application.

Return value:  String value ( odaba::String & )

Implementation overview

Implementation details

  1. Get access key string
    odaba::String Dictionary  :: databaseKeyString (  )

    The function returns the access key string currently set.

  2. to list
  3. Set access key string
    odaba::String Dictionary  :: databaseKeyString ( odaba::String &sKeyString )

    The function sets the access key string. When a key string had already been set, the function will overwrite the old string reference.

    • sKeyString - String key forcoded database

      When a database is encoded, an access key is required (when not being defined in dictionary).

  4. to list