Skip to content

Structure

SQLiteCommitResponse

The response from a commit hook callback.
struct SQLiteCommitResponse

Topics

Initializers

  • init(rawValue:)
    Creates a new SQLiteCommitResponse 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 commit to proceed.
  • deny
    Deny the commit (causes transaction rollback).

Relationships

Conforms To

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