Searched defs:sqlite3_column_text (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h200 #define sqlite3_column_text sqlite3_api->column_text macro
/external/sqlite/dist/
H A Dsqlite3.c834 ** [sqlite3_column_text()], one for each column. ^If an element of a
2135 ** string representation as returned by [sqlite3_column_text()].
3478 ** ^Strings returned by sqlite3_column_text() and sqlite3_column_text16(),
3531 ** calls to sqlite3_column_blob(), sqlite3_column_text(), and/or
3537 ** <li> The initial content is a BLOB and sqlite3_column_text() or
3544 ** sqlite3_column_text() is called. The content must be converted
3558 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
3563 ** In other words, you should call sqlite3_column_text(),
3567 ** to sqlite3_column_text() or sqlite3_column_blob() with calls to
3575 ** [sqlite3_column_blob()], [sqlite3_column_text()], et
51274 SQLITE_API const unsigned char *sqlite3_column_text(sqlite3_stmt *pStmt, int i){ function
76225 #define sqlite3_column_text macro
[all...]

Completed in 79 milliseconds