Lines Matching refs:sqlite3_prepare_v2
223 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
303 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
2054 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
2064 ** then the [sqlite3_prepare_v2()] or equivalent call that triggered
2069 ** [sqlite3_prepare_v2()] or equivalent call that triggered the
2114 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2117 ** ^When [sqlite3_prepare_v2()] is used to prepare a statement, the
2126 ** sqlite3_prepare_v2() to reprepare a statement after a schema change.
2255 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2414 ** <li> Create the object using [sqlite3_prepare_v2()] or a related
2544 ** as either UTF-8 or UTF-16. The sqlite3_prepare() and sqlite3_prepare_v2()
2574 ** The sqlite3_prepare_v2() and sqlite3_prepare16_v2() interfaces are
2619 SQLITE_API int sqlite3_prepare_v2(
2646 ** compiled using either [sqlite3_prepare_v2()] or [sqlite3_prepare16_v2()].
2722 ** ^(In the SQL statement text input to [sqlite3_prepare_v2()] and its variants,
2741 ** [sqlite3_prepare_v2()] or its variants.
3005 ** [sqlite3_prepare_v2()] or [sqlite3_prepare16_v2()] or one of the legacy
3011 ** [sqlite3_prepare_v2()] and [sqlite3_prepare16_v2()] or the older legacy
3069 ** using either [sqlite3_prepare_v2()] or [sqlite3_prepare16_v2()] instead
3131 ** that was returned from [sqlite3_prepare_v2()] or one of its variants)
4074 ** to the [sqlite3_prepare_v2()] call (or its variants) that was used to
4119 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
4176 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their