Skip to content

Enumeration

SQLCreateTrigger.OrderSpecifier

Specifies ordering for a trigger relative to another trigger.
enum OrderSpecifier

Topics

Enumeration Cases

  • case follows
    The trigger will execute after the specified existing trigger.
  • case precedes
    The trigger will execute before the specified existing trigger.

Initializers

Instance Methods

Relationships

Conforms To

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