Class MysqlxExpr.ColumnIdentifier

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

public static final class MysqlxExpr.ColumnIdentifier
extends com.google.protobuf.GeneratedMessageV3
implements MysqlxExpr.ColumnIdentifierOrBuilder
 col_identifier (table): col@doc_path, tbl.col@doc_path col, tbl.col, schema.tbl.col
 col_identifier (document): doc_path
 .. productionlist::
   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 = "**"
 
Protobuf type Mysqlx.Expr.ColumnIdentifier
See Also:
Serialized Form