MySQL Connector/J size='-1'>5.1.6

Uses of Interface
com.mysql.jdbc.profiler.ProfilerEventHandler

Packages that use ProfilerEventHandler
com.mysql.jdbc   
com.mysql.jdbc.profiler   
 

Uses of ProfilerEventHandler in com.mysql.jdbc
 

Fields in com.mysql.jdbc declared as ProfilerEventHandler
protected  ProfilerEventHandler StatementImpl.eventSink
          If we're profiling, where should events go to?
protected  ProfilerEventHandler ResultSetImpl.eventSink
           
 

Uses of ProfilerEventHandler in com.mysql.jdbc.profiler
 

Classes in com.mysql.jdbc.profiler that implement ProfilerEventHandler
 class LoggingProfilerEventHandler
          A profile event handler that just logs to the standard logging mechanism of the JDBC driver.
 

Methods in com.mysql.jdbc.profiler that return ProfilerEventHandler
static ProfilerEventHandler ProfilerEventHandlerFactory.getInstance(Connection conn)
          Returns the ProfilerEventHandlerFactory that handles profiler events for the given connection.
 


MySQL Connector/J size='-1'>5.1.6