Searched refs:OP_CreateBtree (Results 1 – 1 of 1) sorted by relevance
15338 #define OP_CreateBtree 145 /* synopsis: r[P2]=root iDb=P1 flags=P3 */ macro79893 if( opcode==OP_CreateBtree && pOp->p3==BTREE_INTKEY ) hasCreateTable = 1;79899 if( opcode==OP_CreateBtree && pOp->p3==BTREE_BLOBKEY ) hasCreateIndex = 1;93160 case OP_CreateBtree: { /* out2 */114412 sqlite3VdbeAddOp3(v, OP_CreateBtree, iDb, reg2, BTREE_INTKEY);117419 sqlite3VdbeAddOp3(v, OP_CreateBtree, iDb, iMem, BTREE_BLOBKEY);