• 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:must

404 This is the constructor for the wxDb class.  The wxDb object must
470 you must close the ODBC connection to the datasource. There are actually
473 Any wxDbTable instances which use this connection must be deleted before
522 you must pay attention to is cursors, in regard to transactions. Cursors are
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.}
937 requested 3 columns be returned), the calls to this function must request the columns in ordinal
1085 The currently logged in user must have sufficient grantor privileges for this
1281 After a wxDb instance is created, it must then be opened. When opening a
1282 datasource, there must be three pieces of information passed. The data
1306 must maintain the memory for these three strings for the life of the wxDb instance.}
1391 must be specially quoted. For example, if the datasource allows spaces
1413 must be specially quoted. For example, if the datasource allows spaces
1433 is specified, then the table must be accessible by that user (user must have
1466 is specified, then the table must be accessible by that user (user must have
1860 must be manually released with a call to this function.
2173 then you must also pass in a SQL WHERE clause in this argument. Default
2246 then you must also pass in a SQL WHERE clause in this argument. Default is "".}
2307 Not all datasources support the "FOR UPDATE" clause, so you must use this
2339 The decision to include the ROWID in your SQL SELECT statement must be
2351 // Note that the ROWID column must always be the last column selected
2485 the performance benefits of indexes, the indexes must be defined on the
2486 appropriate columns and your SQL code must be written in such a way as to
2491 \docparam{IndexName}{Name of the Index. Name must be unique within the table
2502 The first parameter, index name, must be unique and should be given a
2514 number must match the number of columns defined in the 'pIndexDefs' parameter.
2517 \helpref{wxDbIdxDef}{wxdbidxdef} structure. For each column in the index, you must specify two
2523 name or not. Some datasources require that the existing index must be dropped
2612 \helpref{wxDb::RollbackTrans}{wxdbrollbacktrans} must be called after use of
2668 \helpref{wxDb::RollbackTrans}{wxdbrollbacktrans} must be called after use of
2709 instance. The WHERE clause passed in must be compliant with the SQL 92
2721 A \helpref{wxDb::CommitTrans}{wxdbcommittrans} must be called after use of
2807 the base table's columns. NOTE that the base tables name must NOT be included
2839 These column definitions must not be manually redefined after they have been
2870 Before retrieving records, a query must be performed using
2903 Before retrieving records, a query must be performed using
2939 This new cursor must be closed using
2949 as defined by the current query. Before retrieving records, a query must be
2992 query must be performed using \helpref{wxDbTable::Query}{wxdbtablequery},
3095 \helpref{wxDb::RollbackTrans}{wxdbrollbacktrans} must be called after use of
3173 Every wxDbTable instance must be opened before it can be used. This function
3179 NOTE: To retrieve data into an opened table, the of the table must be bound
3364 the wxDbTable object. The SELECT statement must return exactly
3366 \item The columns must be returned in the same sequence as specified
3368 and the columns returned must be of the proper data type. For
3370 definitions to be a float, the SELECT statement must return a
3480 the query is performed. To retrieve the first record, the program must call
3531 the query is performed. To retrieve the first record, the program must call
3723 the base table's columns. NOTE that the base tables name must NOT be included
3907 must have the exact syntax required by the driver/datasource for performing
3921 \helpref{wxDb::RollbackTrans}{wxdbrollbacktrans} must be called after use of
3953 \helpref{wxDb::RollbackTrans}{wxdbrollbacktrans} must be called after use of
4102 As wxDbTable must be defined with to have columns which match those to by a wxDbGridColInfo
4200 referring to it, if false application must
4212 \docparam{row}{ Row where validation must be done. }
4238 \docparam{takeOwnership}{ If false, user must take care of deleting tab after deleting