Overview
Package
Class
Use
Tree
Deprecated
Index
Help
MySQL Connector/J size='-1'>5.0.8
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
mapXAExceptionFromSQLException(SQLException)
- Static method in class com.mysql.jdbc.jdbc2.optional.
MysqlXAConnection
markSupported()
- Method in class com.mysql.jdbc.util.
ReadAheadInputStream
MAX_DIFF_PREC
- Static variable in class com.mysql.jdbc.
ResultSet
Epsillon between Float.MAX_VALUE and the double representation of said value.
maxElements
- Variable in class com.mysql.jdbc.util.
LRUCache
maxFieldSize
- Variable in class com.mysql.jdbc.
Statement
The max field size for this statement
maxRows
- Variable in class com.mysql.jdbc.
Statement
The maximum number of rows to return for this statement (-1 means _all_ rows)
maxRowsChanged
- Variable in class com.mysql.jdbc.
Statement
Has someone changed this for this statement?
message
- Variable in class com.mysql.jdbc.profiler.
ProfilerEvent
Optional event message
Messages
- Class in
com.mysql.jdbc
Support for localized messages.
MIN_DIFF_PREC
- Static variable in class com.mysql.jdbc.
ResultSet
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 class com.mysql.jdbc.
CursorRowProvider
Moves the current position relative 'rows' from the current position.
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.
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.
ResultSet
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.
ResultSet
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
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.
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
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
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
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
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.
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
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
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
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
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(Connection, 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
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
MySQL Connector/J size='-1'>5.0.8
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Z