Enumeration
SQLEnumSyntax
Possible values for a dialect’s strongly-typed enumeration support.
enum SQLEnumSyntax
Topics
Enumeration Cases
SQLEnumSyntax.inlineMySQL’s “inline” enumerations.SQLEnumSyntax.typeNamePostgreSQL’s custom user type enumerations.SQLEnumSyntax.unsupportedNo enumeration type is supported.
Relationships
Conforms To
Swift.EquatableSwift.HashableSwift.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.SQLTriggerSyntaxEncapsulates a dialect’s support forCREATE TRIGGERandDROP TRIGGERsyntax.SQLUnionFeaturesA set of feature support flags forUNIONqueries.SQLUpsertSyntaxThe supported syntax variants which a SQL dialect can use to to specify conflict resolution clauses.