Home | History | Annotate | Download | only in dist

Lines Matching defs:double

312 # define double sqlite3_int64
1483 int (*xCurrentTime)(sqlite3_vfs*, double*);
2404 ** the legacy [double-quoted string literal] misfeature for DML statements
2413 ** the legacy [double-quoted string literal] misfeature for DDL statements,
4685 SQLITE_API int sqlite3_bind_double(sqlite3_stmt*, int, double);
5254 SQLITE_API double sqlite3_column_double(sqlite3_stmt*, int iCol);
5757 SQLITE_API double sqlite3_value_double(sqlite3_value*);
6196 SQLITE_API void sqlite3_result_double(sqlite3_context*, double);
7455 double estimatedCost; /* Estimated cost of using this index */
8336 ** by enclosing in double-quotes) so as not to confuse the parser.
8362 ** <li> Put all identifier names inside double-quotes. This is the official
10168 ** <dd>^The "double" variable pointed to by the V parameter will be set to the
10783 # undef double
10829 /* The double-precision datatype used by RTree depends on the
10835 typedef double sqlite3_rtree_dbl;