MySQL 8.3.0
Source Code Documentation
Mysqlx::Expr::FunctionCall Struct Reference

Function call: func(a, b, "1", 3) More...

Public Attributes

required Identifier name = 1
 identifier of function; at least name of it More...
 
repeated Expr param = 2
 list of parameters More...
 

Detailed Description

Function call: func(a, b, "1", 3)

production list
function_call: `identifier` "(" [ `expr` ["," `expr` ]* ] ")"

Member Data Documentation

◆ name

required Identifier Mysqlx::Expr::FunctionCall::name = 1

identifier of function; at least name of it

◆ param

repeated Expr Mysqlx::Expr::FunctionCall::param = 2

list of parameters


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