Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c10377 #define SQLITE_CountRows 0x00000080 /* Count rows changed by INSERT, */ macro
67676 assert( db->flags&SQLITE_CountRows );
67696 assert( p->iStatement==0 || db->flags&SQLITE_CountRows );
89249 if( db->flags & SQLITE_CountRows ){
89304 if( db->flags & SQLITE_CountRows ){
89439 if( (db->flags&SQLITE_CountRows) && !pParse->nested && !pParse->pTriggerTab ){
93651 if( db->flags & SQLITE_CountRows ){
93890 if( (db->flags & SQLITE_CountRows)!=0 ){
93935 if( (db->flags&SQLITE_CountRows) && !pParse->nested && !pParse->pTriggerTab ){
94810 if( (pParse->db->flags & SQLITE_CountRows)!=0 ){
[all …]