Searched refs:OP_CreateBtree (Results 1 – 1 of 1) sorted by relevance
17812 #define OP_CreateBtree 149 /* synopsis: r[P2]=root iDb=P1 flags=P3 */ macro88517 if( opcode==OP_CreateBtree && pOp->p3==BTREE_INTKEY ) hasCreateTable = 1;88523 if( opcode==OP_CreateBtree && pOp->p3==BTREE_BLOBKEY ) hasCreateIndex = 1;103480 case OP_CreateBtree: { /* out2 */127699 sqlite3VdbeAddOp3(v, OP_CreateBtree, iDb, reg2, BTREE_INTKEY);130765 sqlite3VdbeAddOp3(v, OP_CreateBtree, iDb, iMem, BTREE_BLOBKEY);