je |
|
Java Source File Name | Type | Comment |
BindingExample.java | Class | BindingExample operates in the same way as SimpleExample, but uses a
IntegerBinding and a SerialBinding to map between Java objects and stored
DatabaseEntry objects. |
SecondaryExample.java | Class | SecondaryExample operates in the same way as BindingExample, but adds a
SecondaryDatabase for accessing the primary database by a secondary key. |
SequenceExample.java | Class | |
SimpleExample.java | Class | SimpleExample creates a database environment, a database, and a database
cursor, inserts and retrieves data. |
ToManyExample.java | Class | An example of using many-to-many and one-to-many secondary indices. |