Home | History | Annotate | Download | only in dist

Lines Matching defs:OP_Affinity

9301 #define OP_Affinity       47 /* synopsis: affinity(r[P1@P2])               */
70591 case OP_Affinity: {
79627 ** unchanged by OP_Affinity with the affinity given in the second
79630 ** This routine is used to determine if the OP_Affinity operation
80315 sqlite3VdbeAddOp4(v, OP_Affinity, r1, 1, 0, &affinity, 1);
94910 ** if iReg>0 then code an OP_Affinity opcode that will set the affinities
94947 sqlite3VdbeAddOp4(v, OP_Affinity, iReg, i, 0, zColAff, i);
95957 u8 bAffinityDone = 0; /* True if the OP_Affinity operation has been run */
96357 u8 bAffinityDone = 0; /* True if OP_Affinity has been run already */
113354 ** Code an OP_Affinity opcode to apply the column affinity string zAff
113384 /* Code the OP_Affinity opcode if there is anything left to do. */
113386 sqlite3VdbeAddOp2(v, OP_Affinity, base, n);