Searched refs:typeOfSelect (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.h258 void BuildSelectStmt(wxString &pSqlStmt, int typeOfSelect, bool distinct);
259 void BuildSelectStmt(wxChar *pSqlStmt, int typeOfSelect, bool distinct);
272 void GetSelectStmt(char *pSqlStmt, int typeOfSelect, bool distinct) argument
273 { BuildSelectStmt(pSqlStmt,typeOfSelect,distinct); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbtable.cpp1065 void wxDbTable::BuildSelectStmt(wxString &pSqlStmt, int typeOfSelect, bool distinct) argument
1081 if (typeOfSelect == DB_SELECT_WHERE && from && wxStrlen(from))
1084 if (typeOfSelect == DB_SELECT_WHERE && from.length())
1137 // or build a where clause. The typeOfSelect determines this.
1138 switch(typeOfSelect)
1190 void wxDbTable::BuildSelectStmt(wxChar *pSqlStmt, int typeOfSelect, bool distinct) argument
1193 BuildSelectStmt(tempSqlStmt, typeOfSelect, distinct);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddb.tex2188 \param{int }{typeOfSelect}, \param{bool }{distinct}}
2204 \docparam{typeOfSelect}{The type of select statement being performed. Can be

Completed in 83 milliseconds