Searched refs:sqlite3_get_table (Results 1 – 4 of 4) sorted by relevance
137 ATF_REQUIRE_EQ(SQLITE_OK, ::sqlite3_get_table(db, in verify_test_table()
460 #define sqlite3_get_table sqlite3_api->get_table macro
2891 ** [sqlite3_get_table()] interface. A result table records the2936 ** ^The sqlite3_get_table() function evaluates one or more2941 ** After the application has finished with the result from sqlite3_get_table(),2944 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling2948 ** The sqlite3_get_table() interface is implemented as a wrapper around2949 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access2956 SQLITE_API int sqlite3_get_table(
3204 ** [sqlite3_get_table()] interface. A result table records the3249 ** ^The sqlite3_get_table() function evaluates one or more3254 ** After the application has finished with the result from sqlite3_get_table(),3257 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling3261 ** The sqlite3_get_table() interface is implemented as a wrapper around3262 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access3269 SQLITE_API int sqlite3_get_table([all...]