Instance Method
contains(column:)
Returns
true if the given column name is available in the row, false otherwise.func contains(column: String) -> Bool
Discussion
Corresponds to KeyedDecodingContainer.contains(key:).