Lines Matching refs:sqlite3_column_text
263 if( sqlite3_stricmp((const char*)sqlite3_column_text(pStmt,3),"pk")==0 ){ in columnNames()
264 zPkIdxName = sqlite3_mprintf("%s", sqlite3_column_text(pStmt, 1)); in columnNames()
323 char * sid = safeId((char*)sqlite3_column_text(pStmt,1)); in columnNames()
460 fprintf(out, "%s;\n", sqlite3_column_text(pStmt,0)); in dump_table()
512 fprintf(out, "%s;\n", sqlite3_column_text(pStmt,0)); in dump_table()
698 char *z = safeId((const char*)sqlite3_column_text(pStmt,0)); in diff_one_table()
759 fprintf(out, "%s;\n", sqlite3_column_text(pStmt,0)); in diff_one_table()
1327 memcpy(zOtaControl, sqlite3_column_text(pStmt, nCol), nOtaControl+1); in rbudiff_one_table()
1566 fwrite(sqlite3_column_text(pStmt, k),1,(size_t)iX,out); in putValue()
1604 azCol[nCol-1] = safeId((const char*)sqlite3_column_text(pStmt,1)); in changeset_one_table()
2063 xDiff((const char*)sqlite3_column_text(pStmt,0), out); in main()