MySQL 8.4.0
Source Code Documentation
mysqlx_expr.proto File Reference

Classes

struct  Mysqlx::Expr::Expr
 The "root" of the expression tree. More...
 
struct  Mysqlx::Expr::Identifier
 Identifier: name, schame.name. More...
 
struct  Mysqlx::Expr::DocumentPathItem
 Document path item. More...
 
struct  Mysqlx::Expr::ColumnIdentifier
 Column identifier. More...
 
struct  Mysqlx::Expr::FunctionCall
 Function call: func(a, b, "1", 3) More...
 
struct  Mysqlx::Expr::Operator
 Operator: <<(a, b) More...
 
struct  Mysqlx::Expr::Object
 An object (with expression values) More...
 
struct  Mysqlx::Expr::Object::ObjectField
 
struct  Mysqlx::Expr::Array
 An array of expressions. More...
 

Namespaces

namespace  Mysqlx::Expr
 Expressions.
 
namespace  Mysqlx