Structure
SQLiteCommitResponse
The response from a commit hook callback.
struct SQLiteCommitResponse
Topics
Initializers
init(rawValue: Int32)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
let rawValue: Int32The raw response value.
Type Properties
static let allow: SQLiteCommitResponseAllow the commit to proceed.static let deny: SQLiteCommitResponseDeny the commit (causes transaction rollback).
Relationships
Conforms To
Swift.EquatableSwift.HashableSwift.RawRepresentableSwift.SendableSwift.SendableMetatype