Skip to content

Instance Method

sql(decoder:)

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

Parameters

decoder

A MySQLDataDecoder used to translate MySQLData values into output values in SQLRows.

Return Value

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