• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:tableName

677    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},
1078 \docparam{tableName}{The name of the table you wish to grant privileges on.}
1178 \func{void}{ModifyColumn}{\param{const wxString \&}{tableName} \param{const wxString \&}{ColumnName}
1184 \docparam{tableName}{Name of the table that the column to be modified is in.}
1408 \func{const wxString}{SQLTableName}{\param{const wxChar *}{ tableName}}
1420 \docparam{tableName}{Native name of the table that is to be evaluated to
1430 \func{bool}{TableExists}{\param{const wxString \&}{tableName}, \param{const wxChar *}{userID=NULL}, \param{const wxString \&}{path=""}}
1438 \docparam{tableName}{Name of the table to check for the existence of.}
1451 {\it tableName} may refer to a table, view, alias or synonym.
1461 \func{bool}{TablePrivileges}{\param{const wxString \&}{tableName}, \param{const wxString \&}{priv},
1471 \docparam{tableName}{Name of the table on which to check privileges.
1472 {\it tableName} may refer to a table, view, alias or synonym.}
1705 wxChar tableName[DB_MAX_TABLE_NAME_LEN+1];
4008 tableName[0] = 0;