Module mysql_common::value

source ·

Modules

Enums

Client side representation of a value of MySql column.

Functions

Reads value in binary format.
Reads multiple values in binary format.
Reads value in text format.
Reads multiple values in text format.
Will serialize multiple values in binary format as params using passed max_allowed_packet value. Returns (<output>, <null_bitmap>, <large_bitmap>)