| Package | Description |
|---|---|
| com.mysql.cj.x.protobuf |
Message classes used for serialization with Google Protocol Buffers to support the X Protocol.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MysqlxExpr.FunctionCall
Function call: ``func(a, b, "1", 3)``
@par production list
@code{unparsed}
function_call: `identifier` "(" [ `expr` ["," `expr` ]* ] ")"
@endcode
|
static class |
MysqlxExpr.FunctionCall.Builder
Function call: ``func(a, b, "1", 3)``
@par production list
@code{unparsed}
function_call: `identifier` "(" [ `expr` ["," `expr` ]* ] ")"
@endcode
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxExpr.FunctionCall,MysqlxExpr.FunctionCall.Builder,MysqlxExpr.FunctionCallOrBuilder> |
MysqlxExpr.Expr.Builder.functionCallBuilder_ |
| Modifier and Type | Method and Description |
|---|---|
MysqlxExpr.FunctionCallOrBuilder |
MysqlxExpr.ExprOrBuilder.getFunctionCallOrBuilder()
optional .Mysqlx.Expr.FunctionCall function_call = 5; |
MysqlxExpr.FunctionCallOrBuilder |
MysqlxExpr.Expr.getFunctionCallOrBuilder()
optional .Mysqlx.Expr.FunctionCall function_call = 5; |
MysqlxExpr.FunctionCallOrBuilder |
MysqlxExpr.Expr.Builder.getFunctionCallOrBuilder()
optional .Mysqlx.Expr.FunctionCall function_call = 5; |
| Modifier and Type | Method and Description |
|---|---|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxExpr.FunctionCall,MysqlxExpr.FunctionCall.Builder,MysqlxExpr.FunctionCallOrBuilder> |
MysqlxExpr.Expr.Builder.getFunctionCallFieldBuilder()
optional .Mysqlx.Expr.FunctionCall function_call = 5; |