Structure
MySQLProtocol.ColumnFlags
These don’t seem to be documented anywhere.
struct ColumnFlags
Topics
Initializers
init(rawValue: UInt16)SeeRawRepresentable/init(rawValue:).
Instance Properties
var description: StringSeeCustomStringConvertible/description.var name: Stringvar rawValue: UInt16The raw status value.
Type Properties
static var COLUMN_NOT_NULL: MySQLProtocol.ColumnFlagsThis column is not null.static var COLUMN_UNSIGNED: MySQLProtocol.ColumnFlagsThis column is unsigned.static var PRIMARY_KEY: MySQLProtocol.ColumnFlagsThis column is the primary key.static var all: [MySQLProtocol.ColumnFlags]All capabilities.
Relationships
Conforms To
Swift.CustomStringConvertibleSwift.EquatableSwift.ExpressibleByArrayLiteralSwift.OptionSetSwift.RawRepresentableSwift.SendableSwift.SendableMetatypeSwift.SetAlgebra