我想尝试一下新的jOOQ块语句特性。我的用例相当简单。至少我是这么认为的;-)DECLAREBegin update TEST.MY_TABLE t set t.clob_field n = v_clobdata where t.id = 1;但是我不知道如何用jOOQ编写DBMS_LOB.append调用<
我想在批处理中多次调用存储的函数。我使用的是JOOQ3.7.3和PostgreSQL 9.5。我尝试过在批处理中使用select [function call]语句,但它引发了下面的异常PSQLException: A result was returned when none was expectedselect [function call]'
context.batch(context.select(Routines.foo(someParam))).execute()
我试图使用JOOQ在Oracle中调用一个存储过程。存储过程的一些输入和输出参数是自定义类型。ArrayDescriptor("TAB_VARCHAR2_500",connection);
//this is my object of the stores procedure, generated by jooq]; Invalid column type: 1111; nested exception is java.sql.