Enumeration
SQLCreateTrigger.OrderSpecifier
Specifies ordering for a trigger relative to another trigger.
enum OrderSpecifier
Topics
Enumeration Cases
SQLCreateTrigger.OrderSpecifier.followsThe trigger will execute after the specified existing trigger.SQLCreateTrigger.OrderSpecifier.precedesThe trigger will execute before the specified existing trigger.
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