Home | History | Annotate | Download | only in dist

Lines Matching refs:OP_Delete

7914 #define OP_Delete                              57
10387 ** Bitfield flags for P5 value in OP_Insert and OP_Delete
64393 case OP_Delete: {
64414 /* The OP_Delete opcode always follows an OP_NotExists or OP_Last or
79535 sqlite3VdbeAddOp2(v, OP_Delete, iCur, (count?OPFLAG_NCHANGE:0));
88283 sqlite3VdbeAddOp1(v, OP_Delete, pOrderBy->iECursor);
93025 { OP_Delete, 0, 0, 0},
94059 sqlite3VdbeAddOp2(v, OP_Delete, iCur, 0);