Structure
PostgresRow.Iterator
public struct Iterator: IteratorProtocol
Relationships
Member Of
PostgresRow
PostgresRow
represents a single table row that is received from the server for a query or a prepared statement. Its element type isPostgresCell
.
Conforms To
IteratorProtocol
Nested Type Aliases
Element
public typealias Element = PostgresCell
Methods
next()
public mutating func next() -> PostgresCell?