Searched refs:sqlite3_column_text16 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h432 #define sqlite3_column_text16 sqlite3_api->column_text16 macro
H A Dsqlite3.h5052 ** <tr><td><b>sqlite3_column_text16</b><td>&rarr;<td>UTF-16 TEXT result
5135 ** ^Strings returned by sqlite3_column_text() and sqlite3_column_text16(),
5139 ** ^Strings returned by sqlite3_column_text16() always have the endianness
5187 ** sqlite3_column_text16() may be invalidated.
5193 ** sqlite3_column_text16() is called. A zero-terminator might
5196 ** sqlite3_column_text16() is called. The content must be converted
5215 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</li>
5219 ** sqlite3_column_blob(), or sqlite3_column_text16() first to force the result
5223 ** sqlite3_column_bytes16(), and do not mix calls to sqlite3_column_text16()
5241 ** <li> sqlite3_column_text16()
[all...]
H A Dsqlite3.c5365 ** <tr><td><b>sqlite3_column_text16</b><td>&rarr;<td>UTF-16 TEXT result
5448 ** ^Strings returned by sqlite3_column_text() and sqlite3_column_text16(),
5452 ** ^Strings returned by sqlite3_column_text16() always have the endianness
5500 ** sqlite3_column_text16() may be invalidated.
5506 ** sqlite3_column_text16() is called. A zero-terminator might
5509 ** sqlite3_column_text16() is called. The content must be converted
5528 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</li>
5532 ** sqlite3_column_blob(), or sqlite3_column_text16() first to force the result
5536 ** sqlite3_column_bytes16(), and do not mix calls to sqlite3_column_text16()
5554 ** <li> sqlite3_column_text16()
91285 SQLITE_API const void *sqlite3_column_text16(sqlite3_stmt *pStmt, int i){ function
135904 #define sqlite3_column_text16 macro
136221 # define sqlite3_column_text16 macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d922 const (void)* sqlite3_column_text16(sqlite3_stmt*, int iCol);

Completed in 778 milliseconds