public void setArray(int i,Array x) throws SQLException
   Sets the designated parameter to the given Array object. The driver converts 
   this to an SQL ARRAY value when it sends it to the database.   Parameters:
    i - the first parameter is 1, the second is 2, ...
    x - an Array object that maps an SQL ARRAY value这是JAVA API上的解释,具体怎么用,没实践过!