Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c204090 sqlite3_int64 iLastCol; member
204713 p->iLastCol = -1;
204717 if( iCol>0 && p->iLastCol!=iCol ){
204723 p->iLastCol = iCol;