MySQL Connector/J size='-1'>5.1.6
A B C D E F G H I J L M N O P Q R S T U V W X Z

M

main(String[]) - Static method in class com.mysql.jdbc.DocsConnectionPropsHelper
 
main(String[]) - Static method in class com.mysql.jdbc.util.ErrorMappingsDocGenerator
 
main(String[]) - Static method in class com.mysql.jdbc.util.PropertiesDocGenerator
 
main(String[]) - Static method in class com.mysql.jdbc.util.TimezoneDump
Entry point for program when called from the command line.
main(String[]) - Static method in class com.mysql.jdbc.util.VersionFSHierarchyMaker
 
mapOutputParameterIndexToRsIndex(int) - Method in class com.mysql.jdbc.CallableStatement
 
mapXAExceptionFromSQLException(SQLException) - Static method in class com.mysql.jdbc.jdbc2.optional.MysqlXAConnection
 
markSupported() - Method in class com.mysql.jdbc.util.ReadAheadInputStream
 
masterConnection - Variable in class com.mysql.jdbc.ReplicationConnection
 
MAX_DIFF_PREC - Static variable in class com.mysql.jdbc.ResultSetImpl
Epsillon between Float.MAX_VALUE and the double representation of said value.
MAX_IDENTIFIER_LENGTH - Static variable in class com.mysql.jdbc.DatabaseMetaData
 
maxElements - Variable in class com.mysql.jdbc.util.LRUCache
 
maxFieldSize - Variable in class com.mysql.jdbc.StatementImpl
The max field size for this statement
maxRows - Variable in class com.mysql.jdbc.StatementImpl
The maximum number of rows to return for this statement (-1 means _all_ rows)
maxRowsChanged - Variable in class com.mysql.jdbc.StatementImpl
Has someone changed this for this statement?
mc - Variable in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
message - Variable in class com.mysql.jdbc.profiler.ProfilerEvent
Optional event message
Messages - Class in com.mysql.jdbc
Support for localized messages.
metadata - Variable in class com.mysql.jdbc.ResultSetRow
The metadata of the fields of this result set.
MILLIS_I18N - Static variable in class com.mysql.jdbc.Constants
I18N'd representation of the abbreviation for "ms"
MIN_DIFF_PREC - Static variable in class com.mysql.jdbc.ResultSetImpl
Epsillon between Float.MIN_VALUE and the double representation of said value.
MiniAdmin - Class in com.mysql.jdbc
Utility functions for admin functionality from Java.
MiniAdmin(Connection) - Constructor for class com.mysql.jdbc.MiniAdmin
Create a new MiniAdmin using the given connection
MiniAdmin(String) - Constructor for class com.mysql.jdbc.MiniAdmin
Create a new MiniAdmin, connecting using the given JDBC URL.
MiniAdmin(String, Properties) - Constructor for class com.mysql.jdbc.MiniAdmin
Create a new MiniAdmin, connecting using the given JDBC URL and properties
moveRowRelative(int) - Method in interface com.mysql.jdbc.RowData
Moves the current position relative 'rows' from the current position.
moveRowRelative(int) - Method in class com.mysql.jdbc.RowDataCursor
Moves the current position relative 'rows' from the current position.
moveRowRelative(int) - Method in class com.mysql.jdbc.RowDataDynamic
Moves the current position relative 'rows' from the current position.
moveRowRelative(int) - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
moveToCurrentRow() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Move the cursor to the remembered cursor position, usually the current row.
moveToCurrentRow() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Move the cursor to the remembered cursor position, usually the current row.
moveToInsertRow() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Move to the insert row.
moveToInsertRow() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Move to the insert row.
MysqlConnectionPoolDataSource - Class in com.mysql.jdbc.jdbc2.optional
This class is used to obtain a physical connection and instantiate and return a MysqlPooledConnection.
MysqlConnectionPoolDataSource() - Constructor for class com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource
 
