Lines Matching refs:sqlite3_column_text
337 ** [sqlite3_column_text()], one for each column. ^If an element of a
1770 ** string representation as returned by [sqlite3_column_text()].
3183 ** ^Strings returned by sqlite3_column_text() and sqlite3_column_text16(),
3231 ** calls to sqlite3_column_blob(), sqlite3_column_text(), and/or
3237 ** <li> The initial content is a BLOB and sqlite3_column_text() or
3244 ** sqlite3_column_text() is called. The content must be converted
3258 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
3263 ** In other words, you should call sqlite3_column_text(),
3267 ** to sqlite3_column_text() or sqlite3_column_blob() with calls to
3275 ** [sqlite3_column_blob()], [sqlite3_column_text()], etc. into
3290 SQLITE_API const unsigned char *sqlite3_column_text(sqlite3_stmt*, int iCol);