ApplyChangesetOptions

sealed external interface ApplyChangesetOptions(source)

Properties

Link copied to clipboard
abstract var filter: (tableName: String) -> Boolean?

Skip changes that, when targeted table name is supplied to this function, return a truthy value. By default, all changes are attempted.

Link copied to clipboard
abstract var onConflict: Double?

Determines how conflicts are handled. Default: SQLITE_CHANGESET_ABORT.