MDB
Object Hierarchy:
Description:
[ Compact ]
[ CCode ( cname = "TCMDB" , cprefix = "tcmdb" , free_function = "tctreedel" ) ]
public class MDB
Content:
Properties:
Creation methods:
Methods:
- public unowned uint8[]? @get (uint8[] key)
- public double add_double (uint8[] key, double num)
- public int add_int (uint8[] key, int num)
- public void append (uint8[] key, uint8[] value)
- public void append_string (string key, string value)
- public void clear ()
- public void cut_front (int num)
- public List forward_matching_keys (uint8[] pbuf, int max)
- public List forward_matching_keys_string (string pstr, int max)
- public uint64 get_length ()
- public uint64 get_size ()
- public unowned string? get_string (string key)
- public void iterator_init ()
- public uint8[]? iterator_next ()
- public unowned string? iterator_next_string ()
- public bool put (uint8[] key, uint8[] value)
- public bool put_string (string key, string value)
- public bool remove (uint8[] key)
- public bool remove_string (string key)
- public void replace (uint8[] key, uint8[] value)
- public void replace_string (string key, string value)
- public int value_size (uint8[] key)
- public int value_size_string (string key)