Searched refs:colName (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcolourcmn.cpp88 wxString colName; local
91 colName = wxTheColourDatabase->FindName((const wxColour &)(*this)).MakeLower();
93 if ( colName.empty() && (flags & wxC2S_CSS_SYNTAX) )
96 colName.Printf(wxT("rgb(%d, %d, %d)"),
99 else if ( colName.empty() && (flags & wxC2S_HTML_SYNTAX) )
102 colName.Printf(wxT("#%02X%02X%02X"),
107 wxASSERT_MSG(!colName.empty(),
110 return colName;
H A Dgdicmn.cpp381 wxString colName = name; local
382 colName.MakeUpper();
385 wxString colNameAlt = colName;
392 wxStringToColourHashMap::iterator it = m_map->find(colName);
401 (*m_map)[colName] = new wxColour(colour);
411 wxString colName = colour; local
412 colName.MakeUpper();
413 wxString colNameAlt = colName;
417 wxStringToColourHashMap::iterator it = m_map->find(colName);
H A Ddb.cpp384 colName[0] = 0;
2308 wxStrncpy(pColInf[colNum].colName, name, DB_MAX_COLUMN_NAME_LEN);
2309 pColInf[colNum].colName[DB_MAX_COLUMN_NAME_LEN] = 0; // Prevent buffer overrun
2451 if (!wxStrcmp(colInf[i].colName,szPkCol)) // We have found the Column
2493 if (!wxStrcmp(colInf[i].colName, szPkCol)) // We have found the Column, store the Information
2530 if (!wxStrcmp(colInf[i].colName,szFkCol)) // We have found the (Foreign Key) Column
2604 wxStrcpy(colInf[noCols].colName, wxEmptyString);
2663 GetData( 4, SQL_C_WXCHAR, (UCHAR*) colInf[colNo].colName, DB_MAX_COLUMN_NAME_LEN+1, &cb);
2763 wxStrcpy(colInf[noCols].colName, wxEmptyString);
2821 GetData( 4, SQL_C_WXCHAR, (UCHAR*) colInf[colNo].colName, DB_MAX_COLUMN_NAME_LE
3470 wxChar colName[DB_MAX_COLUMN_NAME_LEN+1]; local
3792 SQLColumnName(const wxChar *colName) argument
[all...]
H A Ddbtable.cpp1351 strMsg.Printf(wxT("wxDbTable::bindParams(): Unknown column type for colDefs %d colName %s"),
2435 SetColDefs (index,pColInfs[index].colName,pColInfs[index].dbDataType, pColDataPtrs[index].PtrDataObj, pColDataPtrs[index].SqlCtype, pColDataPtrs[index].SzDataObj);
2626 bool wxDbTable::SetColNull(const wxString &colName, bool set)
2631 if (!wxStricmp(colName, colDefs[colNumber].ColName))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Dlistdb.h31 Clookup(wxString tblName, wxString colName, wxDb *pDb, const wxString &defDir=wxT(""));
70 const wxString &colName,
H A Dlistdb.cpp129 Clookup::Clookup(wxString tblName, wxString colName, wxDb *pDb, const wxString &defDir) argument
134 SetColDefs (0, colName, DB_DATA_TYPE_VARCHAR, lookupCol, SQL_C_WXCHAR, LOOKUP_COL_LEN+1, false, false);
170 const wxString &colName, const wxString &where, const wxString &orderBy,
190 lookup = new Clookup(tableName, colName, pDb, defDir);
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
H A Ddbtest.cpp2447 for (i = 0; colInf[i].colName && wxStrlen(colInf[i].colName); i++)
2453 qualName.Printf(wxT("%s.%s"), colInf[i].tableName, colInf[i].colName);
2459 pQueryCol1Choice->Append(colInf[i].colName);
2460 pQueryCol2Choice->Append(colInf[i].colName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbtable.h313 bool SetColNull(const wxString &colName, bool set=true);
317 bool SetNull(const char *colName, bool set=true) { return (SetNull(colName,set)); } argument
H A Ddb.h404 wxChar colName[DB_MAX_COLUMN_NAME_LEN+1]; member in class:wxDbColInf
716 const wxString SQLColumnName(const wxChar *colName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Ddbtree.cpp164 Temp1.Printf(_T("FN(%s"),((ct_BrowserDB->pTableInf+x)->pColInf+y)->colName);
168 Temp2.Printf(_T("(%d) - %s"),((ct_BrowserDB->pTableInf+x)->pColInf+y)->PkCol,((ct_BrowserDB->pTableInf+x)->pColInf+y)->colName);
180 Temp2.Printf(_T("(%d) - %s"),((ct_BrowserDB->pTableInf+x)->pColInf+y)->FkCol,((ct_BrowserDB->pTableInf+x)->pColInf+y)->colName);
186 Docu = AppendItem(Folder,((ct_BrowserDB->pTableInf+x)->pColInf+y)->colName,TreeIc_COL,TreeIc_COL,new DBTreeData(Temp1));
H A Ddbgrid.cpp109 SetColLabelValue(y,((ct_BrowserDB->pTableInf+x)->pColInf+y)->colName);
H A Dbrowsedb.cpp325 Temp0 = (cl_BrowserDB+i)->colName;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddb.tex1386 \func{const wxString}{SQLColumnName}{\param{const wxChar *}{ colName}}
1398 \docparam{colName}{Native name of the column in the table that is to be
1706 wxChar colName[DB_MAX_COLUMN_NAME_LEN+1];
3761 \func{bool}{SetColNull}{\param{const wxString \&}{colName},
3775 \docparam{colName}{Actual data table column name that is to be set to NULL.}

Completed in 83 milliseconds