Skip to content

Class

SQLCreateIndexBuilder

Builds SQLCreateIndex queries.
final class SQLCreateIndexBuilder

Topics

Initializers

Instance Properties

Instance Methods

  • column(_:)
    Specify a column to include in the created index.
  • on(_:)
    Specify a table to operate on.
  • unique()
    Adds UNIQUE modifier to the index being created.

Relationships

Conforms To

See Also

Query Builders