RowCursor
public final class RowCursor : Cursor
                A cursor of database rows. For example:
try dbQueue.inDatabase { db in
    let rows: RowCursor = try Row.fetchCursor(db, "SELECT * FROM players")
}
          - 
                  
                  
Undocumented
Declaration
Swift
public let statement: SelectStatement - 
                  
                  
Declaration
Swift
public func next() throws -> Row? 
View on GitHub
Install in Dash
        RowCursor Class Reference