Structure
SQLTriggerSyntax
Encapsulates a dialect’s support for
CREATE TRIGGER and DROP TRIGGER syntax.struct SQLTriggerSyntax
Topics
Structures
struct CreateDescribes specific feature support forCREATE TRIGGERsyntax.struct DropDescribes specific feature support forCREATE TRIGGERsyntax.
Initializers
init(create: SQLTriggerSyntax.Create, drop: SQLTriggerSyntax.Drop)Memberwise initializer.
Instance Properties
var create: SQLTriggerSyntax.CreateSyntax options forCREATE TRIGGER.var drop: SQLTriggerSyntax.DropSyntax options forDROP TRIGGER.
Relationships
Conforms To
Swift.SendableSwift.SendableMetatype
See Also
Drivers
protocol SQLDialectAn abstract definition of a specific dialect of SQL.protocol SQLDatabaseReportedVersionProvides a protocol for reporting and comparing database version numbers.struct SQLAlterTableSyntaxEncapsulates a dialect’s support forALTER TABLEsyntax.struct SQLUnionFeaturesA set of feature support flags forUNIONqueries.enum SQLEnumSyntaxPossible values for a dialect’s strongly-typed enumeration support.enum SQLUpsertSyntaxThe supported syntax variants which a SQL dialect can use to to specify conflict resolution clauses.