HomeSort by: relevance | last modified time | path
    Searched defs:estimatedRows (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 7401 ** ^The estimatedRows value is an estimate of the number of rows that
7419 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
7423 ** to read or write the estimatedRows field are undefined (but are likely
7424 ** to include crashing the application). The estimatedRows field should
7457 sqlite3_int64 estimatedRows; /* Estimated number of rows returned */
sqlite3.c 7714 ** ^The estimatedRows value is an estimate of the number of rows that
7732 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
7736 ** to read or write the estimatedRows field are undefined (but are likely
7737 ** to include crashing the application). The estimatedRows field should
7770 sqlite3_int64 estimatedRows; /* Estimated number of rows returned */
    [all...]

Completed in 97 milliseconds