Skip to content

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

  • database
    The name of the database that was modified.
  • operation
    The type of database operation that was performed.
  • rowID
    The rowid of the row that was affected by the operation.
  • table
    The name of the table that was modified.

Relationships

Conforms To

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