Skip to content

Instance Method

run()

Execute the query associated with the builder on the builder’s database, ignoring any results.
func run() -> EventLoopFuture<Void>

Discussion

See SQLQueryFetcher for methods which retrieve results from a query.