Thread: Arrays

Arrays

From
"mikael-aronsson"
Date:
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

From
Oliver Jowett
Date:
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