Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3_column_double

5694 ** <tr><td><b>sqlite3_column_double</b><td>&rarr;<td>REAL result
5900 SQLITE_API double sqlite3_column_double(sqlite3_stmt*, int iCol);
94884 ** sqlite3_column_double()
94929 SQLITE_API double sqlite3_column_double(sqlite3_stmt *pStmt, int i){
142652 #define sqlite3_column_double sqlite3_api->column_double
143108 sqlite3_column_double,
234721 double rVal = sqlite3_column_double(pDflt, iField);
235984 double r = sqlite3_column_double(pStmt, iCol);
236069 if( dVal==sqlite3_column_double(pStmt, i) ) break;
239306 double rVal = sqlite3_column_double(pTab->pDfltStmt, ii);