Structure
SQLiteAuthorizerEvent
Event produced by the authorizer hook.
struct SQLiteAuthorizerEvent
Overview
Contains information about a database access attempt that requires authorization.
Topics
Instance Properties
let action: SQLiteAuthorizerActionThe type of database access being attempted.let database: String?The database name.let parameter1: String?The first parameter (meaning depends on action).let parameter2: String?The second parameter (meaning depends on action).let trigger: String?The trigger or view name that caused the access.
Relationships
Conforms To
Swift.EquatableSwift.HashableSwift.SendableSwift.SendableMetatype