The leveldb Reference Manual

This is the leveldb Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:53:16 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 leveldb

LevelDB bindings for Common Lisp.

Author

death

License

BSD

Defsystem Dependency

cffi-grovel (system).

Dependencies
  • cffi (system).
  • babel (system).
  • trivial-garbage (system).
Source

leveldb.asd.

Child Components

3 Files

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


3.1 Lisp


3.1.1 leveldb/leveldb.asd

Source

leveldb.asd.

Parent Component

leveldb (system).

ASDF Systems

leveldb.


3.1.2 leveldb/packages.lisp

Source

leveldb.asd.

Parent Component

leveldb (system).

Packages

leveldb.


3.1.3 leveldb/grovel.lisp

Dependency

packages.lisp (file).

Source

leveldb.asd.

Parent Component

leveldb (system).


3.1.4 leveldb/low-level.lisp

Dependency

grovel.lisp (file).

Source

leveldb.asd.

Parent Component

leveldb (system).

Internals

3.1.5 leveldb/leveldb.lisp

Dependency

low-level.lisp (file).

Source

leveldb.asd.

Parent Component

leveldb (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 leveldb

Source

packages.lisp.

Use List

common-lisp.

Public Interface
Internals

5 Definitions

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


5.1 Public Interface


5.1.1 Macros

Macro: with-open-db ((var name &rest options) &body forms)
Package

leveldb.

Source

leveldb.lisp.


5.1.2 Ordinary functions

Function: approximate-sizes (db ranges)
Package

leveldb.

Source

leveldb.lisp.

Function: close (db)
Package

leveldb.

Source

leveldb.lisp.

Function: compact-range (db start-key limit-key)
Package

leveldb.

Source

leveldb.lisp.

Function: delete (db key &key sync)
Package

leveldb.

Source

leveldb.lisp.

Function: deletes (db key &key sync)
Package

leveldb.

Source

leveldb.lisp.

Function: destroy (name)
Package

leveldb.

Source

leveldb.lisp.

Function: get (db key &key verify-checksums fill-cache snapshot)
Package

leveldb.

Source

leveldb.lisp.

Function: gets (db key &key verify-checksums fill-cache snapshot)
Package

leveldb.

Source

leveldb.lisp.

Function: map (db function &key direction seek interest strings limit verify-checksums fill-cache snapshot)
Package

leveldb.

Source

leveldb.lisp.

Function: open (name &key if-does-not-exist if-exists lru-cache-capacity compression paranoid-checks write-buffer-size max-open-files block-size block-restart-interval)
Package

leveldb.

Source

leveldb.lisp.

Function: property-value (db name)
Package

leveldb.

Source

leveldb.lisp.

Function: put (db key val &key sync)
Package

leveldb.

Source

leveldb.lisp.

Function: puts (db key val &key sync)
Package

leveldb.

Source

leveldb.lisp.

Function: repair (name)
Package

leveldb.

Source

leveldb.lisp.

Function: snapshot (db)
Package

leveldb.

Source

leveldb.lisp.

Function: version ()
Package

leveldb.

Source

leveldb.lisp.

Function: write (db batch &key sync)
Package

leveldb.

Source

leveldb.lisp.


5.1.3 Standalone methods

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

leveldb.lisp.


5.1.4 Classes

Class: snapshot
Package

leveldb.

Source

leveldb.lisp.

Direct methods

snapshot-handle.

Direct slots
Slot: handle
Initargs

:handle

Readers

snapshot-handle.

Writers

This slot is read-only.


5.2 Internals


5.2.1 Macros

Macro: with-errptr ((var) &body forms)
Package

leveldb.

Source

leveldb.lisp.

Macro: with-octets-buffer ((var vector) &body forms)
Package

leveldb.

Source

leveldb.lisp.

Macro: with-read-options ((var &key verify-checksums fill-cache snapshot) &body forms)
Package

leveldb.

Source

leveldb.lisp.

Macro: with-write-options ((var &key sync) &body forms)
Package

leveldb.

Source

leveldb.lisp.


5.2.2 Ordinary functions

Function: call-with-iterator (db function &key seek verify-checksums fill-cache snapshot)
Package

leveldb.

Source

leveldb.lisp.

Function: call-with-open-db (function name &rest options)
Package

leveldb.

Source

leveldb.lisp.

Function: check-errptr (errptr)
Package

leveldb.

Source

leveldb.lisp.

Function: foreign-octets-to-lisp (ptr vallen &optional free)
Package

leveldb.

Source

leveldb.lisp.

Function: key (iter)
Package

leveldb.

Source

leveldb.lisp.

Function: leveldb-approximate-sizes (db num-ranges range-start-key range-start-key-len range-limit-key range-limit-key-len sizes)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-cache-create-lru (capacity)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-cache-destroy (cache)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-close (db)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-compact-range (db start-key start-key-len limit-key limit-key-len)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-comparator-create (state dtor compare name)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-comparator-destroy (comparator)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-create-default-env ()
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-create-iterator (db options)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-create-snapshot (db)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-delete (db options key keylen errptr)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-destroy-db (options name errptr)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-env-destroy (env)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-filterpolicy-create (state dtor create-filter key-may-match name)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-filterpolicy-create-bloom (bits-per-key)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-filterpolicy-destroy (filter-policy)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-free (ptr)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-get (db options key keylen vallen errptr)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-iter-destroy (iter)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-iter-get-error (iter errptr)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-iter-key (iter keylen)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-iter-next (iter)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-iter-prev (iter)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-iter-seek (iter key keylen)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-iter-seek-to-first (iter)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-iter-seek-to-last (iter)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-iter-valid (iter)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-iter-value (iter vallen)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-major-version ()
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-minor-version ()
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-open (options name errptr)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-options-create ()
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-options-destroy (options)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-options-set-block-restart-interval (options interval)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-options-set-block-size (options size)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-options-set-cache (options cache)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-options-set-comparator (options comparator)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-options-set-compression (options compression)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-options-set-create-if-missing (options value)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-options-set-env (options env)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-options-set-error-if-exists (options value)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-options-set-filter-policy (options filter-policy)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-options-set-info-log (options info-log)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-options-set-max-open-files (options max)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-options-set-paranoid-checks (options value)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-options-set-write-buffer-size (options size)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-property-value (db propname)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-put (db options key keylen val vallen errptr)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-readoptions-create ()
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-readoptions-destroy (options)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-readoptions-set-fill-cache (options value)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-readoptions-set-snapshot (options snapshot)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-readoptions-set-verify-checksums (options value)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-release-snapshot (db snapshot)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-repair-db (options name errptr)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-write (db options batch errptr)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-writebatch-clear (wb)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-writebatch-create ()
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-writebatch-delete (wb key keylen)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-writebatch-destroy (wb)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-writebatch-iterate (wb state put deleted)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-writebatch-put (wb key keylen val vallen)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-writeoptions-create ()
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-writeoptions-destroy (options)
Package

leveldb.

Source

low-level.lisp.

Function: leveldb-writeoptions-set-sync (options value)
Package

leveldb.

Source

low-level.lisp.

Function: next (iter)
Package

leveldb.

Source

leveldb.lisp.

Function: pass-as-strings (function)
Package

leveldb.

Source

leveldb.lisp.

Function: prev (iter)
Package

leveldb.

Source

leveldb.lisp.

Function: seek (iter where)
Package

leveldb.

Source

leveldb.lisp.

Function: valid-p (iter)
Package

leveldb.

Source

leveldb.lisp.

Function: value (iter)
Package

leveldb.

Source

leveldb.lisp.


5.2.3 Generic functions

Generic Reader: db-cache (object)
Package

leveldb.

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

automatically generated reader method

Source

leveldb.lisp.

Target Slot

cache.

Generic Writer: (setf db-cache) (object)
Package

leveldb.

Methods
Writer Method: (setf db-cache) ((db db))

automatically generated writer method

Source

leveldb.lisp.

Target Slot

cache.

Generic Reader: db-handle (object)
Package

leveldb.

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

automatically generated reader method

Source

leveldb.lisp.

Target Slot

handle.

Generic Writer: (setf db-handle) (object)
Package

leveldb.

Methods
Writer Method: (setf db-handle) ((db db))

automatically generated writer method

Source

leveldb.lisp.

Target Slot

handle.

Generic Reader: db-name (object)
Package

leveldb.

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

automatically generated reader method

Source

leveldb.lisp.

Target Slot

name.

Generic Writer: (setf db-name) (object)
Package

leveldb.

Methods
Writer Method: (setf db-name) ((db db))

automatically generated writer method

Source

leveldb.lisp.

Target Slot

name.

Generic Reader: db-open-options (object)
Package

leveldb.

Methods
Reader Method: db-open-options ((db db))

automatically generated reader method

Source

leveldb.lisp.

Target Slot

open-options.

Generic Writer: (setf db-open-options) (object)
Package

leveldb.

Methods
Writer Method: (setf db-open-options) ((db db))

automatically generated writer method

Source

leveldb.lisp.

Target Slot

open-options.

Generic Reader: db-snapshots (object)
Package

leveldb.

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

automatically generated reader method

Source

leveldb.lisp.

Target Slot

snapshots.

Generic Writer: (setf db-snapshots) (object)
Package

leveldb.

Methods
Writer Method: (setf db-snapshots) ((db db))

automatically generated writer method

Source

leveldb.lisp.

Target Slot

snapshots.

Generic Reader: leveldb-error-message (condition)
Package

leveldb.

Methods
Reader Method: leveldb-error-message ((condition leveldb-error))
Source

leveldb.lisp.

Target Slot

message.

Generic Reader: snapshot-handle (object)
Package

leveldb.

Methods
Reader Method: snapshot-handle ((snapshot snapshot))

automatically generated reader method

Source

leveldb.lisp.

Target Slot

handle.


5.2.4 Conditions

Condition: leveldb-error
Package

leveldb.

Source

leveldb.lisp.

Direct superclasses

error.

Direct methods

leveldb-error-message.

Direct slots
Slot: message
Initargs

:message

Readers

leveldb-error-message.

Writers

This slot is read-only.


5.2.5 Classes

Class: db
Package

leveldb.

Source

leveldb.lisp.

Direct methods
Direct slots
Slot: open-options
Initargs

:open-options

Readers

db-open-options.

Writers

(setf db-open-options).

Slot: cache
Initargs

:cache

Readers

db-cache.

Writers

(setf db-cache).

Slot: handle
Initargs

:handle

Readers

db-handle.

Writers

(setf db-handle).

Slot: name
Initargs

:name

Readers

db-name.

Writers

(setf db-name).

Slot: snapshots
Initform

(trivial-garbage:make-weak-hash-table :weakness :key)

Readers

db-snapshots.

Writers

(setf db-snapshots).


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   (  
A   C   D   F   G   K   L   M   N   O   P   R   S   V   W  
Index Entry  Section

(
(setf db-cache): Private generic functions
(setf db-cache): Private generic functions
(setf db-handle): Private generic functions
(setf db-handle): Private generic functions
(setf db-name): Private generic functions
(setf db-name): Private generic functions
(setf db-open-options): Private generic functions
(setf db-open-options): Private generic functions
(setf db-snapshots): Private generic functions
(setf db-snapshots): Private generic functions

A
approximate-sizes: Public ordinary functions

C
call-with-iterator: Private ordinary functions
call-with-open-db: Private ordinary functions
check-errptr: Private ordinary functions
close: Public ordinary functions
compact-range: Public ordinary functions

D
db-cache: Private generic functions
db-cache: Private generic functions
db-handle: Private generic functions
db-handle: Private generic functions
db-name: Private generic functions
db-name: Private generic functions
db-open-options: Private generic functions
db-open-options: Private generic functions
db-snapshots: Private generic functions
db-snapshots: Private generic functions
delete: Public ordinary functions
deletes: Public ordinary functions
destroy: Public ordinary functions

F
foreign-octets-to-lisp: Private ordinary functions
Function, approximate-sizes: Public ordinary functions
Function, call-with-iterator: Private ordinary functions
Function, call-with-open-db: Private ordinary functions
Function, check-errptr: Private ordinary functions
Function, close: Public ordinary functions
Function, compact-range: Public ordinary functions
Function, delete: Public ordinary functions
Function, deletes: Public ordinary functions
Function, destroy: Public ordinary functions
Function, foreign-octets-to-lisp: Private ordinary functions
Function, get: Public ordinary functions
Function, gets: Public ordinary functions
Function, key: Private ordinary functions
Function, leveldb-approximate-sizes: Private ordinary functions
Function, leveldb-cache-create-lru: Private ordinary functions
Function, leveldb-cache-destroy: Private ordinary functions
Function, leveldb-close: Private ordinary functions
Function, leveldb-compact-range: Private ordinary functions
Function, leveldb-comparator-create: Private ordinary functions
Function, leveldb-comparator-destroy: Private ordinary functions
Function, leveldb-create-default-env: Private ordinary functions
Function, leveldb-create-iterator: Private ordinary functions
Function, leveldb-create-snapshot: Private ordinary functions
Function, leveldb-delete: Private ordinary functions
Function, leveldb-destroy-db: Private ordinary functions
Function, leveldb-env-destroy: Private ordinary functions
Function, leveldb-filterpolicy-create: Private ordinary functions
Function, leveldb-filterpolicy-create-bloom: Private ordinary functions
Function, leveldb-filterpolicy-destroy: Private ordinary functions
Function, leveldb-free: Private ordinary functions
Function, leveldb-get: Private ordinary functions
Function, leveldb-iter-destroy: Private ordinary functions
Function, leveldb-iter-get-error: Private ordinary functions
Function, leveldb-iter-key: Private ordinary functions
Function, leveldb-iter-next: Private ordinary functions
Function, leveldb-iter-prev: Private ordinary functions
Function, leveldb-iter-seek: Private ordinary functions
Function, leveldb-iter-seek-to-first: Private ordinary functions
Function, leveldb-iter-seek-to-last: Private ordinary functions
Function, leveldb-iter-valid: Private ordinary functions
Function, leveldb-iter-value: Private ordinary functions
Function, leveldb-major-version: Private ordinary functions
Function, leveldb-minor-version: Private ordinary functions
Function, leveldb-open: Private ordinary functions
Function, leveldb-options-create: Private ordinary functions
Function, leveldb-options-destroy: Private ordinary functions
Function, leveldb-options-set-block-restart-interval: Private ordinary functions
Function, leveldb-options-set-block-size: Private ordinary functions
Function, leveldb-options-set-cache: Private ordinary functions
Function, leveldb-options-set-comparator: Private ordinary functions
Function, leveldb-options-set-compression: Private ordinary functions
Function, leveldb-options-set-create-if-missing: Private ordinary functions
Function, leveldb-options-set-env: Private ordinary functions
Function, leveldb-options-set-error-if-exists: Private ordinary functions
Function, leveldb-options-set-filter-policy: Private ordinary functions
Function, leveldb-options-set-info-log: Private ordinary functions
Function, leveldb-options-set-max-open-files: Private ordinary functions
Function, leveldb-options-set-paranoid-checks: Private ordinary functions
Function, leveldb-options-set-write-buffer-size: Private ordinary functions
Function, leveldb-property-value: Private ordinary functions
Function, leveldb-put: Private ordinary functions
Function, leveldb-readoptions-create: Private ordinary functions
Function, leveldb-readoptions-destroy: Private ordinary functions
Function, leveldb-readoptions-set-fill-cache: Private ordinary functions
Function, leveldb-readoptions-set-snapshot: Private ordinary functions
Function, leveldb-readoptions-set-verify-checksums: Private ordinary functions
Function, leveldb-release-snapshot: Private ordinary functions
Function, leveldb-repair-db: Private ordinary functions
Function, leveldb-write: Private ordinary functions
Function, leveldb-writebatch-clear: Private ordinary functions
Function, leveldb-writebatch-create: Private ordinary functions
Function, leveldb-writebatch-delete: Private ordinary functions
Function, leveldb-writebatch-destroy: Private ordinary functions
Function, leveldb-writebatch-iterate: Private ordinary functions
Function, leveldb-writebatch-put: Private ordinary functions
Function, leveldb-writeoptions-create: Private ordinary functions
Function, leveldb-writeoptions-destroy: Private ordinary functions
Function, leveldb-writeoptions-set-sync: Private ordinary functions
Function, map: Public ordinary functions
Function, next: Private ordinary functions
Function, open: Public ordinary functions
Function, pass-as-strings: Private ordinary functions
Function, prev: Private ordinary functions
Function, property-value: Public ordinary functions
Function, put: Public ordinary functions
Function, puts: Public ordinary functions
Function, repair: Public ordinary functions
Function, seek: Private ordinary functions
Function, snapshot: Public ordinary functions
Function, valid-p: Private ordinary functions
Function, value: Private ordinary functions
Function, version: Public ordinary functions
Function, write: Public ordinary functions

G
Generic Function, (setf db-cache): Private generic functions
Generic Function, (setf db-handle): Private generic functions
Generic Function, (setf db-name): Private generic functions
Generic Function, (setf db-open-options): Private generic functions
Generic Function, (setf db-snapshots): Private generic functions
Generic Function, db-cache: Private generic functions
Generic Function, db-handle: Private generic functions
Generic Function, db-name: Private generic functions
Generic Function, db-open-options: Private generic functions
Generic Function, db-snapshots: Private generic functions
Generic Function, leveldb-error-message: Private generic functions
Generic Function, snapshot-handle: Private generic functions
get: Public ordinary functions
gets: Public ordinary functions

K
key: Private ordinary functions

L
leveldb-approximate-sizes: Private ordinary functions
leveldb-cache-create-lru: Private ordinary functions
leveldb-cache-destroy: Private ordinary functions
leveldb-close: Private ordinary functions
leveldb-compact-range: Private ordinary functions
leveldb-comparator-create: Private ordinary functions
leveldb-comparator-destroy: Private ordinary functions
leveldb-create-default-env: Private ordinary functions
leveldb-create-iterator: Private ordinary functions
leveldb-create-snapshot: Private ordinary functions
leveldb-delete: Private ordinary functions
leveldb-destroy-db: Private ordinary functions
leveldb-env-destroy: Private ordinary functions
leveldb-error-message: Private generic functions
leveldb-error-message: Private generic functions
leveldb-filterpolicy-create: Private ordinary functions
leveldb-filterpolicy-create-bloom: Private ordinary functions
leveldb-filterpolicy-destroy: Private ordinary functions
leveldb-free: Private ordinary functions
leveldb-get: Private ordinary functions
leveldb-iter-destroy: Private ordinary functions
leveldb-iter-get-error: Private ordinary functions
leveldb-iter-key: Private ordinary functions
leveldb-iter-next: Private ordinary functions
leveldb-iter-prev: Private ordinary functions
leveldb-iter-seek: Private ordinary functions
leveldb-iter-seek-to-first: Private ordinary functions
leveldb-iter-seek-to-last: Private ordinary functions
leveldb-iter-valid: Private ordinary functions
leveldb-iter-value: Private ordinary functions
leveldb-major-version: Private ordinary functions
leveldb-minor-version: Private ordinary functions
leveldb-open: Private ordinary functions
leveldb-options-create: Private ordinary functions
leveldb-options-destroy: Private ordinary functions
leveldb-options-set-block-restart-interval: Private ordinary functions
leveldb-options-set-block-size: Private ordinary functions
leveldb-options-set-cache: Private ordinary functions
leveldb-options-set-comparator: Private ordinary functions
leveldb-options-set-compression: Private ordinary functions
leveldb-options-set-create-if-missing: Private ordinary functions
leveldb-options-set-env: Private ordinary functions
leveldb-options-set-error-if-exists: Private ordinary functions
leveldb-options-set-filter-policy: Private ordinary functions
leveldb-options-set-info-log: Private ordinary functions
leveldb-options-set-max-open-files: Private ordinary functions
leveldb-options-set-paranoid-checks: Private ordinary functions
leveldb-options-set-write-buffer-size: Private ordinary functions
leveldb-property-value: Private ordinary functions
leveldb-put: Private ordinary functions
leveldb-readoptions-create: Private ordinary functions
leveldb-readoptions-destroy: Private ordinary functions
leveldb-readoptions-set-fill-cache: Private ordinary functions
leveldb-readoptions-set-snapshot: Private ordinary functions
leveldb-readoptions-set-verify-checksums: Private ordinary functions
leveldb-release-snapshot: Private ordinary functions
leveldb-repair-db: Private ordinary functions
leveldb-write: Private ordinary functions
leveldb-writebatch-clear: Private ordinary functions
leveldb-writebatch-create: Private ordinary functions
leveldb-writebatch-delete: Private ordinary functions
leveldb-writebatch-destroy: Private ordinary functions
leveldb-writebatch-iterate: Private ordinary functions
leveldb-writebatch-put: Private ordinary functions
leveldb-writeoptions-create: Private ordinary functions
leveldb-writeoptions-destroy: Private ordinary functions
leveldb-writeoptions-set-sync: Private ordinary functions

M
Macro, with-errptr: Private macros
Macro, with-octets-buffer: Private macros
Macro, with-open-db: Public macros
Macro, with-read-options: Private macros
Macro, with-write-options: Private macros
map: Public ordinary functions
Method, (setf db-cache): Private generic functions
Method, (setf db-handle): Private generic functions
Method, (setf db-name): Private generic functions
Method, (setf db-open-options): Private generic functions
Method, (setf db-snapshots): Private generic functions
Method, db-cache: Private generic functions
Method, db-handle: Private generic functions
Method, db-name: Private generic functions
Method, db-open-options: Private generic functions
Method, db-snapshots: Private generic functions
Method, leveldb-error-message: Private generic functions
Method, print-object: Public standalone methods
Method, snapshot-handle: Private generic functions

N
next: Private ordinary functions

O
open: Public ordinary functions

P
pass-as-strings: Private ordinary functions
prev: Private ordinary functions
print-object: Public standalone methods
property-value: Public ordinary functions
put: Public ordinary functions
puts: Public ordinary functions

R
repair: Public ordinary functions

S
seek: Private ordinary functions
snapshot: Public ordinary functions
snapshot-handle: Private generic functions
snapshot-handle: Private generic functions

V
valid-p: Private ordinary functions
value: Private ordinary functions
version: Public ordinary functions

W
with-errptr: Private macros
with-octets-buffer: Private macros
with-open-db: Public macros
with-read-options: Private macros
with-write-options: Private macros
write: Public ordinary functions