Home | History | Annotate | Download | only in orig

Lines Matching defs:OP_Affinity

9301 #define OP_Affinity       47 /* synopsis: affinity(r[P1@P2])               */
70571 case OP_Affinity: {
79607 ** unchanged by OP_Affinity with the affinity given in the second
79610 ** This routine is used to determine if the OP_Affinity operation
80295 sqlite3VdbeAddOp4(v, OP_Affinity, r1, 1, 0, &affinity, 1);
94890 ** if iReg>0 then code an OP_Affinity opcode that will set the affinities
94927 sqlite3VdbeAddOp4(v, OP_Affinity, iReg, i, 0, zColAff, i);
95937 u8 bAffinityDone = 0; /* True if the OP_Affinity operation has been run */
96337 u8 bAffinityDone = 0; /* True if OP_Affinity has been run already */
113334 ** Code an OP_Affinity opcode to apply the column affinity string zAff
113364 /* Code the OP_Affinity opcode if there is anything left to do. */
113366 sqlite3VdbeAddOp2(v, OP_Affinity, base, n);