Man Pages in libtdb-dev

  1. Carta.tech
  2. Packages
  3. libtdb-dev
  • 11

    Section 3: Library calls

    tdb.3
    Trivial database
    tdb_chainlock.3
    Lock a group of keys tdb_chainunlock - unlock a previously locked group of keys
    tdb_close.3
    Close a tdb database
    tdb_delete.3
    Delete a record from a tdb database
    tdb_error.3
    Return tdb database error state information. tdb_errorstr - return a printable string representing the error state of a tdb database
    tdb_exists.3
    Check for the existence of a record in a tdb database
    tdb_fetch.3
    Fetch a record from a tdb database
    tdb_firstkey.3
    Return the key of the first record in a tdb database tdb_nextkey - return the key of next record in the tdb database
    tdb_open.3
    Open a tdb database.
    tdb_store.3
    Store a record in a tdb database.
    tdb_traverse.3
    Visit every element in a tdb database