MySQL 9.1.0
Source Code Documentation
|
Document path item. More...
Public Types | |
enum | Type { MEMBER = 1 , MEMBER_ASTERISK = 2 , ARRAY_INDEX = 3 , ARRAY_INDEX_ASTERISK = 4 , DOUBLE_ASTERISK = 5 } |
Public Attributes | |
required Type | type = 1 |
optional string | value = 2 |
optional uint32 | index = 3 |
used in case of ARRY_INDEX More... | |
Document path item.
optional uint32 Mysqlx::Expr::DocumentPathItem::index = 3 |
used in case of ARRY_INDEX
required Type Mysqlx::Expr::DocumentPathItem::type = 1 |
optional string Mysqlx::Expr::DocumentPathItem::value = 2 |