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