Skip to content

Structure

MySQLProtocol.NullBitmap

14.7.2.1 NULL-Bitmap
struct NullBitmap

Overview

The binary protocol sends NULL values as bits inside a bitmap instead of a full byte as the ProtocolText::ResultsetRow does. If many NULL values are sent, it is more efficient than the old way.

https://dev.mysql.com/doc/internals/en/null-bitmap.html

Topics

Instance Properties

  • bytes
    the raw bitmap bytes.
  • description
    See CustomStringConvertible.description
  • offset
    This bitmap’s static offset. This varies depending on which packet the bitmap is being used in.

Instance Methods

Type Methods

Relationships

Conforms To

  • Swift.CustomStringConvertible