The lmdb Reference Manual

This is the lmdb Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 17:10:45 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 lmdb

Bindings to LMDB, the Lightning Memory-mapped Database.

Maintainer

Fernando Borretti <>

Author

Fernando Borretti <>

Home Page

https://github.com/antimer/lmdb

Source Control

(GIT git@github.com:antimer/lmdb.git)

Bug Tracker

https://github.com/antimer/lmdb/issues

License

MIT, see COPYING.

Version

0.1

Dependencies
  • alexandria (system).
  • trivial-utf-8 (system).
  • cl-reexport (system).
  • mgl-pax (system).
  • bordeaux-threads (system).
  • osicat (system).
  • trivial-features (system).
  • trivial-garbage (system).
Source

lmdb.asd.

Child Component

src (module).


3 Modules

Modules are listed depth-first from the system components tree.


3.1 lmdb/src

Source

lmdb.asd.

Parent Component

lmdb (system).

Child Components

4 Files

Files are sorted by type and then listed depth-first from the systems components trees.


4.1 Lisp


4.1.1 lmdb/lmdb.asd

Source

lmdb.asd.

Parent Component

lmdb (system).

ASDF Systems

lmdb.


4.1.2 lmdb/src/package.lisp

Source

lmdb.asd.

Parent Component

src (module).

Packages

4.1.3 lmdb/src/liblmdb.lisp

Dependency

package.lisp (file).

Source

lmdb.asd.

Parent Component

src (module).

Public Interface
Internals

lispify (function).


4.1.4 lmdb/src/lmdb.lisp

Dependency

liblmdb.lisp (file).

Source

lmdb.asd.

Parent Component

src (module).

Public Interface
Internals

4.1.5 lmdb/src/lmdb+.lisp

Dependency

lmdb.lisp (file).

Source

lmdb.asd.

Parent Component

src (module).


4.1.6 lmdb/src/doc.lisp

Dependency

lmdb+.lisp (file).

Source

lmdb.asd.

Parent Component

src (module).

Internals

5 Packages

Packages are listed by definition order.


5.1 liblmdb

The low-level LMDB interface.

Source

package.lisp.

Use List
  • cffi.
  • common-lisp.
Public Interface
Internals

lispify (function).


5.2 lmdb

See LMDB:@LMDB-MANUAL.

Source

package.lisp.

Use List
  • common-lisp.
  • editor-hints.named-readtables.
  • mgl-pax.
  • pythonic-string-reader.
Used By List

lmdb+.

Public Interface
Internals

5.3 lmdb+

Like the LMDB package, but it has LMDB:GET fbound
to LMDB:G3T so it probably needs shadowing to avoid conflict with CL:GET:

