Skip to main contentCrate fsqlite_ext_session
Source - Changeset
- A complete changeset covering one or more tables.
- ChangesetRow
- A single row change recorded in a changeset.
- Session
- A session that records database changes for later extraction as a
changeset or patchset.
- SimpleTarget
- A simple in-memory “database” for testing changeset application.
- TableChangeset
- All row changes for a single table within a changeset.
- TableInfo
- Per-table metadata stored in the changeset header.
- ApplyOutcome
- Outcome of applying a changeset to a target dataset.
- ChangeOp
- The kind of DML operation recorded in a changeset.
- ChangesetValue
- A single column value in the changeset binary format.
- ConflictAction
- The action the caller wants the apply engine to take for a conflict.
- ConflictType
- The category of conflict encountered while applying a changeset.
- changeset_varint_len
- Compute the byte length of a varint-encoded value.
- extension_name