Home | History | Annotate | Download | only in dist

Lines Matching full:sqlite3_finalize

273 ** Applications must [sqlite3_finalize | finalize] all [prepared statements]
303 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
1581 ** is passed to [sqlite3_reset()] or [sqlite3_finalize()]).
2424 ** <li> Destroy the object using [sqlite3_finalize()].
2571 ** SQL statement using [sqlite3_finalize()] after it has finished with it.
2907 ** is destroyed by [sqlite3_finalize()] or until the next call to
2933 ** using [sqlite3_finalize()] or until the same information is requested
3052 ** already been [sqlite3_finalize | finalized] or on one that had
3068 ** [sqlite3_reset()] or [sqlite3_finalize()] in order to find one of the
3144 ** [sqlite3_reset()] nor [sqlite3_finalize()] have been called subsequently.
3146 ** [sqlite3_finalize()] or after [sqlite3_step()] has returned
3148 ** If [sqlite3_step()] or [sqlite3_reset()] or [sqlite3_finalize()]
3276 ** [sqlite3_finalize()] is called. ^The memory space used to hold strings
3301 ** ^The sqlite3_finalize() function is called to delete a [prepared statement].
3303 ** or if the statement is never been evaluated, then sqlite3_finalize() returns
3305 ** sqlite3_finalize(S) returns the appropriate [error code] or
3308 ** ^The sqlite3_finalize(S) routine can be called at any point during
3315 ** ^Invoking sqlite3_finalize() on a NULL pointer is a harmless no-op.
3323 SQLITE_API int sqlite3_finalize(sqlite3_stmt *pStmt);