Lines Matching refs:sqlite3_column_bytes
4947 ** <tr><td><b>sqlite3_column_bytes</b><td>→<td>Size of a BLOB
4998 ** If the result is a BLOB or a TEXT string, then the sqlite3_column_bytes()
5002 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes()
5004 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts
5006 ** ^If the result is a numeric value then sqlite3_column_bytes() uses
5009 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero.
5020 ** ^The values returned by [sqlite3_column_bytes()] and
5023 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
5089 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or
5104 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
5105 ** <li>sqlite3_column_blob() followed by sqlite3_column_bytes()</li>
5111 ** into the desired format, then invoke sqlite3_column_bytes() or
5115 ** with calls to sqlite3_column_bytes().
5133 ** <li> sqlite3_column_bytes()
5151 SQLITE_API int sqlite3_column_bytes(sqlite3_stmt*, int iCol);