Structure
SQLiteUpdateEvent
Event produced by the update hook.
struct SQLiteUpdateEvent
Overview
Contains information about a database modification operation that triggered an update hook.
Topics
Instance Properties
let database: StringThe name of the database that was modified.let operation: SQLiteUpdateOperationThe type of database operation that was performed.let rowID: Int64The rowid of the row that was affected by the operation.let table: StringThe name of the table that was modified.
Relationships
Conforms To
Swift.EquatableSwift.HashableSwift.SendableSwift.SendableMetatype