Searched refs:sqlite3_get_table (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3ext.h299 #define sqlite3_get_table sqlite3_api->get_table macro
H A Dsqlite3.h1870 ** [sqlite3_get_table()] interface. A result table records the
1915 ** ^The sqlite3_get_table() function evaluates one or more
1920 ** After the application has finished with the result from sqlite3_get_table(),
1923 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
1927 ** The sqlite3_get_table() interface is implemented as a wrapper around
1928 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
1935 SQLITE_API int sqlite3_get_table(
2353 ** [sqlite3_exec()], [sqlite3_step()] and [sqlite3_get_table()] for
H A Dsqlite3.c2423 ** [sqlite3_get_table()] interface. A result table records the
2468 ** ^The sqlite3_get_table() function evaluates one or more
2473 ** After the application has finished with the result from sqlite3_get_table(),
2476 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2480 ** The sqlite3_get_table() interface is implemented as a wrapper around
2481 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
2488 SQLITE_API int sqlite3_get_table(
2906 ** [sqlite3_exec()], [sqlite3_step()] and [sqlite3_get_table()] for
89191 #define sqlite3_get_table macro
89403 # define sqlite3_get_table macro
97053 SQLITE_API int sqlite3_get_table( function
[all...]

Completed in 400 milliseconds