Skip to content

Structure

PostgresRandomAccessRow

A random access row of PostgresCells. Its initialization is O(n), where n is the number of columns in the row. All subsequent cell accesses are O(1).
struct PostgresRandomAccessRow

Mentioned in

Topics

Initializers

Instance Methods

  • contains(_:)
    Checks if the row contains a cell for the given column name.

Subscripts

Default Implementations

Relationships

Conforms To

  • Swift.BidirectionalCollection
  • Swift.Collection
  • Swift.Copyable
  • Swift.Escapable
  • Swift.RandomAccessCollection
  • Swift.Sendable
  • Swift.SendableMetatype
  • Swift.Sequence

See Also