如何将整数数组传递给存储过程

时间:2016-11-12 04:09:47

标签: postgresql stored-procedures jasper-reports

我在PostgreSQL中有一个程序:

select * from sp_report_projectwise_userwise_sales2(integer, integer, integer, integer, timestamp without time zone, timestamp without time zone, integer[])

我在 Jaspersoft Studio 中创建了报告。我正在调用上面的查询来生成报告但我无法在Studio中创建数组参数(对于该整数)。

如何在JasperReports中声明数组参数?

我尝试java.lang.Integer[]但没有使用错误。怎么解决这个问题?

1 个答案:

答案 0 :(得分:0)

当你从头创建一个参数时,程序会提示你输入名称和类,你可以在那里写 java.lang.Integer [] java.util.List < / em>我认为任何一方都可以完成你需要的工作。

xvfb