java.sql.SQLException: ResultSet is closed

自定義鏈接池將mysql和spark-streaming進行集成,鏈接池JDBCWrapper類中的doQuery()方法以下:java public ResultSet doQuery(String sqlText) { Connection conn = getConnection(); PreparedStatement preparedStatement = null;
相關文章
相關標籤/搜索