Skip to content

Instance Method

all()

Returns all output rows, if any.
func all() -> EventLoopFuture<[any SQLRow]>

Return Value

A future containing the output rows, if any.

See Also

Legacy `EventLoopFuture` Interfaces