ADB
Object Hierarchy:
Description:
[ Compact ]
[ CCode ( cname = "TCADB" , cprefix = "tcadb" , free_function = "tcadbdel" ) ]
public class ADB
[ CCode ( cname = "TCADB" , cprefix = "tcadb" , free_function = "tcadbdel" ) ]
public class ADB
Namespace: TokyoCabinet
Package: tokyocabinet
Content:
Properties:
Creation methods:
- public ADB ()
Methods:
- public uint8[]? @get (uint8[] key)
- public unowned uint8[]? _get (uint8[] key)
- public unowned string? _get_string (string key)
- public unowned uint8[]? _iterator_next ()
- public unowned string? _iterator_next_string ()
- public double add_double (uint8[] key, double num)
- public int add_int (uint8[] key, int num)
- public bool append (uint8[] key, uint8[] value)
- public bool append_string (string key, string value)
- public bool clear ()
- public bool close ()
- public bool copy (string path)
- 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 string? get_string (string key)
- public bool iterator_init ()
- public uint8[]? iterator_next ()
- public string? iterator_next_string ()
- public bool open (string name)
- 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 bool replace (uint8[] key, uint8[] vsiz)
- public bool replace_string (string key, string value)
- public bool sync ()
- public int value_size (uint8[] key)
- public int value_size_string (string key)