Home | History | Annotate | Download | only in dist

Lines Matching defs:TK_ROW

8259 #define TK_ROW                             61
77411 /* The special operator TK_ROW means use the rowid for the first
77415 case TK_ROW: {
91018 pSelectRowid = sqlite3PExpr(pParse, TK_ROW, 0, 0, 0);
91037 pWhereRowid = sqlite3PExpr(pParse, TK_ROW, 0, 0, 0);
121206 TK_JOIN_KW, TK_ROLLBACK, TK_ROW, TK_UNION, TK_USING,