Public Member Functions | |
SampleViews (SampleDatabase db) | |
StoredSortedMap | getPartMap () |
StoredSortedMap | getSupplierMap () |
StoredSortedMap | getShipmentMap () |
StoredSortedValueSet | getPartSet () |
StoredSortedValueSet | getSupplierSet () |
StoredSortedValueSet | getShipmentSet () |
StoredSortedMap | getShipmentByPartMap () |
StoredSortedMap | getShipmentBySupplierMap () |
final StoredSortedMap | getSupplierByCityMap () |
Definition at line 28 of file SampleViews.java.
|
|
Return a map view of the part storage container. Definition at line 98 of file SampleViews.java. |
|
Return an entity set view of the part storage container. Definition at line 122 of file SampleViews.java. References com::sleepycat::collections::StoredMap::values(). |
|
Return a map view of the shipment-by-part index. Definition at line 146 of file SampleViews.java. |
|
Return a map view of the shipment-by-supplier index. Definition at line 154 of file SampleViews.java. |
|
Return a map view of the shipment storage container. Definition at line 114 of file SampleViews.java. |
|
Return an entity set view of the shipment storage container. Definition at line 138 of file SampleViews.java. References com::sleepycat::collections::StoredMap::values(). |
|
Return a map view of the supplier-by-city index. Definition at line 162 of file SampleViews.java. |
|
Return a map view of the supplier storage container. Definition at line 106 of file SampleViews.java. |
|
Return an entity set view of the supplier storage container. Definition at line 130 of file SampleViews.java. References com::sleepycat::collections::StoredMap::values(). |