Searched defs:pWhere (Results 1 - 1 of 1) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c9508 Expr *pWhere; /* The WHERE clause */ member in struct:Select
9805 * pWhere -> The WHERE clause of the DELETE statement if one is specified.
9810 * pWhere -> The WHERE clause of the UPDATE statement if one is specified.
9823 Expr *pWhere; /* The WHERE clause for DELETE or UPDATE steps */ member in struct:TriggerStep
70720 sqlite3MaterializeView( Parse *pParse, Table *pView, Expr *pWhere, int iCur ) argument
70762 sqlite3LimitWhere( Parse *pParse, SrcList *pSrc, Expr *pWhere, ExprList *pOrderBy, Expr *pLimit, Expr *pOffset, char *zStmtType ) argument
73272 Expr *pWhere = 0; /* WHERE clause to scan with */ local
73765 Expr *pWhere = 0; /* WHERE clause of trigger step */ local
79290 sqlite3SelectNew( Parse *pParse, ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, int isDistinct, Expr *pLimit, Expr *pOffset ) argument
81827 Expr *pWhere; /* The WHERE clause */ local
82812 Expr *pWhere; /* The WHERE clause. May be NULL */ local
84133 sqlite3TriggerUpdateStep( sqlite3 *db, Token *pTableName, ExprList *pEList, Expr *pWhere, u8 orconf ) argument
84904 sqlite3Update( Parse *pParse, SrcList *pTabList, ExprList *pChanges, Expr *pWhere, int onError ) argument
90308 sqlite3WhereBegin( Parse *pParse, SrcList *pTabList, Expr *pWhere, ExprList **ppOrderBy, u16 wctrlFlags ) argument
[all...]

Completed in 203 milliseconds