Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_bind_null

10855             sqlite3_bind_null(pInsert, i+1);
12932 while( i<=nCol ){ sqlite3_bind_null(pStmt, i); i++; }