Searched refs:removeExistingDatabase (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DSequenceExample.java31 boolean removeExistingDatabase = false;
36 removeExistingDatabase = true;
51 app.run(removeExistingDatabase, databaseName);
62 public void run(boolean removeExistingDatabase, String databaseName) argument
66 if (removeExistingDatabase)
H A DAccessExample.java33 boolean removeExistingDatabase = false;
38 removeExistingDatabase = true;
53 app.run(removeExistingDatabase, databaseName);
101 public void run(boolean removeExistingDatabase, String databaseName) argument
105 if (removeExistingDatabase)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DSequenceExample.cpp37 void run(bool removeExistingDatabase, const char *fileName);
94 void SequenceExample::run(bool removeExistingDatabase, const char *fileName) argument
97 if (removeExistingDatabase)
H A DAccessExample.cpp38 void run(bool removeExistingDatabase, const char *fileName);
95 void AccessExample::run(bool removeExistingDatabase, const char *fileName) argument
98 if (removeExistingDatabase)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/access/
H A DAccessExample.java62 boolean removeExistingDatabase = false;
67 removeExistingDatabase = true;
91 if (removeExistingDatabase) {

Completed in 102 milliseconds