Searched refs:inventoryDB (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_cxx/getting_started/
H A Dexcxx_example_database_read.cpp29 int show_all_records(MyDb &inventoryDB, MyDb &vendorDB);
80 MyDb inventoryDB(databaseHome, iDbName);
85 inventoryDB.getDb().associate(NULL,
92 show_all_records(inventoryDB, vendorDB);
160 show_all_records(MyDb &inventoryDB, MyDb &vendorDB) argument
166 inventoryDB.getDb().cursor(NULL, &cursorp, 0);
180 inventoryDB.getDb().err(e.get_errno(), "Error in show_all_records");
H A Dexcxx_example_database_load.cpp90 MyDb inventoryDB(databaseHome, iDbName);
95 inventoryDB.getDb().associate(NULL,
101 loadInventoryDB(inventoryDB, inventoryFile);
133 loadInventoryDB(MyDb &inventoryDB, std::string &inventoryFile) argument
182 inventoryDB.getDb().put(NULL, &key, &data, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_cxx/getting_started/
H A Dexcxx_example_database_read.cpp29 int show_all_records(MyDb &inventoryDB, MyDb &vendorDB);
80 MyDb inventoryDB(databaseHome, iDbName);
85 inventoryDB.getDb().associate(NULL,
92 show_all_records(inventoryDB, vendorDB);
160 show_all_records(MyDb &inventoryDB, MyDb &vendorDB) argument
166 inventoryDB.getDb().cursor(NULL, &cursorp, 0);
180 inventoryDB.getDb().err(e.get_errno(), "Error in show_all_records");
H A Dexcxx_example_database_load.cpp90 MyDb inventoryDB(databaseHome, iDbName);
95 inventoryDB.getDb().associate(NULL,
101 loadInventoryDB(inventoryDB, inventoryFile);
133 loadInventoryDB(MyDb &inventoryDB, std::string &inventoryFile) argument
182 inventoryDB.getDb().put(NULL, &key, &data, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_cxx/getting_started/
H A Dexcxx_example_database_read.cpp29 int show_all_records(MyDb &inventoryDB, MyDb &vendorDB);
80 MyDb inventoryDB(databaseHome, iDbName);
85 inventoryDB.getDb().associate(NULL,
92 show_all_records(inventoryDB, vendorDB);
160 show_all_records(MyDb &inventoryDB, MyDb &vendorDB) argument
166 inventoryDB.getDb().cursor(NULL, &cursorp, 0);
180 inventoryDB.getDb().err(e.get_errno(), "Error in show_all_records");
H A Dexcxx_example_database_load.cpp90 MyDb inventoryDB(databaseHome, iDbName);
95 inventoryDB.getDb().associate(NULL,
101 loadInventoryDB(inventoryDB, inventoryFile);
133 loadInventoryDB(MyDb &inventoryDB, std::string &inventoryFile) argument
182 inventoryDB.getDb().put(NULL, &key, &data, 0);

Completed in 110 milliseconds