public class ProfilerEventHandlerFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.mysql.jdbc.log.Log |
log |
Modifier and Type | Method and Description |
---|---|
static com.mysql.jdbc.profiler.ProfilerEventHandler |
getInstance(MySQLConnection conn)
Returns the ProfilerEventHandlerFactory that handles profiler events for the given
connection.
|
static void |
removeInstance(MySQLConnection conn) |
public static com.mysql.jdbc.profiler.ProfilerEventHandler getInstance(MySQLConnection conn) throws java.sql.SQLException
conn
- the connection to handle events forjava.sql.SQLException
public static void removeInstance(MySQLConnection conn)