Searched refs:SetOrderByClause (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbtable.h219 void SetOrderByClause(const char *OrderBy) { orderBy = (char *)OrderBy; } function in class:wxDbTable
223 void SetOrderByClause(const wxString &OrderBy) { orderBy = OrderBy; } function in class:wxDbTable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Dlistdb.cpp209 lookup->SetOrderByClause(orderBy);
380 lookup2->SetOrderByClause(orderBy);
H A Ddbtest.cpp1146 SetOrderByClause(wxEmptyString);
1382 wxGetApp().Contact->SetOrderByClause(wxT("NAME"));
1428 wxGetApp().Contact->SetOrderByClause(wxT("NAME"));
1660 wxGetApp().Contact->SetOrderByClause(wxT("NAME")); // field name to sort by
2123 wxGetApp().Contact->SetOrderByClause(wxT("NAME"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddb.tex2980 the \helpref{wxDbTable::SetOrderByClause}{wxdbtablesetorderbyclause}.
3231 \helpref{wxDbTable::SetOrderByClause}{wxdbtablesetorderbyclause}
3276 Use \helpref{wxDbTable::SetOrderByClause}{wxdbtablesetorderbyclause} to
3329 parts->SetOrderByClause("EXPIRATION_DATE");
3786 \membersection{wxDbTable::SetOrderByClause}\label{wxdbtablesetorderbyclause}
3788 \func{void}{SetOrderByClause}{\param{const wxString \&}{OrderBy}}
3812 parts->SetOrderByClause("PART_DESCRIP, QUANTITY");
3816 location->SetOrderByClause("LOCATION.POSITION, PART.PART_NUMBER);
H A Dtdb.tex638 table->SetOrderByClause("LAST_NAME, AGE");
1074 table->SetOrderByClause(wxT("LAST_NAME"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbtable.cpp1929 SetOrderByClause(tempStr);

Completed in 74 milliseconds