Inheritance diagram for collections::hello::HelloDatabaseWorld:
Public Member Functions | |
void | doWork () throws Exception |
Static Public Member Functions | |
static void | main (String[] argv) throws Exception |
Definition at line 34 of file HelloDatabaseWorld.java.
|
Performs work within a transaction. Implements com::sleepycat::collections::TransactionWorker. Definition at line 83 of file HelloDatabaseWorld.java. |
|
Creates the environment and runs a transaction Definition at line 47 of file HelloDatabaseWorld.java. References close(), and com::sleepycat::collections::TransactionRunner::run(). |