Enumeration
SQLCreateTrigger.WhenSpecifier
Specifies how a trigger executes relative to the event that triggers it.
enum WhenSpecifier
Topics
Enumeration Cases
SQLCreateTrigger.WhenSpecifier.afterRun the trgger after the event.SQLCreateTrigger.WhenSpecifier.beforeRun the trigger before the event.SQLCreateTrigger.WhenSpecifier.insteadReplace the event with the trigger’s execution.
Initializers
init(rawValue:)Creates a new instance with the specified raw value.
Instance Methods
serialize(to:)Invoked when a request is made to serialize the expression to raw SQL.
Relationships
Conforms To
SQLExpressionSwift.EquatableSwift.HashableSwift.RawRepresentableSwift.SendableSwift.SendableMetatype