Home
last modified time | relevance | path

Searched refs:sqlite3_get_table (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/kyua/utils/sqlite/
H A Dtest_utils.hpp137 ATF_REQUIRE_EQ(SQLITE_OK, ::sqlite3_get_table(db, in verify_test_table()
/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h460 #define sqlite3_get_table sqlite3_api->get_table macro
H A Dsqlite3.h2891 ** [sqlite3_get_table()] interface. A result table records the
2936 ** ^The sqlite3_get_table() function evaluates one or more
2941 ** After the application has finished with the result from sqlite3_get_table(),
2944 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2948 ** The sqlite3_get_table() interface is implemented as a wrapper around
2949 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
2956 SQLITE_API int sqlite3_get_table(
H A Dsqlite3.c3204 ** [sqlite3_get_table()] interface. A result table records the
3249 ** ^The sqlite3_get_table() function evaluates one or more
3254 ** After the application has finished with the result from sqlite3_get_table(),
3257 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
3261 ** The sqlite3_get_table() interface is implemented as a wrapper around
3262 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
3269 SQLITE_API int sqlite3_get_table(
[all...]