类 MysqlxExpr
- java.lang.Object
-
- com.mysql.cj.x.protobuf.MysqlxExpr
-
public final class MysqlxExpr extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classMysqlxExpr.ArrayAn array of expressionsstatic interfaceMysqlxExpr.ArrayOrBuilderstatic classMysqlxExpr.ColumnIdentifierColumn identifier for table: col\@doc_path, tbl.col\@doc_path col, tbl.col, schema.tbl.col for document collection: doc_path // @par production list @code{unparsed} col_identifier: string "." string "." string | : string "." string | : string | : string "." string "." string "@" document_path | : string "." string "@" document_path | : string "@" document_path | : document_path document_path: member | arrayLocation | doubleAsterisk member = "." string | "." "*" arrayLocation = "[" index "]" | "[" "*" "]" doubleAsterisk = "**" @endcodestatic interfaceMysqlxExpr.ColumnIdentifierOrBuilderstatic classMysqlxExpr.DocumentPathItemDocument path item @par production list @code{unparsed} document_path: path_item | path_item document_path path_item : member | array_index | "**" member : "." string | "." "*" array_index : "[" number "]" | "[" "*" "]" @endcodestatic interfaceMysqlxExpr.DocumentPathItemOrBuilderstatic classMysqlxExpr.ExprThe "root" of the expression tree.static interfaceMysqlxExpr.ExprOrBuilderstatic classMysqlxExpr.FunctionCallFunction call: ``func(a, b, "1", 3)`` @par production list @code{unparsed} function_call: `identifier` "(" [ `expr` ["," `expr` ]* ] ")" @endcodestatic interfaceMysqlxExpr.FunctionCallOrBuilderstatic classMysqlxExpr.IdentifierIdentifier: name, schame.name @par production list @code{unparsed} identifier: string "." string | : string @endcodestatic interfaceMysqlxExpr.IdentifierOrBuilderstatic classMysqlxExpr.ObjectAn object (with expression values)static interfaceMysqlxExpr.ObjectOrBuilderstatic classMysqlxExpr.OperatorProtobuf typeMysqlx.Expr.Operatorstatic interfaceMysqlxExpr.OperatorOrBuilder
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
方法详细资料
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-