Lines Matching full:sqlite3_errcode
1376 if( db && sqlite3_errcode(db)==SQLITE_OK ){1380 if( db==0 || SQLITE_OK!=sqlite3_errcode(db) ){