Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c89712 int isDifferentRow, rc; local
89716 rc = sqlite3BtreeCursorRestore(p->uc.pCursor, &isDifferentRow);
89718 if( isDifferentRow ) p->nullRow = 1;