Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c204404 sqlite3_int64 iLastCol; member
205027 p->iLastCol = -1;
205031 if( iCol>0 && p->iLastCol!=iCol ){
205037 p->iLastCol = iCol;