Lines Matching refs:sqlite3_prepare
3067 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
3111 ** An authorizer is used when [sqlite3_prepare | preparing]
3119 ** user-entered SQL is being [sqlite3_prepare | prepared] that
3143 ** [sqlite3_prepare()] or its variants. Authorization is not
4112 ** [sqlite3_prepare()] interface is legacy and should be avoided.
4126 ** as either UTF-8 or UTF-16. The sqlite3_prepare(), sqlite3_prepare_v2(),
4153 ** ^On success, the sqlite3_prepare() family of routines return [SQLITE_OK];
4158 ** The older interfaces (sqlite3_prepare() and sqlite3_prepare16())
4201 SQLITE_API int sqlite3_prepare(
4801 ** interfaces [sqlite3_prepare()] or [sqlite3_prepare16()], this function
4808 ** interfaces [sqlite3_prepare()] and [sqlite3_prepare16()]. The use of the
4872 ** of the legacy [sqlite3_prepare()] and [sqlite3_prepare16()] interfaces,