Skip to content

Structure

SQLiteAuthorizerEvent

Event produced by the authorizer hook.
struct SQLiteAuthorizerEvent

Overview

Contains information about a database access attempt that requires authorization.

Topics

Instance Properties

  • action
    The type of database access being attempted.
  • database
    The database name.
  • parameter1
    The first parameter (meaning depends on action).
  • parameter2
    The second parameter (meaning depends on action).
  • trigger
    The trigger or view name that caused the access.

Relationships

Conforms To

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