Instance Property
enumSyntax
The syntax the dialect supports for strongly-typed enumerations.
var enumSyntax: SQLEnumSyntax { get }
Discussion
See SQLEnumSyntax for possible values.
Defaults to SQLEnumSyntax.unsupported.
Default Implementations
SQLDialect Implementations
enumSyntaxDefault implementation ofenumSyntax.
See Also
Syntax Indicators
triggerSyntaxVarious flags describing the dialect’s support for specific features ofSQLCreateTriggerandSQLDropTriggerqueries.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.