Searched refs:wxDbIdxDef (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbtable.h77 class WXDLLIMPEXP_ODBC wxDbIdxDef class
82 }; // wxDbIdxDef
197 wxDbIdxDef *pIndexDefs, bool attemptDrop=true);
364 typedef wxDbIdxDef wxIdxDef;
365 typedef wxDbIdxDef CidxDef;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddb.tex2009 \section{\class{wxDbIdxDef}}\label{wxdbidxdef}
2091 \item \helpref{wxDbIdxDef}{wxdbidxdef}
2476 \param{UWORD }{numIndexColumns}, \param{wxDbIdxDef *}{pIndexDefs},
2495 \docparam{pIndexDefs}{A pointer to an array \helpref{wxDbIdxDef}{wxdbidxdef} structures. }
2517 \helpref{wxDbIdxDef}{wxdbidxdef} structure. For each column in the index, you must specify two
2519 the example below to see how to build and pass in the \helpref{wxDbIdxDef}{wxdbidxdef} structure.
2544 wxDbIdxDef IndexDef[2]; // 2 columns make up the index
H A Dcategory.tex698 \twocolitem{\helpref{wxDbIdxDef}{wxdbidxdef}}{}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbtable.cpp1676 wxDbIdxDef *pIndexDefs, bool attemptDrop)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Ddbtest.cpp1121 wxDbIdxDef idxDef[2];

Completed in 52 milliseconds