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

44                             returned by the ODBC classes
248 datasource-specific error code returned by the datasource to the ODBC driver.
320 The wxDb instance returned is also opened (see \helpref{wxDb::Open}{wxdbopen}).
328 the wxDb instance is returned.
349 Deleting the wxDb instance returned can cause a crash/memory corruption
593 returned by this function have been tested and confirmed to work with
596 Possible values returned by this function can be viewed in the
607 datasource is not recognized, a value of 'dbmsUNIDENTIFIED' is returned.
664 sometimes informational messages) returned from ODBC need to be analyzed
670 iteratively step through the errors returned from ODBC evaluating each
737 To get column amount and column names or other information about returned columns, pass {\it 'columns'} and {\it 'numcols'} parameters to the function also.
743 \docparam{columns}{On success, this function will set this pointer to point to array of \helpref{wxDbColInf}{wxdbcolinf} objects, holding information about columns returned by the query. You need to call delete[] for the pointer you pass here after you don't use it anymore to prevent memory leak.}
792 The returned catalog will only contain catalog entries for tables to which the user specified in 'userID' has sufficient privileges. If no user is specified (NULL passed in), a catalog pertaining to all tables in the datasource accessible to the connected user (permissions apply) via this connection will be returned.
827 \docparam{numCols}{Pointer to a UWORD which will hold a count of the number of columns returned by this function}
881 returned.}
882 \docparam{cType}{The C data type that is to be returned. See a partial list
884 \docparam{pData}{Memory buffer which will hold the data returned by the call
891 actual data returned. If this value comes back as SQL\_NULL\_DATA, then the
921 // Read column #1 of the row returned by the call to ::GetNext()
936 When requesting multiple columns to be returned from the result set (for example, the SQL query
937 requested 3 columns be returned), the calls to this function must request the columns in ordinal
1389 In most cases, the column name is returned verbatim. But some databases
1392 in the column name, the returned string will have the correct enclosing
1411 In most cases, the table name is returned verbatim. But some databases
1414 in the table name, the returned string will have the correct enclosing
1570 false without performing the requested log, otherwise true is returned.
2196 statements are included in the list of columns returned by the SQL statement
2266 in a SQL statement to be passed to the datasource. The returned string
2429 DISTINCT keyword against a column name to cause the returned count to
2432 meaning a count of the total number of rows matching is returned, regardless
2806 may be returned in the result set or used as a portion of a comparison with
2833 To determine the number of elements pointed to by the returned
2958 the result set. When false is returned, data in the bound columns is
3001 position. When false is returned, data in the bound columns is undefined.
3146 returned by this function indicates whether an implicit closing of the cursor is
3237 alphabetized/numeric sorting sequence that the result set is to be returned
3267 applies to all columns returned in the result set, not individual columns.
3277 change the sequence in which records are returned in the result set from
3304 result set is returned to the client driver until a request such as
3313 requested to be returned.
3320 the results returned may have unexpected results (or no results) due to
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
3459 applies to all columns returned in the result set, not individual columns.
3525 applies to all columns returned in the result set, not individual columns.
3599 value when a row of data is returned from the datasource.}
3641 to be created, a value of false is returned. If the specified index of the
3643 assert is thrown and logged (in debug builds) and a false is returned.
3646 value of NULL being returned.
3722 may be returned in the result set or used as a portion of a comparison with
3791 which determines sequence/ordering of the rows returned in the result set
3799 alphabetized sorting sequence that the result set is to be returned in. If
3847 that determines which rows are returned in the result set by the datasource.