类 MysqlxExpr.ColumnIdentifier.Builder

  • 所有已实现的接口:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, MysqlxExpr.ColumnIdentifierOrBuilder, Cloneable
    封闭类:
    MysqlxExpr.ColumnIdentifier

    public static final class MysqlxExpr.ColumnIdentifier.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.ColumnIdentifier.Builder>
    implements MysqlxExpr.ColumnIdentifierOrBuilder
    
    Column 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 = "**"
    @endcode
     
    Protobuf type Mysqlx.Expr.ColumnIdentifier