Structure
SQLiteAuthorizerEvent
Event produced by the authorizer hook.
struct SQLiteAuthorizerEvent
Overview
Contains information about a database access attempt that requires authorization.
Topics
Instance Properties
actionThe type of database access being attempted.databaseThe database name.parameter1The first parameter (meaning depends on action).parameter2The second parameter (meaning depends on action).triggerThe trigger or view name that caused the access.
Relationships
Conforms To
Swift.EquatableSwift.HashableSwift.SendableSwift.SendableMetatype