Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp294 return ::sqlite3_column_double(_pimpl->stmt, index); in column_double()
/netbsd-src/lib/lua/sqlite/
H A Dsqlite.c309 lua_pushnumber(L, sqlite3_column_double(*stmt, cidx)); in stmt_column()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h422 #define sqlite3_column_double sqlite3_api->column_double macro
H A Dsqlite3.h5254 SQLITE_API double sqlite3_column_double(sqlite3_stmt*, int iCol);
H A Dshell.c3481 double r = sqlite3_column_double(pStmt,i); in sha3QueryFunc()
19489 double r = sqlite3_column_double(p->pStmt, i); in shell_callback()
19535 double r = sqlite3_column_double(p->pStmt, i); in shell_callback()
19582 double r = sqlite3_column_double(p->pStmt, i); in shell_callback()
22824 sqlite3_bind_double(pInsert, i+1, sqlite3_column_double(pQuery,i)); in tryToCloneData()
27379 double countIrreversible = sqlite3_column_double(pCheckStmt, 0); in do_meta_command()
H A Dsqlite3.c5567 SQLITE_API double sqlite3_column_double(sqlite3_stmt*, int iCol);
91255 SQLITE_API double sqlite3_column_double(sqlite3_stmt *pStmt, int i){
135894 #define sqlite3_column_double sqlite3_api->column_double
136340 sqlite3_column_double,
224372 double rVal = sqlite3_column_double(pDflt, iField);
225600 double r = sqlite3_column_double(pStmt, iCol);
225686 if( dVal==sqlite3_column_double(pStmt, i) ) break;
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c443 hsdb->version = sqlite3_column_double(hsdb->get_version, 0); in hdb_sqlite_make_database()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d914 double sqlite3_column_double(sqlite3_stmt*, int iCol);
/netbsd-src/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1795 return Tcl_NewDoubleObj(sqlite3_column_double(pStmt, iCol)); in dbEvalColumnValue()