AdaptedRequest
An adapted request.
- 
                  
                  
A tuple that contains a prepared statement that is ready to be executed, and an eventual row adapter.
Declaration
Swift
public func prepare(_ db: Database) throws -> (SelectStatement, RowAdapter?)Parameters
dbA database connection.
 - 
                  
                  
The number of rows fetched by the request.
Declaration
Swift
public func fetchCount(_ db: Database) throws -> IntParameters
dbA database connection.
 
View on GitHub
Install in Dash
        AdaptedRequest Structure Reference