[Pljava-dev] Array Support

Kris Jurka books at ejurka.com
Wed Jan 28 09:23:27 UTC 2009



On Tue, 27 Jan 2009, Edwin Ramirez wrote:

> CREATE OR REPLACE FUNCTION count(match varchar,neg varchar, args
> numeric[]) RETURNS numeric as 'whdpPkg.countMatch(java.lang.String,
> java.lang.String, ?????)' LANGUAGE java;
>
>
> Is this possible? Is there a "oracle.sql.ARRAY" equivalent for Postgres?
> What work is required to support something like this?
>

I believe you want "java.math.BigDecimal[]".

Kris Jurka


More information about the Pljava-dev mailing list