MySQL 8.0.43
Source Code Documentation
Mysqlx::Datatypes::Any Struct Reference

A helper to allow all field types. More...

Public Types

enum  Type { SCALAR = 1 , OBJECT = 2 , ARRAY = 3 }
 

Public Attributes

required Type type = 1
 
optional Scalar scalar = 2
 
optional Object obj = 3
 
optional Array array = 4
 

Detailed Description

A helper to allow all field types.

Member Enumeration Documentation

◆ Type

Enumerator
SCALAR 
OBJECT 
ARRAY 

Member Data Documentation

◆ array

optional Array Mysqlx::Datatypes::Any::array = 4

◆ obj

optional Object Mysqlx::Datatypes::Any::obj = 3

◆ scalar

optional Scalar Mysqlx::Datatypes::Any::scalar = 2

◆ type

required Type Mysqlx::Datatypes::Any::type = 1

The documentation for this struct was generated from the following file: