Lines Matching refs:sqlite3_get_table
3204 ** [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(
136893 #define sqlite3_get_table sqlite3_api->get_table
137237 # define sqlite3_get_table 0
137340 sqlite3_get_table,
151523 ** This file contains the sqlite3_get_table() and sqlite3_free_table()
151535 ** This structure is used to pass data from sqlite3_get_table() through
151588 "sqlite3_get_table() called with two or more incompatible queries"
151627 SQLITE_API int sqlite3_get_table(
151694 ** This routine frees the space the sqlite3_get_table() malloced.
151697 char **azResult /* Result returned from sqlite3_get_table() */