Searched refs:orderBy (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Dlistdb.h72 const wxString &orderBy,
106 const wxString &orderBy,
H A Dlistdb.cpp170 const wxString &colName, const wxString &where, const wxString &orderBy,
209 lookup->SetOrderByClause(orderBy);
273 const wxString &where, const wxString &orderBy,
380 lookup2->SetOrderByClause(orderBy);
169 ClookUpDlg(wxWindow *parent, const wxString &windowTitle, const wxString &tableName, const wxString &colName, const wxString &where, const wxString &orderBy, wxDb *pDb, const wxString &defDir) argument
271 ClookUpDlg(wxWindow *parent, const wxString &windowTitle, const wxString &tableName, const wxString &dispCol1, const wxString &dispCol2, const wxString &where, const wxString &orderBy, wxDb *pDb, const wxString &defDir, bool distinctValues, const wxString &selectStmt, int maxLenCol1, bool allowOk) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbtable.h114 wxString orderBy; // Standard SQL order by clause, minus the ORDER BY member in class:wxDbTable
148 char *orderBy; // Standard SQL order by clause, minus the ORDER BY member in class:wxDbTable
213 const wxString &GetOrderByClause() { return orderBy; }
219 void SetOrderByClause(const char *OrderBy) { orderBy = (char *)OrderBy; }
223 void SetOrderByClause(const wxString &OrderBy) { orderBy = OrderBy; }
227 void OrderBy(const wxString &OrderBy) { orderBy = OrderBy; }
230 const wxString &OrderBy() { return orderBy; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnpsoap.c876 char * orderBy = NULL; local
962 orderBy = parse_sort_criteria(SortCriteria, &ret);
969 asprintf(&orderBy, "order by d.TITLE");
971 asprintf(&orderBy, "order by length(OBJECT_ID), OBJECT_ID");
984 ObjectId, orderBy, StartingIndex, RequestedCount);
1015 if( orderBy )
1016 free(orderBy);
1051 char * orderBy = NULL; local
1105 if( orderBy &&
1110 DPRINTF(E_DEBUG, L_HTTP, "Old sort order: %s\n", orderBy);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnpsoap.c1197 char *orderBy = NULL; local
1303 orderBy = strdup(magic->orderby);
1319 if (SortCriteria && !orderBy)
1322 orderBy = parse_sort_criteria(SortCriteria, &ret); local
1324 else if (!orderBy)
1329 ret = xasprintf(&orderBy, "order by d.TITLE");
1331 ret = xasprintf(&orderBy, "order by length(OBJECT_ID), OBJECT_ID");
1336 ret = xasprintf(&orderBy, "order by o.CLASS, d.DISC, d.TRACK, d.TITLE");
1340 ret = xasprintf(&orderBy, "order by o.CLASS, d.TITLE");
1342 orderBy
1684 char *orderBy = NULL, *where = NULL, sep[] = "$*"; local
1780 orderBy = parse_sort_criteria(SortCriteria, &ret); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbtable.cpp154 orderBy.Empty(); // Order By clause
1171 if (orderBy && wxStrlen(orderBy))
1173 if (orderBy.length())
1177 pSqlStmt += orderBy;
2549 wxChar *saveOrderBy = orderBy;
2552 wxString saveOrderBy = orderBy;
2583 orderBy.Empty();
2599 orderBy = saveOrderBy;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtdb.tex687 // criteria specified above in the where/orderBy/from clauses.
931 (where/orderBy/from), querying the datasource, reading each row of the
1080 // criteria specified above in the where/orderBy/from clauses.
H A Ddb.tex3227 Accessor function for the private class member wxDbTable::orderBy. Can be
3245 member variable ::orderBy.
3273 wxDbTable members: "where", "orderBy", and "from". Use
3318 \normalbox{Be sure to set the wxDbTable's "where", "orderBy", and "from"
3331 // Query the records based on the where, orderBy and from clauses
3790 Accessor function for setting the private class member wxDbTable::orderBy

Completed in 105 milliseconds