Skip to content

Structure

SQLiteAuthorizerResponse

The response from an authorizer callback.
struct SQLiteAuthorizerResponse

Topics

Initializers

  • init(rawValue:)
    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

Type Properties

  • allow
    Allow the operation.
  • deny
    Deny the operation.
  • ignore
    Ignore the operation (treat column as NULL).

Relationships

Conforms To

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