Searched refs:sqlite3_get_table (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | loadext.c | 101 # define sqlite3_get_table 0 macro 204 sqlite3_get_table,
|
| H A D | table.c | 116 int sqlite3_get_table( in sqlite3_get_table() function
|
| H A D | sqlite3ext.h | 453 #define sqlite3_get_table sqlite3_api->get_table macro
|
| H A D | test1.c | 593 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 D | sqlite.h.in | 2801 ** [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 D | tableapi.test | 189 } {0 1 {sqlite3_get_table() called with two or more incompatible queries}}
|