Re: exception in plsql

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <itsbeulah(at)gmail(dot)com>,<pgsql-bugs(at)postgresql(dot)org>
Subject: Re: exception in plsql
Date: 2010-02-22 13:16:17
Message-ID: 4B822F41020000250002F44D@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Ravi 2010-02-22 14:03:02 Fwd: exception in plsql
Previous Message Ravi 2010-02-22 12:33:21 pgsql exception