Lines Matching refs:sqlite3_prepare_v2
196 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
276 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
1893 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
1903 ** then the [sqlite3_prepare_v2()] or equivalent call that triggered
1908 ** [sqlite3_prepare_v2()] or equivalent call that triggered the
1953 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
1956 ** ^When [sqlite3_prepare_v2()] is used to prepare a statement, the
1965 ** sqlite3_prepare_v2() to reprepare a statement after a schema change.
2078 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2237 ** <li> Create the object using [sqlite3_prepare_v2()] or a related
2361 ** as either UTF-8 or UTF-16. The sqlite3_prepare() and sqlite3_prepare_v2()
2391 ** The sqlite3_prepare_v2() and sqlite3_prepare16_v2() interfaces are
2406 ** now a fatal error. Calling [sqlite3_prepare_v2()] again will not make the
2436 SQLITE_API int sqlite3_prepare_v2(
2463 ** compiled using either [sqlite3_prepare_v2()] or [sqlite3_prepare16_v2()].
2525 ** ^(In the SQL statement text input to [sqlite3_prepare_v2()] and its variants,
2544 ** [sqlite3_prepare_v2()] or its variants.
2803 ** [sqlite3_prepare_v2()] or [sqlite3_prepare16_v2()] or one of the legacy
2809 ** [sqlite3_prepare_v2()] and [sqlite3_prepare16_v2()] or the older legacy
2859 ** using either [sqlite3_prepare_v2()] or [sqlite3_prepare16_v2()] instead
2915 ** that was returned from [sqlite3_prepare_v2()] or one of its variants)
3766 ** to the [sqlite3_prepare_v2()] call (or its variants) that was used to
3811 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
3870 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their