Can we execute some queries while traversing resultset in java

后端 未结 4 731
春和景丽
春和景丽 2021-01-05 16:30

I am trying to implement a task in java using JDBC like Stored Procedure in SQL. In SQL, when we write cursor, first we execute select query and then fetching the records we

4条回答
  •  梦谈多话
    2021-01-05 16:54

    It doesn't happen like that, You can try until your query gets executed loop will wait.

提交回复
热议问题