Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dloadext.c101 # define sqlite3_get_table 0 macro
204 sqlite3_get_table,
H A Dtable.c116 int sqlite3_get_table( in sqlite3_get_table() function
H A Dsqlite3ext.h453 #define sqlite3_get_table sqlite3_api->get_table macro
H A Dtest1.c593 rc = sqlite3_get_table(db, zSql, &aResult, 0, 0, &zErr); in test_get_table_printf()
595 rc = sqlite3_get_table(db, zSql, &aResult, &nRow, &nCol, &zErr); in test_get_table_printf()
H A Dsqlite.h.in2801 ** [sqlite3_get_table()] interface. A result table records the
2846 ** ^The sqlite3_get_table() function evaluates one or more
2851 ** After the application has finished with the result from sqlite3_get_table(),
2854 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2858 ** The sqlite3_get_table() interface is implemented as a wrapper around
2859 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
2866 int sqlite3_get_table(
3353 ** [sqlite3_exec()], [sqlite3_step()] and [sqlite3_get_table()] for
/sqlite-3.40.0/test/
H A Dtableapi.test189 } {0 1 {sqlite3_get_table() called with two or more incompatible queries}}