Searched refs:tablePath (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbtable.h135 wxString tablePath; // needed for dBase tables member in class:wxDbTable
169 char tablePath[wxDB_PATH_MAX]; // needed for dBase tables member in class:wxDbTable
208 const wxString &GetTablePath() { return tablePath; }
H A Ddb.h705 const wxString &tablePath=wxEmptyString);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbtable.cpp159 tablePath.Empty();
176 tablePath = tblPath; // Table Path - used for dBase files
178 tablePath.Empty();
787 exists = pDb->TableExists(tableName, NULL, tablePath);
789 exists = pDb->TableExists(tableName, pDb->GetUsername(), tablePath);
807 hasPrivs = pDb->TablePrivileges(tableName, wxT("SELECT"), pDb->GetUsername(), NULL, tablePath);
809 hasPrivs = pDb->TablePrivileges(tableName, wxT("SELECT"), pDb->GetUsername(), pDb->GetUsername(), tablePath);
819 if (!tablePath.empty())
820 p.Printf(wxT("Error opening '%s/%s'.\n"),tablePath.c_str(),tableName.c_str());
H A Ddb.cpp3571 bool wxDb::TableExists(const wxString &tableName, const wxChar *userID, const wxString &tablePath) argument
3591 if (tablePath.length())
3592 dbName.Printf(wxT("%s/%s.dbf"), tablePath.c_str(), tableName.c_str());
3659 const wxChar *schema, const wxString &WXUNUSED(tablePath))

Completed in 73 milliseconds