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()].
61632 SQLITE_API int sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *pValue){
86932 #define sqlite3_bind_value sqlite3_api->bind_value
87235 sqlite3_bind_value,
116352 rc = sqlite3_bind_value(pCsr->pStmt, 1, apVal[0]);
120364 rc = sqlite3_bind_value(pStmt, i+1, apVal[i]);
120793 rc = sqlite3_bind_value(pContentInsert, 1, apVal[3+p->nColumn]);