MysqlConnectionTester - Class in com.mysql.jdbc.integration.c3p0
ConnectionTester for C3P0 connection pool that uses the more efficient COM_PING method of testing connection 'liveness' for MySQL, and 'sorts' exceptions based on SQLState or class of 'CommunicationsException' for handling exceptions.
MysqlConnectionTester() - Constructor for class com.mysql.jdbc.integration.c3p0.MysqlConnectionTester
 
MySQLDataException - Exception in com.mysql.jdbc.exceptions.jdbc4
 
MySQLDataException() - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLDataException
 
MySQLDataException(String, String, int) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLDataException
 
MySQLDataException(String, String) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLDataException
 
MySQLDataException(String) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLDataException
 
MySQLDataException - Exception in com.mysql.jdbc.exceptions
 
MySQLDataException() - Constructor for exception com.mysql.jdbc.exceptions.MySQLDataException
 
MySQLDataException(String, String, int) - Constructor for exception com.mysql.jdbc.exceptions.MySQLDataException
 
MySQLDataException(String, String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLDataException
 
MySQLDataException(String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLDataException
 
MysqlDataSource - Class in com.mysql.jdbc.jdbc2.optional
A JNDI DataSource for a Mysql JDBC connection
MysqlDataSource() - Constructor for class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
Default no-arg constructor for Serialization
MysqlDataSourceFactory - Class in com.mysql.jdbc.jdbc2.optional
Factory class for MysqlDataSource objects
MysqlDataSourceFactory() - Constructor for class com.mysql.jdbc.jdbc2.optional.MysqlDataSourceFactory
 
MysqlDataTruncation - Exception in com.mysql.jdbc
MySQL wrapper for DataTruncation until the server can support sending all needed information.
MysqlDataTruncation(String, int, boolean, boolean, int, int) - Constructor for exception com.mysql.jdbc.MysqlDataTruncation
Creates a new MysqlDataTruncation exception/warning.
MysqlDefs - Class in com.mysql.jdbc
MysqlDefs contains many values that are needed for communication with the MySQL server.
MysqlDefs() - Constructor for class com.mysql.jdbc.MysqlDefs
 
mysqlDriver - Static variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
The driver to create connections with
MysqlErrorNumbers - Class in com.mysql.jdbc
Constants representing MySQL error numbers returned by the server in error messages.
MySQLIntegrityConstraintViolationException - Exception in com.mysql.jdbc.exceptions.jdbc4
 
MySQLIntegrityConstraintViolationException() - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException
 
MySQLIntegrityConstraintViolationException(String, String, int) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException
 
MySQLIntegrityConstraintViolationException(String, String) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException
 
MySQLIntegrityConstraintViolationException(String) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException
 
MySQLIntegrityConstraintViolationException - Exception in com.mysql.jdbc.exceptions
 
MySQLIntegrityConstraintViolationException() - Constructor for exception com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException
 
MySQLIntegrityConstraintViolationException(String, String, int) - Constructor for exception com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException
 
MySQLIntegrityConstraintViolationException(String, String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException
 
MySQLIntegrityConstraintViolationException(String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException
 
MySQLInvalidAuthorizationSpecException - Exception in com.mysql.jdbc.exceptions.jdbc4
 
MySQLInvalidAuthorizationSpecException() - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLInvalidAuthorizationSpecException
 
MySQLInvalidAuthorizationSpecException(String, String, int) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLInvalidAuthorizationSpecException
 
MySQLInvalidAuthorizationSpecException(String, String) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLInvalidAuthorizationSpecException
 
MySQLInvalidAuthorizationSpecException(String) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLInvalidAuthorizationSpecException
 
MySQLInvalidAuthorizationSpecException - Exception in com.mysql.jdbc.exceptions
 
MySQLInvalidAuthorizationSpecException() - Constructor for exception com.mysql.jdbc.exceptions.MySQLInvalidAuthorizationSpecException
 
MySQLInvalidAuthorizationSpecException(String, String, int) - Constructor for exception com.mysql.jdbc.exceptions.MySQLInvalidAuthorizationSpecException
 
MySQLInvalidAuthorizationSpecException(String, String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLInvalidAuthorizationSpecException
 
MySQLInvalidAuthorizationSpecException(String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLInvalidAuthorizationSpecException
 
MySQLNonTransientConnectionException - Exception in com.mysql.jdbc.exceptions.jdbc4
 
MySQLNonTransientConnectionException() - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException
 
MySQLNonTransientConnectionException(String, String, int) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException
 
MySQLNonTransientConnectionException(String, String) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException
 
MySQLNonTransientConnectionException(String) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException
 
MySQLNonTransientConnectionException - Exception in com.mysql.jdbc.exceptions
 
MySQLNonTransientConnectionException() - Constructor for exception com.mysql.jdbc.exceptions.MySQLNonTransientConnectionException
 
MySQLNonTransientConnectionException(String, String, int) - Constructor for exception com.mysql.jdbc.exceptions.MySQLNonTransientConnectionException
 
MySQLNonTransientConnectionException(String, String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLNonTransientConnectionException
 
MySQLNonTransientConnectionException(String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLNonTransientConnectionException
 
MySQLNonTransientException - Exception in com.mysql.jdbc.exceptions.jdbc4
 
MySQLNonTransientException() - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientException
 
MySQLNonTransientException(String, String, int) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientException
 
MySQLNonTransientException(String, String) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientException
 
MySQLNonTransientException(String) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientException
 
MySQLNonTransientException - Exception in com.mysql.jdbc.exceptions
 
MySQLNonTransientException() - Constructor for exception com.mysql.jdbc.exceptions.MySQLNonTransientException
 
MySQLNonTransientException(String, String, int) - Constructor for exception com.mysql.jdbc.exceptions.MySQLNonTransientException
 
MySQLNonTransientException(String, String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLNonTransientException
 
MySQLNonTransientException(String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLNonTransientException
 
MysqlParameterMetadata - Class in com.mysql.jdbc
 
MysqlPooledConnection - Class in com.mysql.jdbc.jdbc2.optional
This class is used to wrap and return a physical connection within a logical handle.
MysqlPooledConnection(Connection) - Constructor for class com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection
Construct a new MysqlPooledConnection and set instance variables
MysqlSavepoint - Class in com.mysql.jdbc
Represents SQL SAVEPOINTS in MySQL.
MySQLStatementCancelledException - Exception in com.mysql.jdbc.exceptions
 
MySQLStatementCancelledException(String, String, int) - Constructor for exception com.mysql.jdbc.exceptions.MySQLStatementCancelledException
 
MySQLStatementCancelledException(String, String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLStatementCancelledException
 
MySQLStatementCancelledException(String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLStatementCancelledException
 
MySQLStatementCancelledException() - Constructor for exception com.mysql.jdbc.exceptions.MySQLStatementCancelledException
 
MySQLSyntaxErrorException - Exception in com.mysql.jdbc.exceptions.jdbc4
 
MySQLSyntaxErrorException() - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException
 
MySQLSyntaxErrorException(String, String, int) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException
 
MySQLSyntaxErrorException(String, String) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException
 
MySQLSyntaxErrorException(String) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException
 
MySQLSyntaxErrorException - Exception in com.mysql.jdbc.exceptions
 
MySQLSyntaxErrorException() - Constructor for exception com.mysql.jdbc.exceptions.MySQLSyntaxErrorException
 
MySQLSyntaxErrorException(String, String, int) - Constructor for exception com.mysql.jdbc.exceptions.MySQLSyntaxErrorException
 
MySQLSyntaxErrorException(String, String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLSyntaxErrorException
 
MySQLSyntaxErrorException(String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLSyntaxErrorException
 
MySQLTimeoutException - Exception in com.mysql.jdbc.exceptions.jdbc4
 
MySQLTimeoutException(String, String, int) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLTimeoutException
 
MySQLTimeoutException(String, String) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLTimeoutException
 
MySQLTimeoutException(String) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLTimeoutException
 
MySQLTimeoutException() - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLTimeoutException
 
MySQLTimeoutException - Exception in com.mysql.jdbc.exceptions
 
MySQLTimeoutException(String, String, int) - Constructor for exception com.mysql.jdbc.exceptions.MySQLTimeoutException
 
MySQLTimeoutException(String, String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLTimeoutException
 
MySQLTimeoutException(String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLTimeoutException
 
MySQLTimeoutException() - Constructor for exception com.mysql.jdbc.exceptions.MySQLTimeoutException
 
MySQLTransactionRollbackException - Exception in com.mysql.jdbc.exceptions.jdbc4
 
MySQLTransactionRollbackException(String, String, int) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException
 
MySQLTransactionRollbackException(String, String) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException
 
MySQLTransactionRollbackException(String) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException
 
MySQLTransactionRollbackException() - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException
 
MySQLTransactionRollbackException - Exception in com.mysql.jdbc.exceptions
 
MySQLTransactionRollbackException(String, String, int) - Constructor for exception com.mysql.jdbc.exceptions.MySQLTransactionRollbackException
 
MySQLTransactionRollbackException(String, String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLTransactionRollbackException
 
MySQLTransactionRollbackException(String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLTransactionRollbackException
 
MySQLTransactionRollbackException() - Constructor for exception com.mysql.jdbc.exceptions.MySQLTransactionRollbackException
 
MySQLTransientConnectionException - Exception in com.mysql.jdbc.exceptions.jdbc4
 
MySQLTransientConnectionException(String, String, int) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLTransientConnectionException
 
MySQLTransientConnectionException(String, String) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLTransientConnectionException
 
MySQLTransientConnectionException(String) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLTransientConnectionException
 
MySQLTransientConnectionException() - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLTransientConnectionException
 
MySQLTransientConnectionException - Exception in com.mysql.jdbc.exceptions
 
MySQLTransientConnectionException(String, String, int) - Constructor for exception com.mysql.jdbc.exceptions.MySQLTransientConnectionException
 
MySQLTransientConnectionException(String, String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLTransientConnectionException
 
MySQLTransientConnectionException(String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLTransientConnectionException
 
MySQLTransientConnectionException() - Constructor for exception com.mysql.jdbc.exceptions.MySQLTransientConnectionException
 
MySQLTransientException - Exception in com.mysql.jdbc.exceptions.jdbc4
 
MySQLTransientException(String, String, int) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLTransientException
 
MySQLTransientException(String, String) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLTransientException
 
MySQLTransientException(String) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLTransientException
 
MySQLTransientException() - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.MySQLTransientException
 
MySQLTransientException - Exception in com.mysql.jdbc.exceptions
 
MySQLTransientException(String, String, int) - Constructor for exception com.mysql.jdbc.exceptions.MySQLTransientException
 
MySQLTransientException(String, String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLTransientException
 
MySQLTransientException(String) - Constructor for exception com.mysql.jdbc.exceptions.MySQLTransientException
 
MySQLTransientException() - Constructor for exception com.mysql.jdbc.exceptions.MySQLTransientException
 
MysqlXAConnection - Class in com.mysql.jdbc.jdbc2.optional
An object that provides support for distributed transactions.
MysqlXAConnection(ConnectionImpl, boolean) - Constructor for class com.mysql.jdbc.jdbc2.optional.MysqlXAConnection
 
MysqlXADataSource - Class in com.mysql.jdbc.jdbc2.optional
 
MysqlXADataSource() - Constructor for class com.mysql.jdbc.jdbc2.optional.MysqlXADataSource
 
MysqlXid - Class in com.mysql.jdbc.jdbc2.optional
Implementation of the XID interface for MySQL XA
MysqlXid(byte[], byte[], int) - Constructor for class com.mysql.jdbc.jdbc2.optional.MysqlXid
 

MySQL Connector/J size='-1'>5.1.6
A B C D E F G H I J L M N O P Q R S T U V W X Z