Lines Matching refs:sqlite3_column_text16
4929 ** <tr><td><b>sqlite3_column_text16</b><td>→<td>UTF-16 TEXT result
5012 ** ^Strings returned by sqlite3_column_text() and sqlite3_column_text16(),
5016 ** ^Strings returned by sqlite3_column_text16() always have the endianness
5064 ** sqlite3_column_text16() may be invalidated.
5070 ** sqlite3_column_text16() is called. A zero-terminator might
5073 ** sqlite3_column_text16() is called. The content must be converted
5092 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</li>
5096 ** sqlite3_column_blob(), or sqlite3_column_text16() first to force the result
5100 ** sqlite3_column_bytes16(), and do not mix calls to sqlite3_column_text16()
5118 ** <li> sqlite3_column_text16()
5135 const void *sqlite3_column_text16(sqlite3_stmt*, int iCol);