MySQL 8.4.0
Source Code Documentation
Mysqlx::Crud::Projection Struct Reference

Public Attributes

required Mysqlx::Expr::Expr source = 1
 the expression identifying an element from the source data, which can include a column identifier or any expression More...
 
optional string alias = 2
 optional alias. More...
 

Member Data Documentation

◆ alias

optional string Mysqlx::Crud::Projection::alias = 2

optional alias.

Required for DOCUMENTs (clients may use the source string as default)

◆ source

required Mysqlx::Expr::Expr Mysqlx::Crud::Projection::source = 1

the expression identifying an element from the source data, which can include a column identifier or any expression


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