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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h226 #define sqlite3_get_table sqlite3_api->get_table macro
/external/sqlite/dist/
H A Dsqlite3.c2122 ** [sqlite3_get_table()] interface. A result table records the
2167 ** ^The sqlite3_get_table() function evaluates one or more
2172 ** After the application has finished with the result from sqlite3_get_table(),
2175 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2179 ** ^(The sqlite3_get_table() interface is implemented as a wrapper around
2180 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
2187 SQLITE_API int sqlite3_get_table(
2593 ** [sqlite3_get_table()]. An example use for this
76254 #define sqlite3_get_table macro
76434 # define sqlite3_get_table macro
83643 SQLITE_API int sqlite3_get_table( function
[all...]

Completed in 154 milliseconds