+IBerkeley DB: Db[P

Db





import com.sleepycat.db.*;







Description



@This manual page describes the specific details of the Db class,'which is the center of access activity.

AThe currently supported file formats are btree, hashed and recno.JThe btree format is a representation of a sorted, balanced tree structure.;The hashed format is an extensible, dynamic hashing scheme.FThe recno format supports fixed or variable length records (optionally!retrieved from a flat text file).

<Storage and retrieval for the Db access methods are based onPkey/data pairs, using the Dbt class.



Class

Db



See Also

4Db.close,6Db.cursor,0Db.del,.Db.fd,0Db.get,HDb.get_byteswapped,:Db.get_type,2Db.join,2Db.open,0Db.put,1Db.statand2Db.sync.
ÿÿ