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
func decode<D>(column: String, inferringAs: D.Type) throws -> Dfunc decode<D>(model: D.Type, prefix: String?, keyDecodingStrategy: SQLRowDecoder.KeyDecodingStrategy, userInfo: [CodingUserInfoKey : any Sendable]) throws -> Dfunc decode<D>(model: D.Type, with: SQLRowDecoder) throws -> Dfunc sql(decoder: SQLiteDataDecoder) -> any SQLRowReturn anSQLRowinterface to this row.
Default Implementations
Relationships
Conforms To
SQLKit.SQLRowSwift.CopyableSwift.EscapableSwift.SendableSwift.SendableMetatype