Row
public struct Row : CustomStringConvertible
A Row
exposed by a Cursor
.
-
The values of the columns for this
Row
.Declaration
Swift
public var columns: [PostgresValue]
-
A string representation of this
Row
.Declaration
Swift
public var description: String { get }