Lines Matching refs:XN_ROWID
16087 #define XN_ROWID (-1) /* Indexed column is the rowid */
95043 assert( pReq!=0 || pRhs->iColumn==XN_ROWID || pParse->nErr );
104849 pIndex->aiColumn[i] = XN_ROWID;
110930 }else if( x==XN_ROWID ){
112355 if( iField==XN_ROWID || iField==pTab->iPKey ){
116934 assert( iCol!=XN_ROWID && iCol<pTab->nCol );
120136 assert( iCol==XN_ROWID || (iCol>=0 && iCol<pTab->nCol) );
120150 assert( iCol==XN_ROWID || (iCol>=0 && iCol<pTab->nCol) );
129199 if( i==XN_ROWID ) return "rowid";
133237 iColumn = XN_ROWID;
133702 pIdx->aiColumn[n] = XN_ROWID;
135222 testcase( pLhs->iColumn==XN_ROWID );
135389 if( iCol==XN_ROWID
136553 assert( pIndex->aiColumn[nColumn-1]==XN_ROWID
136608 if( iColumn==pIndex->pTable->iPKey ) iColumn = XN_ROWID;
136610 iColumn = XN_ROWID;
136635 if( iColumn>=XN_ROWID ){
136645 if( iColumn!=XN_ROWID ){
136665 if( iColumn==XN_ROWID ){