Home
last modified time | relevance | path

Searched refs:sqlite3_column_double (Results 1 – 20 of 20) sorted by relevance

/sqlite-3.40.0/test/
H A Dfuzzinvariants.c328 x = sqlite3_column_double(pS1,i1)==sqlite3_column_double(pS2,i2); in sameValue()
413 printf("(float) %f\n", sqlite3_column_double(pStmt, i)); in printRow()
H A Dcapi3.test429 # sqlite3_column_double
526 foreach i $idxlist {lappend utf8 [sqlite3_column_double $STMT $i]}
549 foreach i $idxlist {lappend utf8 [sqlite3_column_double $STMT $i]}
1148 set v1 [sqlite3_column_double $STMT 0]
1157 set v1 [sqlite3_column_double $STMT 0]
H A Dmalloc4.test156 sqlite3_column_double $::STMT 0
H A Dcapi3c.test411 # sqlite3_column_double
496 foreach i $idxlist {lappend utf8 [sqlite3_column_double $STMT $i]}
519 foreach i $idxlist {lappend utf8 [sqlite3_column_double $STMT $i]}
H A Dmalloc.test239 sqlite3_column_double $::STMT 1
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js1636 const rc = capi.sqlite3_column_double(this.pointer, ndx);
1650 return capi.sqlite3_column_double(this.pointer, ndx);
/sqlite-3.40.0/src/
H A Dloadext.c165 sqlite3_column_double,
H A Dsqlite3ext.h415 #define sqlite3_column_double sqlite3_api->column_double macro
H A Dvdbeapi.c1238 double sqlite3_column_double(sqlite3_stmt *pStmt, int i){ in sqlite3_column_double() function
H A Dtclsqlite.c1771 return Tcl_NewDoubleObj(sqlite3_column_double(pStmt, iCol)); in dbEvalColumnValue()
H A Dshell.c.in2399 double r = sqlite3_column_double(p->pStmt, i);
2445 double r = sqlite3_column_double(p->pStmt, i);
2492 double r = sqlite3_column_double(p->pStmt, i);
5694 sqlite3_bind_double(pInsert, i+1, sqlite3_column_double(pQuery,i));
H A Dtest1.c5320 rVal = sqlite3_column_double(pStmt, col); in test_column_double()
H A Dsqlite.h.in4925 ** <tr><td><b>sqlite3_column_double</b><td>&rarr;<td>REAL result
5131 double sqlite3_column_double(sqlite3_stmt*, int iCol);
/sqlite-3.40.0/ext/misc/
H A Ddbdump.c487 double r = sqlite3_column_double(pStmt,i); in dump_callback()
H A Dsha1.c339 double r = sqlite3_column_double(pStmt,i); in sha1QueryFunc()
H A Dshathree.c661 double r = sqlite3_column_double(pStmt,i); in sha3QueryFunc()
/sqlite-3.40.0/tool/
H A Ddbhash.c323 double r = sqlite3_column_double(pStmt,i); in hash_one_query()
H A Dsqldiff.c1559 rX = sqlite3_column_double(pStmt, k); in putValue()
/sqlite-3.40.0/ext/fts3/tool/
H A Dfts3view.c413 sqlite3_column_double(pStmt, 2)); in showSegmentStats()
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c2187 double r = sqlite3_column_double(pStmt, iCol); in sessionAppendCol()
2273 if( dVal==sqlite3_column_double(pStmt, i) ) break; in sessionAppendUpdate()