Home | History | Annotate | Download | only in orig

Lines Matching defs:TK_ROW

8259 #define TK_ROW                             61
77391 /* The special operator TK_ROW means use the rowid for the first
77395 case TK_ROW: {
90998 pSelectRowid = sqlite3PExpr(pParse, TK_ROW, 0, 0, 0);
91017 pWhereRowid = sqlite3PExpr(pParse, TK_ROW, 0, 0, 0);
121186 TK_JOIN_KW, TK_ROLLBACK, TK_ROW, TK_UNION, TK_USING,