Home | History | Annotate | Download | only in orig

Lines Matching full:sqlite3_column_double

4239 SQLITE_API double sqlite3_column_double(sqlite3_stmt*, int iCol);
63533 SQLITE_API double sqlite3_column_double(sqlite3_stmt *pStmt, int i){
80277 pSample->u.r = sqlite3_column_double(pStmt, 4);
91255 #define sqlite3_column_double sqlite3_api->column_double
91565 sqlite3_column_double,