Lines Matching refs:strPrintfArray
1171 static void strPrintfArray( in strPrintfArray() function
1195 strPrintfArray(pSql, ", ", "%s", azCol, -1); in getRbudiffQuery()
1197 strPrintfArray(pSql, ", ", "NULL", azCol, -1); in getRbudiffQuery()
1201 strPrintfArray(pSql, " AND ", "(n.%Q = o.%Q)", azCol, nPK); in getRbudiffQuery()
1203 strPrintfArray(pSql, " AND ", "(n.%Q IS NOT NULL)", azCol, nPK); in getRbudiffQuery()
1207 strPrintfArray(pSql, ", ", "%s", azCol, nPK); in getRbudiffQuery()
1210 strPrintfArray(pSql, ", ", "NULL", &azCol[nPK], -1); in getRbudiffQuery()
1213 strPrintfArray(pSql, ", ", "NULL", azCol, -1); in getRbudiffQuery()
1217 strPrintfArray(pSql, " AND ", "(n.%Q = o.%Q)", azCol, nPK); in getRbudiffQuery()
1219 strPrintfArray(pSql, " AND ", "(n.%Q IS NOT NULL)", azCol, nPK); in getRbudiffQuery()
1226 strPrintfArray(pSql, ", ", "n.%s", azCol, nPK); in getRbudiffQuery()
1228 strPrintfArray(pSql, " ,\n", in getRbudiffQuery()
1234 strPrintfArray(pSql, "", ".", azCol, nPK); in getRbudiffQuery()
1239 strPrintfArray(pSql, " ||\n", in getRbudiffQuery()
1243 strPrintfArray(pSql, ", ", "NULL", azCol, nPK); in getRbudiffQuery()
1245 strPrintfArray(pSql, " ,\n", in getRbudiffQuery()
1250 strPrintfArray(pSql, " AND ", "(n.%Q = o.%Q)", azCol, nPK); in getRbudiffQuery()
1288 strPrintfArray(&ct, ", ", "%s", &azCol[bOtaRowid], -1); in rbudiff_one_table()
1298 strPrintfArray(&insert, ", ", "%s", &azCol[bOtaRowid], -1); in rbudiff_one_table()