Structure
MySQLProtocol.ColumnFlags
These don’t seem to be documented anywhere.
struct ColumnFlags
Topics
Initializers
init(rawValue:)SeeRawRepresentable/init(rawValue:).
Instance Properties
descriptionSeeCustomStringConvertible/description.namerawValueThe raw status value.
Type Properties
COLUMN_NOT_NULLThis column is not null.COLUMN_UNSIGNEDThis column is unsigned.PRIMARY_KEYThis column is the primary key.allAll capabilities.
Relationships
Conforms To
Swift.CustomStringConvertibleSwift.EquatableSwift.ExpressibleByArrayLiteralSwift.OptionSetSwift.RawRepresentableSwift.SendableSwift.SendableMetatypeSwift.SetAlgebra