Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c458 iColumn = XN_ROWID; in whereScanInit()
969 pIdx->aiColumn[n] = XN_ROWID; in constructAutomaticIndex()
1211 assert( pTerm->u.x.leftColumn>=XN_ROWID ); in allocateIndexInfo()
2750 testcase( pLhs->iColumn==XN_ROWID ); in whereRangeVectorLen()
2960 if( iCol==XN_ROWID in whereLoopAddBtreeIndex()
2963 if( iCol==XN_ROWID || pProbe->uniqNotNull in whereLoopAddBtreeIndex()
4491 assert( pIndex->aiColumn[nColumn-1]==XN_ROWID in wherePathSatisfiesOrderBy()
4559 iColumn = XN_ROWID; in wherePathSatisfiesOrderBy()
4589 if( iColumn>=XN_ROWID ){ in wherePathSatisfiesOrderBy()
4599 if( iColumn!=XN_ROWID ){ in wherePathSatisfiesOrderBy()
[all …]
H A Dupsert.c131 && pTerm->iColumn==XN_ROWID in sqlite3UpsertAnalyzeTarget()
H A Dinsert.c95 }else if( x==XN_ROWID ){ in sqlite3IndexAffinityStr()
2206 }else if( iField==XN_ROWID || iField==pTab->iPKey ){ in sqlite3GenerateConstraintChecks()
H A Dupdate.c104 assert( iIdxCol!=XN_ROWID ); /* Cannot index rowid */ in indexColumnIsBeingUpdated()
H A Danalyze.c953 if( NEVER(i==XN_ROWID) ){ in analyzeVdbeCommentIndexWithColumnName()
H A Dbuild.c2264 assert( j!=XN_ROWID && j!=XN_EXPR ); in isDupColumn()
4256 pIndex->aiColumn[i] = XN_ROWID; in sqlite3CreateIndex()
H A Dpragma.c1988 assert( iCol!=XN_ROWID && iCol<pTab->nCol ); in sqlite3Pragma()
H A Dwherecode.c31 if( i==XN_ROWID ) return "rowid"; in explainIndexColumnName()
H A Dexpr.c2864 assert( pReq!=0 || pRhs->iColumn==XN_ROWID || pParse->nErr ); in sqlite3FindInIndex()
4190 assert( iCol>=XN_ROWID ); in sqlite3ExprCodeTarget()
H A DsqliteInt.h2664 #define XN_ROWID (-1) /* Indexed column is the rowid */ macro
H A Dselect.c1944 assert( iCol==XN_ROWID || (iCol>=0 && iCol<pTab->nCol) ); in columnTypeImpl()
1958 assert( iCol==XN_ROWID || (iCol>=0 && iCol<pTab->nCol) ); in columnTypeImpl()