Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint

Db.get

						import com.sleepycat.db.*;
						public int get(DbTxn txnid, Dbt key, Dbt data, int flags)
						throws DbException;
					

Description

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.


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial