Re: exception in plsql

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: exception in plsql
Дата
Msg-id 4B822F41020000250002F44D@gw.wicourts.gov
обсуждение исходный текст
Ответ на exception in plsql  (beulah prasanthi <itsbeulah@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Ravi
Дата:
Сообщение: pgsql exception
Следующее
От: Ravi
Дата:
Сообщение: Fwd: exception in plsql