Only one ResultSet per Statement can be open at any point in time. Therefore, if the reading of one ResultSet is interleaved with the reading of another, each must have been generated by different Statements. All statement execute methods implicitly close a statement's current ResultSet if an open one exists.
@author Mark Matthews @version $Id: Statement.java 20 2008-01-17 12:47:41Z gnovelli $ @see java.sql.Statement @see ResultSet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|