Berkeley DB: Db.get_type
Google

ee,hash,hashing,transaction,transactions,locking,logging,access method,access me thods,java,C,C++">

Db.get_type


import com.sleepycat.db.*;

public int get_type();

Description

The Db.get_type method returns the type of the underlying access method (and file format). It returns one of Db.DB_BTREE, Db.DB_HASH or Db.DB_RECNO. This value may be used to determine the type of the database after a return from Db.open with the type argument set to DB_UNKNOWN.

Class

Db

See Also

Db.close, Db.cursor, Db.del, Db.fd, Db.get, Db.get_byteswapped, Db.get_type, Db.join, Db.open, Db.put, Db.stat and Db.sync.