Обсуждение: Arrays

Поиск
Список
Период
Сортировка

Arrays

От
"mikael-aronsson"
Дата:
Hi !

Are there any plans to add support for arrays in the JDBC driver (so that an
array can be returned by a ResultSet) ?

Mikael


Re: Arrays

От
Oliver Jowett
Дата:
mikael-aronsson wrote:

> Are there any plans to add support for arrays in the JDBC driver (so
> that an array can be returned by a ResultSet) ?

I believe the driver already supports ResultSet.getArray().

(PreparedStatement.setArray() is only supported in very limited
circumstances, see previous discussion on this list)

-O