HomeSort by relevance Sort by last modified time
    Searched defs:sqlite3_column_text (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 200 #define sqlite3_column_text sqlite3_api->column_text macro
  /external/sqlite/dist/
sqlite3.c 834 ** [sqlite3_column_text()], one for each column. ^If an element of a
51274 SQLITE_API const unsigned char *sqlite3_column_text(sqlite3_stmt *pStmt, int i){ function
76225 #define sqlite3_column_text macro
    [all...]

Completed in 415 milliseconds