public interface Profile
| Modifier and Type | Method and Description |
|---|---|
void |
profile(String stmt,
long est)
Callback to profile (ie log) one SQL statement
with its estimated execution time.
|
void profile(String stmt, long est)
stmt - SQL statement stringest - estimated execution time in milliseconds.Contact: Christian Werner