Lines Matching refs:a
7 # Creates a new database wrapper object
12 # Open a new or existing RocksDB database.
26 # Get the value of a given key.
39 # Associate a value with a key.
53 # Delete a value associated with a given key.
62 # whether a value was deleted; in the case of a specified key not having
63 # a value, this will still return true. Use the `get` method prior to
64 # this method to check if a value existed before the call to `delete`.
69 # Print out all the key-value pairs in a given column family of the
95 # Create a new column family for the database.
105 # Compact the underlying storage for a given range.
108 # accept a non-default column family, a set of options, or both.
112 # options (object) - Contains a subset of the following key-value
126 # Close an a database and free the memory associated with it.
140 * 'delete' => Array of strings, each of which is a key whose value should be