class keyDatabase

Erweitert:

This class provides methods to access the key-value pair store. It provides a fast and easy way to get or set key-value pairs in localStorage
without using SQL. These keys will never be synchronized with the host, nor are there manifest based default values, and notifications are not used. This object can be obtained using one of the createKeyDatabase methods in class factory.

Key values can be of type integer, string, boolean, array, or dictionary.

Member Properties:

Member Methods:

Eigenschaften

Methoden