Lines Matching refs:sqlite3_column_bytes
5075 ** <tr><td><b>sqlite3_column_bytes</b><td>→<td>Size of a BLOB
5126 ** If the result is a BLOB or a TEXT string, then the sqlite3_column_bytes()
5130 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes()
5132 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts
5134 ** ^If the result is a numeric value then sqlite3_column_bytes() uses
5137 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero.
5148 ** ^The values returned by [sqlite3_column_bytes()] and
5151 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
5217 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or
5232 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
5233 ** <li>sqlite3_column_blob() followed by sqlite3_column_bytes()</li>
5239 ** into the desired format, then invoke sqlite3_column_bytes() or
5243 ** with calls to sqlite3_column_bytes().
5261 ** <li> sqlite3_column_bytes()
5279 SQLITE_API int sqlite3_column_bytes(sqlite3_stmt*, int iCol);