Searched refs:typeOfWhere (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.h267 void BuildWhereClause(wxString &pWhereClause, int typeOfWhere, const wxString &qualTableName=wxEmptyString, bool useLikeComparison=false);
268 void BuildWhereClause(wxChar *pWhereClause, int typeOfWhere, const wxString &qualTableName=wxEmptyString, bool useLikeComparison=false);
278 void GetWhereClause(char *pWhereClause, int typeOfWhere, argument
280 { BuildWhereClause(pWhereClause,typeOfWhere,qualTableName,useLikeComparison); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbtable.cpp1277 void wxDbTable::BuildWhereClause(wxString &pWhereClause, int typeOfWhere, argument
1292 if ((typeOfWhere == DB_WHERE_KEYFIELDS && colDefs[colNumber].KeyField) ||
1293 (typeOfWhere == DB_WHERE_MATCHING && (!IsColNull((UWORD)colNumber))))
1364 void wxDbTable::BuildWhereClause(wxChar *pWhereClause, int typeOfWhere, argument
1368 BuildWhereClause(tempSqlStmt, typeOfWhere, qualTableName, useLikeComparison);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddb.tex2262 \param{int }{typeOfWhere}, \param{const wxString \&}{qualTableName=""},
2274 \docparam{typeOfWhere}{The type of where clause to generate. Can be one of
2290 If using 'typeOfWhere' set to DB\_WHERE\_MATCHING, any bound columns currently

Completed in 96 milliseconds