Convert util.ArrayList to sql.Array for setArray
Is there a way to convert an ArrayList to sql.Array? I need to pass this to the setArray method of prepare statement. Is there a class which implements the sql.Array interface? I tried using createDescriptor which is in oracle.sql but that is for oracle. I am using Sybase. Can someone help me on this?

