Public Member Functions | |
| SampleDatabase (String homeDirectory) throws DatabaseException, FileNotFoundException | |
| final Environment | getEnvironment () |
| final StoredClassCatalog | getClassCatalog () |
| final Database | getPartDatabase () |
| final Database | getSupplierDatabase () |
| final Database | getShipmentDatabase () |
| void | close () throws DatabaseException |
Definition at line 29 of file SampleDatabase.java.
|
|
Open all storage containers, indices, and catalogs. Definition at line 45 of file SampleDatabase.java. |
|
|
Close all databases and the environment. Definition at line 125 of file SampleDatabase.java. References com::sleepycat::bind::serial::StoredClassCatalog::close(). |
|
|
Return the class catalog. Definition at line 93 of file SampleDatabase.java. Referenced by collections::ship::basic::SampleViews::SampleViews(). |
|
|
Return the storage environment for the database. Definition at line 85 of file SampleDatabase.java. |
|
|
Return the part storage container. Definition at line 101 of file SampleDatabase.java. Referenced by collections::ship::basic::SampleViews::SampleViews(). |
|
|
Return the shipment storage container. Definition at line 117 of file SampleDatabase.java. Referenced by collections::ship::basic::SampleViews::SampleViews(). |
|
|
Return the supplier storage container. Definition at line 109 of file SampleDatabase.java. Referenced by collections::ship::basic::SampleViews::SampleViews(). |
1.4.2