Structure
SQLiteAuthorizerResponse
The response from an authorizer callback.
struct SQLiteAuthorizerResponse
Topics
Initializers
init(rawValue: Int32)Creates a new SQLiteAuthorizerResponse with the given raw value. For unknown values, this still creates an instance - use the static properties for known responses.
Instance Properties
let rawValue: Int32The raw response value.
Type Properties
static let allow: SQLiteAuthorizerResponseAllow the operation.static let deny: SQLiteAuthorizerResponseDeny the operation.static let ignore: SQLiteAuthorizerResponseIgnore the operation (treat column as NULL).
Relationships
Conforms To
Swift.EquatableSwift.HashableSwift.RawRepresentableSwift.SendableSwift.SendableMetatype