Instance Method
decode(column:inferringAs:)
func decode<D>(column c: String, inferringAs: D.Type = D.self) throws -> D where D : Decodable
Instance Method
func decode<D>(column c: String, inferringAs: D.Type = D.self) throws -> D where D : Decodable