This is the clsql-fluid Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:42:55 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
clsql-fluid
Common Lisp SQL Fluid Connection Pools
Kevin M. Rosenberg <kmr@debian.org>
Stephen Compall <scompall@nocandysw.com>
Lessor Lisp General Public License
A full database type based on fluids, or per-thread connections.
clsql
(system).
closer-mop
(system).
bordeaux-threads
(system).
sql
(module).
Modules are listed depth-first from the system components tree.
Files are sorted by type and then listed depth-first from the systems components trees.
clsql-fluid/clsql-fluid.asd
clsql-fluid
(system).
clsql-fluid/sql/base/fluid.lisp
base
(module).
fluid-lock
(reader).
(setf fluid-lock)
(writer).
fluid-value
(function).
(setf fluid-value)
(function).
make-fluid
(function).
copy-fluid
(function).
fluid
(structure).
fluid-gc
(function).
fluid-gc-count
(reader).
(setf fluid-gc-count)
(writer).
fluid-gc-frequency
(reader).
fluid-gc-function
(reader).
fluid-p
(function).
fluid-table
(reader).
Packages are listed by definition order.
clsql-fluid-bt
Fluids implemented around Bordeaux-Threads.
common-lisp
.
fluid-lock
(reader).
(setf fluid-lock)
(writer).
fluid-value
(function).
(setf fluid-value)
(function).
make-fluid
(function).
copy-fluid
(function).
fluid
(structure).
fluid-gc
(function).
fluid-gc-count
(reader).
(setf fluid-gc-count)
(writer).
fluid-gc-frequency
(reader).
fluid-gc-function
(reader).
fluid-p
(function).
fluid-table
(reader).
Definitions are sorted by export status, category, package, and then by lexicographic order.
lock
.
Answer two values: the value of FLUID for THREAD, and whether a value is present.
Alter the value of FLUID for THREAD to NEW-VALUE, answering NEW-VALUE.
Clean up FLUID. *Assume it is locked in this thread.*
A container for a different value in each thread. Values are not inherited.
structure-object
.
(bordeaux-threads:make-lock)
hash-table
(make-hash-table :test (function eql))
This slot is read-only.
(or symbol cons function)
(function identity)
This slot is read-only.
(and (integer 0) fixnum)
0
(and (integer 1) fixnum)
30
This slot is read-only.
Jump to: | (
C F M |
---|
Jump to: | (
C F M |
---|
Jump to: | G L S T |
---|
Jump to: | G L S T |
---|
Jump to: | B C F M P S |
---|
Jump to: | B C F M P S |
---|