| Package | Description |
|---|---|
| com.mysql.cj | |
| com.mysql.cj.jdbc.result | |
| com.mysql.cj.log |
| Modifier and Type | Field and Description |
|---|---|
private ProfilerEventHandler |
CoreSession.eventSink
The event sink to use for profiling
|
| Modifier and Type | Method and Description |
|---|---|
ProfilerEventHandler |
Session.getProfilerEventHandler()
Returns the current ProfilerEventHandler or initializes a new one if none exists.
|
ProfilerEventHandler |
CoreSession.getProfilerEventHandler() |
| Modifier and Type | Field and Description |
|---|---|
protected ProfilerEventHandler |
ResultSetImpl.eventSink |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingProfilerEventHandler
A profile event handler that just logs to the standard logging mechanism of the driver.
|