Skip to content

Instance MethodSQLiteNIO

contains(column:)

Deprecated

Use SQLiteRow.sql(decoder:) to access an SQLiteRow as an SQLRow.

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:).