【问题标题】:How can I execute the command of routines JOOQ如何执行例程 JOOQ 的命令
【发布时间】:2023-03-17 15:33:01
【问题描述】:

我需要执行命令-

SELECT sbcm_ref.process_time_reports_direct_buf_portion(100)

process_time_reports_direct_buf_portion 是 sbcm_ref 架构中的 Routines 包类。

我该怎么做? 谢谢你的回答!

【问题讨论】:

    标签: java sql jooq


    【解决方案1】:

    我假设您已经在使用代码生成器。现在您可以像这样在生成的Routines 类中使用该生成的方法:

    ctx.select(Routines.processTimeReportsDirectBufPortion(100)).fetch();
    

    【讨论】:

      猜你喜欢
      • 2022-01-19
      • 1970-01-01
      • 2020-02-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-04-24
      • 2011-02-15
      • 2013-07-20
      相关资源
      最近更新 更多