Lines Matching defs:double
312 # define double sqlite3_int64
1485 int (*xCurrentTime)(sqlite3_vfs*, double*);
2423 ** the legacy [double-quoted string literal] misfeature for DML statements
2432 ** the legacy [double-quoted string literal] misfeature for DDL statements,
4704 SQLITE_API int sqlite3_bind_double(sqlite3_stmt*, int, double);
5273 SQLITE_API double sqlite3_column_double(sqlite3_stmt*, int iCol);
5776 SQLITE_API double sqlite3_value_double(sqlite3_value*);
6215 SQLITE_API void sqlite3_result_double(sqlite3_context*, double);
7480 double estimatedCost; /* Estimated cost of using this index */
8361 ** by enclosing in double-quotes) so as not to confuse the parser.
8387 ** <li> Put all identifier names inside double-quotes. This is the official
10214 ** <dd>^The "double" variable pointed to by the V parameter will be set to the
10829 # undef double
10875 /* The double-precision datatype used by RTree depends on the
10881 typedef double sqlite3_rtree_dbl;