Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:OP_Affinity

8091 #define OP_Affinity                            29
64712 case OP_Affinity: {
72019 ** unchanged by OP_Affinity with the affinity given in the second
72022 ** This routine is used to determine if the OP_Affinity operation
72584 sqlite3VdbeAddOp4(v, OP_Affinity, r1, 1, 0, &affinity, 1);
85348 sqlite3VdbeAddOp2(v, OP_Affinity, regCols+1, pTab->nCol);
96148 sqlite3VdbeAddOp2(v, OP_Affinity, regNew, pTab->nCol);
100868 ** Code an OP_Affinity opcode to apply the column affinity string zAff
100898 /* Code the OP_Affinity opcode if there is anything left to do. */
100900 sqlite3VdbeAddOp2(v, OP_Affinity, base, n);