JDBC-Performance-Logger icon indicating copy to clipboard operation
JDBC-Performance-Logger copied to clipboard

Support Statement.getMoreResults()

Open sylvainlaurent opened this issue 12 years ago • 0 comments

Statement.execute() then Statement.getResultSet() should be considered equivalent to executeQuery() (to record the number of rows fetched).

Besides, getMoreResults() is currently ignored, we need to support multiple resultsets

sylvainlaurent avatar Sep 12 '13 20:09 sylvainlaurent