how to create an object of java.sql.Array - Mailing list pgsql-jdbc

From jessica xingzc_he
Subject how to create an object of java.sql.Array
Date
Msg-id BAY24-F19C969495716B068E0A1839CC20@phx.gbl
Whole thread Raw
Responses Re: how to create an object of java.sql.Array
List pgsql-jdbc
hi guys,

support the data type of a column is int[], i can use
ResultSet.updateArray(int, Array) to update it, right? My question is how to
create an instance of java.sql.Array to pass in updateArray?

BTW, does 7.4.x postgresql jdbc driver support RowSet?

thanks
zhenchang



pgsql-jdbc by date:

Previous
From: Vadim Nasardinov
Date:
Subject: test coverage (was: Re: JDBC CTS 1.2.1)
Next
From: Oliver Jowett
Date:
Subject: Re: how to create an object of java.sql.Array