Skip to content

Structure

MySQLProtocol.CharacterSet

A character set is defined in the protocol as a integer.
struct CharacterSet

Overview

MySQL has a very flexible character set support as documented in Character Sets, Collations, Unicode. https://dev.mysql.com/doc/internals/en/character-set.html#packet-Protocol::CharacterSet

Topics

Initializers

Instance Properties

  • description
    See CustomStringConvertible/description.
  • name
    This character set’s readable name.
  • rawValue
    charset_nr (2) – number of the character set and collation

Type Properties

Relationships

Conforms To

  • Swift.CustomStringConvertible
  • Swift.Equatable
  • Swift.ExpressibleByIntegerLiteral
  • Swift.RawRepresentable
  • Swift.Sendable
  • Swift.SendableMetatype