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

Package com.mysql.jdbc

Interface Summary
ConnectionPropertiesTransform Implement this interface, and pass the class name as the 'propertiesTransform' property in your JDBC URL, and the driver will pass the properties it has parsed to your transform implementation so that you can modify/substitute/add any that you desire.
PingTarget  
RowData This interface abstracts away how row data is accessed by the result set.
SocketFactory Interface to allow pluggable socket creation in the driver
 

Class Summary
Blob The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
BlobFromLocator The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
CallableStatement Representation of stored procedures for JDBC
CharsetMapping Mapping between MySQL charset names and Java charset names.
Clob Simplistic implementation of java.sql.Clob for MySQL Connector/J
Connection A Connection represents a session with a specific database.
ConnectionProperties Represents configurable properties for Connections and DataSources.
CursorRowProvider Model for result set data backed by a cursor.
DatabaseMetaData JDBC Interface to Mysql functions
DatabaseMetaDataUsingInfoSchema DatabaseMetaData implementation that uses INFORMATION_SCHEMA available in MySQL-5.0 and newer.
DocsConnectionPropsHelper  
Driver The Java SQL framework allows for multiple database drivers.
EscapeTokenizer EscapeTokenizer breaks up an SQL statement into SQL and escape code parts.
ExportControlled Holds functionality that falls under export-control regulations.
Field Field is a class used to describe fields in a ResultSet
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.
Messages Support for localized messages.
MiniAdmin Utility functions for admin functionality from Java.
MysqlErrorNumbers Constants representing MySQL error numbers returned by the server in error messages.
MysqlParameterMetadata  
MysqlSavepoint Represents SQL SAVEPOINTS in MySQL.
NamedPipeSocketFactory A socket factory for named pipes (on Windows)
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.
PreparedStatement A SQL Statement is pre-compiled and stored in a PreparedStatement object.
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.
ReplicationDriver The Java SQL framework allows for multiple database drivers.
ResultSet A ResultSet provides access to a table of data generated by executing a Statement.
ResultSetMetaData A ResultSetMetaData object can be used to find out about the types and properties of the columns in a ResultSet
RowDataDynamic Allows streaming of MySQL data.
RowDataStatic Represents an in-memory result set
ServerPreparedStatement JDBC Interface for MySQL-4.1 and newer server-side PreparedStatements.
SingleByteCharsetConverter Converter for char[]->byte[] and byte[]->char[] for single-byte character sets.
SQLError SQLError is a utility class that maps MySQL error codes to X/Open error codes as is required by the JDBC spec.
StandardSocketFactory Socket factory for vanilla TCP/IP sockets (the standard)
Statement A Statement object is used for executing a static SQL statement and obtaining the results produced by it.
StringUtils Various utility methods for converting to/from byte arrays in the platform encoding
TimeUtil Timezone conversion routines
UpdatableResultSet A result set that is updatable.
Util Various utility methods for the driver.
 

Exception Summary
AssertionFailedException Assertions for empty code paths that should never be executed.
CommunicationsException An exception to represent communications errors with the database.
ConnectionFeatureNotAvailableException Thrown when a client requests a connection-level feature that isn't available for this particular distribution of Connector/J (currently only used by code that is export-controlled).
MysqlDataTruncation MySQL wrapper for DataTruncation until the server can support sending all needed information.
NotImplemented Thrown from methods not required to be implemented.
NotUpdatable Thrown when a result sate is not updatable
PacketTooBigException Thrown when a packet that is too big for the server is created.
 


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