Re: exception in plsql - Mailing list pgsql-bugs

From Kevin Grittner
Subject Re: exception in plsql
Date
Msg-id 4B822F41020000250002F44D@gw.wicourts.gov
Whole thread Raw
In response to exception in plsql  (beulah prasanthi <itsbeulah@gmail.com>)
List pgsql-bugs
beulah prasanthi  wrote:

> org.postgresql.util.PSQLException: Cannot cast an instance of
> java.util.ArrayList to type Types.ARRAY*

An ArrayList is not an array -- it is a List implementation which
uses an array, internally.  What happens if you use the toArray
method to extract an array from the List and pass that in?

-Kevin

pgsql-bugs by date:

Previous
From: Ravi
Date:
Subject: pgsql exception
Next
From: Ravi
Date:
Subject: Fwd: exception in plsql