Home | History | Annotate | Download | only in dist

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 */
71335 /* The p2 value always comes from a prior OP_CreateTable opcode and
73080 ** See documentation on OP_CreateTable for additional information.
73083 case OP_CreateTable: { /* out2-prerelease */
73094 if( pOp->opcode==OP_CreateTable ){
87100 pParse->addrCrTab = sqlite3VdbeAddOp2(v, OP_CreateTable, iDb, reg2);
87735 ** (1) Convert the OP_CreateTable into an OP_CreateIndex. There is
87759 /* Convert the OP_CreateTable opcode that would normally create the