Home
last modified time | relevance | path

Searched refs:SQLITE_CountRows (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/src/
H A Dpragma.h235 /* iArg: */ SQLITE_CountRows },
H A Dvacuum.c198 | SQLITE_Defensive | SQLITE_CountRows); in sqlite3RunVacuum()
H A Ddelete.c439 if( (db->flags & SQLITE_CountRows)!=0 in sqlite3DeleteFrom()
H A Dinsert.c1037 if( (db->flags & SQLITE_CountRows)!=0 in sqlite3Insert()
2991 if( (db->flags & SQLITE_CountRows)!=0 ){ in xferOptimization()
H A Dupdate.c665 if( (db->flags&SQLITE_CountRows)!=0 in sqlite3Update()
H A DsqliteInt.h1735 #define SQLITE_CountRows HI(0x00001) /* Count rows changed by INSERT, */ macro
/sqlite-3.40.0/tool/
H A Dmkpragmatab.tcl36 ARG: SQLITE_CountRows