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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbtable.cpp90 ColName[0] = 0;
863 sqlStmt += pDb->SQLColumnName(colDefs[i].ColName);
1093 tStr = colDefs[i].ColName;
1100 pSqlStmt += pDb->SQLColumnName(colDefs[i].ColName);
1225 pSqlStmt += pDb->SQLColumnName(colDefs[i].ColName);
1226 // pSqlStmt += colDefs[i].ColName;
1305 wxString tStr = colDefs[colNumber].ColName;
1312 pWhereClause += pDb->SQLColumnName(colDefs[colNumber].ColName);
1352 colNumber,colDefs[colNumber].ColName);
1426 cout << i + 1 << wxT(": ") << colDefs[i].ColName << wx
[all...]
H A Ddb.cpp3794 wxString ColName; local
3797 ColName = _T("\"");
3798 ColName += colName;
3800 ColName += _T("\"");
3802 return ColName;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbtable.h49 wxChar ColName[DB_MAX_COLUMN_NAME_LEN+1]; // Column Name member in class:wxDbColDef
80 wxChar ColName[DB_MAX_COLUMN_NAME_LEN+1]; member in class:wxDbIdxDef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Ddbtest.cpp1123 wxStrcpy(idxDef[0].ColName, wxT("IS_DEV"));
1126 wxStrcpy(idxDef[1].ColName, wxT("NAME"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddb.tex1613 wxChar ColName[DB_MAX_COLUMN_NAME_LEN+1]; // Column Name
2015 wxChar ColName[DB_MAX_COLUMN_NAME_LEN+1]
2546 wxStrcpy(IndexDef[0].ColName, "PART_DESC"); // Column 1
2549 wxStrcpy(IndexDef[1].ColName, "SERIAL_NO"); // Column 2
3664 wxStrcpy(colDefs[0].ColName, "PART_NUM");

Completed in 82 milliseconds