Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c14715 #define XN_ROWID (-1) /* Indexed column is the rowid */ macro
100610 pIndex->aiColumn[i] = XN_ROWID;
106571 }else if( x==XN_ROWID ){
107988 if( iField==XN_ROWID || iField==pTab->iPKey ){
112216 assert( iCol!=XN_ROWID && iCol<pTab->nCol );
123553 if( i==XN_ROWID ) return "rowid";
127028 if( iColumn==pIdx->pTable->iPKey ) iColumn = XN_ROWID;
127483 pIdx->aiColumn[n] = XN_ROWID;
129043 if( iCol==XN_ROWID
130158 assert( pIndex->aiColumn[nColumn-1]==XN_ROWID
[all …]

Completed in 449 milliseconds