sylvainlaurent / JDBC-Performance-Logger

A JDBC driver wrapper and GUI to analyze statement performance
Apache License 2.0
84 stars 26 forks source link

Support Statement.getMoreResults() #7

Open sylvainlaurent opened 11 years ago

sylvainlaurent commented 11 years ago

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