在Mulesoft 3.8

时间:2018-03-22 02:51:12

标签: postgresql stored-procedures mule anypoint-studio

我无法使用<db:stored-procedure> . . . </db:stored-procedure>调用PostgreSQL存储过程。问题是如果我们选择<db:stored-procedure>,我们必须使用'Call'关键字,它只适用于某些数据库,例如MySQL。在PostgreSQL中,我们必须使用'Select'关键字来调用函数/存储过程,'Call'返回语法错误。

1 个答案:

答案 0 :(得分:1)

我不确定这是完美的解决方案,但我找到了解决方法。只需选择<db:select> . . . </db:select>即可调用商店过程/功能。