Lines Matching refs:sqlite3_column_text
402 ** [sqlite3_column_text()], one for each column. ^If an element of a
2904 ** string representation as returned by [sqlite3_column_text()].
5070 ** <tr><td><b>sqlite3_column_text</b><td>→<td>UTF-8 TEXT result
5110 ** if the query returns an integer but the sqlite3_column_text() interface
5154 ** ^Strings returned by sqlite3_column_text() and sqlite3_column_text16(),
5205 ** calls to sqlite3_column_blob(), sqlite3_column_text(), and/or
5211 ** <li> The initial content is a BLOB and sqlite3_column_text() or
5218 ** sqlite3_column_text() is called. The content must be converted
5232 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
5237 ** In other words, you should call sqlite3_column_text(),
5241 ** to sqlite3_column_text() or sqlite3_column_blob() with calls to
5249 ** from [sqlite3_column_blob()], [sqlite3_column_text()], etc. into
5259 ** <li> sqlite3_column_text()
5276 SQLITE_API const unsigned char *sqlite3_column_text(sqlite3_stmt*, int iCol);