Lines Matching refs:sqlite3_prepare_v2

223 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
303 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
2170 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
2180 ** then the [sqlite3_prepare_v2()] or equivalent call that triggered
2185 ** [sqlite3_prepare_v2()] or equivalent call that triggered the
2230 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2233 ** ^When [sqlite3_prepare_v2()] is used to prepare a statement, the
2242 ** sqlite3_prepare_v2() to reprepare a statement after a schema change.
2374 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2507 ** third argument to sqlite3_prepare_v2(). ^If the mode option is set to
2658 ** <li> Create the object using [sqlite3_prepare_v2()] or a related
2790 ** as either UTF-8 or UTF-16. The sqlite3_prepare() and sqlite3_prepare_v2()
2820 ** The sqlite3_prepare_v2() and sqlite3_prepare16_v2() interfaces are
2865 SQLITE_API int sqlite3_prepare_v2(
2892 ** compiled using either [sqlite3_prepare_v2()] or [sqlite3_prepare16_v2()].
2985 ** ^(In the SQL statement text input to [sqlite3_prepare_v2()] and its variants,
3004 ** [sqlite3_prepare_v2()] or its variants.
3272 ** [sqlite3_prepare_v2()] or [sqlite3_prepare16_v2()] or one of the legacy
3278 ** [sqlite3_prepare_v2()] and [sqlite3_prepare16_v2()] or the older legacy
3340 ** using either [sqlite3_prepare_v2()] or [sqlite3_prepare16_v2()] instead
3402 ** that was returned from [sqlite3_prepare_v2()] or one of its variants)
4345 ** to the [sqlite3_prepare_v2()] call (or its variants) that was used to
4390 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
4447 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their