Lines Matching refs:sqlite3_prepare_v2

224 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
322 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
2369 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
2379 ** then the [sqlite3_prepare_v2()] or equivalent call that triggered
2384 ** [sqlite3_prepare_v2()] or equivalent call that triggered the
2429 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2432 ** ^When [sqlite3_prepare_v2()] is used to prepare a statement, the
2441 ** sqlite3_prepare_v2() to reprepare a statement after a schema change.
2576 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2898 ** <li> Create the object using [sqlite3_prepare_v2()] or a related
3030 ** as either UTF-8 or UTF-16. The sqlite3_prepare() and sqlite3_prepare_v2()
3061 ** The sqlite3_prepare_v2() and sqlite3_prepare16_v2() interfaces are
3107 SQLITE_API int sqlite3_prepare_v2(
3134 ** compiled using either [sqlite3_prepare_v2()] or [sqlite3_prepare16_v2()].
3246 ** ^(In the SQL statement text input to [sqlite3_prepare_v2()] and its variants,
3265 ** [sqlite3_prepare_v2()] or its variants.
3546 ** [sqlite3_prepare_v2()] or [sqlite3_prepare16_v2()] or one of the legacy
3552 ** [sqlite3_prepare_v2()] and [sqlite3_prepare16_v2()] or the older legacy
3614 ** using either [sqlite3_prepare_v2()] or [sqlite3_prepare16_v2()] instead
3682 ** that was returned from [sqlite3_prepare_v2()] or one of its variants)
4686 ** to the [sqlite3_prepare_v2()] call (or its variants) that was used to
4758 ** or merely calling [sqlite3_prepare_v2()] and [sqlite3_step()] will modify
4815 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their