Skip to content

Instance PropertySQLiteNIO

allColumns

Deprecated

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

The list of all column names available in the row, in no particular order.
var allColumns: [String] { get }

Discussion

Corresponds to KeyedDecodingContainer.allKeys.