Home | History | Annotate | Download | only in orig

Lines Matching defs:OP_CreateIndex

9372 #define OP_CreateIndex   118 /* synopsis: r[P2]=root iDb=P1                */
73062 case OP_CreateIndex: /* out2-prerelease */
87715 ** (1) Convert the OP_CreateTable into an OP_CreateIndex. There is
87740 ** root-page for the table into a OP_CreateIndex opcode. The index
87745 sqlite3VdbeGetOp(v, pParse->addrCrTab)->opcode = OP_CreateIndex;
89278 sqlite3VdbeAddOp2(v, OP_CreateIndex, iDb, iMem);