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