![]() |
MySQL 9.7.0
Source Code Documentation
|
Binds a single Json_object and a jdv::Content_tree_node. More...
Public Member Functions | |
| int | operator<=> (const Single_object_binding &other) const |
| bool | operator== (const Single_object_binding &that) const |
| bool | is_empty () const |
| void | set_empty () |
Public Attributes | |
| Json_object * | bound_object = nullptr |
| const Content_tree_node * | ct_node = nullptr |
| std::unique_ptr< Resolve_row > | resolve_row |
Binds a single Json_object and a jdv::Content_tree_node.
Single_object_binding is used for INSERT and DELETE operations on JSON duality view.
|
inline |
|
inline |
|
inline |
|
inline |
| Json_object* jdv::Single_object_binding::bound_object = nullptr |
| const Content_tree_node* jdv::Single_object_binding::ct_node = nullptr |
| std::unique_ptr<Resolve_row> jdv::Single_object_binding::resolve_row |