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

Uses of Package
com.mysql.jdbc

Packages that use com.mysql.jdbc
com.mysql.jdbc   
com.mysql.jdbc.interceptors   
com.mysql.jdbc.jdbc2.optional   
com.mysql.jdbc.profiler   
com.mysql.jdbc.util   
org.gjt.mm.mysql   
 

Classes in com.mysql.jdbc used by com.mysql.jdbc
AssertionFailedException
          Assertions for empty code paths that should never be executed.
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".
CachedResultSetMetaData
           
CallableStatement
          Representation of stored procedures for JDBC
CallableStatement.CallableStatementParamInfo
           
Clob
          Simplistic implementation of java.sql.Clob for MySQL Connector/J
CommunicationsException
          An exception to represent communications errors with the database.
Connection
          This interface contains methods that are considered the "vendor extension" to the JDBC API for MySQL's implementation of java.sql.Connection.
ConnectionImpl
          A Connection represents a session with a specific database.
ConnectionProperties
           
ConnectionPropertiesImpl
          Represents configurable properties for Connections and DataSources.
DatabaseMetaData
          JDBC Interface to Mysql functions
DatabaseMetaData.IteratorWithCleanup
           
DatabaseMetaDataUsingInfoSchema
          DatabaseMetaData implementation that uses INFORMATION_SCHEMA available in MySQL-5.0 and newer.
Extension
           
Field
          Field is a class used to describe fields in a ResultSet
JDBC4ClientInfoProvider
          Classes that implement this interface and provide a no-args constructor can be used by the driver to store and retrieve client information and/or labels.
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.
MysqlParameterMetadata
           
NonRegisteringDriver
          The Java SQL framework allows for multiple database drivers.
NonRegisteringReplicationDriver
          Driver 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.
ParameterBindings
          Interface to allow PreparedStatement implementations to expose their parameter bindings to StatementInterceptors.
PingTarget
           
PreparedStatement
          A SQL Statement is pre-compiled and stored in a PreparedStatement object.
ResultSetImpl
          A ResultSet provides access to a table of data generated by executing a Statement.
ResultSetInternalMethods
          This interface is intended to be used by implementors of statement interceptors so that implementors can create static or dynamic (via java.lang.reflect.Proxy) proxy instances of ResultSets.
ResultSetRow
          Classes that implement this interface represent one row of data from the MySQL server that might be stored in different ways depending on whether the result set was streaming (so they wrap a reusable packet), or whether the result set was cached or via a server-side cursor (so they represent a byte[][]).
RowData
          This interface abstracts away how row data is accessed by the result set.
ServerPreparedStatement
          JDBC Interface for MySQL-4.1 and newer server-side PreparedStatements.
ServerPreparedStatement.BindValue
           
SingleByteCharsetConverter
          Converter for char[]->byte[] and byte[]->char[] for single-byte character sets.
SocketFactory
          Interface to allow pluggable socket creation in the driver
Statement
          This interface contains methods that are considered the "vendor extension" to the JDBC API for MySQL's implementation of java.sql.Statement.
StatementImpl
          A Statement object is used for executing a static SQL statement and obtaining the results produced by it.
StreamingNotifiable
           
UpdatableResultSet
          A result set that is updatable.
 

Classes in com.mysql.jdbc used by com.mysql.jdbc.interceptors
Connection
          This interface contains methods that are considered the "vendor extension" to the JDBC API for MySQL's implementation of java.sql.Connection.
Extension
           
ResultSetInternalMethods
          This interface is intended to be used by implementors of statement interceptors so that implementors can create static or dynamic (via java.lang.reflect.Proxy) proxy instances of ResultSets.
Statement
          This interface contains methods that are considered the "vendor extension" to the JDBC API for MySQL's implementation of java.sql.Statement.
StatementInterceptor
          Implement this interface to be placed "in between" query execution, so that you can influence it.
 

Classes in com.mysql.jdbc used by com.mysql.jdbc.jdbc2.optional
Connection
          This interface contains methods that are considered the "vendor extension" to the JDBC API for MySQL's implementation of java.sql.Connection.
ConnectionImpl
          A Connection represents a session with a specific database.
ConnectionProperties
           
ConnectionPropertiesImpl
          Represents configurable properties for Connections and DataSources.
Driver
          The Java SQL framework allows for multiple database drivers.
Extension
           
 

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

Classes in com.mysql.jdbc used by com.mysql.jdbc.util
ConnectionProperties
           
ConnectionPropertiesImpl
          Represents configurable properties for Connections and DataSources.
 

Classes in com.mysql.jdbc used by org.gjt.mm.mysql
Driver
          The Java SQL framework allows for multiple database drivers.
 


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