接口 MysqlxCrud.ColumnOrBuilder

  • 所有超级接口:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    所有已知实现类:
    MysqlxCrud.Column, MysqlxCrud.Column.Builder
    封闭类:
    MysqlxCrud

    public static interface MysqlxCrud.ColumnOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 方法详细资料

      • hasName

        boolean hasName()
        optional string name = 1;
        返回:
        Whether the name field is set.
      • getName

        String getName()
        optional string name = 1;
        返回:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 1;
        返回:
        The bytes for name.
      • hasAlias

        boolean hasAlias()
        optional string alias = 2;
        返回:
        Whether the alias field is set.
      • getAlias

        String getAlias()
        optional string alias = 2;
        返回:
        The alias.
      • getAliasBytes

        com.google.protobuf.ByteString getAliasBytes()
        optional string alias = 2;
        返回:
        The bytes for alias.
      • getDocumentPath

        MysqlxExpr.DocumentPathItem getDocumentPath​(int index)
        repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;
      • getDocumentPathCount

        int getDocumentPathCount()
        repeated .Mysqlx.Expr.DocumentPathItem document_path = 3;