Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3_get_table

2494 ** [sqlite3_get_table()] interface.  A result table records the
2539 ** ^The sqlite3_get_table() function evaluates one or more
2544 ** After the application has finished with the result from sqlite3_get_table(),
2547 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2551 ** The sqlite3_get_table() interface is implemented as a wrapper around
2552 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
2559 SQLITE_API int sqlite3_get_table(
2977 ** [sqlite3_exec()], [sqlite3_step()] and [sqlite3_get_table()] for
91329 #define sqlite3_get_table sqlite3_api->get_table
91541 # define sqlite3_get_table 0
91640 sqlite3_get_table,
99164 ** This file contains the sqlite3_get_table() and sqlite3_free_table()
99177 ** This structure is used to pass data from sqlite3_get_table() through
99230 "sqlite3_get_table() called with two or more incompatible queries"
99269 SQLITE_API int sqlite3_get_table(
99333 ** This routine frees the space the sqlite3_get_table() malloced.
99336 char **azResult /* Result returned from from sqlite3_get_table() */