接口 MysqlxExpr.OperatorOrBuilder

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

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

      • hasName

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

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

        com.google.protobuf.ByteString getNameBytes()
         name of operator 
         
        required string name = 1;
        返回:
        The bytes for name.
      • getParamList

        List<MysqlxExpr.Expr> getParamList()
         list of parameters 
         
        repeated .Mysqlx.Expr.Expr param = 2;
      • getParam

        MysqlxExpr.Expr getParam​(int index)
         list of parameters 
         
        repeated .Mysqlx.Expr.Expr param = 2;
      • getParamCount

        int getParamCount()
         list of parameters 
         
        repeated .Mysqlx.Expr.Expr param = 2;
      • getParamOrBuilderList

        List<? extends MysqlxExpr.ExprOrBuilder> getParamOrBuilderList()
         list of parameters 
         
        repeated .Mysqlx.Expr.Expr param = 2;
      • getParamOrBuilder

        MysqlxExpr.ExprOrBuilder getParamOrBuilder​(int index)
         list of parameters 
         
        repeated .Mysqlx.Expr.Expr param = 2;