GemfireXD - PreparedStatement setArray for String(VARCHAR) array not working
问题 I have some JDBC code as follows where I am using gemfireXD as DB . I am trying to parallelize the execution of a procedure on a list of inputs. The size of the list I am passing as the parameter to the procedure is not fixed and it is determined after the execution of the query in the code below. This list can be too big in size. Code: private static void executeProc (Connection cxn) throws SQLException { Statement stmt = null; try { stmt = cxn.createStatement(); stmt.execute("select