Class ProfilerEventHandlerFactory
java.lang.Object
com.mysql.jdbc.ProfilerEventHandlerFactory
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic com.mysql.jdbc.profiler.ProfilerEventHandlergetInstance(MySQLConnection conn) Returns the ProfilerEventHandlerFactory that handles profiler events for the given connection.static void
-
Field Details
-
log
protected com.mysql.jdbc.log.Log log
-
-
Method Details
-
getInstance
public static com.mysql.jdbc.profiler.ProfilerEventHandler getInstance(MySQLConnection conn) throws SQLException Returns the ProfilerEventHandlerFactory that handles profiler events for the given connection.- Parameters:
conn- the connection to handle events for- Returns:
- the ProfilerEventHandlerFactory that handles profiler events
- Throws:
SQLException
-
removeInstance
-