Skip to content

Structure

MySQLProtocol.ColumnDefinition41

Protocol::ColumnDefinition41
struct ColumnDefinition41

Overview

https://dev.mysql.com/doc/internals/en/com-query-response.html#packet-Protocol::ColumnDefinition

Topics

Instance Properties

  • catalog
    catalog (lenenc_str) – catalog (always “def”)
  • characterSet
    character_set (2) – the column character set, defined in Protocol::CharacterSet.
  • columnLength
    column_length (4) – maximum length of the field
  • columnType
    column_type (1) – type of the column as defined in Column Type
  • decimals
    decimals (1) – max shown decimal digits
  • flags
    flags (2) – flags
  • name
    name (lenenc_str) – virtual column name
  • orgName
    org_name (lenenc_str) – physical column name
  • orgTable
    org_table (lenenc_str) – physical table-name
  • schema
    schema (lenenc_str) – schema-name
  • table
    table (lenenc_str) – virtual table-name

Type Methods

Relationships

Conforms To