Class ProfilerEventHandlerFactory

java.lang.Object
com.mysql.jdbc.ProfilerEventHandlerFactory

public class ProfilerEventHandlerFactory extends Object
  • 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

      public static void removeInstance(MySQLConnection conn)