Instance Method
all()
Returns all output rows, if any.
func all() -> EventLoopFuture<[any SQLRow]>
Return Value
A future containing the output rows, if any.
Instance Method
func all() -> EventLoopFuture<[any SQLRow]>
A future containing the output rows, if any.