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