Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3changeset_apply

11710 ** The sqlite3changeset_apply() function automatically converts the
11720 ** sqlite3changeset_apply() function silently ignore any modifications to the
11780 ** a database with a compatible schema using the [sqlite3changeset_apply()]
11962 ** is passed to the sqlite3changeset_apply() API. Other conflict types work
12074 ** a conflict-handler callback by [sqlite3changeset_apply()], SQLITE_MISUSE
12098 ** passed to a conflict-handler by [sqlite3changeset_apply()], or an iterator
12170 ** passed to a conflict-handler by [sqlite3changeset_apply()], or an iterator
12201 ** passed to a conflict-handler by [sqlite3changeset_apply()], or an iterator
12235 ** conflict-handler callback by [sqlite3changeset_apply()] with either
12285 ** [sqlite3changeset_apply()], [SQLITE_MISUSE] is immediately returned and the
12433 ** the same way as for sqlite3changeset_apply(). Specifically, for each
12615 ** changeset are applied to the database. For sqlite3changeset_apply() and
12653 ** to sqlite3changeset_apply() may be invoked. A description of exactly when
12666 ** the call to sqlite3changeset_apply() returns SQLITE_MISUSE. Different
12667 ** actions are taken by sqlite3changeset_apply() depending on the value
12767 SQLITE_API int sqlite3changeset_apply(
12938 ** call to sqlite3changeset_apply() returns SQLITE_MISUSE.
12951 ** and the call to sqlite3changeset_apply() returns SQLITE_ABORT.
13121 ** <tr><td>sqlite3changeset_apply_strm<td>[sqlite3changeset_apply]