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