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

Uses of Interface
com.mysql.jdbc.ConnectionProperties

Packages that use ConnectionProperties
com.mysql.jdbc   
com.mysql.jdbc.jdbc2.optional   
com.mysql.jdbc.util   
 

Uses of ConnectionProperties in com.mysql.jdbc
 

Subinterfaces of ConnectionProperties in com.mysql.jdbc
 interface Connection
          This interface contains methods that are considered the "vendor extension" to the JDBC API for MySQL's implementation of java.sql.Connection.
 

Classes in com.mysql.jdbc that implement ConnectionProperties
 class ConnectionImpl
          A Connection represents a session with a specific database.
 class ConnectionPropertiesImpl
          Represents configurable properties for Connections and DataSources.
 class DocsConnectionPropsHelper
           
 class JDBC4Connection
           
 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.
 

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

Classes in com.mysql.jdbc.jdbc2.optional that implement ConnectionProperties
 class ConnectionWrapper
          This class serves as a wrapper for the org.gjt.mm.mysql.jdbc2.Connection class.
 class JDBC4ConnectionWrapper
           
 class MysqlConnectionPoolDataSource
          This class is used to obtain a physical connection and instantiate and return a MysqlPooledConnection.
 class MysqlDataSource
          A JNDI DataSource for a Mysql JDBC connection
 class MysqlXADataSource
           
 

Uses of ConnectionProperties in com.mysql.jdbc.util
 

Classes in com.mysql.jdbc.util that implement ConnectionProperties
 class PropertiesDocGenerator
          Creates docbook table of connection properties from ConnectionProperties class.
 


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