| java.lang.Object collections.ship.basic.SampleDatabase
SampleDatabase | public class SampleDatabase (Code) | | SampleDatabase defines the storage containers, indices and foreign keys
for the sample database.
author: Mark Hayes |
Constructor Summary | |
public | SampleDatabase(String homeDirectory) Open all storage containers, indices, and catalogs. |
getEnvironment | final public Environment getEnvironment()(Code) | | Return the storage environment for the database.
|
getPartDatabase | final public Database getPartDatabase()(Code) | | Return the part storage container.
|
getShipmentDatabase | final public Database getShipmentDatabase()(Code) | | Return the shipment storage container.
|
getSupplierDatabase | final public Database getSupplierDatabase()(Code) | | Return the supplier storage container.
|
|
|