Home
last modified time | relevance | path

Searched refs:sqlite3_column_bytes16 (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h416 #define sqlite3_column_bytes16 sqlite3_api->column_bytes16 macro
H A Dsqlite3.h5077 ** <tr><td><b>sqlite3_column_bytes16&nbsp;&nbsp;</b>
5127 ** or sqlite3_column_bytes16() interfaces can be used to determine the size
5139 ** ^If the result is a BLOB or UTF-16 string then the sqlite3_column_bytes16()
5141 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
5143 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
5146 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
5149 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
5151 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
5214 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
5234 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</l
[all...]
H A Dsqlite3.c5390 ** <tr><td><b>sqlite3_column_bytes16&nbsp;&nbsp;</b>
5440 ** or sqlite3_column_bytes16() interfaces can be used to determine the size
5452 ** ^If the result is a BLOB or UTF-16 string then the sqlite3_column_bytes16()
5454 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
5456 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
5459 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
5462 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
5464 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
5527 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
5547 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</l
[all...]