Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:sqlite3_bind_value

3319 ** [sqlite3_result_value()] and [sqlite3_bind_value()].
3428 SQLITE_API int sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*);
3819 ** may only be used with [sqlite3_bind_value()] and [sqlite3_result_value()].
61453 SQLITE_API int sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *pValue){
86725 sqlite3_bind_value sqlite3_api->bind_value
87028 sqlite3_bind_value,
116173 rc = sqlite3_bind_value(pCsr->pStmt, 1, apVal[0]);
120185 rc = sqlite3_bind_value(pStmt, i+1, apVal[i]);
120614 rc = sqlite3_bind_value(pContentInsert, 1, apVal[3+p->nColumn]);