Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
import com.sleepycat.db.*; public int get(DbTxn txnid, Dbt key, Dbt data, int flags) throws DbException;
The Db.get method retrieves key/data pairs from the database. The byte array and length of the data associated with the specified key are returned in the structure referenced by data.