Module mysql::binlog::jsonb

source ·
Expand description

MySql internal binary JSON representation.

Structs

An Array (see ComplexType).
An iterator over keys of an object.
JSONB array or object.
A key of a JSONB object.
Large array/object storage format. See StorageFormat.
An Object (see ComplexType).
An iterator over entries of an object.
A key of a JSONB object.
An iterator over keys of an object.
JSONB opaque value
Small array/object storage format. See StorageFormat.

Enums

1-byte JSONB type marker
1-byte JSONB literal type
Jsonb Value.

Traits

Type of a complex jsonb value (array or object).
JSONB storage format for objects and arrays. See ComplexType.