Searched refs:myDbs (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DExampleDatabaseRead.java22 private static MyDbs myDbs = new MyDbs(); field in class:ExampleDatabaseRead
44 myDbs.close();
54 myDbs.setup(myDbsPath);
59 new SerialBinding(myDbs.getClassCatalog(),
85 myDbs.getNameIndexDB().openSecondaryCursor(null, null);
115 Cursor cursor = myDbs.getInventoryDB().openCursor(null, null);
159 if (myDbs.getVendorDB().get(null, searchKey, foundVendor,
H A DExampleDatabaseLoad.java33 private static MyDbs myDbs = new MyDbs(); field in class:ExampleDatabaseLoad
53 myDbs.close();
64 myDbs.setup(myDbsPath);
88 new SerialBinding(myDbs.getClassCatalog(), Vendor.class);
114 myDbs.getVendorDB().put(null, theKey, theData);
155 myDbs.getInventoryDB().put(null, theKey, theData);

Completed in 142 milliseconds