Enumeration
SQLCreateTrigger.EventSpecifier
Specifies an event which causes a trigger to execute.
enum EventSpecifier
Topics
Enumeration Cases
case deleteExecute the trigger when one or more rows in the table are deleted.case insertExecute the trigger when a row is inserted into the table.case truncateExecute the trigger when the table is truncated.case updateExecute the trigger when one or more rows in the table are updated.
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