|
MySQL Connector/J size='-1'>5.1.6 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
StatementImpl.pingTarget
|
Methods in com.mysql.jdbc with parameters of type PingTarget | |
---|---|
void |
Statement.setPingTarget(PingTarget pingTarget)
|
void |
StatementImpl.setPingTarget(PingTarget pingTarget)
|
|
MySQL Connector/J size='-1'>5.1.6 | |||||||||
PREV NEXT | FRAMES NO FRAMES |