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

Uses of Class
com.mysql.jdbc.profiler.ProfileEventSink

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

Uses of ProfileEventSink in com.mysql.jdbc
 

Fields in com.mysql.jdbc declared as ProfileEventSink
protected  ProfileEventSink Statement.eventSink
          If we're profiling, where should events go to?
protected  ProfileEventSink ResultSet.eventSink
           
 

Uses of ProfileEventSink in com.mysql.jdbc.profiler
 

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


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