Simple DPL Sample to Inert, Select, Update, and Delete a Record From a Berkeley DB JE Database
(Doc ID 2373853.1)
Last updated on OCTOBER 17, 2019
Applies to:
Berkeley DB Java Edition - Version 6.4.9 and laterInformation in this document applies to any platform.
Goal
This example demonstrates how to use the Berkeley DB JE edition (BDB JE) to create an environment, entity store, data accessor, and entity. This example performs the basic tasks of inserting an entity object, retrieving the entity object, updating the entity, and removing the entity (inserting, selecting, updating, and deleting the database records).
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |