Elektra  0.8.15
Functions
kdb.c File Reference

Low level functions for access the Key Database. More...

#include <kdbinternal.h>
Include dependency graph for kdb.c:

Functions

int elektraOpenBootstrap (KDB *handle, KeySet *keys, Key *errorKey)
 Bootstrap, first phase with fallback.
 
KDB * kdbOpen (Key *errorKey)
 Opens the session with the Key database. More...
 
int kdbClose (KDB *handle, Key *errorKey)
 Closes the session with the Key database. More...
 
int kdbGet (KDB *handle, KeySet *ks, Key *parentKey)
 Retrieve keys in an atomic and universal way. More...
 
int kdbSet (KDB *handle, KeySet *ks, Key *parentKey)
 Set keys in an atomic and universal way. More...
 

Detailed Description

Low level functions for access the Key Database.