Searched defs:sqlite3_column_bytes (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h333 #define sqlite3_column_bytes sqlite3_api->column_bytes macro
H A Dsqlite3.c4552 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes()
4554 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts
4556 ** ^If the result is a numeric value then sqlite3_column_bytes() uses
4559 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero.
4570 ** ^The values returned by [sqlite3_column_bytes()] and
4573 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
4631 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or
4646 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
4647 ** <li>sqlite3_column_blob() followed by sqlite3_column_bytes()</li>
4653 ** into the desired format, then invoke sqlite3_column_bytes() o
77296 SQLITE_API int sqlite3_column_bytes(sqlite3_stmt *pStmt, int i){ function
111785 #define sqlite3_column_bytes macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h333 #define sqlite3_column_bytes sqlite3_api->column_bytes macro
H A Dsqlite3.c4552 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes()
4554 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts
4556 ** ^If the result is a numeric value then sqlite3_column_bytes() uses
4559 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero.
4570 ** ^The values returned by [sqlite3_column_bytes()] and
4573 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
4631 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or
4646 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
4647 ** <li>sqlite3_column_blob() followed by sqlite3_column_bytes()</li>
4653 ** into the desired format, then invoke sqlite3_column_bytes() o
77296 SQLITE_API int sqlite3_column_bytes(sqlite3_stmt *pStmt, int i){ function
111785 #define sqlite3_column_bytes macro
[all...]

Completed in 404 milliseconds