Class MysqlxExpr.Expr

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.mysql.cj.x.protobuf.MysqlxExpr.Expr
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, MysqlxExpr.ExprOrBuilder, java.io.Serializable
Enclosing class:
MysqlxExpr

public static final class MysqlxExpr.Expr
extends com.google.protobuf.GeneratedMessageV3
implements MysqlxExpr.ExprOrBuilder
 Expressions
 the "root" of the expression tree
 .. productionlist::
   expr: `operator` |
       : `identifier` |
       : `function_call` |
       : variable |
       : `literal` |
       : placeholder
 If expression type is PLACEHOLDER then it refers to the value of a parameter
 specified when executing a statement (see `args` field of `StmtExecute` command).
 Field `position` (which must be present for such an expression) gives 0-based
 position of the parameter in the parameter list.
 
Protobuf type Mysqlx.Expr.Expr
See Also:
Serialized Form