Home | History | Annotate | Download | only in orig

Lines Matching defs:OP_CreateTable

9373 #define OP_CreateTable   119 /* synopsis: r[P2]=root iDb=P1                */
11961 int addrCrTab; /* Address of OP_CreateTable opcode on CREATE TABLE */
71315 /* The p2 value always comes from a prior OP_CreateTable opcode and
73060 ** See documentation on OP_CreateTable for additional information.
73063 case OP_CreateTable: { /* out2-prerelease */
73074 if( pOp->opcode==OP_CreateTable ){
87080 pParse->addrCrTab = sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);
87715 ** (1) Convert the OP_CreateTable into an OP_CreateIndex. There is
87739 /* Convert the OP_CreateTable opcode that would normally create the