Instance Method
sql(decoder:)
Return an
SQLRow interface to this row.func sql(decoder: SQLiteDataDecoder = .init()) -> any SQLRow
Parameters
decoderAn
SQLiteDataDecoderused to translateSQLiteDatavalues into output values inSQLRows.
Return Value
An instance of SQLRow which accesses the same data as self.