- Package provided: xotcl::store 0.84
+ No package provided/required
Defined Objects/Classes:
@@ -39,19 +40,19 @@
- Simple generic storage interface for hashtable-like (persistent)
- storages. There are several different existing stores, including
- a memory storage, a GDBM storage, a SDBM storage, and a
- TextFile storage.
-
+ Simple generic storage interface for hashtable-like (persistent)
+ storages. There are several different existing stores, including
+ a memory storage, a GDBM storage, a SDBM storage, and a
+ TextFile storage.
+
- Abstract storage interface class (superclass of all storages).
-
+ Abstract storage interface class (superclass of all storages).
+
@@ -103,10 +104,10 @@
- Each storage object represents exactly one database table. The db
- has to be opened, before it can it used. If it is not opened all
- other methods return errors.
-
+ Each storage object represents exactly one database table. The db
+ has to be opened, before it can it used. If it is not opened all
+ other methods return errors.
+
@@ -132,8 +133,8 @@
- Close associated database.
-
+ Close associated database.
+
@@ -168,8 +169,8 @@
- Search for a key whether it exists or not.
-
+ Search for a key whether it exists or not.
+
@@ -213,8 +214,8 @@
- Set or query a database key in the same way as Tcl's set functions.
-
+ Set or query a database key in the same way as Tcl's set functions.
+
@@ -249,8 +250,8 @@
- Unset a database key in the same way as Tcl's unset functions.
-
+ Unset a database key in the same way as Tcl's unset functions.
+
@@ -276,9 +277,9 @@
- Return a list of keys in the database (functions in the same
- way as Tcl's array names)
-
+ Return a list of keys in the database (functions in the same
+ way as Tcl's array names)
+
@@ -304,8 +305,8 @@
- Start a traversal of the database, starting with any key.
-
+ Start a traversal of the database, starting with any key.
+
@@ -331,9 +332,9 @@
- Proceed with the db traversal. Requires a firstkey before
- first usage, otherwise it returns an error.
-
+ Proceed with the db traversal. Requires a firstkey before
+ first usage, otherwise it returns an error.
+
@@ -362,10 +363,10 @@
- Create a childStore according to a preference list depending on
- which storages are available. Currently the preference list has
- the following order: Gdbm, Sdbm and TextFile.
-
+ Create a childStore according to a preference list depending on
+ which storages are available. Currently the preference list has
+ the following order: Gdbm, Sdbm and TextFile.
+