Searched refs:GetColumns (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dchoice.h53 virtual int GetColumns() const { return 1 ; } function in class:wxChoiceBase
H A Ddb.h29 // BJO 20000503: introduce new GetColumns members which are more database independent and
435 wxDbColInf *pColInf; // pColInf = NULL ; User can later call GetColumns(..);
679 wxDbColInf *GetColumns(wxChar *tableName[], const wxChar *userID=NULL);
680 wxDbColInf *GetColumns(const wxString &tableName, UWORD *numCols, const wxChar *userID=NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dchoice.h90 virtual int GetColumns() const ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dchoice.tex127 \membersection{wxChoice::GetColumns}\label{wxchoicegetcolumns}
129 \constfunc{int}{GetColumns}{\void}
H A Drecrdset.tex176 \membersection{wxRecordSet::GetColumns}
178 \func{bool}{GetColumns}{\param{const wxString\& }{table = NULL}}
H A Ddb.tex818 \membersection{wxDb::GetColumns}\label{wxdbgetcolumns}
820 \func{wxDbColInf *}{GetColumns}{\param{const wxString \&}{tableName}, \param{UWORD *}{numCols}, \param{const wxChar *}{userID=NULL}}
822 \func{wxDbColInf *}{GetColumns}{\param{wxChar *}{tableName[]}, \param{const wxChar *}{userID}}
860 wxDbColInf *colInf = pDb->GetColumns(tableList);
976 This function is primarily for use by the \helpref{wxDb::GetColumns}{wxdbgetcolumns} function, but may be called if desired from the client application.
981 \docparam{colInf}{Data structure containing the column definitions (obtained with \helpref{wxDb::GetColumns}{wxdbgetcolumns}). This function populates the PkCol, PkTableName, and FkTableName members of the colInf structure.}
990 \helpref{wxDbColInf}{wxdbcolinf}, \helpref{wxDb::GetColumns}{wxdbgetcolumns}
1700 Used with the \helpref{wxDb::GetColumns}{wxdbgetcolumns} functions for obtaining all retrievable information about a column's definition.
3653 \helpref{wxDb::GetColumns}{wxdbgetcolumns} function was used to query the
3656 \helpref{wxDb::GetColumns}{wxdbgetcolumn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dchoice.cpp359 int wxChoice::GetColumns(void) const function in class:wxChoice
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Dbrowsedb.cpp416 cl_BrowserDB = db_BrowserDB->GetColumns(tableName,&numCols,UName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddb.cpp1674 // BJO 20000503: no more needed with new GetColumns...
2425 * -- : Called from GetColumns(const wxString &tableName, ------
2547 /********** wxDb::GetColumns() **********/
2548 wxDbColInf *wxDb::GetColumns(wxChar *tableName[], const wxChar *userID) function in class:wxDb
2557 * wxDbColInf *colInf = pDb->GetColumns(tableList, userID);
2714 } // wxDb::GetColumns()
2717 /********** wxDb::GetColumns() **********/
2719 wxDbColInf *wxDb::GetColumns(const wxString &tableName, UWORD *numCols, const wxChar *userID) function in class:wxDb
2721 // Same as the above GetColumns() function except this one gets columns
2895 } // wxDb::GetColumns()
2926 wxDbColInf *wxDb::GetColumns(wxChar *tableName[], const wxChar *userID) function in class:wxDb
2976 wxDbColInf *wxDb::GetColumns(const wxString &tableName, int *numCols, const wxChar *userID) function in class:wxDb
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Ddbtest.cpp2434 colInf = pDB->GetColumns(tblName);
2440 tStr = wxT("ODBC error during GetColumns()\n\n");

Completed in 411 milliseconds