Skip to content

Instance Method

decode(model:prefix:keyDecodingStrategy:userInfo:)

func decode<D>(model: D.Type, prefix: String? = nil, keyDecodingStrategy: SQLRowDecoder.KeyDecodingStrategy = .useDefaultKeys, userInfo: [CodingUserInfoKey : any Sendable] = [:]) throws -> D where D : Decodable