Lines Matching refs:Expr
471 static Expr *exprTableRegister( in exprTableRegister()
477 Expr *pExpr; in exprTableRegister()
503 static Expr *exprTableColumn( in exprTableColumn()
509 Expr *pExpr = sqlite3Expr(db, TK_COLUMN, 0); in exprTableColumn()
559 Expr *pWhere = 0; /* WHERE clause to scan with */ in fkScanChildren()
584 Expr *pLeft; /* Value from parent table row */ in fkScanChildren()
585 Expr *pRight; /* Column ref to child table */ in fkScanChildren()
586 Expr *pEq; /* Expression (pLeft = pRight) */ in fkScanChildren()
615 Expr *pNe; /* Expression (pLeft != pRight) */ in fkScanChildren()
616 Expr *pLeft; /* Value from parent table row */ in fkScanChildren()
617 Expr *pRight; /* Column ref to child table */ in fkScanChildren()
623 Expr *pEq, *pAll = 0; in fkScanChildren()
1231 Expr *pWhere = 0; /* WHERE clause of trigger step */ in fkActionTrigger()
1235 Expr *pWhen = 0; /* WHEN clause for the trigger */ in fkActionTrigger()
1246 Expr *pEq; /* tFromCol = OLD.tToCol */ in fkActionTrigger()
1286 Expr *pNew; in fkActionTrigger()
1293 Expr *pDflt; in fkActionTrigger()
1322 Expr *pRaise; in fkActionTrigger()