Skip to content

Structure

SQLDropTypedConstraint

SQL drop constraint expression with awareness of foreign keys (for MySQL’s broken sake).
struct SQLDropTypedConstraint

Overview

Warning

This is only public for the benefit of FluentBenchmarks. DO NOT USE THIS TYPE!

Topics

Initializers

Instance Properties

Instance Methods

  • serialize(to:)
    Invoked when a request is made to serialize the expression to raw SQL.

Relationships

Conforms To

  • SQLKit.SQLExpression
  • Swift.Sendable
  • Swift.SendableMetatype