Structure
SQLiteUpdateOperation
Represents the type of update operation that triggered the update hook.
struct SQLiteUpdateOperation
Topics
Initializers
init(rawValue: Int32)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
let rawValue: Int32The raw SQLite operation code.
Type Properties
static let delete: SQLiteUpdateOperationA DELETE operation.static let insert: SQLiteUpdateOperationAn INSERT operation.static let update: SQLiteUpdateOperationAn UPDATE operation.
Relationships
Conforms To
Swift.EquatableSwift.HashableSwift.RawRepresentableSwift.SendableSwift.SendableMetatype