Skip to content

Instance Method

run()

Execute the query on the connection, ignoring any results.
func run() -> EventLoopFuture<Void>

Discussion

Although it is a protocol requirement for historical reasons, this is considered a legacy interface thanks to its reliance on EventLoopFuture. Users should call run() whenever possible.

Default Implementations

SQLQueryBuilder Implementations

  • run()
    Execute the query associated with the builder on the builder’s database, ignoring any results.
  • run()
    Execute the query associated with the builder on the builder’s database, ignoring any results.