Instance Method
run()
Execute the query on the connection, ignoring any results.
func run() async throws
Default Implementations
SQLQueryBuilder Implementations
func run() -> EventLoopFuture<Void>Execute the query associated with the builder on the builder’s database, ignoring any results.func run() async throwsExecute the query associated with the builder on the builder’s database, ignoring any results.