Skip to content

Instance Method

sql(decoder:)

Return an SQLRow interface to this row.
func sql(decoder: SQLiteDataDecoder = .init()) -> any SQLRow

Parameters

decoder

An SQLiteDataDecoder used to translate SQLiteData values into output values in SQLRows.

Return Value

An instance of SQLRow which accesses the same data as self.