Home | History | Annotate | Download | only in orig

Lines Matching defs:TK_AS

8222 #define TK_AS                              24
76818 ** TK_AS operator. The TK_AS operator causes the expression to be
76821 ** The reason for suppressing the TK_AS term when the expression is a simple
76825 ** The TK_AS operator is inhibited if zType[0]=='G'. This means
76875 pDup = sqlite3PExpr(pParse, TK_AS, pDup, 0, 0);
77271 if( pExpr->op!=TK_AS ){
78319 ** Skip over any TK_COLLATE or TK_AS operators and any unlikely()
78330 assert( pExpr->op==TK_COLLATE || pExpr->op==TK_AS );
80817 case TK_AS: {
81527 case TK_AS: {
112009 assert( pExpr->op!=TK_AS && pExpr->op!=TK_COLLATE );
121166 TK_ADD, TK_DATABASE, TK_AS, TK_SELECT, TK_TABLE,