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

Type Properties

Relationships

Conforms To

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