Skip to content

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

  • rawValue
    The raw SQLite operation code.

Type Properties

Relationships

Conforms To

  • Swift.Equatable
  • Swift.Hashable
  • Swift.RawRepresentable
  • Swift.Sendable
  • Swift.SendableMetatype