HomeSort by: relevance | last modified time | path
    Searched defs:sqlite3_column_text (Results 1 - 4 of 4) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 441 #define sqlite3_column_text sqlite3_api->column_text macro
sqlite3ext.h 441 #define sqlite3_column_text sqlite3_api->column_text macro
sqlite3.c 726 ** [sqlite3_column_text()], one for each column. ^If an element of a
3457 ** string representation as returned by [sqlite3_column_text()].
5697 ** <tr><td><b>sqlite3_column_text</b><td>&rarr;<td>UTF-8 TEXT result
5737 ** if the query returns an integer but the sqlite3_column_text() interface
5781 ** ^Strings returned by sqlite3_column_text() and sqlite3_column_text16(),
5832 ** calls to sqlite3_column_blob(), sqlite3_column_text(), and/or
5838 ** <li> The initial content is a BLOB and sqlite3_column_text() or
5845 ** sqlite3_column_text() is called. The content must be converted
5859 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
5864 ** In other words, you should call sqlite3_column_text(),
94944 SQLITE_API const unsigned char *sqlite3_column_text(sqlite3_stmt *pStmt, int i){ function
142661 #define sqlite3_column_text macro
    [all...]
sqlite3.c 726 ** [sqlite3_column_text()], one for each column. ^If an element of a
3457 ** string representation as returned by [sqlite3_column_text()].
5697 ** <tr><td><b>sqlite3_column_text</b><td>&rarr;<td>UTF-8 TEXT result
5737 ** if the query returns an integer but the sqlite3_column_text() interface
5781 ** ^Strings returned by sqlite3_column_text() and sqlite3_column_text16(),
5832 ** calls to sqlite3_column_blob(), sqlite3_column_text(), and/or
5838 ** <li> The initial content is a BLOB and sqlite3_column_text() or
5845 ** sqlite3_column_text() is called. The content must be converted
5859 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
5864 ** In other words, you should call sqlite3_column_text(),
94944 SQLITE_API const unsigned char *sqlite3_column_text(sqlite3_stmt *pStmt, int i){ function
142661 #define sqlite3_column_text macro
    [all...]

Completed in 141 milliseconds