Searched refs:OP_CreateBtree (Results 1 – 1 of 1) sorted by relevance
16716 #define OP_CreateBtree 147 /* synopsis: r[P2]=root iDb=P1 flags=P3 */ macro85167 if( opcode==OP_CreateBtree && pOp->p3==BTREE_INTKEY ) hasCreateTable = 1;85173 if( opcode==OP_CreateBtree && pOp->p3==BTREE_BLOBKEY ) hasCreateIndex = 1;99496 case OP_CreateBtree: { /* out2 */121996 sqlite3VdbeAddOp3(v, OP_CreateBtree, iDb, reg2, BTREE_INTKEY);125039 sqlite3VdbeAddOp3(v, OP_CreateBtree, iDb, iMem, BTREE_BLOBKEY);