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