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

Uses of Interface
com.mysql.jdbc.Extension

Packages that use Extension
com.mysql.jdbc   
com.mysql.jdbc.interceptors   
com.mysql.jdbc.jdbc2.optional   
com.mysql.jdbc.profiler   
 

Uses of Extension in com.mysql.jdbc
 

Subinterfaces of Extension in com.mysql.jdbc
 interface BalanceStrategy
          Implement this interface to provide a new load balancing strategy for URLs of the form "jdbc:mysql:loadbalance://..", and provide the implementation class name as the configuration parameter "loadBalanceStrategy".
 interface ConnectionLifecycleInterceptor
          Implementors of this interface can be installed via the "connectionLifecycleInterceptors" configuration property and receive events and alter behavior of "lifecycle" methods on our connection implementation.
 interface StatementInterceptor
          Implement this interface to be placed "in between" query execution, so that you can influence it.
 

Classes in com.mysql.jdbc that implement Extension
 class BestResponseTimeBalanceStrategy
           
 class RandomBalanceStrategy
           
 

Methods in com.mysql.jdbc with parameters of type Extension
 void ConnectionImpl.initializeExtension(Extension ex)
           
 void Connection.initializeExtension(Extension ex)
           
 void ReplicationConnection.initializeExtension(Extension ex)
           
 

Uses of Extension in com.mysql.jdbc.interceptors
 

Classes in com.mysql.jdbc.interceptors that implement Extension
 class ResultSetScannerInterceptor
           
 class ServerStatusDiffInterceptor
           
 class SessionAssociationInterceptor
           
 

Uses of Extension in com.mysql.jdbc.jdbc2.optional
 

Methods in com.mysql.jdbc.jdbc2.optional with parameters of type Extension
 void ConnectionWrapper.initializeExtension(Extension ex)
           
 

Uses of Extension in com.mysql.jdbc.profiler
 

Subinterfaces of Extension in com.mysql.jdbc.profiler
 interface ProfilerEventHandler
           
 

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


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