Structure
MySQLProtocol.ColumnDefinition41
Protocol::ColumnDefinition41struct ColumnDefinition41
Overview
https://dev.mysql.com/doc/internals/en/com-query-response.html#packet-Protocol::ColumnDefinition
Topics
Instance Properties
catalogcatalog(lenenc_str) – catalog (always “def”)characterSetcharacter_set(2) – the column character set, defined inProtocol::CharacterSet.columnLengthcolumn_length(4) – maximum length of the fieldcolumnTypecolumn_type(1) – type of the column as defined in Column Typedecimalsdecimals(1) – max shown decimal digitsflagsflags(2) – flagsnamename(lenenc_str) – virtual column nameorgNameorg_name(lenenc_str) – physical column nameorgTableorg_table(lenenc_str) – physical table-nameschemaschema(lenenc_str) – schema-nametabletable(lenenc_str) – virtual table-name
Type Methods
Relationships
Conforms To
MySQLPacketDecodableSwift.SendableSwift.SendableMetatype