Package com.mysql.cj.x.protobuf
Class MysqlxExpr
java.lang.Object
com.mysql.cj.x.protobuf.MysqlxExpr
public final class MysqlxExpr
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMysqlxExpr.Arraya Array of expressionsstatic interfaceMysqlxExpr.ArrayOrBuilderstatic classMysqlxExpr.ColumnIdentifiercol_identifier (table): col@doc_path, tbl.col@doc_path col, tbl.col, schema.tbl.col col_identifier (document): doc_path ..static interfaceMysqlxExpr.ColumnIdentifierOrBuilderstatic classMysqlxExpr.DocumentPathItemDocumentPathItem ..static interfaceMysqlxExpr.DocumentPathItemOrBuilderstatic classMysqlxExpr.ExprExpressions the "root" of the expression tree ..static interfaceMysqlxExpr.ExprOrBuilderstatic classMysqlxExpr.FunctionCallfunction call: ``func(a, b, "1", 3)`` ..static interfaceMysqlxExpr.FunctionCallOrBuilderstatic classMysqlxExpr.Identifieridentifier: name, schame.name ..static interfaceMysqlxExpr.IdentifierOrBuilderstatic classMysqlxExpr.Objectan object (with expression values)static interfaceMysqlxExpr.ObjectOrBuilderstatic classMysqlxExpr.Operatoroperator: ``<<(a, b)`` ..static interfaceMysqlxExpr.OperatorOrBuilder -
Method Summary
Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
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()
-