Home | History | Annotate | Download | only in dist

Lines Matching full:sqlite3_column_text

945     fprintf(out, "%s;\n", sqlite3_column_text(pSelect, 0));
1122 azVals[i] = (char *)sqlite3_column_text(pStmt, i);
1244 const char *zText = (const char *)sqlite3_column_text(pTableInfo, 1);