Module jsonb

Source
Expand description

MySql internal binary JSON representation.

Structs§

Array
An Array (see ComplexType).
ArrayIter
An iterator over keys of an object.
ComplexValue
JSONB array or object.
JsonbString
A key of a JSONB object.
Large
Large array/object storage format. See StorageFormat.
Object
An Object (see ComplexType).
ObjectIter
An iterator over entries of an object.
ObjectKey
A key of a JSONB object.
ObjectKeys
An iterator over keys of an object.
OpaqueValue
JSONB opaque value
Small
Small array/object storage format. See StorageFormat.
UnknownJsonbType
UnknownLiteralType

Enums§

JsonbError
JsonbToJsonError
JsonbType
1-byte JSONB type marker
LiteralType
1-byte JSONB literal type
Value
Jsonb Value.

Traits§

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