Search code examples
javaberkeley-db

Retrieve all records from Berkeley DB in java


Is there an easy way to get all key/value pairs in a given database? I read somewhere that I can use a Cursor but I couldn't find a real example of it. Thanks!


Solution

  • Here is an example from oracle.