Searched defs:pSqlStmt (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbtable.h272 GetSelectStmt(char *pSqlStmt, int typeOfSelect, bool distinct) argument
274 GetDeleteStmt(char *pSqlStmt, int typeOfDel, const char *pWhereClause = NULL) argument
276 GetUpdateStmt(char *pSqlStmt, int typeOfUpdate, const char *pWhereClause = NULL) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbtable.cpp648 bool wxDbTable::execDelete(const wxString &pSqlStmt) argument
670 bool wxDbTable::execUpdate(const wxString &pSqlStmt) argument
724 bool wxDbTable::query(int queryType, bool forUpdate, bool distinct, const wxString &pSqlStmt) argument
909 bool wxDbTable::QueryBySqlStmt(const wxString &pSqlStmt) argument
993 void wxDbTable::BuildDeleteStmt(wxString &pSqlStmt, in argument
1056 BuildDeleteStmt(wxChar *pSqlStmt, int typeOfDel, const wxString &pWhereClause) argument
1065 BuildSelectStmt(wxString &pSqlStmt, int typeOfSelect, bool distinct) argument
1190 BuildSelectStmt(wxChar *pSqlStmt, int typeOfSelect, bool distinct) argument
1199 BuildUpdateStmt(wxString &pSqlStmt, int typeOfUpdate, const wxString &pWhereClause) argument
1268 BuildUpdateStmt(wxChar *pSqlStmt, int typeOfUpdate, const wxString &pWhereClause) argument
2027 Update(const wxString &pSqlStmt) argument
[all...]
H A Ddb.cpp2249 bool wxDb::ExecSql(const wxString &pSqlStmt) argument
2271 bool wxDb::ExecSql(const wxString &pSqlStmt, wxDbColInf** columns, short& numcols) argument
2169 CreateView(const wxString &viewName, const wxString &colList, const wxString &pSqlStmt, bool attemptDrop) argument

Completed in 77 milliseconds