Skip to content

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

Type Properties

Relationships

Conforms To

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