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

Uses of Interface
com.mysql.jdbc.PingTarget

Packages that use PingTarget
com.mysql.jdbc   
 

Uses of PingTarget in com.mysql.jdbc
 

Classes in com.mysql.jdbc that implement PingTarget
 class LoadBalancingConnectionProxy
          An implementation of java.sql.Connection that load balances requests across a series of MySQL JDBC connections, where the balancing takes place at transaction commit.
 class ReplicationConnection
          Connection that opens two connections, one two a replication master, and another to one or more slaves, and decides to use master when the connection is not read-only, and use slave(s) when the connection is read-only.
 

Fields in com.mysql.jdbc declared as PingTarget
protected  PingTarget Statement.pingTarget
           
 

Methods in com.mysql.jdbc with parameters of type PingTarget
protected  void Statement.setPingTarget(PingTarget pingTarget)
           
 


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