We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128eeb9 commit c5010f3Copy full SHA for c5010f3
Sources/PostgresNIO/Data/PostgresRow.swift
@@ -42,7 +42,12 @@ public struct PostgresRow: CustomStringConvertible {
42
}
43
44
45
- let dataRow: PostgresMessage.DataRow
+ public let dataRow: PostgresMessage.DataRow
46
+
47
+ public var rowDescription: PostgresMessage.RowDescription {
48
+ self.lookupTable.rowDescription
49
+ }
50
51
let lookupTable: LookupTable
52
53
public func column(_ column: String) -> PostgresData? {
0 commit comments