Searched refs:tableName (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Dlistdb.h69 const wxString &tableName,
102 const wxString &tableName,
H A Dlistdb.cpp169 ClookUpDlg::ClookUpDlg(wxWindow *parent, const wxString &windowTitle, const wxString &tableName, argument
190 lookup = new Clookup(tableName, colName, pDb, defDir);
201 tStr.Printf(wxT("Unable to open the table '%s'."), tableName.c_str());
271 ClookUpDlg::ClookUpDlg(wxWindow *parent, const wxString &windowTitle, const wxString &tableName, argument
303 lookup2 = new Clookup2(tableName, dispCol1, dispCol2, pDb, defDir);
314 tStr.Printf(wxT("Unable to open the table '%s'."),tableName.c_str());
336 q += tableName;
H A Ddbtest.cpp1460 /* const wxString &tableName */ CONTACT_TABLE_NAME,
2453 qualName.Printf(wxT("%s.%s"), colInf[i].tableName, colInf[i].colName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Dbrowsedb.h73 wxDbColInf* OnGetColumns(wxChar *tableName, UWORD numCols,int Quiet);
H A Dbrowsedb.cpp222 wxStrcpy((cl_BrowserDB+i)->tableName,_T("-E->"));
249 Temp0.Printf(_("\n-E-> BrowserDB::OnGetNext - ODBC-Error with GetNext of >%s<.\n-E-> "),(cl_BrowserDB+i)->tableName);
254 wxStrcpy((cl_BrowserDB+i)->tableName,Temp0.c_str());
266 wxStrcpy((cl_BrowserDB+i)->tableName,Temp0.c_str());
280 wxStrcpy((cl_BrowserDB+i)->tableName,Temp0.c_str());
304 wxStrcpy((cl_BrowserDB+i)->tableName,Temp0.c_str());
311 wxStrcpy((cl_BrowserDB+i)->tableName,Temp0.c_str());
317 wxStrcpy((cl_BrowserDB+i)->tableName,Temp0.c_str());
331 wxStrcpy((cl_BrowserDB+i)->tableName,Temp0.c_str());
411 wxDbColInf* BrowserDB::OnGetColumns(wxChar *tableName, UWOR argument
[all...]
H A Ddbtree.cpp144 Temp1.Printf(_T("TN(%s"),(ct_BrowserDB->pTableInf+x)->tableName);
146 (ct_BrowserDB->pTableInf+x)->pColInf = (pDoc->db_Br+i_Which)->OnGetColumns((ct_BrowserDB->pTableInf+x)->tableName,(ct_BrowserDB->pTableInf+x)->numCols,false);
152 Temp0.Printf(_("Table-Name(%s) with (%d)Columns ; Remarks(%s)"), (ct_BrowserDB->pTableInf+x)->tableName,
158 Temp0.Printf(_("View-Name(%s) with (%d)Columns ; Remarks(%s)"), (ct_BrowserDB->pTableInf+x)->tableName,
219 Temp0.Printf(_("-I-> DBTree::OnPopulate(%s) - Table %6d (from %d) has been read."),(ct_BrowserDB->pTableInf+x)->tableName,z,ct_BrowserDB->numTables);
329 Temp2.Printf(_T("TN(%s"),(ct_BrowserDB->pTableInf+i)->tableName);
369 Temp2.Printf(_T("TN(%s"),(ct_BrowserDB->pTableInf+i)->tableName);
372 // Temp0.Printf("(%d) Here is where a GridCtrl for >%s< will be called! ",i,(ct_BrowserDB->pTableInf+i)->tableName);
373 pDoc->OnChosenTbl(1,(ct_BrowserDB->pTableInf+i)->tableName);
406 Temp2.Printf(_T("TN(%s"),(ct_BrowserDB->pTableInf+i)->tableName);
[all...]
H A Ddbgrid.cpp93 if (!wxStrcmp((ct_BrowserDB->pTableInf+x)->tableName,Table)) // is this our Table ?
120 SetCellValue(z, y,((db_Br+i_Which)->cl_BrowserDB+y)->tableName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddb.h403 wxChar tableName[DB_MAX_TABLE_NAME_LEN+1]; member in class:wxDbColInf
431 wxChar tableName[DB_MAX_TABLE_NAME_LEN+1]; member in class:wxDbTableInf
673 bool Grant(int privileges, const wxString &tableName, const wxString &userList = wxT("PUBLIC"));
677 int GetKeyFields(const wxString &tableName, wxDbColInf* colInf, UWORD noCols);
679 wxDbColInf *GetColumns(wxChar *tableName[], const wxChar *userID=NULL);
680 wxDbColInf *GetColumns(const wxString &tableName, UWORD *numCols, const wxChar *userID=NULL);
682 int GetColumnCount(const wxString &tableName, const wxChar *userID=NULL);
703 // tableName can refer to a table, view, alias or synonym
704 bool TableExists(const wxString &tableName, const wxChar *userID=NULL,
706 bool TablePrivileges(const wxString &tableName, cons
765 const wxChar *tableName; member in class:wxTablesInUse
[all...]
H A Ddbtable.h136 wxString tableName; // Table name member in class:wxDbTable
170 char tableName[DB_MAX_TABLE_NAME_LEN+1]; // Table name member in class:wxDbTable
206 const wxString &GetTableName() { return tableName; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddb.cpp95 wxChar tableName[128+1]; member in struct:__anon511
383 tableName[0] = 0;
422 tableName[0] = 0;
1768 tiu->tableName, tiu->tableID, wx_static_cast(void*, tiu->pDb));
2116 bool wxDb::Grant(int privileges, const wxString &tableName, const wxString &userList) argument
2153 sqlStmt += SQLTableName(tableName);
2406 int wxDb::GetKeyFields(const wxString &tableName, wxDbColInf* colInf, UWORD noCols) argument
2425 * -- : Called from GetColumns(const wxString &tableName, ------
2436 (SQLTCHAR FAR *) tableName.c_str(), SQL_NTS); /* Table name */
2440 /* columns in the primary key of the tableName tabl
2548 GetColumns(wxChar *tableName[], const wxChar *userID) argument
2719 GetColumns(const wxString &tableName, UWORD *numCols, const wxChar *userID) argument
2926 GetColumns(wxChar *tableName[], const wxChar *userID) argument
2976 GetColumns(const wxString &tableName, int *numCols, const wxChar *userID) argument
3249 GetColumnCount(const wxString &tableName, const wxChar *userID) argument
3571 TableExists(const wxString &tableName, const wxChar *userID, const wxString &tablePath) argument
3658 TablePrivileges(const wxString &tableName, const wxString &priv, const wxChar *userID, const wxChar *schema, const wxString &WXUNUSED(tablePath)) argument
3778 SQLTableName(const wxChar *tableName) argument
4008 ModifyColumn(const wxString &tableName, const wxString &columnName, int dataType, ULONG columnLength, const wxString &optionalParam) argument
[all...]
H A Ddbtable.cpp160 tableName.Empty();
169 tableName = tblName; // Table Name
173 tableName = tableName.Upper();
200 tableInUse->tableName = tblName;
324 tableName.c_str(), tableID, wx_static_cast(void*, pDb));
787 exists = pDb->TableExists(tableName, NULL, tablePath);
789 exists = pDb->TableExists(tableName, pDb->GetUsername(), tablePath);
807 hasPrivs = pDb->TablePrivileges(tableName, wxT("SELECT"), pDb->GetUsername(), NULL, tablePath);
809 hasPrivs = pDb->TablePrivileges(tableName, wx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_hash.c1981 char* tableName = NULL; local
1998 (void)CSCioReadLine (fd, &tableName, memList, 0);
2008 tableName,
2042 (void)CSCmemFree (memList, (void**)&tableName, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddb.tex677 sprintf(sqlStmt, "DROP TABLE %s", tableName);
796 \func{int }{GetColumnCount}{\param{const wxString \&}{tableName}, \param{const wxChar *}{userID}}
800 \docparam{tableName}{The table name you wish to obtain column information about.}
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}}
826 \docparam{tableName}{The table name you wish to obtain column information about.}
828 \docparam{tableName[]}{An array of pointers to table names you wish to obtain column information about. The last element of this array must be a NULL string.}
972 \func{int }{GetKeyFields}{\param{const wxString \&}{tableName}, \param{wxDbColInf *}{colInf}, \param{UWORD }{numColumns}}
980 \docparam{tableName}{Name of the table for which the columns will be evaluated as to their inclusion in any indexes.}
1057 \func{bool}{Grant}{\param{int }{privileges}, \param{const wxString \&}{tableName},
[all...]
H A Dtdb.tex524 table = new wxDbTable(db, tableName, numTableColumns, "",
981 const wxChar tableName[] = wxT("USERS"); // Name of database table
1017 table = new wxDbTable(db, tableName, numTableColumns, wxT(""),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex604 \twocolitem{\inioption{tableName}}{The string used when referencing a table. The default is ``table".}

Completed in 97 milliseconds