Re: passing array to database function

From: Richard Huxton <dev(at)archonet(dot)com>
To: padmanabha konkodi <konkodi221(at)rediffmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: passing array to database function
Date: 2006-02-07 10:52:58
Message-ID: 43E87C0A.9030304@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

padmanabha konkodi wrote:
> Â hi everybody,
>
> i want to pass Integer array to database function from java
> precompiled statement.
>
> java gives java.sql.Array interface but i dont know which
> implementing class i have to use in postgre

I don't really "do" java, but have you tried an array of integers for
your PostgreSQL function? What happened?

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Achilleus Mantzios 2006-02-07 12:11:33 Re: passing array to database function
Previous Message padmanabha konkodi 2006-02-07 10:36:41 passing array to database function