Skip to content

Structure

PostgresCell

A representation of a cell value within a PostgresRow and PostgresRandomAccessRow.
struct PostgresCell

Mentioned in

Topics

Initializers

Instance Properties

  • bytes
    The cell’s value as raw bytes.
  • columnIndex
    The cell’s column index within the row.
  • columnName
    The cell’s column name within the row.
  • dataType
    The cell’s data type. This is important metadata when decoding the cell.
  • format
    The format in which the cell’s bytes are encoded.

Instance Methods

Relationships

Conforms To

  • Swift.Equatable
  • Swift.Sendable
  • Swift.SendableMetatype

See Also