Index: doc/Storage-xotcl.html =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -r4dd2595d98574faaac87f5dd33b542516fdff5df --- doc/Storage-xotcl.html (.../Storage-xotcl.html) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ doc/Storage-xotcl.html (.../Storage-xotcl.html) (revision 4dd2595d98574faaac87f5dd33b542516fdff5df) @@ -3,6 +3,7 @@ XOTcl - Documentation -- ./library/store/Storage.xotcl + @@ -12,7 +13,7 @@

Package/File Information

- 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. + Date: - $Date: 2004/05/23 22:50:39 $ + $Date: 2005/09/09 21:09:01 $ @@ -73,8 +74,8 @@ - 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. +