Skip to content

Protocol

SQLQueryBuilder

Base definitions for builders which set up queries and execute them against a given database.
protocol SQLQueryBuilder : AnyObject

Mentioned in

Overview

Almost all concrete builders conform to this protocol.

Topics

Instance Properties

Instance Methods

  • func run()
    Execute the query on the connection, ignoring any results.

Relationships

Inherited By

Conforming Types

See Also

Builder Protocols