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
decode(column:inferringAs:)decode(model:prefix:keyDecodingStrategy:userInfo:)decode(model:with:)sql(decoder:)Return anSQLRowinterface to this row.
Default Implementations
Relationships
Conforms To
SQLKit.SQLRowSwift.CopyableSwift.EscapableSwift.SendableSwift.SendableMetatype