Structure
SQLiteUpdateOperation
Represents the type of update operation that triggered the update hook.
struct SQLiteUpdateOperation
Topics
Initializers
init(rawValue:)Creates a new SQLiteUpdateOperation with the given raw value. For unknown values, this still creates an instance - use the static properties for known operations.
Instance Properties
rawValueThe raw SQLite operation code.
Type Properties
Relationships
Conforms To
Swift.EquatableSwift.HashableSwift.RawRepresentableSwift.SendableSwift.SendableMetatype