Skip to content

Extended Structure

SQLiteRow

A legacy deprecated conformance of SQLiteRow directly to SQLRow. This interface exists solely because its absence would be a public API break.
extension SQLiteRow

Overview

Do not use these methods directly. Call sql(decoder:) instead to access SQLiteRows through an SQLKit interface.

Topics

Instance Methods

Default Implementations

Relationships

Conforms To

  • SQLKit.SQLRow
  • Swift.Copyable
  • Swift.Escapable
  • Swift.Sendable
  • Swift.SendableMetatype