Skip to content

Structure

SQLTriggerSyntax

Encapsulates a dialect’s support for CREATE TRIGGER and DROP TRIGGER syntax.
struct SQLTriggerSyntax

Topics

Structures

Initializers

Instance Properties

  • create
    Syntax options for CREATE TRIGGER.
  • drop
    Syntax options for DROP TRIGGER.

Relationships

Conforms To

  • Swift.Sendable
  • Swift.SendableMetatype

See Also

Drivers

  • SQLDialect
    An abstract definition of a specific dialect of SQL.
  • SQLDatabaseReportedVersion
    Provides a protocol for reporting and comparing database version numbers.
  • SQLAlterTableSyntax
    Encapsulates a dialect’s support for ALTER TABLE syntax.
  • SQLUnionFeatures
    A set of feature support flags for UNION queries.
  • SQLEnumSyntax
    Possible values for a dialect’s strongly-typed enumeration support.
  • SQLUpsertSyntax
    The supported syntax variants which a SQL dialect can use to to specify conflict resolution clauses.