.I'Berkeley DB: Db.get_type[P

Db.get_type





import com.sleepycat.db.*;

public int get_type();





Description



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



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.
ÿÿ