Instance Method
column(_:)
Deprecated
This call is O(n) where n is the number of cells in the row. For random access to cells in a row create a PostgresRandomAccessRow from the row first and use its subscript methods. (see `makeRandomAccess()`)
func column(_ column: String) -> PostgresData?