The object used for executing a static SQL statement
and returning the results it produces.
By default, only one ResultSet object per Statement
object can be open at the same time. Therefore, if the reading of one
ResultSet object is interleaved
with the reading of another, each must have been generated by
different Statement objects. All execution methods in the
Statement interface implicitly close a statment's current
ResultSet object if an open one exists.
The object used for executing a static SQL statement and returning the results it produces.
By default, only one
ResultSetobject perStatementobject can be open at the same time. Therefore, if the reading of oneResultSetobject is interleaved with the reading of another, each must have been generated by differentStatementobjects. All execution methods in theStatementinterface implicitly close a statment's currentResultSetobject if an open one exists.