Instance Property
triggerSyntax
Various flags describing the dialect’s support for specific features of
SQLCreateTrigger and SQLDropTrigger queries.var triggerSyntax: SQLTriggerSyntax { get }
Discussion
See SQLTriggerSyntax for more information.
Defaults to no feature flags set.
Default Implementations
SQLDialect Implementations
triggerSyntaxDefault implementation oftriggerSyntax.
See Also
Syntax Indicators
enumSyntaxThe syntax the dialect supports for strongly-typed enumerations.alterTableSyntaxA description of the syntax the dialect supports forSQLAlterTablequeries.autoIncrementClauseAn expression inserted in a column definition when a.primaryKey(autoincrement: true)constraint is specified for the column.autoIncrementFunctionAn expression inserted in a column definition when aSQLColumnConstraintAlgorithm.primaryKey(autoIncrement:)orSQLTableConstraintAlgorithm.primaryKey(columns:)constraint is specified for the column.upsertSyntaxThe type ofUPSERTsyntax supported by the dialect.sharedSelectLockExpressionA serialization forSQLLockingClause.share.exclusiveSelectLockExpressionA serialization forSQLLockingClause.update.