“‘
(defpackage lmdb/test
(:shadowing-import-from #:lmdb+ #:get)
(:use #:cl #:lmdb))
“‘

Source

package.lisp.

Use List
  • common-lisp.
  • lmdb.
Public Interface

get (function).


6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Constants

Constant: +append+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +appenddup+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +bad-dbi+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +bad-rslot+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +bad-txn+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +bad-valsize+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +corrupted+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +cp-compact+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +create+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +current+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +cursor-full+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +dbs-full+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +dupfixed+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +dupsort+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +fixedmap+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +incompatible+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +integerdup+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +integerkey+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +invalid+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +keyexist+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +last-errcode+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +map-full+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +map-resized+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +mapasync+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +multiple+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +nodupdata+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +nolock+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +nomeminit+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +nometasync+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +nooverwrite+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +nordahead+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +nosubdir+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +nosync+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +notfound+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +notls+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +page-full+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +page-notfound+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +panic+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +rdonly+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +readers-full+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +reserve+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +reversedup+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +reversekey+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +success+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +tls-full+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +txn-full+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +version-major+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +version-minor+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +version-mismatch+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +version-patch+
Package

liblmdb.

Source

liblmdb.lisp.

Constant: +writemap+
Package

liblmdb.

Source

liblmdb.lisp.


6.1.2 Special variables

Special Variable: *db-class*

The default class that GET-DB instantiates. Must a subclass of DB. This provides a way to associate application specific data with DB objects.

Package

lmdb.

Source

lmdb.lisp.

Special Variable: *env*

The default ENV for macros and function that take an environment argument.

Package

lmdb.

Source

lmdb.lisp.

Special Variable: *env-class*

The default class OPEN-ENV instaniates. Must be a subclass of ENV. This provides a way to associate application specific data with ENV objects.

Package

lmdb.

Source

lmdb.lisp.

Special Variable: *key-decoder*

A function designator, NIL or an ENCODING. If non-NIL, it is
called with a single MDB-VAL argument (see WITH-MDB-VAL-SLOTS), that holds a pointer to data to be decoded and its size. This function is called whenever a key is to be decoded and overrides the KEY-ENCODING argument of GET-DB.

For example, if we are only interested in the length of the value and want to avoid creating a lisp vector on the heap, we can do this:

“‘
(with-temporary-env (*env*)
(let ((db (get-db "test")))
(with-txn (:write t)
(put db "key1" "abc")
(let ((*value-decoder* (lambda (mdb-val)
(with-mdb-val-slots (%bytes size mdb-val) (declare (ignore %bytes))
;; Take null termination into account. (1- size)))))
(g3t db "key1")))))
=> 3
=> T
“‘

Package

lmdb.

Source

lmdb.lisp.

Special Variable: *key-encoder*

A function designator, NIL or an ENCODING. If non-NIL, it overrides the encoding method determined by KEY-ENCODING (see GET-DB). It is called with a single argument, the key, when it is to be converted to an octet vector.

Package

lmdb.

Source

lmdb.lisp.

Special Variable: *value-decoder*

Like *KEY-DECODER*, but for values.

Apart from performing actual decoding, the main purpose of *VALUE-DECODER*, one can also pass the foreign data on to other foreign functions such as ‘write()‘ directly from the decoder function and returning a constant such as T to avoid consing.

Package

lmdb.

Source

lmdb.lisp.

Special Variable: *value-encoder*

Like *KEY-ENCODER*, but for values.

Package

lmdb.

Source

lmdb.lisp.


6.1.3 Macros

Macro: defanonenum (&body enums)

Converts anonymous enums to defconstants.

Package

liblmdb.

Source

liblmdb.lisp.

Macro: do-cursor ((key-var value-var cursor &key from-end nodup) &body body)

Iterate over key-value pairs starting from the position of CURSOR. If CURSOR is not positioned then no key-value pairs will be seen. If FROM-END, then iterate with CURSOR-PREV instead of CURSOR-NEXT. If NODUP, then make that CURSOR-PREV-NODUP and CURSOR-NEXT-NODUP.

If CURSOR is NIL, the @DEFAULT-CURSOR is used.

If NODUP and not FROM-END, then the first duplicate of each key will be seen. If NODUP and FROM-END, then the last duplicate of each key will be seen.

To iterate over all key-value pairs with keys >= 7:

“‘
(with-cursor (cursor db)
(cursor-set-key 7 cursor)
(do-cursor (key value cursor)
(print (cons key value))))
“‘

Package

lmdb.

Source

lmdb.lisp.

Macro: do-cursor-dup ((value-var cursor &key from-end) &body body)

Iterate over duplicate values with starting from the position of CURSOR. If CURSOR is not positioned then no values will be seen. If FROM-END, then iterate with CURSOR-PREV-DUP instead of CURSOR-NEXT-DUP.

If CURSOR is NIL, the @DEFAULT-CURSOR is used.

To iterate over all values that not smaller than #(3 4 5), associated with the key 7:

“‘
(with-cursor (cursor db)
(cursor-set-key-dup cursor 7 #(3 4 5))
(do-cursor-dup (value cursor)
(print value)))
“‘

Package

lmdb.

Source

lmdb.lisp.

Macro: do-db ((key-var value-var db &key from-end nodup) &body body)

Iterate over all keys and values in DB. If NODUP, then all but the first (or last if FROM-END) value for each key are skipped. If FROM-END, then iterate in reverse order.

To iterate over all values in DB:

“‘
(do-db (key value db)
(print (cons key value)))
“‘

This macro establishes a @DEFAULT-CURSOR.

Package

lmdb.

Source

lmdb.lisp.

Macro: do-db-dup ((value-var db key &key from-end) &body body)

Iterate over all values associated with KEY in DB. If FROM-END, then iteration starts at the largest value.

To iterate over all values associated with the key 7:

“‘
(do-db-dup (value db 7)
(print value))
“‘

This macro establishes a @DEFAULT-CURSOR.

Package

lmdb.

Source

lmdb.lisp.

Macro: with-cursor ((var db) &body body)

Bind VAR to a fresh CURSOR on DB. Execute BODY, then close the
cursor. Within the dynamic extent of BODY, this will be the
@DEFAULT-CURSOR. The cursor is tied to the @ACTIVE-TRANSACTION.

LMDB-CURSOR-THREAD-ERROR is signalled if the cursor is accessed from
threads other than the one in which it was created.

Wraps [mdb_cursor_open()](http://www.lmdb.tech/doc/group__mdb.html#ga9ff5d7bd42557fd5ee235dc1d62613aa) and [mdb_cursor_close()](http://www.lmdb.tech/doc/group__mdb.html#gad685f5d73c052715c7bd859cc4c05188).

Package

lmdb.

Source

lmdb.lisp.

Macro: with-env ((env path &rest open-env-args) &body body)

Bind the variable ENV to a new enviroment returned by OPEN-ENV called with PATH and OPEN-ENV-ARGS, execute BODY, and CLOSE-ENV. The following example binds the default environment:

“‘
(with-env (*env* "/tmp/lmdb-test" :if-does-not-exist :create) ...)
“‘

Package

lmdb.

Source

lmdb.lisp.

Macro: with-implicit-cursor ((db) &body body)

Like WITH-CURSOR but the cursor object is not accessible directly,
only through the @DEFAULT-CURSOR mechanism. The cursor is
stack-allocated, which eliminates the consing of WITH-CURSOR. Note
that stack allocation of cursors in WITH-CURSOR would risk data
corruption if the cursor were accessed beyond its dynamic extent.

Use WITH-IMPLICIT-CURSOR instead of WITH-CURSOR if a single cursor
at a time will suffice. Conversely, use WITH-CURSOR if a second
cursor is needed. That is, use

“‘
(with-implicit-cursor (db)
(cursor-set-key 1))
“‘

but when two cursors iterate in an interleaved manner, use
WITH-CURSOR:

“‘
(with-cursor (c1 db)
(with-cursor (c2 db)
(cursor-first c1)
(cursor-last c2)
(if (some-pred (cursor-value c1) (cursor-value c2))
(cursor-next c1)
(cursor-prev c2))
...))
“‘

Wraps [mdb_cursor_open()](http://www.lmdb.tech/doc/group__mdb.html#ga9ff5d7bd42557fd5ee235dc1d62613aa) and [mdb_cursor_close()](http://www.lmdb.tech/doc/group__mdb.html#gad685f5d73c052715c7bd859cc4c05188).

Package

lmdb.

Source

lmdb.lisp.

Macro: with-mdb-val-slots ((%bytes size mdb-val) &body body)

Bind %BYTES and SIZE locally to the corresponding slots of MDB-VAL. MDB-VAL is an opaque handle for a foreign ‘MDB_val‘ struct, that holds the pointer to a byte array and the number of bytes in the array. This macro is needed to access the foreign data in a function used as *KEY-DECODER* or *VALUE-DECODER*. MDB-VAL is dynamic extent, so don’t hold on to it. Also, the pointer to which %BYTES is bound is valid only within the context of current top-level transaction.

Package

lmdb.

Source

lmdb.lisp.

Macro: with-temporary-env ((env &rest open-env-args) &body body)

Run BODY with an open temporary environment bound to ENV. In more detail, create an environment in a fresh temporary directory in an OS specific location. OPEN-ENV-ARGS is a list of keyword arguments and values for OPEN-ENV. This macro is intended for testing and examples.

“‘
(with-temporary-env (*env*)
(let ((db (get-db "test")))
(with-txn (:write t)
(put db "k1" #(2 3))
(print (g3t db "k1")) ; => #(2 3)
(del db "k1"))))
“‘

Since data corruption in temporary environments is not a concern, unlike WITH-ENV, WITH-TEMPORARY-ENV closes the environment even if it was opened with :SYNCHRONIZED NIL (see OPEN-ENV and CLOSE-ENV).

Package

lmdb.

Source

lmdb.lisp.

Macro: with-txn ((&key env write ignore-parent sync meta-sync) &body body)

Start a transaction in ENV, execute BODY. Then, if the transaction
is open (see OPEN-TXN-P) and BODY returned normally, attempt to
commit the transaction. Next, if BODY performed a non-local exit or
committing failed, but the transaction is still open, then abort it.
It is explicitly allowed to call COMMIT-TXN or ABORT-TXN within
WITH-TXN.

Transactions provide ACID guarantees (with SYNC and META-SYNC both
on). They span the entire environment, they are not specific to
individual DB.

- If WRITE is NIL, the transaction is read-only and no writes (e.g.
PUT) may be performed in the transaction. On the flipside, many
read-only transactions can run concurrently (see ENV-MAX-READERS),
while write transactions are mutually exclusive. Furthermore, the
single write transaction can also run concurrently with read
transactions, just keep in mind that read transactions hold on to
the state of the environment at the time of their creation and
thus prevent pages since replaced from being reused.

- If IGNORE-PARENT is true, then in an enclosing WITH-TXN, instead
of creating a child transaction, start an independent transaction.

- If SYNC is NIL, then no flushing of buffers will take place after
a commit as if the environment had been opened with :SYNC NIL.

- Likewise, META-SYNC is the per-transaction equivalent of the
OPEN-ENV’s META-SYNC.

Also see @LMDB/NESTING-TRANSACTIONS.

Wraps [mdb_txn_begin()](http://www.lmdb.tech/doc/group__mdb.html#gad7ea55da06b77513609efebd44b26920).

Package

lmdb.

Source

lmdb.lisp.


6.1.4 Ordinary functions

Function: abort-txn (&optional env)

Close TXN by discarding all updates performed, which will then not
be visible to either parent or future transactions. Aborting an
already closed transaction is a noop. Always succeeds.

Wraps [mdb_txn_abort()](http://www.lmdb.tech/doc/group__mdb.html#ga73a5938ae4c3239ee11efa07eb22b882).

Package

lmdb.

Source

lmdb.lisp.

Function: check-for-stale-readers (&optional env)

Check for stale entries in the reader lock table. See
[Caveats](http://www.lmdb.tech/doc/). This function is called
automatically by OPEN-ENV. If other OS processes or threads
accessing ENV abort without closing read transactions, call this
function periodically to get rid off them. Alternatively, close all
environments accessing the data file.

Wraps [mdb_reader_check()](http://www.lmdb.tech/doc/group__mdb.html#ga366923d08bb384b3d9580a98edf5d668).

Package

lmdb.

Source

lmdb.lisp.

Function: close-env (env &key force)

Close ENV and free the memory. Closing an already closed ENV has no effect.

Since accessing @LMDB/TRANSACTIONS, @LMDB/DATABASES and
@LMDB/CURSORS after closing their environment would risk database
curruption, CLOSE-ENV makes sure that they are not in use. There are
two ways this can happen:

- If ENV was opened :SYNCHRONIZED (see OPEN-ENV), then CLOSE-ENV
waits until there are no @ACTIVE-TRANSACTIONs in ENV before
closing it. This requires synchronization and introduces some
overhead, which might be noticable for workloads involving lots of
quick read transactions. It is an LMDB-ERROR to attempt to close
an environment in a WITH-TXN to avoid deadlocks.

- On the other hand, if SYNCHRONIZED was NIL, then - unless FORCE is
true - calling CLOSE-ENV signals an LMDB-ERROR to avoid the
@LMDB/SAFETY issues involved in closing the environment.
Environments opened with :SYNCHRONIZED NIL are only closed when
they are garbage collected and their finalizer is run. Still, for
production it might be worth it to gain the last bit of
performance.

Wraps [mdb_env_close()](http://www.lmdb.tech/doc/group__mdb.html#ga4366c43ada8874588b6a62fbda2d1e95).

Package

lmdb.

Source

lmdb.lisp.

Function: cmp (txn dbi a b)
Package

liblmdb.

Source

liblmdb.lisp.

Function: commit-txn (&optional env)

Commit the innermost enclosig transaction (or @ACTIVE-TRANSACTION
belonging to ENV if ENV is specified) or signal an error if it is
not open. If TXN is not nested in another transaction, committing
makes updates performed visible to future transactions. If TXN is a
child transaction, then committing makes updates visible to its
parent only. For read-only transactions, committing releases the
reference to a historical version environment, allowing reuse of
pages replaced since.

Wraps [mdb_txn_commit()](http://www.lmdb.tech/doc/group__mdb.html#ga846fbd6f46105617ac9f4d76476f6597).

Package

lmdb.

Source

lmdb.lisp.

Function: cursor-close (cursor)
Package

liblmdb.

Source

liblmdb.lisp.

Function: cursor-count (cursor countp)
Package

liblmdb.

Source

liblmdb.lisp.

Function: cursor-count (&optional cursor)

Return the number of duplicate values for the current key of
CURSOR. If CURSOR-DB doesn’t have @DUPSORT, LMDB-INCOMPATIBLE-ERROR
is signalled. If CURSOR is not initialized,
LMDB-CURSOR-UNINITIALIZED-ERROR is signalled.

Wraps [mdb_cursor_count()](http://www.lmdb.tech/doc/group__mdb.html#ga4041fd1e1862c6b7d5f10590b86ffbe2).

Package

lmdb.

Source

lmdb.lisp.

Reader: cursor-db (instance)
Writer: (setf cursor-db) (instance)
Package

lmdb.

Source

lmdb.lisp.

Target Slot

db.

Function: cursor-dbi (cursor)
Package

liblmdb.

Source

liblmdb.lisp.

Function: cursor-del (cursor flags)
Package

liblmdb.

Source

liblmdb.lisp.

Function: cursor-del (cursor &key delete-dups)

Delete the key-value pair CURSOR is positioned at. This does not
make the cursor uninitialized, so operations such as CURSOR-NEXT can
still be used on it. Both CURSOR-NEXT and CURSOR-KEY-VALUE will
return the same record after this operation. If CURSOR is not
initialized, LMDB-CURSOR-UNINITIALIZED-ERROR is signalled. Returns
no values.

If DELETE-DUPS, delete all duplicate values that belong to the
current key. With DELETE-DUPS, CURSOR-DB must have @DUPSORT, else
LMDB-INCOMPATIBLE-ERROR is signalled.

May signal LMDB-CURSOR-UNINITIALIZED-ERROR,
LMDB-TXN-READ-ONLY-ERROR.

Wraps [mdb_cursor_del()](http://www.lmdb.tech/doc/group__mdb.html#ga26a52d3efcfd72e5bf6bd6960bf75f95).

Package

lmdb.

Source

lmdb.lisp.

Function: cursor-first (&optional cursor)

Move CURSOR to the first key of its database. Return the key, the
value and T, or NIL if the database is empty. If @DUPSORT, position
CURSOR on the first value of the first key.

Wraps [mdb_cursor_get()](http://www.lmdb.tech/doc/group__mdb.html#ga48df35fb102536b32dfbb801a47b4cb0) with [MDB_FIRST](http://www.lmdb.tech/doc/group__mdb.html#ga1206b2af8b95e7f6b0ef6b28708c9127).

Package

lmdb.

Source

lmdb.lisp.

Function: cursor-first-dup (&optional cursor)

Move CURSOR to the first duplicate value of the current key. Return
the value and T. Return NIL if CURSOR is not positioned.

Wraps [mdb_cursor_get()](http://www.lmdb.tech/doc/group__mdb.html#ga48df35fb102536b32dfbb801a47b4cb0) with [MDB_FIRST_DUP](http://www.lmdb.tech/doc/group__mdb.html#ga1206b2af8b95e7f6b0ef6b28708c9127).

Package

lmdb.

Source

lmdb.lisp.

Function: cursor-get (cursor key data op)
Package

liblmdb.

Source

liblmdb.lisp.

Function: cursor-key (&optional cursor)

Return the key CURSOR is positioned at and T. Return NIL if CURSOR
is uninitialized.

Wraps [mdb_cursor_get()](http://www.lmdb.tech/doc/group__mdb.html#ga48df35fb102536b32dfbb801a47b4cb0) with [MDB_GET_CURRENT](http://www.lmdb.tech/doc/group__mdb.html#ga1206b2af8b95e7f6b0ef6b28708c9127).

Package

lmdb.

Source

lmdb.lisp.

Function: cursor-key-value (&optional cursor)

Return the key and value CURSOR is positioned at and T. Return NIL
if CURSOR is uninitialized.

Wraps [mdb_cursor_get()](http://www.lmdb.tech/doc/group__mdb.html#ga48df35fb102536b32dfbb801a47b4cb0) with [MDB_GET_CURRENT](http://www.lmdb.tech/doc/group__mdb.html#ga1206b2af8b95e7f6b0ef6b28708c9127).

Package

lmdb.

Source

lmdb.lisp.

Function: cursor-last (&optional cursor)

Move CURSOR to the last key of its database. Return the key, the
value and T, or NIL if the database is empty. If @DUPSORT, position
CURSOR on the last value of the last key.

Wraps [mdb_cursor_get()](http://www.lmdb.tech/doc/group__mdb.html#ga48df35fb102536b32dfbb801a47b4cb0) with [MDB_LAST](http://www.lmdb.tech/doc/group__mdb.html#ga1206b2af8b95e7f6b0ef6b28708c9127).

Package

lmdb.

Source

lmdb.lisp.

Function: cursor-last-dup (&optional cursor)

Move CURSOR to the last duplicate value of the current key. Return
the value and T. Return NIL if CURSOR is not positioned.

Wraps [mdb_cursor_get()](http://www.lmdb.tech/doc/group__mdb.html#ga48df35fb102536b32dfbb801a47b4cb0) with [MDB_LAST_DUP](http://www.lmdb.tech/doc/group__mdb.html#ga1206b2af8b95e7f6b0ef6b28708c9127).

Package

lmdb.

Source

lmdb.lisp.

Function: cursor-next (&optional cursor)

Move CURSOR to the next key-value pair of its database and return
the key, the value, and T. Return NIL if there is no next item. If
@DUPSORT, position CURSOR on the next value of the current key if
exists, else the first value of next key. If CURSOR is
uninitialized, then CURSOR-FIRST is called on it first.

Wraps [mdb_cursor_get()](http://www.lmdb.tech/doc/group__mdb.html#ga48df35fb102536b32dfbb801a47b4cb0) with [MDB_NEXT](http://www.lmdb.tech/doc/group__mdb.html#ga1206b2af8b95e7f6b0ef6b28708c9127).

Package

lmdb.

Source

lmdb.lisp.

Function: cursor-next-dup (&optional cursor)

Move CURSOR to the next value of current key pair of its database.
Return the value and T. Return NIL if there is no next value. If
CURSOR is uninitialized, then CURSOR-FIRST is called on it first.

Wraps [mdb_cursor_get()](http://www.lmdb.tech/doc/group__mdb.html#ga48df35fb102536b32dfbb801a47b4cb0) with [MDB_NEXT_DUP](http://www.lmdb.tech/doc/group__mdb.html#ga1206b2af8b95e7f6b0ef6b28708c9127).

Package

lmdb.

Source

lmdb.lisp.

Function: cursor-next-nodup (&optional cursor)

Move CURSOR to the first value of next key pair of its
database (skipping over duplicate values of the current key). Return
the key, the value and T. Return NIL if there is no next item. If
CURSOR is uninitialized, then CURSOR-FIRST is called on it first.

Wraps [mdb_cursor_get()](http://www.lmdb.tech/doc/group__mdb.html#ga48df35fb102536b32dfbb801a47b4cb0) with [MDB_NEXT_NODUP](http://www.lmdb.tech/doc/group__mdb.html#ga1206b2af8b95e7f6b0ef6b28708c9127).

Package

lmdb.

Source

lmdb.lisp.

Function: cursor-open (txn dbi cursor)
Package

liblmdb.

Source

liblmdb.lisp.

Function: cursor-prev (&optional cursor)

Move CURSOR to the previous key-value pair of its database.
Return the key, the value and T. Return NIL if there is no previous
item. If @DUPSORT, position CURSOR on the previous value of the
current key if exists, else the last value of previous key. If
CURSOR is uninitialized, then CURSOR-LAST is called on it first.

Wraps [mdb_cursor_get()](http://www.lmdb.tech/doc/group__mdb.html#ga48df35fb102536b32dfbb801a47b4cb0) with [MDB_PREV](http://www.lmdb.tech/doc/group__mdb.html#ga1206b2af8b95e7f6b0ef6b28708c9127).

Package

lmdb.

Source

lmdb.lisp.

Function: cursor-prev-dup (&optional cursor)

Move CURSOR to the previous duplicate value of current key pair of
its database. Return the value and T. Return NIL if there is no prev
value. If CURSOR is uninitialized, then CURSOR-LAST is called on it
first.

Wraps [mdb_cursor_get()](http://www.lmdb.tech/doc/group__mdb.html#ga48df35fb102536b32dfbb801a47b4cb0) with [MDB_PREV_DUP](http://www.lmdb.tech/doc/group__mdb.html#ga1206b2af8b95e7f6b0ef6b28708c9127).

Package

lmdb.

Source

lmdb.lisp.

Function: cursor-prev-nodup (&optional cursor)

Move CURSOR to the last value of previous key pair of its
database (skipping over duplicate values of the current and the
previous key). Return the key, the value, and T. Return NIL if
there is no prev item. If CURSOR is uninitialized, then CURSOR-LAST
is called on it first.

Wraps [mdb_cursor_get()](http://www.lmdb.tech/doc/group__mdb.html#ga48df35fb102536b32dfbb801a47b4cb0) with [MDB_PREV_NODUP](http://www.lmdb.tech/doc/group__mdb.html#ga1206b2af8b95e7f6b0ef6b28708c9127).

Package

lmdb.

Source

lmdb.lisp.

Function: cursor-put (cursor key data flags)
Package

liblmdb.

Source

liblmdb.lisp.

Function: cursor-put (key value cursor &key current overwrite dupdata append append-dup)

Like PUT, store key-value pairs into CURSOR’s database.
CURSOR is positioned at the new item, or on failure usually near it.
Return VALUE.

- CURRENT: Replace the item at the current cursor position. KEY must
still be provided, and must match it. If using sorted
duplicates (@DUPSORT), VALUE must still sort into the same place.
This is intended to be used when the new data is the same size as
the old. Otherwise it will simply perform a delete of the old
record followed by an insert.

- OVERWRITE: If NIL, signal LMDB-KEY-EXISTS-ERROR if KEY already
appears in CURSOR-DB.

- DUPDATA: If NIL, signal LMDB-KEY-EXISTS-ERROR if the KEY, VALUE
pair already appears in DB. Has no effect if CURSOR-DB doesn’t
have @DUPSORT.

- APPEND: Append the KEY, VALUE pair to the end of CURSOR-DB instead
of finding KEY’s location in the B+ tree by performing
comparisons. The client effectively promises that keys are
inserted in sort order, which allows for fast bulk loading. If the
promise is broken, LMDB-KEY-EXISTS-ERROR is signalled.

- APPEND-DUP: The client promises that duplicate values are inserted
in sort order. If the promise is broken, LMDB-KEY-EXISTS-ERROR is
signalled.

May signal LMDB-MAP-FULL-ERROR, LMDB-TXN-FULL-ERROR,
LMDB-TXN-READ-ONLY-ERROR.

Wraps [mdb_cursor_put()](http://www.lmdb.tech/doc/group__mdb.html#ga1f83ccb40011837ff37cc32be01ad91e).

Package

lmdb.

Source

lmdb.lisp.

Function: cursor-renew (txn cursor)
Package

liblmdb.

Source

liblmdb.lisp.

Function: cursor-renew (&optional cursor)

Associate CURSOR with the @ACTIVE-TRANSACTION (which must be
read-only) as if it had been created with that transaction to begin
with to avoid allocation overhead. CURSOR-DB stays the same. This
may be done whether the previous transaction is open or closed (see
OPEN-TXN-P). No values are returned.

Wraps [mdb_cursor_renew()](http://www.lmdb.tech/doc/group__mdb.html#gac8b57befb68793070c85ea813df481af).

Package

lmdb.

Source

lmdb.lisp.

Function: cursor-set-key (key &optional cursor)

Move CURSOR to KEY of its database. Return the corresponding value
and T. Return NIL if KEY was not found. If @DUPSORT, position CURSOR
on the first value of KEY.

Wraps [mdb_cursor_get()](http://www.lmdb.tech/doc/group__mdb.html#ga48df35fb102536b32dfbb801a47b4cb0) with [MDB_SET_KEY](http://www.lmdb.tech/doc/group__mdb.html#ga1206b2af8b95e7f6b0ef6b28708c9127).

Package

lmdb.

Source

lmdb.lisp.

Function: cursor-set-key-dup (key value &optional cursor)

Move CURSOR to the KEY, VALUE pair of its database and return T on
success. Return NIL if the pair was not found.

Wraps [mdb_cursor_get()](http://www.lmdb.tech/doc/group__mdb.html#ga48df35fb102536b32dfbb801a47b4cb0) with [MDB_GET_BOTH](http://www.lmdb.tech/doc/group__mdb.html#ga1206b2af8b95e7f6b0ef6b28708c9127).

Package

lmdb.

Source

lmdb.lisp.

Function: cursor-set-range (key &optional cursor)

Position CURSOR on the first key equal to or greater than KEY.
Return the found key, the value and T. Return NIL if KEY was not
found. If @DUPSORT, position CURSOR on the first value of the found
key.

Wraps [mdb_cursor_get()](http://www.lmdb.tech/doc/group__mdb.html#ga48df35fb102536b32dfbb801a47b4cb0) with [MDB_SET_RANGE](http://www.lmdb.tech/doc/group__mdb.html#ga1206b2af8b95e7f6b0ef6b28708c9127).

Package

lmdb.

Source

lmdb.lisp.

Function: cursor-set-range-dup (key value &optional cursor)

Position CURSOR exactly at KEY on the first value greater than or
equal to VALUE. Return the value at the position and T on success,
or NIL if there is no such value associated with KEY.

Wraps [mdb_cursor_get()](http://www.lmdb.tech/doc/group__mdb.html#ga48df35fb102536b32dfbb801a47b4cb0) with [MDB_GET_BOTH_RANGE](http://www.lmdb.tech/doc/group__mdb.html#ga1206b2af8b95e7f6b0ef6b28708c9127).

Package

lmdb.

Source

lmdb.lisp.

Function: cursor-txn (cursor)
Package

liblmdb.

Source

liblmdb.lisp.

Function: cursor-value (&optional cursor)

Return the value CURSOR is positioned at and T. Return NIL if
CURSOR is uninitialized.

Wraps [mdb_cursor_get()](http://www.lmdb.tech/doc/group__mdb.html#ga48df35fb102536b32dfbb801a47b4cb0) with [MDB_GET_CURRENT](http://www.lmdb.tech/doc/group__mdb.html#ga1206b2af8b95e7f6b0ef6b28708c9127).

Package

lmdb.

Source

lmdb.lisp.

Function: db-statistics (db)

Return statistics about the database.

Wraps [mdb_stat()](http://www.lmdb.tech/doc/group__mdb.html#gae6c1069febe94299769dbdd032fadef6).

Package

lmdb.

Source

lmdb.lisp.

Function: dbi-close (env dbi)
Package

liblmdb.

Source

liblmdb.lisp.

Function: dbi-flags (txn dbi flags)
Package

liblmdb.

Source

liblmdb.lisp.

Function: dbi-open (txn name flags dbi)
Package

liblmdb.

Source

liblmdb.lisp.

Function: dcmp (txn dbi a b)
Package

liblmdb.

Source

liblmdb.lisp.

Function: del (txn dbi key data)
Package

liblmdb.

Source

liblmdb.lisp.

Function: del (db key &key value)

Delete KEY from DB. Returns T if data was deleted, NIL otherwise.
If DB supports sorted duplicates (@DUPSORT), then VALUE is taken
into account: if it’s NIL, then all duplicate values for KEY are
deleted, if it’s not NIL, then only the matching value. May signal LMDB-TXN-READ-ONLY-ERROR.

Wraps [mdb_del()](http://www.lmdb.tech/doc/group__mdb.html#gab8182f9360ea69ac0afd4a4eaab1ddb0).

Package

lmdb.

Source

lmdb.lisp.

Function: drop (txn dbi del)
Package

liblmdb.

Source

liblmdb.lisp.

Function: drop-db (name path &key open-env-args delete)

Empty the database with NAME in the environment denoted by PATH. If
DELETE, then delete the database. Since closing a database is
dangerous (see GET-DB), DROP-DB opens and closes the environment
itself.

Wraps [mdb_drop()](http://www.lmdb.tech/doc/group__mdb.html#gab966fab3840fc54a6571dfb32b00f2db).

Package

lmdb.

Source

lmdb.lisp.

Function: env-close (env)
Package

liblmdb.

Source

liblmdb.lisp.

Function: env-copy (env path)
Package

liblmdb.

Source

liblmdb.lisp.

Function: env-copy-2 (env path flags)
Package

liblmdb.

Source

liblmdb.lisp.

Function: env-copyfd (env fd)
Package

liblmdb.

Source

liblmdb.lisp.

Function: env-copyfd-2 (env fd flags)
Package

liblmdb.

Source

liblmdb.lisp.

Function: env-create (env)
Package

liblmdb.

Source

liblmdb.lisp.

Function: env-get-fd (env fd)
Package

liblmdb.

Source

liblmdb.lisp.

Function: env-get-flags (env flags)
Package

liblmdb.

Source

liblmdb.lisp.

Function: env-get-maxkeysize (env)
Package

liblmdb.

Source

liblmdb.lisp.

Function: env-get-maxreaders (env readers)
Package

liblmdb.

Source

liblmdb.lisp.

Function: env-get-path (env path)
Package

liblmdb.

Source

liblmdb.lisp.

Function: env-get-userctx (env)
Package

liblmdb.

Source

liblmdb.lisp.

Function: env-info (env stat)
Package

liblmdb.

Source

liblmdb.lisp.

Function: env-info (&optional env)

Return information about ENV as a plist.

- :MAP-ADDRESS: Address of memory map, if fixed (see OPEN-ENV’s
FIXED-MAP).

- :MAP-SIZE: Size of the memory map in bytes.

- :LAST-PAGE-NUMBER: Id of the last used page.

- :LAST-TXN-ID: Id of the last committed transaction.

- :MAXIMUM-READERS: The number of reader slots.

- :N-READERS: The number of reader slots current used.

Wraps [mdb_env_info()](http://www.lmdb.tech/doc/group__mdb.html#ga18769362c7e7d6cf91889a028a5c5947).

Package

lmdb.

Source

lmdb.lisp.

Function: env-max-key-size (&optional env)

Return the maximum size of keys and @DUPSORT data in bytes. Depends
on the compile-time constant ‘MDB_MAXKEYSIZE‘ in the C library. The
default is 511. If this limit is exceeded LMDB-BAD-VALSIZE-ERROR is
signalled.

Wraps [mdb_env_get_maxkeysize()](http://www.lmdb.tech/doc/group__mdb.html#gaaf0be004f33828bf2fb09d77eb3cef94).

Package

lmdb.

Source

lmdb.lisp.

Function: env-open (env path flags mode)
Package

liblmdb.

Source

liblmdb.lisp.

Function: env-set-assert (env func)
Package

liblmdb.

Source

liblmdb.lisp.

Function: env-set-flags (env flags onoff)
Package

liblmdb.

Source

liblmdb.lisp.

Function: env-set-mapsize (env size)
Package

liblmdb.

Source

liblmdb.lisp.

Function: env-set-maxdbs (env dbs)
Package

liblmdb.

Source

liblmdb.lisp.

Function: env-set-maxreaders (env readers)
Package

liblmdb.

Source

liblmdb.lisp.

Function: env-set-userctx (env ctx)
Package

liblmdb.

Source

liblmdb.lisp.

Function: env-stat (env stat)
Package

liblmdb.

Source

liblmdb.lisp.

Function: env-statistics (&optional env)

Return statistics about ENV as a plist.

- :PAGE-SIZE: The size of a database page in bytes.

- :DEPTH: The height of the B-tree.

- :BRANCH-PAGES: The number of internal (non-leaf) pages.

- :LEAF-PAGES: The number of leaf pages.

- :OVERFLOW-PAGES: The number of overflow pages.

- :ENTRIES: The number of data items.

Wraps [mdb_env_stat()](http://www.lmdb.tech/doc/group__mdb.html#gaf881dca452050efbd434cd16e4bae255).

Package

lmdb.

Source

lmdb.lisp.

Function: env-sync (env force)
Package

liblmdb.

Source

liblmdb.lisp.

Function: g3t (db key)

Return the value from DB associated with KEY and T as the second
value. If KEY is not found in DB, then NIL is returned. If DB
supports @DUPSORT, then the first value for KEY will be returned.
Retrieval of other values requires the use of @LMDB/CURSORS.

This function is called G3T instead of [GET][dislocated] to avoid
having to shadow CL:GET when importing the LMDB package. On the
other hand, importing the LMDB+ package, which has LMDB::GET
exported, requires some shadowing.

The LMDB+ package is like the LMDB package, but it has ‘#’LMDB:G3T‘
fbound to LMDB+:G3T so it probably needs shadowing to avoid conflict
with CL:GET:

“‘
(defpackage lmdb/test
(:shadow #:get)
(:use #:cl #:lmdb+))
“‘

Wraps [mdb_get()](http://www.lmdb.tech/doc/group__mdb.html#ga8bf10cd91d3f3a83a34d04ce6b07992d).

Package

lmdb.

Source

lmdb.lisp.

Function: get (txn dbi key data)
Package

liblmdb.

Source

liblmdb.lisp.

Function: get (db key)

Return the value from DB associated with KEY and T as the second
value. If KEY is not found in DB, then NIL is returned. If DB
supports @DUPSORT, then the first value for KEY will be returned.
Retrieval of other values requires the use of @LMDB/CURSORS.

This function is called G3T instead of [GET][dislocated] to avoid
having to shadow CL:GET when importing the LMDB package. On the
other hand, importing the LMDB+ package, which has LMDB::GET
exported, requires some shadowing.

The LMDB+ package is like the LMDB package, but it has ‘#’LMDB:G3T‘
fbound to LMDB+:G3T so it probably needs shadowing to avoid conflict
with CL:GET:

“‘
(defpackage lmdb/test
(:shadow #:get)
(:use #:cl #:lmdb+))
“‘

Wraps [mdb_get()](http://www.lmdb.tech/doc/group__mdb.html#ga8bf10cd91d3f3a83a34d04ce6b07992d).

Package

lmdb+.

Alias for

g3t.

Function: get-db (name &key class env if-does-not-exist key-encoding value-encoding integer-key reverse-key dupsort integer-dup reverse-dup dupfixed)

Open the database with NAME in the open environment ENV, and return
a DB object. If NAME is NIL, then the @LMDB/THE-UNNAMED-DATABASE is
opened.

If GET-DB is called with the same name multiple times, the returned
DB objects will be associated with the same database (although they
may not be EQ). The first time GET-DB is called with any given name
and environment, it must not be from an open transaction. This is
because GET-DB starts a transaction itself to comply with C lmdb’s
requirements on [mdb_dbi_open()](http://www.lmdb.tech/doc/group__mdb.html#gac08cad5b096925642ca359a6d6f0562a) (see @LMDB/SAFETY). Since dbi handles are cached within ENV, subsequent
calls do not involve ‘mdb_dbi_open()‘ and are thus permissible
within transactions.

CLASS designates the class which will instantiated. See *DB-CLASS*.

If IF-DOES-NOT-EXIST is :CREATE, then a new named database is
created. If IF-DOES-NOT-EXIST is :ERROR, then an error is signalled
if the database does not exists.

KEY-ENCODING and VALUE-ENCODING are both one of NIL, :UINT64,
:OCTETS or :UTF-8. KEY-ENCODING is set to :UINT64 when INTEGER-KEY
is true. VALUE-ENCODING is set to :UINT64 when INTEGER-DUP is true.
Note that changing the encoding does *not* reencode already existing
data. See @LMDB/ENCODINGS for the full semantics.

GET-DB may be called more than once with the same NAME and ENV, and
the returned DB objects will have the same underlying C lmdb
database, but they may have different KEY-ENCODING and
VALUE-ENCODING.

The following flags are for database creation, they do not have any
effect in subsequent calls (except for the
@LMDB/THE-UNNAMED-DATABASE).

- INTEGER-KEY: Keys in the database are C ‘unsigned‘ or ‘size_t‘
integers encoded in native byte order. Keys must all be either
‘unsigned‘ or ‘size_t‘, they cannot be mixed in a single database.

- REVERSE-KEY: Keys are strings to be compared in reverse order,
from the end of the strings to the beginning. By default, keys are
treated as strings and compared from beginning to end.

- DUPSORT: Duplicate keys may be used in the database (or, from
another perspective, keys may have multiple values, stored in
sorted order). By default, keys must be unique and may have only a
single value. Also, see @DUPSORT.

- INTEGER-DUP: This option specifies that duplicate data items are
binary integers, similarly to INTEGER-KEY. Only matters if
DUPSORT.

- REVERSE-DUP: This option specifies that duplicate data items
should be compared as strings in reverse order. Only matters if
DUPSORT.

- DUPFIXED: This flag may only be used in combination DUPSORT. When
true, data items for this database must all be the same size,
which allows further optimizations in storage and retrieval.
Currently, the wrapper functions that could take advantage of
this (e.g. PUT, CURSOR-PUT, CURSOR-NEXT and CURSOR-VALUE), do not.

No function to close a database (an equivalent to [mdb_dbi_close()](http://www.lmdb.tech/doc/group__mdb.html#ga52dd98d0c542378370cd6b712ff961b5)) is provided due to subtle races and corruption it could cause when
an ‘MDB_dbi‘ (unsigned integer, similar to an fd) is assigned by a
subsequent open to another named database.

Wraps [mdb_dbi_open()](http://www.lmdb.tech/doc/group__mdb.html#gac08cad5b096925642ca359a6d6f0562a).

Package

lmdb.

Source

lmdb.lisp.

Function: list-dups (db key &key from-end)

A thin wrapper around DO-DB-DUP, this function returns all values associated with KEY in DB as a list. If FROM-END, then the first element of the list is the largest value.

Package

lmdb.

Source

lmdb.lisp.

Function: lmdb-binding-version ()

Return a string representing the version of C lmdb based on which the CFFI bindings were created. The version string has the same format as LMDB-FOREIGN-VERSION.

Package

lmdb.

Source

lmdb.lisp.

Function: lmdb-error (error-code &optional control-string &rest format-args)
Package

lmdb.

Source

lmdb.lisp.

Function: lmdb-foreign-version ()

Return the version of the C lmdb library as a string like ‘0.9.26‘.

Wraps [mdb_version()](http://www.lmdb.tech/doc/group__mdb.html#ga0e5d7298fc39b3c187fffbe30264c968).

Package

lmdb.

Source

lmdb.lisp.

Function: mdb-val-to-octets (mdb-val)

A utility function provided for writing *KEY-DECODER* and *VALUE-DECODER* functions. It returns a Lisp octet vector that holds the same bytes as MDB-VAL.

Package

lmdb.

Source

lmdb.lisp.

Function: mdb-val-to-string (mdb-val)

Like OCTETS-TO-STRING, but suitable as a *KEY-DECODER* or *VALUE-DECODER*.

Package

lmdb.

Source

lmdb.lisp.

Function: mdb-val-to-uint64 (mdb-val)

Like OCTETS-TO-UINT64, but suitable for *KEY-DECODER* or *VALUE-DECODER* that decodes unsigned 64 bit integers in native byte order. This function is called automatically when the encoding is known to require it (see GET-DB’s INTEGER-KEY, :VALUE-ENCODING, etc).

Package

lmdb.

Source

lmdb.lisp.

Function: octets-to-string (octets)

The inverse of STRING-TO-OCTETS. Use MDB-VAL-TO-STRING as a *KEY-DECODER* or *VALUE-DECODER*.

Package

lmdb.

Source

lmdb.lisp.

Function: octets-to-uint64 (octets)

The inverse of UINT64-TO-OCTETS. Use MDB-VAL-TO-UINT64 as a *KEY-DECODER* or *VALUE-DECODER*.

Package

lmdb.

Source

lmdb.lisp.

Function: open-env (path &key class if-does-not-exist synchronized max-dbs max-readers map-size mode subdir sync meta-sync read-only tls read-ahead lock mem-init fixed-map write-map map-async)

Create an ENV object through which the LMDB environment can be
accessed and open it. To prevent corruption, an error is signalled
if the same data file is opened multiple times. However, the checks
performed do not work on remote filesystems (see ENV-PATH).

LMDB-ERROR is signalled if opening the environment fails for any
other reason.

Unless explicitly noted, none of the arguments persist (i.e. they
are not saved in the data file).

PATH is the filesystem location of the environment files (see SUBDIR
below for more). Do not use LMDB data files on remote filesystems,
even between processes on the same host. This breaks ‘flock()‘ on
some OSes, possibly memory map sync, and certainly sync between
programs on different hosts.

IF-DOES-NOT-EXIST determines what happens if ENV-PATH does not
exists:

- :ERROR: An error is signalled.

- :CREATE: A new memory-mapped file is created ensuring that all
containing directories exist.

- ‘NIL‘: Return NIL without doing anything.

See CLOSE-ENV for the description of SYNCHRONIZED.

- MAX-DBS: The maximum number of named databases in the environment.
Currently a moderate number is cheap, but a huge number gets
expensive: 7-120 words per transaction, and every GET-DB does a
linear search of the opened database.

- MAP-SIZE: Specifies the size of the data file in bytes. The new
size takes effect immediately for the current process, but will
not be persisted to any others until a write transaction has been
committed by the current process. Also, only map size increases
are persisted into the environment. If the map size is increased
by another process, and data has grown beyond the range of the
current mapsize, starting a new transaction (see WITH-TXN) will
signal LMDB-MAP-RESIZED-ERROR. If zero is specified for MAP-SIZE,
then the persisted size is used from the data file. Also see
LMDB-MAP-FULL-ERROR.

- MODE: Unix file mode for files created. The default is ‘#o664‘.
Has no effect when opening an existing environment.

The rest of the arguments correspond to LMDB environment flags and
are available in the plist ENV-FLAGS.

- SUBDIR: If SUBDIR, then the path is a directory which holds the
‘data.mdb‘ and the ‘lock.mdb‘ files. If SUBDIR is NIL, the path
is the filename of the data file and the lock file has the same
name plus a ‘-lock‘ suffix.

- SYNC: If NIL, don’t ‘fsync‘ after commit. This optimization means
a system crash can corrupt the database or lose the last
transactions if buffers are not yet flushed to disk. The risk is
governed by how often the system flushes dirty buffers to disk and
how often SYNC-ENV is called. However, if the filesystem preserves
write order (very few do) and the WRITE-MAP (currently
unsupported) flag is not used, transactions exhibit
ACI (atomicity, consistency, isolation) properties and only lose
D (durability). I.e. database integrity is maintained, but a
system crash may undo the final transactions.

- META-SYNC: If NIL, flush system buffers to disk only once per
transaction, but omit the metadata flush. Defer that until the
system flushes files to disk, the next commit of a non-read-only
transaction or SYNC-ENV. This optimization maintains database
integrity, but a system crash may undo the last committed
transaction. I.e. it preserves the ACI (atomicity, consistency,
isolation) but not D (durability) database property.

- READ-ONLY: Map the data file in read-only mode. It is an error to
try to modify anything in it.

- TLS: Setting it to NIL allows each OS thread to have multiple
read-only transactions (see WITH-TXN’s IGNORE-PARENT argument). It
also allows and transactions not to be tied to a single thread,
but that’s quite dangerous, see @LMDB/SAFETY.

- READ-AHEAD: Turn off readahead as in ‘madvise(MADV_RANDOM)‘. Most
operating systems perform read-ahead on read requests by default.
This option turns it off if the OS supports it. Turning it off may
help random read performance when the DB is larger than RAM and
system RAM is full. This option is not implemented on Windows.

- LOCK: Data corruption lurks here. If NIL, don’t do any locking. If
concurrent access is anticipated, the caller must manage all
concurrency itself. For proper operation the caller must enforce
single-writer semantics, and must ensure that no readers are using
old transactions while a writer is active. The simplest approach
is to use an exclusive lock so that no readers may be active at
all when a writer begins.

- MEM-INIT: If NIL, don’t initialize ‘malloc‘ed memory before
writing to unused spaces in the data file. By default, memory for
pages written to the data file is obtained using ‘malloc‘. While
these pages may be reused in subsequent transactions, freshly
‘malloc‘ed pages will be initialized to zeroes before use. This
avoids persisting leftover data from other code (that used the
heap and subsequently freed the memory) into the data file. Note
that many other system libraries may allocate and free memory from
the heap for arbitrary uses. E.g., stdio may use the heap for file
I/O buffers. This initialization step has a modest performance
cost so some applications may want to disable it using this flag.
This option can be a problem for applications which handle
sensitive data like passwords, and it makes memory checkers like
Valgrind noisy. This flag is not needed with WRITE-MAP, which
writes directly to the mmap instead of using malloc for pages.

- FIXED-MAP (experimental): This flag must be specified when
creating the environment and is stored persistently in the data
file. If successful, the memory map will always reside at the same
virtual address and pointers used to reference data items in the
database will be constant across multiple invocations. This option
may not always work, depending on how the operating system has
allocated memory to shared libraries and other uses.

Unsupported flags (an error is signalled if they are changed from
their default values):

- WRITE-MAP: Use a writable memory map unless READ-ONLY is set. This
is faster and uses fewer mallocs, but loses protection from
application bugs like wild pointer writes and other bad updates
into the database. Incompatible with nested transactions. This may
be slightly faster for DBs that fit entirely in RAM, but is slower
for DBs larger than RAM. Do not mix processes with and without
WRITE-MAP on the same environment. This can defeat
durability (SYNC-ENV, etc).

- MAP-ASYNC: When using WRITE-MAP, use asynchronous flushes to disk.
As with SYNC NIL, a system crash can then corrupt the database or
lose the last transactions. Calling #sync ensures on-disk database
integrity until next commit.

Open environments have a finalizer attached to them that takes care
of freeing foreign resources. Thus, the common idiom:

“‘
(setq *env* (open-env "some-path"))
“‘

is okay for development, too. No need to always do WITH-ENV,
which does not mesh with threads anyway.

Wraps [mdb_env_create()](http://www.lmdb.tech/doc/group__mdb.html#gaad6be3d8dcd4ea01f8df436f41d158d4) and [mdb_env_open()](http://www.lmdb.tech/doc/group__mdb.html#ga32a193c6bf4d7d5c5d579e71f22e9340).

Package

lmdb.

Source

lmdb.lisp.

Function: open-env-p (env)

See if ENV is open, i.e. OPEN-ENV has been called on it without a corresponding CLOSE-ENV.

Package

lmdb.

Source

lmdb.lisp.

Function: open-txn-p (&optional env)

See if there is an active transaction and it is open, i.e. COMMIT-TXN or ABORT-TXN have not been called on it. Also, RESET-TXN without a corresponding RENEW-TXN closes the transaction.

Package

lmdb.

Source

lmdb.lisp.

Function: put (txn dbi key data flags)
Package

liblmdb.

Source

liblmdb.lisp.

Function: put (db key value &key overwrite dupdata append append-dup key-exists-error-p)

Add a KEY, VALUE pair to DB within TXN (which must support writes).
Returns T on success.

- OVERWRITE: If NIL, signal LMDB-KEY-EXISTS-ERROR if KEY already
appears in DB.

- DUPDATA: If NIL, signal LMDB-KEY-EXISTS-ERROR if the KEY, VALUE
pair already appears in DB. Has no effect if DB doesn’t have
DUPSORT.

- APPEND: Append the KEY, VALUE pair to the end of DB instead of
finding KEY’s location in the B+ tree by performing comparisons.
The client effectively promises that keys are inserted in sort
order, which allows for fast bulk loading. If the promise is
broken, a LMDB-KEY-EXISTS-ERROR is signalled.

- APPEND-DUP: The client promises that duplicate values are inserted
in sort order. If the promise is broken, a LMDB-KEY-EXISTS-ERROR
is signalled.

- If KEY-EXISTS-ERROR-P is NIL, then instead of signalling
LMDB-KEY-EXISTS-ERROR return NIL.

May signal LMDB-MAP-FULL-ERROR, LMDB-TXN-FULL-ERROR,
LMDB-TXN-READ-ONLY-ERROR.

Wraps [mdb_put()](http://www.lmdb.tech/doc/group__mdb.html#ga4fa8573d9236d54687c61827ebf8cac0).

Package

lmdb.

Source

lmdb.lisp.

Function: reader-check (env dead)
Package

liblmdb.

Source

liblmdb.lisp.

Function: reader-list (env func ctx)
Package

liblmdb.

Source

liblmdb.lisp.

Function: renew-txn (&optional env)

Renew TXN that was reset by RESET-TXN. This acquires a new reader
lock that had been released by RESET-TXN. After renewal, it is as if
TXN had just been started.

Wraps [mdb_txn_renew()](http://www.lmdb.tech/doc/group__mdb.html#ga6c6f917959517ede1c504cf7c720ce6d).

Package

lmdb.

Source

lmdb.lisp.

Function: reset-txn (&optional env)

Abort the open, read-only TXN, release the reference to the
historical version of the environment, but make it faster to start
another read-only transaction with RENEW-TXN. This is accomplished
by not deallocating some data structures, and keeping the slot in
the reader table. Cursors opened within the transaction must not be
used again, except if renewed (see RENEW-CURSOR). If TXN is an open,
read-only transaction, this function always succeeds.

Wraps [mdb_txn_reset()](http://www.lmdb.tech/doc/group__mdb.html#ga02b06706f8a66249769503c4e88c56cd).

Package

lmdb.

Source

lmdb.lisp.

Function: set-compare (txn dbi cmp)
Package

liblmdb.

Source

liblmdb.lisp.

Function: set-dupsort (txn dbi cmp)
Package

liblmdb.

Source

liblmdb.lisp.

Function: set-relctx (txn dbi ctx)
Package

liblmdb.

Source

liblmdb.lisp.

Function: set-relfunc (txn dbi rel)
Package

liblmdb.

Source

liblmdb.lisp.

Function: stat (txn dbi stat)
Package

liblmdb.

Source

liblmdb.lisp.

Function: strerror (err)
Package

liblmdb.

Source

liblmdb.lisp.

Function: string-to-octets (string)

Convert STRING to OCTETS by encoding it as UTF-8 with null termination. Suitable as a *KEY-ENCODER* or *VALUE-ENCODER*.

Package

lmdb.

Source

lmdb.lisp.

Function: sync-env (&optional env)

Flush the data buffers to disk as in calling ‘fsync()‘. When ENV
had been opened with :SYNC NIL or :META-SYNC NIL, this may be handy
to force flushing the OS buffers to disk, which avoids potential
durability and integrity issues.

Wraps [mdb_env_sync()](http://www.lmdb.tech/doc/group__mdb.html#ga85e61f05aa68b520cc6c3b981dba5037).

Package

lmdb.

Source

lmdb.lisp.

Function: txn-abort (txn)
Package

liblmdb.

Source

liblmdb.lisp.

Function: txn-begin (env parent flags txn)
Package

liblmdb.

Source

liblmdb.lisp.

Function: txn-commit (txn)
Package

liblmdb.

Source

liblmdb.lisp.

Function: txn-env (txn)
Package

liblmdb.

Source

liblmdb.lisp.

Function: txn-id (txn)
Package

liblmdb.

Source

liblmdb.lisp.

Function: txn-id ()

The ID of TXN. IDs are integers incrementing from 1. For a read-only transaction, this corresponds to the snapshot being read; concurrent readers will frequently have the same transaction ID. Only committed write transactions increment the ID. If a transaction aborts, the ID may be re-used by the next writer.

Package

lmdb.

Source

lmdb.lisp.

Function: txn-renew (txn)
Package

liblmdb.

Source

liblmdb.lisp.

Function: txn-reset (txn)
Package

liblmdb.

Source

liblmdb.lisp.

Function: uint64-to-octets (n)

Convert an ‘(UNSIGNED-BYTE 64)‘ to OCTETS of length 8 taking the native byte order representation of N. Suitable as a *KEY-ENCODER* or *VALUE-ENCODER*.

Package

lmdb.

Source

lmdb.lisp.

Function: version (major minor patch)
Package

liblmdb.

Source

liblmdb.lisp.


6.1.5 Generic functions

Generic Reader: db-key-encoding (object)
Package

lmdb.

Methods
Reader Method: db-key-encoding ((db db))

The ENCODING that was passed as KEY-ENCODING to GET-DB.

Source

lmdb.lisp.

Target Slot

key-encoding.

Generic Reader: db-name (object)
Package

lmdb.

Methods
Reader Method: db-name ((db db))

The name of the database.

Source

lmdb.lisp.

Target Slot

name.

Generic Reader: db-value-encoding (object)
Package

lmdb.

Methods
Reader Method: db-value-encoding ((db db))

The ENCODING that was passed as VALUE-ENCODING to GET-DB.

Source

lmdb.lisp.

Target Slot

value-encoding.

Generic Reader: env-flags (object)
Package

lmdb.

Methods
Reader Method: env-flags ((env env))

A plist of the options as captured by OPEN-ENV. For example, ‘(:FIXED-MAP NIL :SUBDIR T ...)‘.

Source

lmdb.lisp.

Target Slot

flags.

Generic Reader: env-map-size (object)
Package

lmdb.

Methods
Reader Method: env-map-size ((env env))

Specifies the size of the data file in bytes.

Source

lmdb.lisp.

Target Slot

map-size.

Generic Reader: env-max-dbs (object)
Package

lmdb.

Methods
Reader Method: env-max-dbs ((env env))

The maximum number of named databases in the
environment. Currently a moderate number is cheap, but a huge number gets expensive: 7-120 words per transaction, and every GET-DB does a linear search of the opened database.

Source

lmdb.lisp.

Target Slot

max-dbs.

Generic Reader: env-max-readers (object)
Package

lmdb.

Methods
Reader Method: env-max-readers ((env env))

The maximum number of threads/reader slots. See
the documentation of the [reader lock table](http://lmdb.tech/doc/group__readers.html) for more.

Source

lmdb.lisp.

Target Slot

max-readers.

Generic Reader: env-mode (object)
Package

lmdb.

Methods
Reader Method: env-mode ((env env))

automatically generated reader method

Source

lmdb.lisp.

Target Slot

mode.

Generic Reader: env-path (object)
Package

lmdb.

Methods
Reader Method: env-path ((env env))

The location of the memory-mapped file and the environment lock file.

Source

lmdb.lisp.

Target Slot

path.


6.1.6 Standalone methods

Method: print-object ((env env) stream)
Source

lmdb.lisp.

Method: print-object ((object db) stream)
Source

lmdb.lisp.


6.1.7 Conditions

Condition: lmdb-bad-dbi-error

The specified DBI was changed unexpectedly.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-error.

Condition: lmdb-bad-rslot-error

Invalid reuse of reader locktable slot. May be signalled by WITH-TXN.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-error.

Condition: lmdb-bad-txn-error

Transaction must abort, has a child, or is invalid.
Signalled, for example, when a read-only transaction is nested in a read-write transaction, or when a cursor is used whose transaction has been closed (committed, aborted, or reset).

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-error.

Condition: lmdb-bad-valsize-error

Unsupported size of key/DB name/data, or wrong
DUPFIXED, INTEGER-KEY or INTEGER-DUP. See ENV-MAX-KEY-SIZE.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-error.

Condition: lmdb-corrupted-error

Located page was wrong type.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-serious-condition.

Condition: lmdb-cursor-full-error

Cursor stack too deep - internal error.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-serious-condition.

Condition: lmdb-cursor-thread-error

Cursor was accessed from a thread other than the
one in which it was created. Since the foreign cursor object’s lifetime is tied to the dynamic extent of its WITH-CURSOR, this might mean accessing garbage in foreign memory with unpredictable consequences.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-error.

Condition: lmdb-cursor-uninitialized-error

Cursor was not initialized. Position the cursor at
a key-value pair with a function like CURSOR-FIRST or CURSOR-SET-KEY. Signalled when some functions return the C error code ‘EINVAL‘.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-error.

Condition: lmdb-dbs-full-error

ENV-MAX-DBS reached. Reopen the environment with a higher :MAX-DBS.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-error.

Condition: lmdb-error

Base class for normal, recoverable LMDB errors.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses
Direct subclasses
Condition: lmdb-illegal-access-to-parent-txn-error

A parent transaction and its cursors may not
issue any other operations than COMMIT-TXN and ABORT-TXN while it has active child transactions. In LMDB, @LMDB/BASIC-OPERATIONS are always executed in the @ACTIVE-TRANSACTION, but @LMDB/CURSORS can refer to the parent transaction:

“‘
(with-temporary-env (*env*)
(let ((db (get-db "db")))
(with-txn (:write t)
(put db #(1) #(1))
(with-cursor (cursor db)
(with-txn (:write t)
(assert-error lmdb-illegal-access-to-parent-txn-error (cursor-set-key #(1) cursor)))))))
“‘

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-error.

Condition: lmdb-incompatible-error

Operation and DB incompatible, or DB type changed.
This can mean:

- The operation expects a @DUPSORT or DUPFIXED database.

- Opening a named DB when the unnamed DB has DUPSORT or INTEGER-KEY.

- Accessing a data record as a database, or vice versa.

- The database was dropped and recreated with different flags.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-error.

Condition: lmdb-invalid-error

File is not a valid LMDB file.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-serious-condition.

Condition: lmdb-key-exists-error

Key-value pair already exists. Signalled by PUT and CURSOR-PUT.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-error.

Condition: lmdb-map-full-error

ENV-MAP-SIZE reached. Reopen the environment with a larger :MAP-SIZE.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-error.

Condition: lmdb-map-resized-error

Data file contents grew beyond ENV-MAP-SIZE. This
can happen if another OS process using the same environment path set a larger map size than this process did.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-error.

Condition: lmdb-not-found-error

Key-value pair does not exist. All functions (G3T, CURSOR-NEXT, ...) should return NIL instead of signalling this error. If it is signalled, that’s a bug.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-error.

Condition: lmdb-page-full-error

Page has not enough space - internal error.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-serious-condition.

Condition: lmdb-page-not-found-error

Requested page not found - this usually indicates corruption.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-serious-condition.

Condition: lmdb-panic-error

Update of meta page failed or environment had fatal error.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-serious-condition.

Condition: lmdb-readers-full-error

ENV-MAX-READERS reached. Reopen the environment with a higher :MAX-READERS.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-error.

Condition: lmdb-serious-condition

The base class of all LMDB conditions. Conditions
that are LMDB-SERIOUS-CONDITIONs, but not LMDB-ERRORs are corruption and internal errors, which are hard to recover from.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

serious-condition.

Direct subclasses
Direct methods
Direct slots
Slot: error-code
Initargs

:error-code

Readers

lmdb-error-error-code.

Writers

This slot is read-only.

Slot: control-string
Initargs

:control-string

Readers

lmdb-error-control-string.

Writers

This slot is read-only.

Slot: format-args
Initargs

:format-args

Readers

lmdb-error-format-args.

Writers

This slot is read-only.

Condition: lmdb-txn-full-error

TXN has too many dirty pages. This condition is
expected to occur only when using nested read-write transactions or operations multiple items (currently not supported by this wrapper).

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-error.

Condition: lmdb-txn-read-only-error

Attempt was made to write in a read-only
transaction. Signalled when some functions return the C error code ‘EACCESS‘.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-error.

Condition: lmdb-version-mismatch-error

Environment version mismatch.

Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

lmdb-error.


6.1.8 Structures

Structure: cursor
Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: %cursorp
Readers

cursor-%cursorp.

Writers

(setf cursor-%cursorp).

Slot: txn
Type

lmdb::txn

Readers

cursor-txn.

Writers

(setf cursor-txn).

Slot: env
Type

lmdb:env

Readers

cursor-env.

Writers

(setf cursor-env).

Slot: db
Type

lmdb:db

Readers

cursor-db.

Writers

(setf cursor-db).

Slot: thread
Readers

cursor-thread.

Writers

(setf cursor-thread).


6.1.9 Classes

Class: db

A database in an environment (class ENV). Always to be created by GET-DB.

Package

lmdb.

Source

lmdb.lisp.

Direct methods
Direct slots
Slot: dbi
Initargs

:dbi

Readers

%dbi.

Writers

This slot is read-only.

Slot: name

The name of the database.

Type

string

Initargs

:name

Readers

db-name.

Writers

This slot is read-only.

Slot: env
Initargs

:env

Readers

db-env.

Writers

This slot is read-only.

Slot: key-encoding

The ENCODING that was passed as KEY-ENCODING to GET-DB.

Type

lmdb:encoding

Initargs

:key-encoding

Readers

db-key-encoding.

Writers

This slot is read-only.

Slot: value-encoding

The ENCODING that was passed as VALUE-ENCODING to GET-DB.

Type

lmdb:encoding

Initargs

:value-encoding

Readers

db-value-encoding.

Writers

This slot is read-only.

Class: env

An environment object through which a memory-mapped
data file can be accessed. Always to be created by OPEN-ENV.

Package

lmdb.

Source

lmdb.lisp.

Direct methods
Direct slots
Slot: %envp
Slot: path

The location of the memory-mapped file and the environment lock file.

Initargs

:path

Readers

env-path.

Writers

This slot is read-only.

Slot: max-dbs

The maximum number of named databases in the
environment. Currently a moderate number is cheap, but a huge number gets expensive: 7-120 words per transaction, and every GET-DB does a linear search of the opened database.

Type

integer

Initargs

:max-dbs

Readers

env-max-dbs.

Writers

This slot is read-only.

Slot: max-readers

The maximum number of threads/reader slots. See
the documentation of the [reader lock table](http://lmdb.tech/doc/group__readers.html) for more.

Type

integer

Initargs

:max-readers

Readers

env-max-readers.

Writers

This slot is read-only.

Slot: map-size

Specifies the size of the data file in bytes.

Type

integer

Initargs

:map-size

Readers

env-map-size.

Writers

This slot is read-only.

Slot: flags

A plist of the options as captured by OPEN-ENV. For example, ‘(:FIXED-MAP NIL :SUBDIR T ...)‘.

Type

list

Initargs

:flags

Readers

env-flags.

Writers

This slot is read-only.

Slot: mode
Initargs

:mode

Readers

env-mode.

Writers

This slot is read-only.

Slot: db-lock
Initform

(bordeaux-threads:make-lock "db-lock")

Readers

env-db-lock.

Writers

This slot is read-only.

Slot: db-name-to-dbi
Initform

(make-hash-table :test (function equal))

Readers

env-db-name-to-dbi.

Writers

This slot is read-only.

Slot: n-txns
Initargs

:n-txns

Readers

env-n-txns.

Writers

This slot is read-only.

Class: envinfo-tclass
Package

liblmdb.

Source

liblmdb.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: stat-tclass
Package

liblmdb.

Source

liblmdb.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: val-tclass
Package

liblmdb.

Source

liblmdb.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.

6.1.10 Types

Type: encoding ()

The following values are supported:

- :UINT64: Data to be encoded must be of type ‘(UNSIGNED-BYTE 64)‘, which is then encoded as an 8 byte array in _native_ byte order with UINT64-TO-OCTETS. The reverse transformation takes place when returning values. This is the encoding used for INTEGER-KEY and INTEGER-DUP DBs.

- :OCTETS: Note the plural. Data to be encoded (e.g. KEY argument of G3T) must be a 1D byte array. If its element type
is ‘(UNSIGNED-BYTE 8)‘, then the data can be passed to the foreign code more efficiently, but declaring the element type is not required. For example, [VECTOR][type]s can be used as long as the actual elements are of type ‘(UNSIGNED-BYTE 8)‘. Foreign byte arrays to be decoded (e.g. the value returned by G3T) are returned as OCTETS.

- :UTF-8: Data to be encoded must be a string, which is converted to octets by TRIVIAL-UTF-8. Null-terminated. Foreign byte arrays are decoded the same way.

- NIL: Data is encoded using the default encoding according to its Lisp type: strings as :UTF-8, vectors as :OCTETS, ‘(UNSIGNED-BYTE 64)‘ as :UINT64. Decoding is always performed as :OCTETS.

- A [CONS][type]: Data is encoded by the function in the CAR of the cons and decoded by the function in the CDR. For example, :UINT64 is equivalent to ‘(CONS #’UINT64-TO-OCTETS #’MDB-VAL-TO-UINT64)‘.

Package

lmdb.

Source

lmdb.lisp.

Type: octets (&optional size)

A 1D SIMPLE-ARRAY of ‘(UNSIGNED-BYTE 8)‘.

Package

lmdb.

Source

lmdb.lisp.


6.2 Internals


6.2.1 Constants

Constant: +n-alignment-bits+
Package

lmdb.

Source

lmdb.lisp.

Constant: +n-word-bits+
Package

lmdb.

Source

lmdb.lisp.

Constant: +null-pointer+
Package

lmdb.

Source

lmdb.lisp.


6.2.2 Special variables

Special Variable: *default-cursor*
Package

lmdb.

Source

lmdb.lisp.

Special Variable: *endianness*
Package

lmdb.

Source

lmdb.lisp.

Special Variable: *open-envs*
Package

lmdb.

Source

lmdb.lisp.

Special Variable: *open-envs-lock*
Package

lmdb.

Source

lmdb.lisp.

Special Variable: *txn*
Package

lmdb.

Source

lmdb.lisp.

Special Variable: +cursor-thread+
Package

lmdb.

Source

lmdb.lisp.

Special Variable: +cursor-uninitialized+
Package

lmdb.

Source

lmdb.lisp.

Special Variable: +eacces+
Package

lmdb.

Source

lmdb.lisp.

Special Variable: +eagain+
Package

lmdb.

Source

lmdb.lisp.

Special Variable: +einval+
Package

lmdb.

Source

lmdb.lisp.

Special Variable: +enoent+
Package

lmdb.

Source

lmdb.lisp.

Special Variable: +illegal-access-to-parent-txn+
Package

lmdb.

Source

lmdb.lisp.

Special Variable: +txn-read-only+
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @active-transaction
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @default-cursor
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @dupsort
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb-manual
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/additional-conditions
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/basic-cursor-operations
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/basic-operations
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/conditions
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/cursors
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/database-api
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/databases
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/design-and-implementation
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/deviations-from-the-lmdb-api
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/encodings
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/env-reference
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/environments
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/error-code-conditions
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/introduction
Package

lmdb.

Source

lmdb.lisp.

Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/misc-cursor
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/misc-env
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/nesting-transactions
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/opening-and-closing-env
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/overriding-encodings
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/positioning-cursors
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/safety
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/the-unnamed-database
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/transactions
Package

lmdb.

Source

lmdb.lisp.

Special Variable: @lmdb/version
Package

lmdb.

Source

lmdb.lisp.


6.2.3 Macros

Macro: assert-error (condition-type &body body)
Package

lmdb.

Source

lmdb.lisp.

Macro: async-signal-safe (&body body)
Package

lmdb.

Source

lmdb.lisp.

Macro: decode-key (db %val)
Package

lmdb.

Source

lmdb.lisp.

Macro: decode-value (db %val)
Package

lmdb.

Source

lmdb.lisp.

Macro: encode-key (db data)
Package

lmdb.

Source

lmdb.lisp.

Macro: encode-value (db data)
Package

lmdb.

Source

lmdb.lisp.

Macro: shadow-get (&optional package)

CL:SHADOW the symbol GET in PACKAGE and make it an alias for LMDB:G3T. Do this at compile time if at the top level.

Package

lmdb.

Source

lmdb.lisp.

Macro: unwind-protect* (protected &body cleanup)
Package

lmdb.

Source

lmdb.lisp.

Macro: with-empty-val ((%valp) &body body)
Package

lmdb.

Source

lmdb.lisp.

Macro: with-interrupts (&body body)
Package

lmdb.

Source

lmdb.lisp.

Macro: with-val ((%valp data) &body body)
Package

lmdb.

Source

lmdb.lisp.

Macro: without-interrupts (&body body)
Package

lmdb.

Source

lmdb.lisp.


6.2.4 Ordinary functions

Function: %close-cursor (cursor)
Package

lmdb.

Source

lmdb.lisp.

Function: %cursorp (cursor)
Package

lmdb.

Source

lmdb.lisp.

Function: %envp (env)
Package

lmdb.

Source

lmdb.lisp.

Function: %make-env (path &key class max-dbs max-readers map-size mode subdir sync meta-sync read-only tls read-ahead lock mem-init fixed-map write-map map-async)
Package

lmdb.

Source

lmdb.lisp.

Function: %open-cursor (db)
Package

lmdb.

Source

lmdb.lisp.

Function: %open-txn-p (txn)
Package

lmdb.

Source

lmdb.lisp.

Function: %txna ()
Package

lmdb.

Source

lmdb.lisp.

Function: %txnp (&optional %txna)
Package

lmdb.

Source

lmdb.lisp.

Function: abortable-txn-p (txn)
Package

lmdb.

Source

lmdb.lisp.

Function: active-txn-in-env (env &optional errorp)
Package

lmdb.

Source

lmdb.lisp.

Function: aligned-pointer-to-fixnum (ptr)
Package

lmdb.

Source

lmdb.lisp.

Function: call-with-cursor (fn db)
Package

lmdb.

Source

lmdb.lisp.

Function: call-with-implicit-cursor (fn db)
Package

lmdb.

Source

lmdb.lisp.

Function: call-with-temporary-env (fn &rest env-args)
Package

lmdb.

Source

lmdb.lisp.

Function: call-with-txn (fn env write ignore-parent sync meta-sync)
Package

lmdb.

Source

lmdb.lisp.

Function: check-cursor (cursor)
Package

lmdb.

Source

lmdb.lisp.

Function: check-for-stale-readers* (env)
Package

lmdb.

Source

lmdb.lisp.

Function: check-mdb-file-not-open-in-same-process (env)
Package

lmdb.

Source

lmdb.lisp.

Function: check-no-active-transaction (env message)
Package

lmdb.

Source

lmdb.lisp.

Function: clear-txn-reset-p (txn)
Package

lmdb.

Source

lmdb.lisp.

Function: close-txn (txn)
Package

lmdb.

Source

lmdb.lisp.

Function: copy-cursor (instance)
Package

lmdb.

Source

lmdb.lisp.

Function: copy-foreign-value (%data n data)
Package

lmdb.

Source

lmdb.lisp.

Function: copy-txn (instance)
Package

lmdb.

Source

lmdb.lisp.

Reader: cursor-%cursorp (instance)
Writer: (setf cursor-%cursorp) (instance)
Package

lmdb.

Source

lmdb.lisp.

Target Slot

%cursorp.

Reader: cursor-env (instance)
Writer: (setf cursor-env) (instance)
Package

lmdb.

Source

lmdb.lisp.

Target Slot

env.

Function: cursor-p (object)
Package

lmdb.

Source

lmdb.lisp.

Reader: cursor-thread (instance)
Writer: (setf cursor-thread) (instance)
Package

lmdb.

Source

lmdb.lisp.

Target Slot

thread.

Reader: cursor-txn (instance)
Writer: (setf cursor-txn) (instance)
Package

lmdb.

Source

lmdb.lisp.

Target Slot

txn.

Function: db-flags (db)
Package

lmdb.

Source

lmdb.lisp.

Function: decode-data (encoding mdb-val)
Package

lmdb.

Source

lmdb.lisp.

Function: deregister-open-env (env)
Package

lmdb.

Source

lmdb.lisp.

Function: encode-data (encoding data)
Package

lmdb.

Source

lmdb.lisp.

Function: env-enter-txn (env)
Package

lmdb.

Source

lmdb.lisp.

Function: env-flag-list-to-int (list)
Package

lmdb.

Source

lmdb.lisp.

Function: env-leave-txn (env)
Package

lmdb.

Source

lmdb.lisp.

Function: env-prevent-txns (env)
Package

lmdb.

Source

lmdb.lisp.

Function: errno-value (keyword)
Package

lmdb.

Source

lmdb.lisp.

Function: finalize-env (%envp)
Package

lmdb.

Source

lmdb.lisp.

Function: fixnum-to-aligned-pointer (fixnum)
Package

lmdb.

Source

lmdb.lisp.

Function: init-%val (%valp %bytes size)
Package

lmdb.

Source

lmdb.lisp.

Function: lispify (name flag &optional package)
Package

liblmdb.

Source

liblmdb.lisp.

Function: make-cursor (&key %cursorp txn env db thread)
Package

lmdb.

Source

lmdb.lisp.

Function: make-txn (&key %txna flags env enclosing-txn)
Package

lmdb.

Source

lmdb.lisp.

Function: maybe-abort-txn (txn)
Package

lmdb.

Source

lmdb.lisp.

Function: maybe-commit-txn (txn)
Package

lmdb.

Source

lmdb.lisp.

Function: mdb-truename (env)
Package

lmdb.

Source

lmdb.lisp.

Function: memcpy (dest src n)
Package

lmdb.

Source

lmdb.lisp.

Function: open-%txnp (txn)
Package

lmdb.

Source

lmdb.lisp.

Function: open-%txnp-for-db (db)
Package

lmdb.

Source

lmdb.lisp.

Function: open-%txnp-for-env (env)
Package

lmdb.

Source

lmdb.lisp.

Function: parent-txn (txn)
Package

lmdb.

Source

lmdb.lisp.

Function: pax-pages ()
Package

lmdb.

Source

doc.lisp.

Function: pax-sections ()
Package

lmdb.

Source

doc.lisp.

Function: random-string ()
Package

lmdb.

Source

lmdb.lisp.

Function: read-only-txn-p (txn)
Package

lmdb.

Source

lmdb.lisp.

Function: register-open-env (env)
Package

lmdb.

Source

lmdb.lisp.

Function: set-txn-reset-p (txn)
Package

lmdb.

Source

lmdb.lisp.

Function: strerror (error-code)
Package

lmdb.

Source

lmdb.lisp.

Reader: txn-%txna (instance)
Writer: (setf txn-%txna) (instance)
Package

lmdb.

Source

lmdb.lisp.

Target Slot

%txna.

Reader: txn-enclosing-txn (instance)
Writer: (setf txn-enclosing-txn) (instance)
Package

lmdb.

Source

lmdb.lisp.

Target Slot

enclosing-txn.

Reader: txn-env (instance)
Writer: (setf txn-env) (instance)
Package

lmdb.

Source

lmdb.lisp.

Target Slot

env.

Reader: txn-flags (instance)
Writer: (setf txn-flags) (instance)
Package

lmdb.

Source

lmdb.lisp.

Target Slot

flags.

Function: txn-p (object)
Package

lmdb.

Source

lmdb.lisp.

Function: txn-reset-p (txn)
Package

lmdb.

Source

lmdb.lisp.


6.2.5 Generic functions

Generic Reader: %dbi (object)
Package

lmdb.

Methods
Reader Method: %dbi ((db db))

automatically generated reader method

Source

lmdb.lisp.

Target Slot

dbi.

Generic Reader: db-env (object)
Package

lmdb.

Methods
Reader Method: db-env ((db db))

automatically generated reader method

Source

lmdb.lisp.

Target Slot

env.

Generic Reader: env-db-lock (object)
Package

lmdb.

Methods
Reader Method: env-db-lock ((env env))

automatically generated reader method

Source

lmdb.lisp.

Target Slot

db-lock.

Generic Reader: env-db-name-to-dbi (object)
Package

lmdb.

Methods
Reader Method: env-db-name-to-dbi ((env env))

automatically generated reader method

Source

lmdb.lisp.

Target Slot

db-name-to-dbi.

Generic Reader: env-n-txns (object)
Package

lmdb.

Methods
Reader Method: env-n-txns ((env env))

automatically generated reader method

Source

lmdb.lisp.

Target Slot

n-txns.

Generic Reader: lmdb-error-control-string (condition)
Package

lmdb.

Methods
Reader Method: lmdb-error-control-string ((condition lmdb-serious-condition))
Source

lmdb.lisp.

Target Slot

control-string.

Generic Reader: lmdb-error-error-code (condition)
Package

lmdb.

Methods
Reader Method: lmdb-error-error-code ((condition lmdb-serious-condition))
Source

lmdb.lisp.

Target Slot

error-code.

Generic Reader: lmdb-error-format-args (condition)
Package

lmdb.

Methods
Reader Method: lmdb-error-format-args ((condition lmdb-serious-condition))
Source

lmdb.lisp.

Target Slot

format-args.


6.2.6 Structures

Structure: txn
Package

lmdb.

Source

lmdb.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: %txna
Type

fixnum

Initform

0

Readers

txn-%txna.

Writers

(setf txn-%txna).

Slot: flags
Type

fixnum

Initform

0

Readers

txn-flags.

Writers

(setf txn-flags).

Slot: env
Type

lmdb:env

Readers

txn-env.

Writers

(setf txn-env).

Slot: enclosing-txn
Type

(or lmdb::txn null)

Readers

txn-enclosing-txn.

Writers

(setf txn-enclosing-txn).


6.2.7 Types

Type: octet ()
Package

lmdb.

Source

lmdb.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   %   (  
A   C   D   E   F   G   I   L   M   O   P   R   S   T   U   V   W  
Index Entry  Section

%
%close-cursor: Private ordinary functions
%cursorp: Private ordinary functions
%dbi: Private generic functions
%dbi: Private generic functions
%envp: Private ordinary functions
%make-env: Private ordinary functions
%open-cursor: Private ordinary functions
%open-txn-p: Private ordinary functions
%txna: Private ordinary functions
%txnp: Private ordinary functions

(
(setf cursor-%cursorp): Private ordinary functions
(setf cursor-db): Public ordinary functions
(setf cursor-env): Private ordinary functions
(setf cursor-thread): Private ordinary functions
(setf cursor-txn): Private ordinary functions
(setf txn-%txna): Private ordinary functions
(setf txn-enclosing-txn): Private ordinary functions
(setf txn-env): Private ordinary functions
(setf txn-flags): Private ordinary functions

A
abort-txn: Public ordinary functions
abortable-txn-p: Private ordinary functions
active-txn-in-env: Private ordinary functions
aligned-pointer-to-fixnum: Private ordinary functions
assert-error: Private macros
async-signal-safe: Private macros

C
call-with-cursor: Private ordinary functions
call-with-implicit-cursor: Private ordinary functions
call-with-temporary-env: Private ordinary functions
call-with-txn: Private ordinary functions
check-cursor: Private ordinary functions
check-for-stale-readers: Public ordinary functions
check-for-stale-readers*: Private ordinary functions
check-mdb-file-not-open-in-same-process: Private ordinary functions
check-no-active-transaction: Private ordinary functions
clear-txn-reset-p: Private ordinary functions
close-env: Public ordinary functions
close-txn: Private ordinary functions
cmp: Public ordinary functions
commit-txn: Public ordinary functions
copy-cursor: Private ordinary functions
copy-foreign-value: Private ordinary functions
copy-txn: Private ordinary functions
cursor-%cursorp: Private ordinary functions
cursor-close: Public ordinary functions
cursor-count: Public ordinary functions
cursor-count: Public ordinary functions
cursor-db: Public ordinary functions
cursor-dbi: Public ordinary functions
cursor-del: Public ordinary functions
cursor-del: Public ordinary functions
cursor-env: Private ordinary functions
cursor-first: Public ordinary functions
cursor-first-dup: Public ordinary functions
cursor-get: Public ordinary functions
cursor-key: Public ordinary functions
cursor-key-value: Public ordinary functions
cursor-last: Public ordinary functions
cursor-last-dup: Public ordinary functions
cursor-next: Public ordinary functions
cursor-next-dup: Public ordinary functions
cursor-next-nodup: Public ordinary functions
cursor-open: Public ordinary functions
cursor-p: Private ordinary functions
cursor-prev: Public ordinary functions
cursor-prev-dup: Public ordinary functions
cursor-prev-nodup: Public ordinary functions
cursor-put: Public ordinary functions
cursor-put: Public ordinary functions
cursor-renew: Public ordinary functions
cursor-renew: Public ordinary functions
cursor-set-key: Public ordinary functions
cursor-set-key-dup: Public ordinary functions
cursor-set-range: Public ordinary functions
cursor-set-range-dup: Public ordinary functions
cursor-thread: Private ordinary functions
cursor-txn: Public ordinary functions
cursor-txn: Private ordinary functions
cursor-value: Public ordinary functions

D
db-env: Private generic functions
db-env: Private generic functions
db-flags: Private ordinary functions
db-key-encoding: Public generic functions
db-key-encoding: Public generic functions
db-name: Public generic functions
db-name: Public generic functions
db-statistics: Public ordinary functions
db-value-encoding: Public generic functions
db-value-encoding: Public generic functions
dbi-close: Public ordinary functions
dbi-flags: Public ordinary functions
dbi-open: Public ordinary functions
dcmp: Public ordinary functions
decode-data: Private ordinary functions
decode-key: Private macros
decode-value: Private macros
defanonenum: Public macros
del: Public ordinary functions
del: Public ordinary functions
deregister-open-env: Private ordinary functions
do-cursor: Public macros
do-cursor-dup: Public macros
do-db: Public macros
do-db-dup: Public macros
drop: Public ordinary functions
drop-db: Public ordinary functions

E
encode-data: Private ordinary functions
encode-key: Private macros
encode-value: Private macros
env-close: Public ordinary functions
env-copy: Public ordinary functions
env-copy-2: Public ordinary functions
env-copyfd: Public ordinary functions
env-copyfd-2: Public ordinary functions
env-create: Public ordinary functions
env-db-lock: Private generic functions
env-db-lock: Private generic functions
env-db-name-to-dbi: Private generic functions
env-db-name-to-dbi: Private generic functions
env-enter-txn: Private ordinary functions
env-flag-list-to-int: Private ordinary functions
env-flags: Public generic functions
env-flags: Public generic functions
env-get-fd: Public ordinary functions
env-get-flags: Public ordinary functions
env-get-maxkeysize: Public ordinary functions
env-get-maxreaders: Public ordinary functions
env-get-path: Public ordinary functions
env-get-userctx: Public ordinary functions
env-info: Public ordinary functions
env-info: Public ordinary functions
env-leave-txn: Private ordinary functions
env-map-size: Public generic functions
env-map-size: Public generic functions
env-max-dbs: Public generic functions
env-max-dbs: Public generic functions
env-max-key-size: Public ordinary functions
env-max-readers: Public generic functions
env-max-readers: Public generic functions
env-mode: Public generic functions
env-mode: Public generic functions
env-n-txns: Private generic functions
env-n-txns: Private generic functions
env-open: Public ordinary functions
env-path: Public generic functions
env-path: Public generic functions
env-prevent-txns: Private ordinary functions
env-set-assert: Public ordinary functions
env-set-flags: Public ordinary functions
env-set-mapsize: Public ordinary functions
env-set-maxdbs: Public ordinary functions
env-set-maxreaders: Public ordinary functions
env-set-userctx: Public ordinary functions
env-stat: Public ordinary functions
env-statistics: Public ordinary functions
env-sync: Public ordinary functions
errno-value: Private ordinary functions

F
finalize-env: Private ordinary functions
fixnum-to-aligned-pointer: Private ordinary functions
Function, %close-cursor: Private ordinary functions
Function, %cursorp: Private ordinary functions
Function, %envp: Private ordinary functions
Function, %make-env: Private ordinary functions
Function, %open-cursor: Private ordinary functions
Function, %open-txn-p: Private ordinary functions
Function, %txna: Private ordinary functions
Function, %txnp: Private ordinary functions
Function, (setf cursor-%cursorp): Private ordinary functions
Function, (setf cursor-db): Public ordinary functions
Function, (setf cursor-env): Private ordinary functions
Function, (setf cursor-thread): Private ordinary functions
Function, (setf cursor-txn): Private ordinary functions
Function, (setf txn-%txna): Private ordinary functions
Function, (setf txn-enclosing-txn): Private ordinary functions
Function, (setf txn-env): Private ordinary functions
Function, (setf txn-flags): Private ordinary functions
Function, abort-txn: Public ordinary functions
Function, abortable-txn-p: Private ordinary functions
Function, active-txn-in-env: Private ordinary functions
Function, aligned-pointer-to-fixnum: Private ordinary functions
Function, call-with-cursor: Private ordinary functions
Function, call-with-implicit-cursor: Private ordinary functions
Function, call-with-temporary-env: Private ordinary functions
Function, call-with-txn: Private ordinary functions
Function, check-cursor: Private ordinary functions
Function, check-for-stale-readers: Public ordinary functions
Function, check-for-stale-readers*: Private ordinary functions
Function, check-mdb-file-not-open-in-same-process: Private ordinary functions
Function, check-no-active-transaction: Private ordinary functions
Function, clear-txn-reset-p: Private ordinary functions
Function, close-env: Public ordinary functions
Function, close-txn: Private ordinary functions
Function, cmp: Public ordinary functions
Function, commit-txn: Public ordinary functions
Function, copy-cursor: Private ordinary functions
Function, copy-foreign-value: Private ordinary functions
Function, copy-txn: Private ordinary functions
Function, cursor-%cursorp: Private ordinary functions
Function, cursor-close: Public ordinary functions
Function, cursor-count: Public ordinary functions
Function, cursor-count: Public ordinary functions
Function, cursor-db: Public ordinary functions
Function, cursor-dbi: Public ordinary functions
Function, cursor-del: Public ordinary functions
Function, cursor-del: Public ordinary functions
Function, cursor-env: Private ordinary functions
Function, cursor-first: Public ordinary functions
Function, cursor-first-dup: Public ordinary functions
Function, cursor-get: Public ordinary functions
Function, cursor-key: Public ordinary functions
Function, cursor-key-value: Public ordinary functions
Function, cursor-last: Public ordinary functions
Function, cursor-last-dup: Public ordinary functions
Function, cursor-next: Public ordinary functions
Function, cursor-next-dup: Public ordinary functions
Function, cursor-next-nodup: Public ordinary functions
Function, cursor-open: Public ordinary functions
Function, cursor-p: Private ordinary functions
Function, cursor-prev: Public ordinary functions
Function, cursor-prev-dup: Public ordinary functions
Function, cursor-prev-nodup: Public ordinary functions
Function, cursor-put: Public ordinary functions
Function, cursor-put: Public ordinary functions
Function, cursor-renew: Public ordinary functions
Function, cursor-renew: Public ordinary functions
Function, cursor-set-key: Public ordinary functions
Function, cursor-set-key-dup: Public ordinary functions
Function, cursor-set-range: Public ordinary functions
Function, cursor-set-range-dup: Public ordinary functions
Function, cursor-thread: Private ordinary functions
Function, cursor-txn: Public ordinary functions
Function, cursor-txn: Private ordinary functions
Function, cursor-value: Public ordinary functions
Function, db-flags: Private ordinary functions
Function, db-statistics: Public ordinary functions
Function, dbi-close: Public ordinary functions
Function, dbi-flags: Public ordinary functions
Function, dbi-open: Public ordinary functions
Function, dcmp: Public ordinary functions
Function, decode-data: Private ordinary functions
Function, del: Public ordinary functions
Function, del: Public ordinary functions
Function, deregister-open-env: Private ordinary functions
Function, drop: Public ordinary functions
Function, drop-db: Public ordinary functions
Function, encode-data: Private ordinary functions
Function, env-close: Public ordinary functions
Function, env-copy: Public ordinary functions
Function, env-copy-2: Public ordinary functions
Function, env-copyfd: Public ordinary functions
Function, env-copyfd-2: Public ordinary functions
Function, env-create: Public ordinary functions
Function, env-enter-txn: Private ordinary functions
Function, env-flag-list-to-int: Private ordinary functions
Function, env-get-fd: Public ordinary functions
Function, env-get-flags: Public ordinary functions
Function, env-get-maxkeysize: Public ordinary functions
Function, env-get-maxreaders: Public ordinary functions
Function, env-get-path: Public ordinary functions
Function, env-get-userctx: Public ordinary functions
Function, env-info: Public ordinary functions
Function, env-info: Public ordinary functions
Function, env-leave-txn: Private ordinary functions
Function, env-max-key-size: Public ordinary functions
Function, env-open: Public ordinary functions
Function, env-prevent-txns: Private ordinary functions
Function, env-set-assert: Public ordinary functions
Function, env-set-flags: Public ordinary functions
Function, env-set-mapsize: Public ordinary functions
Function, env-set-maxdbs: Public ordinary functions
Function, env-set-maxreaders: Public ordinary functions
Function, env-set-userctx: Public ordinary functions
Function, env-stat: Public ordinary functions
Function, env-statistics: Public ordinary functions
Function, env-sync: Public ordinary functions
Function, errno-value: Private ordinary functions
Function, finalize-env: Private ordinary functions
Function, fixnum-to-aligned-pointer: Private ordinary functions
Function, g3t: Public ordinary functions
Function, get: Public ordinary functions
Function, get: Public ordinary functions
Function, get-db: Public ordinary functions
Function, init-%val: Private ordinary functions
Function, lispify: Private ordinary functions
Function, list-dups: Public ordinary functions
Function, lmdb-binding-version: Public ordinary functions
Function, lmdb-error: Public ordinary functions
Function, lmdb-foreign-version: Public ordinary functions
Function, make-cursor: Private ordinary functions
Function, make-txn: Private ordinary functions
Function, maybe-abort-txn: Private ordinary functions
Function, maybe-commit-txn: Private ordinary functions
Function, mdb-truename: Private ordinary functions
Function, mdb-val-to-octets: Public ordinary functions
Function, mdb-val-to-string: Public ordinary functions
Function, mdb-val-to-uint64: Public ordinary functions
Function, memcpy: Private ordinary functions
Function, octets-to-string: Public ordinary functions
Function, octets-to-uint64: Public ordinary functions
Function, open-%txnp: Private ordinary functions
Function, open-%txnp-for-db: Private ordinary functions
Function, open-%txnp-for-env: Private ordinary functions
Function, open-env: Public ordinary functions
Function, open-env-p: Public ordinary functions
Function, open-txn-p: Public ordinary functions
Function, parent-txn: Private ordinary functions
Function, pax-pages: Private ordinary functions
Function, pax-sections: Private ordinary functions
Function, put: Public ordinary functions
Function, put: Public ordinary functions
Function, random-string: Private ordinary functions
Function, read-only-txn-p: Private ordinary functions
Function, reader-check: Public ordinary functions
Function, reader-list: Public ordinary functions
Function, register-open-env: Private ordinary functions
Function, renew-txn: Public ordinary functions
Function, reset-txn: Public ordinary functions
Function, set-compare: Public ordinary functions
Function, set-dupsort: Public ordinary functions
Function, set-relctx: Public ordinary functions
Function, set-relfunc: Public ordinary functions
Function, set-txn-reset-p: Private ordinary functions
Function, stat: Public ordinary functions
Function, strerror: Public ordinary functions
Function, strerror: Private ordinary functions
Function, string-to-octets: Public ordinary functions
Function, sync-env: Public ordinary functions
Function, txn-%txna: Private ordinary functions
Function, txn-abort: Public ordinary functions
Function, txn-begin: Public ordinary functions
Function, txn-commit: Public ordinary functions
Function, txn-enclosing-txn: Private ordinary functions
Function, txn-env: Public ordinary functions
Function, txn-env: Private ordinary functions
Function, txn-flags: Private ordinary functions
Function, txn-id: Public ordinary functions
Function, txn-id: Public ordinary functions
Function, txn-p: Private ordinary functions
Function, txn-renew: Public ordinary functions
Function, txn-reset: Public ordinary functions
Function, txn-reset-p: Private ordinary functions
Function, uint64-to-octets: Public ordinary functions
Function, version: Public ordinary functions

G
g3t: Public ordinary functions
Generic Function, %dbi: Private generic functions
Generic Function, db-env: Private generic functions
Generic Function, db-key-encoding: Public generic functions
Generic Function, db-name: Public generic functions
Generic Function, db-value-encoding: Public generic functions
Generic Function, env-db-lock: Private generic functions
Generic Function, env-db-name-to-dbi: Private generic functions
Generic Function, env-flags: Public generic functions
Generic Function, env-map-size: Public generic functions
Generic Function, env-max-dbs: Public generic functions
Generic Function, env-max-readers: Public generic functions
Generic Function, env-mode: Public generic functions
Generic Function, env-n-txns: Private generic functions
Generic Function, env-path: Public generic functions
Generic Function, lmdb-error-control-string: Private generic functions
Generic Function, lmdb-error-error-code: Private generic functions
Generic Function, lmdb-error-format-args: Private generic functions
get: Public ordinary functions
get: Public ordinary functions
get-db: Public ordinary functions

I
init-%val: Private ordinary functions

L
lispify: Private ordinary functions
list-dups: Public ordinary functions
lmdb-binding-version: Public ordinary functions
lmdb-error: Public ordinary functions
lmdb-error-control-string: Private generic functions
lmdb-error-control-string: Private generic functions
lmdb-error-error-code: Private generic functions
lmdb-error-error-code: Private generic functions
lmdb-error-format-args: Private generic functions
lmdb-error-format-args: Private generic functions
lmdb-foreign-version: Public ordinary functions

M
Macro, assert-error: Private macros
Macro, async-signal-safe: Private macros
Macro, decode-key: Private macros
Macro, decode-value: Private macros
Macro, defanonenum: Public macros
Macro, do-cursor: Public macros
Macro, do-cursor-dup: Public macros
Macro, do-db: Public macros
Macro, do-db-dup: Public macros
Macro, encode-key: Private macros
Macro, encode-value: Private macros
Macro, shadow-get: Private macros
Macro, unwind-protect*: Private macros
Macro, with-cursor: Public macros
Macro, with-empty-val: Private macros
Macro, with-env: Public macros
Macro, with-implicit-cursor: Public macros
Macro, with-interrupts: Private macros
Macro, with-mdb-val-slots: Public macros
Macro, with-temporary-env: Public macros
Macro, with-txn: Public macros
Macro, with-val: Private macros
Macro, without-interrupts: Private macros
make-cursor: Private ordinary functions
make-txn: Private ordinary functions
maybe-abort-txn: Private ordinary functions
maybe-commit-txn: Private ordinary functions
mdb-truename: Private ordinary functions
mdb-val-to-octets: Public ordinary functions
mdb-val-to-string: Public ordinary functions
mdb-val-to-uint64: Public ordinary functions
memcpy: Private ordinary functions
Method, %dbi: Private generic functions
Method, db-env: Private generic functions
Method, db-key-encoding: Public generic functions
Method, db-name: Public generic functions
Method, db-value-encoding: Public generic functions
Method, env-db-lock: Private generic functions
Method, env-db-name-to-dbi: Private generic functions
Method, env-flags: Public generic functions
Method, env-map-size: Public generic functions
Method, env-max-dbs: Public generic functions
Method, env-max-readers: Public generic functions
Method, env-mode: Public generic functions
Method, env-n-txns: Private generic functions
Method, env-path: Public generic functions
Method, lmdb-error-control-string: Private generic functions
Method, lmdb-error-error-code: Private generic functions
Method, lmdb-error-format-args: Private generic functions
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods

O
octets-to-string: Public ordinary functions
octets-to-uint64: Public ordinary functions
open-%txnp: Private ordinary functions
open-%txnp-for-db: Private ordinary functions
open-%txnp-for-env: Private ordinary functions
open-env: Public ordinary functions
open-env-p: Public ordinary functions
open-txn-p: Public ordinary functions

P
parent-txn: Private ordinary functions
pax-pages: Private ordinary functions
pax-sections: Private ordinary functions
print-object: Public standalone methods
print-object: Public standalone methods
put: Public ordinary functions
put: Public ordinary functions

R
random-string: Private ordinary functions
read-only-txn-p: Private ordinary functions
reader-check: Public ordinary functions
reader-list: Public ordinary functions
register-open-env: Private ordinary functions
renew-txn: Public ordinary functions
reset-txn: Public ordinary functions

S
set-compare: Public ordinary functions
set-dupsort: Public ordinary functions
set-relctx: Public ordinary functions
set-relfunc: Public ordinary functions
set-txn-reset-p: Private ordinary functions
shadow-get: Private macros
stat: Public ordinary functions
strerror: Public ordinary functions
strerror: Private ordinary functions
string-to-octets: Public ordinary functions
sync-env: Public ordinary functions

T
txn-%txna: Private ordinary functions
txn-abort: Public ordinary functions
txn-begin: Public ordinary functions
txn-commit: Public ordinary functions
txn-enclosing-txn: Private ordinary functions
txn-env: Public ordinary functions
txn-env: Private ordinary functions
txn-flags: Private ordinary functions
txn-id: Public ordinary functions
txn-id: Public ordinary functions
txn-p: Private ordinary functions
txn-renew: Public ordinary functions
txn-reset: Public ordinary functions
txn-reset-p: Private ordinary functions

U
uint64-to-octets: Public ordinary functions
unwind-protect*: Private macros

V
version: Public ordinary functions

W
with-cursor: Public macros
with-empty-val: Private macros
with-env: Public macros
with-implicit-cursor: Public macros
with-interrupts: Private macros
with-mdb-val-slots: Public macros
with-temporary-env: Public macros
with-txn: Public macros
with-val: Private macros
without-interrupts: Private macros


A.3 Variables

Jump to:   %   *   +   @  
C   D   E   F   K   M   N   P   S   T   V  
Index Entry  Section

%
%cursorp: Public structures
%envp: Public classes
%txna: Private structures

*
*db-class*: Public special variables
*default-cursor*: Private special variables
*endianness*: Private special variables
*env*: Public special variables
*env-class*: Public special variables
*key-decoder*: Public special variables
*key-encoder*: Public special variables
*open-envs*: Private special variables
*open-envs-lock*: Private special variables
*txn*: Private special variables
*value-decoder*: Public special variables
*value-encoder*: Public special variables

+
+append+: Public constants
+appenddup+: Public constants
+bad-dbi+: Public constants
+bad-rslot+: Public constants
+bad-txn+: Public constants
+bad-valsize+: Public constants
+corrupted+: Public constants
+cp-compact+: Public constants
+create+: Public constants
+current+: Public constants
+cursor-full+: Public constants
+cursor-thread+: Private special variables
+cursor-uninitialized+: Private special variables
+dbs-full+: Public constants
+dupfixed+: Public constants
+dupsort+: Public constants
+eacces+: Private special variables
+eagain+: Private special variables
+einval+: Private special variables
+enoent+: Private special variables
+fixedmap+: Public constants
+illegal-access-to-parent-txn+: Private special variables
+incompatible+: Public constants
+integerdup+: Public constants
+integerkey+: Public constants
+invalid+: Public constants
+keyexist+: Public constants
+last-errcode+: Public constants
+map-full+: Public constants
+map-resized+: Public constants
+mapasync+: Public constants
+multiple+: Public constants
+n-alignment-bits+: Private constants
+n-word-bits+: Private constants
+nodupdata+: Public constants
+nolock+: Public constants
+nomeminit+: Public constants
+nometasync+: Public constants
+nooverwrite+: Public constants
+nordahead+: Public constants
+nosubdir+: Public constants
+nosync+: Public constants
+notfound+: Public constants
+notls+: Public constants
+null-pointer+: Private constants
+page-full+: Public constants
+page-notfound+: Public constants
+panic+: Public constants
+rdonly+: Public constants
+readers-full+: Public constants
+reserve+: Public constants
+reversedup+: Public constants
+reversekey+: Public constants
+success+: Public constants
+tls-full+: Public constants
+txn-full+: Public constants
+txn-read-only+: Private special variables
+version-major+: Public constants
+version-minor+: Public constants
+version-mismatch+: Public constants
+version-patch+: Public constants
+writemap+: Public constants

@
@active-transaction: Private special variables
@default-cursor: Private special variables
@dupsort: Private special variables
@lmdb-manual: Private special variables
@lmdb/additional-conditions: Private special variables
@lmdb/basic-cursor-operations: Private special variables
@lmdb/basic-operations: Private special variables
@lmdb/conditions: Private special variables
@lmdb/cursors: Private special variables
@lmdb/database-api: Private special variables
@lmdb/databases: Private special variables
@lmdb/design-and-implementation: Private special variables
@lmdb/deviations-from-the-lmdb-api: Private special variables
@lmdb/encodings: Private special variables
@lmdb/env-reference: Private special variables
@lmdb/environments: Private special variables
@lmdb/error-code-conditions: Private special variables
@lmdb/introduction: Private special variables
@lmdb/links: Private special variables
@lmdb/misc-cursor: Private special variables
@lmdb/misc-env: Private special variables
@lmdb/nesting-transactions: Private special variables
@lmdb/opening-and-closing-env: Private special variables
@lmdb/overriding-encodings: Private special variables
@lmdb/positioning-cursors: Private special variables
@lmdb/safety: Private special variables
@lmdb/the-unnamed-database: Private special variables
@lmdb/transactions: Private special variables
@lmdb/version: Private special variables

C
Constant, +append+: Public constants
Constant, +appenddup+: Public constants
Constant, +bad-dbi+: Public constants
Constant, +bad-rslot+: Public constants
Constant, +bad-txn+: Public constants
Constant, +bad-valsize+: Public constants
Constant, +corrupted+: Public constants
Constant, +cp-compact+: Public constants
Constant, +create+: Public constants
Constant, +current+: Public constants
Constant, +cursor-full+: Public constants
Constant, +dbs-full+: Public constants
Constant, +dupfixed+: Public constants
Constant, +dupsort+: Public constants
Constant, +fixedmap+: Public constants
Constant, +incompatible+: Public constants
Constant, +integerdup+: Public constants
Constant, +integerkey+: Public constants
Constant, +invalid+: Public constants
Constant, +keyexist+: Public constants
Constant, +last-errcode+: Public constants
Constant, +map-full+: Public constants
Constant, +map-resized+: Public constants
Constant, +mapasync+: Public constants
Constant, +multiple+: Public constants
Constant, +n-alignment-bits+: Private constants
Constant, +n-word-bits+: Private constants
Constant, +nodupdata+: Public constants
Constant, +nolock+: Public constants
Constant, +nomeminit+: Public constants
Constant, +nometasync+: Public constants
Constant, +nooverwrite+: Public constants
Constant, +nordahead+: Public constants
Constant, +nosubdir+: Public constants
Constant, +nosync+: Public constants
Constant, +notfound+: Public constants
Constant, +notls+: Public constants
Constant, +null-pointer+: Private constants
Constant, +page-full+: Public constants
Constant, +page-notfound+: Public constants
Constant, +panic+: Public constants
Constant, +rdonly+: Public constants
Constant, +readers-full+: Public constants
Constant, +reserve+: Public constants
Constant, +reversedup+: Public constants
Constant, +reversekey+: Public constants
Constant, +success+: Public constants
Constant, +tls-full+: Public constants
Constant, +txn-full+: Public constants
Constant, +version-major+: Public constants
Constant, +version-minor+: Public constants
Constant, +version-mismatch+: Public constants
Constant, +version-patch+: Public constants
Constant, +writemap+: Public constants
control-string: Public conditions

D
db: Public structures
db-lock: Public classes
db-name-to-dbi: Public classes
dbi: Public classes

E
enclosing-txn: Private structures
env: Public structures
env: Public classes
env: Private structures
error-code: Public conditions

F
flags: Public classes
flags: Private structures
format-args: Public conditions

K
key-encoding: Public classes

M
map-size: Public classes
max-dbs: Public classes
max-readers: Public classes
mode: Public classes

N
n-txns: Public classes
name: Public classes

P
path: Public classes

S
Slot, %cursorp: Public structures
Slot, %envp: Public classes
Slot, %txna: Private structures
Slot, control-string: Public conditions
Slot, db: Public structures
Slot, db-lock: Public classes
Slot, db-name-to-dbi: Public classes
Slot, dbi: Public classes
Slot, enclosing-txn: Private structures
Slot, env: Public structures
Slot, env: Public classes
Slot, env: Private structures
Slot, error-code: Public conditions
Slot, flags: Public classes
Slot, flags: Private structures
Slot, format-args: Public conditions
Slot, key-encoding: Public classes
Slot, map-size: Public classes
Slot, max-dbs: Public classes
Slot, max-readers: Public classes
Slot, mode: Public classes
Slot, n-txns: Public classes
Slot, name: Public classes
Slot, path: Public classes
Slot, thread: Public structures
Slot, txn: Public structures
Slot, value-encoding: Public classes
Special Variable, *db-class*: Public special variables
Special Variable, *default-cursor*: Private special variables
Special Variable, *endianness*: Private special variables
Special Variable, *env*: Public special variables
Special Variable, *env-class*: Public special variables
Special Variable, *key-decoder*: Public special variables
Special Variable, *key-encoder*: Public special variables
Special Variable, *open-envs*: Private special variables
Special Variable, *open-envs-lock*: Private special variables
Special Variable, *txn*: Private special variables
Special Variable, *value-decoder*: Public special variables
Special Variable, *value-encoder*: Public special variables
Special Variable, +cursor-thread+: Private special variables
Special Variable, +cursor-uninitialized+: Private special variables
Special Variable, +eacces+: Private special variables
Special Variable, +eagain+: Private special variables
Special Variable, +einval+: Private special variables
Special Variable, +enoent+: Private special variables
Special Variable, +illegal-access-to-parent-txn+: Private special variables
Special Variable, +txn-read-only+: Private special variables
Special Variable, @active-transaction: Private special variables
Special Variable, @default-cursor: Private special variables
Special Variable, @dupsort: Private special variables
Special Variable, @lmdb-manual: Private special variables
Special Variable, @lmdb/additional-conditions: Private special variables
Special Variable, @lmdb/basic-cursor-operations: Private special variables
Special Variable, @lmdb/basic-operations: Private special variables
Special Variable, @lmdb/conditions: Private special variables
Special Variable, @lmdb/cursors: Private special variables
Special Variable, @lmdb/database-api: Private special variables
Special Variable, @lmdb/databases: Private special variables
Special Variable, @lmdb/design-and-implementation: Private special variables
Special Variable, @lmdb/deviations-from-the-lmdb-api: Private special variables
Special Variable, @lmdb/encodings: Private special variables
Special Variable, @lmdb/env-reference: Private special variables
Special Variable, @lmdb/environments: Private special variables
Special Variable, @lmdb/error-code-conditions: Private special variables
Special Variable, @lmdb/introduction: Private special variables
Special Variable, @lmdb/links: Private special variables
Special Variable, @lmdb/misc-cursor: Private special variables
Special Variable, @lmdb/misc-env: Private special variables
Special Variable, @lmdb/nesting-transactions: Private special variables
Special Variable, @lmdb/opening-and-closing-env: Private special variables
Special Variable, @lmdb/overriding-encodings: Private special variables
Special Variable, @lmdb/positioning-cursors: Private special variables
Special Variable, @lmdb/safety: Private special variables
Special Variable, @lmdb/the-unnamed-database: Private special variables
Special Variable, @lmdb/transactions: Private special variables
Special Variable, @lmdb/version: Private special variables

T
thread: Public structures
txn: Public structures

V
value-encoding: Public classes


A.4 Data types

Jump to:   C   D   E   F   L   M   O   P   S   T   V  
Index Entry  Section

C
Class, db: Public classes
Class, env: Public classes
Class, envinfo-tclass: Public classes
Class, stat-tclass: Public classes
Class, val-tclass: Public classes
Condition, lmdb-bad-dbi-error: Public conditions
Condition, lmdb-bad-rslot-error: Public conditions
Condition, lmdb-bad-txn-error: Public conditions
Condition, lmdb-bad-valsize-error: Public conditions
Condition, lmdb-corrupted-error: Public conditions
Condition, lmdb-cursor-full-error: Public conditions
Condition, lmdb-cursor-thread-error: Public conditions
Condition, lmdb-cursor-uninitialized-error: Public conditions
Condition, lmdb-dbs-full-error: Public conditions
Condition, lmdb-error: Public conditions
Condition, lmdb-illegal-access-to-parent-txn-error: Public conditions
Condition, lmdb-incompatible-error: Public conditions
Condition, lmdb-invalid-error: Public conditions
Condition, lmdb-key-exists-error: Public conditions
Condition, lmdb-map-full-error: Public conditions
Condition, lmdb-map-resized-error: Public conditions
Condition, lmdb-not-found-error: Public conditions
Condition, lmdb-page-full-error: Public conditions
Condition, lmdb-page-not-found-error: Public conditions
Condition, lmdb-panic-error: Public conditions
Condition, lmdb-readers-full-error: Public conditions
Condition, lmdb-serious-condition: Public conditions
Condition, lmdb-txn-full-error: Public conditions
Condition, lmdb-txn-read-only-error: Public conditions
Condition, lmdb-version-mismatch-error: Public conditions
cursor: Public structures

D
db: Public classes
doc.lisp: The lmdb/src/doc․lisp file

E
encoding: Public types
env: Public classes
envinfo-tclass: Public classes

F
File, doc.lisp: The lmdb/src/doc․lisp file
File, liblmdb.lisp: The lmdb/src/liblmdb․lisp file
File, lmdb+.lisp: The lmdb/src/lmdb+․lisp file
File, lmdb.asd: The lmdb/lmdb․asd file
File, lmdb.lisp: The lmdb/src/lmdb․lisp file
File, package.lisp: The lmdb/src/package․lisp file

L
liblmdb: The liblmdb package
liblmdb.lisp: The lmdb/src/liblmdb․lisp file
lmdb: The lmdb system
lmdb: The lmdb package
lmdb+: The lmdb+ package
lmdb+.lisp: The lmdb/src/lmdb+․lisp file
lmdb-bad-dbi-error: Public conditions
lmdb-bad-rslot-error: Public conditions
lmdb-bad-txn-error: Public conditions
lmdb-bad-valsize-error: Public conditions
lmdb-corrupted-error: Public conditions
lmdb-cursor-full-error: Public conditions
lmdb-cursor-thread-error: Public conditions
lmdb-cursor-uninitialized-error: Public conditions
lmdb-dbs-full-error: Public conditions
lmdb-error: Public conditions
lmdb-illegal-access-to-parent-txn-error: Public conditions
lmdb-incompatible-error: Public conditions
lmdb-invalid-error: Public conditions
lmdb-key-exists-error: Public conditions
lmdb-map-full-error: Public conditions
lmdb-map-resized-error: Public conditions
lmdb-not-found-error: Public conditions
lmdb-page-full-error: Public conditions
lmdb-page-not-found-error: Public conditions
lmdb-panic-error: Public conditions
lmdb-readers-full-error: Public conditions
lmdb-serious-condition: Public conditions
lmdb-txn-full-error: Public conditions
lmdb-txn-read-only-error: Public conditions
lmdb-version-mismatch-error: Public conditions
lmdb.asd: The lmdb/lmdb․asd file
lmdb.lisp: The lmdb/src/lmdb․lisp file

M
Module, src: The lmdb/src module

O
octet: Private types
octets: Public types

P
Package, liblmdb: The liblmdb package
Package, lmdb: The lmdb package
Package, lmdb+: The lmdb+ package
package.lisp: The lmdb/src/package․lisp file

S
src: The lmdb/src module
stat-tclass: Public classes
Structure, cursor: Public structures
Structure, txn: Private structures
System, lmdb: The lmdb system

T
txn: Private structures
Type, encoding: Public types
Type, octet: Private types
Type, octets: Public types

V
val-tclass: Public classes