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

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeapi.c733 ** sqlite3_column_text()
793 const unsigned char *sqlite3_column_text(sqlite3_stmt *pStmt, int i){ function
H A Dsqlite3ext.h267 #define sqlite3_column_text sqlite3_api->column_text macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h305 #define sqlite3_column_text sqlite3_api->column_text macro
H A Dsqlite3.c471 ** [sqlite3_column_text()], one for each column. ^If an element of a
2245 ** string representation as returned by [sqlite3_column_text()].
3925 ** ^Strings returned by sqlite3_column_text() and sqlite3_column_text16(),
3973 ** calls to sqlite3_column_blob(), sqlite3_column_text(), and/or
3979 ** <li> The initial content is a BLOB and sqlite3_column_text() or
3986 ** sqlite3_column_text() is called. The content must be converted
4000 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
4005 ** In other words, you should call sqlite3_column_text(),
4009 ** to sqlite3_column_text() or sqlite3_column_blob() with calls to
4017 ** from [sqlite3_column_blob()], [sqlite3_column_text()], et
67094 SQLITE_API const unsigned char *sqlite3_column_text(sqlite3_stmt *pStmt, int i){ function
97276 #define sqlite3_column_text macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h305 #define sqlite3_column_text sqlite3_api->column_text macro
H A Dsqlite3.c471 ** [sqlite3_column_text()], one for each column. ^If an element of a
2245 ** string representation as returned by [sqlite3_column_text()].
3925 ** ^Strings returned by sqlite3_column_text() and sqlite3_column_text16(),
3973 ** calls to sqlite3_column_blob(), sqlite3_column_text(), and/or
3979 ** <li> The initial content is a BLOB and sqlite3_column_text() or
3986 ** sqlite3_column_text() is called. The content must be converted
4000 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
4005 ** In other words, you should call sqlite3_column_text(),
4009 ** to sqlite3_column_text() or sqlite3_column_blob() with calls to
4017 ** from [sqlite3_column_blob()], [sqlite3_column_text()], et
67114 SQLITE_API const unsigned char *sqlite3_column_text(sqlite3_stmt *pStmt, int i){ function
97296 #define sqlite3_column_text macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c880 ** [sqlite3_column_text()], one for each column. ^If an element of a
2372 ** string representation as returned by [sqlite3_column_text()].
3813 ** ^Strings returned by sqlite3_column_text() and sqlite3_column_text16(),
3861 ** calls to sqlite3_column_blob(), sqlite3_column_text(), and/or
3867 ** <li> The initial content is a BLOB and sqlite3_column_text() or
3874 ** sqlite3_column_text() is called. The content must be converted
3888 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
3893 ** In other words, you should call sqlite3_column_text(),
3897 ** to sqlite3_column_text() or sqlite3_column_blob() with calls to
3905 ** [sqlite3_column_blob()], [sqlite3_column_text()], et
61127 SQLITE_API const unsigned char *sqlite3_column_text(sqlite3_stmt *pStmt, int i){ function
86749 #define sqlite3_column_text macro
[all...]

Completed in 364 milliseconds