Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbeaux.c3658 int isDifferentRow, rc; in sqlite3VdbeHandleMovedCursor() local
3662 rc = sqlite3BtreeCursorRestore(p->uc.pCursor, &isDifferentRow); in sqlite3VdbeHandleMovedCursor()
3664 if( isDifferentRow ) p->nullRow = 1; in sqlite3VdbeHandleMovedCursor()