Skip to content

Enumeration

SQLCreateTrigger.EventSpecifier

Specifies an event which causes a trigger to execute.
enum EventSpecifier

Topics

Enumeration Cases

  • case delete
    Execute the trigger when one or more rows in the table are deleted.
  • case insert
    Execute the trigger when a row is inserted into the table.
  • case truncate
    Execute the trigger when the table is truncated.
  • case update
    Execute the trigger when one or more rows in the table are updated.

Initializers

Instance Methods

Relationships

Conforms To

  • SQLExpression
  • Swift.Equatable
  • Swift.Hashable
  • Swift.RawRepresentable
  • Swift.Sendable
  • Swift.SendableMetatype