[JDBC-1] Provide option to return SQL generated / execution stats Created: 08/May/11 Updated: 08/May/11 |
|
| Status: | Open |
| Project: | java.jdbc |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Enhancement | Priority: | Minor |
| Reporter: | Sean Corfield | Assignee: | Sean Corfield |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Shantanu: Provide a mechanism to show the SQL being executed (configurable, so that it can be turned off) Sean: Good idea. Even better, a way to access statistics about the prepared statement after execution - timing etc? Shantanu: Yes, that would be an add-on value to show how are the queries performing. |