Expand description
MySql internal binary JSON representation.
Structs§
- An Array (see
ComplexType
). - An iterator over keys of an object.
- JSONB array or object.
JsonDom
opaque value.- 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§
JsonDom
container.- Structured in-memory representation of a JSON value.
JsonDom
number.JsonDom
scalar value.- 1-byte JSONB type marker
- 1-byte JSONB literal type
- Deserialized Jsonb value.
Traits§
- Type of a complex jsonb value (array or object).
- JSONB storage format for objects and arrays. See
ComplexType
.