接口 MysqlxExpr.FunctionCallOrBuilder

    • 方法详细资料

      • hasName

        boolean hasName()
         identifier of function; at least name of it 
         
        required .Mysqlx.Expr.Identifier name = 1;
        返回:
        Whether the name field is set.
      • getName

        MysqlxExpr.Identifier getName()
         identifier of function; at least name of it 
         
        required .Mysqlx.Expr.Identifier name = 1;
        返回:
        The name.
      • getNameOrBuilder

        MysqlxExpr.IdentifierOrBuilder getNameOrBuilder()
         identifier of function; at least name of it 
         
        required .Mysqlx.Expr.Identifier name = 1;
      • 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;