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

C

CallableStatement - Class in com.mysql.jdbc
Representation of stored procedures for JDBC
CallableStatement(Connection, CallableStatement.CallableStatementParamInfo) - Constructor for class com.mysql.jdbc.CallableStatement
Creates a new CallableStatement
CallableStatement(Connection, String) - Constructor for class com.mysql.jdbc.CallableStatement
Creates a new CallableStatement
CallableStatement(Connection, String, String, boolean) - Constructor for class com.mysql.jdbc.CallableStatement
Creates a new CallableStatement
CallableStatementWrapper - Class in com.mysql.jdbc.jdbc2.optional
Wraps callable statements created by pooled connections.
CallableStatementWrapper(ConnectionWrapper, MysqlPooledConnection, CallableStatement) - Constructor for class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
CALLER_INFORMATION_NOT_AVAILABLE - Static variable in class com.mysql.jdbc.log.LogUtils
 
callListener(int, SQLException) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection
Notifies all registered ConnectionEventListeners of ConnectionEvents.
cancel() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
cancel() - Method in class com.mysql.jdbc.Statement
Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
cancelRowUpdates() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 The cancelRowUpdates() method may be called after calling an updateXXX() method(s) and before calling updateRow() to rollback the updates made to a row.
cancelRowUpdates() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 The cancelRowUpdates() method may be called after calling an updateXXX() method(s) and before calling updateRow() to rollback the updates made to a row.
cancelTimeoutMutex - Variable in class com.mysql.jdbc.Statement
Mutex to prevent race between returning query results and noticing that we're timed-out or cancelled.
canRewriteAsMultivalueInsertStatement() - Method in class com.mysql.jdbc.PreparedStatement
 
canRewriteAsMultivalueInsertStatement() - Method in class com.mysql.jdbc.ServerPreparedStatement
 
catalog - Variable in class com.mysql.jdbc.profiler.ProfilerEvent
The catalog the event occurred on
catalog - Variable in class com.mysql.jdbc.ResultSet
The catalog that was in use when we were created
catalogIndex - Variable in class com.mysql.jdbc.profiler.ProfilerEvent
The catalog the event occurred on (as an index into a dictionary, used by 'remote' profilers for efficiency)?
changeTimezone(Connection, Calendar, Calendar, Time, TimeZone, TimeZone, boolean) - Static method in class com.mysql.jdbc.TimeUtil
Change the given times from one timezone to another
changeTimezone(Connection, Calendar, Calendar, Timestamp, TimeZone, TimeZone, boolean) - Static method in class com.mysql.jdbc.TimeUtil
Change the given timestamp from one timezone to another
changeUser(String, String) - Method in class com.mysql.jdbc.Connection
Changes the user on this connection by performing a re-authentication.
charConverter - Variable in class com.mysql.jdbc.Statement
The character converter to use (if available)
charEncoding - Variable in class com.mysql.jdbc.Statement
The character encoding to use (if available)
charsetMap - Static variable in class com.mysql.jdbc.Connection
The mapping between MySQL charset names and Java charset names.
CharsetMapping - Class in com.mysql.jdbc
Mapping between MySQL charset names and Java charset names.
CharsetMapping() - Constructor for class com.mysql.jdbc.CharsetMapping
 
checkClosed() - Method in class com.mysql.jdbc.ResultSet
Ensures that the result set is not closed
checkClosed() - Method in class com.mysql.jdbc.ServerPreparedStatement
 
checkClosed() - Method in class com.mysql.jdbc.Statement
Checks if closed() has been called, and throws an exception if so
checkColumnBounds(int) - Method in class com.mysql.jdbc.ResultSet
Checks if columnIndex is within the number of columns in this result set.
checkForDml(String, char) - Method in class com.mysql.jdbc.Statement
Checks if the given SQL query with the given first non-ws char is a DML statement.
checkNullOrEmptyQuery(String) - Method in class com.mysql.jdbc.Statement
Method checkNullOrEmptyQuery.
checkRowPos() - Method in class com.mysql.jdbc.ResultSet
Ensures that the cursor is positioned on a valid row and that the result set is not closed
checkRowPos() - Method in class com.mysql.jdbc.UpdatableResultSet
 
checkUpdatability() - Method in class com.mysql.jdbc.UpdatableResultSet
Is this ResultSet updateable?
clearBatch() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
clearBatch() - Method in class com.mysql.jdbc.PreparedStatement
 
clearBatch() - Method in class com.mysql.jdbc.Statement
JDBC 2.0 Make the set of commands in the current batch empty.
clearHasTriedMaster() - Method in class com.mysql.jdbc.Connection
 
clearNextResult() - Method in class com.mysql.jdbc.ResultSet
We can't do this ourselves, otherwise the contract for Statement.getMoreResults() won't work correctly.
clearParameters() - Method in class com.mysql.jdbc.CallableStatement
 
clearParameters() - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
 
clearParameters() - Method in class com.mysql.jdbc.PreparedStatement
In general, parameter values remain in force for repeated used of a Statement.
clearParameters() - Method in class com.mysql.jdbc.ServerPreparedStatement
 
clearWarnings() - Method in class com.mysql.jdbc.Connection
After this call, getWarnings returns null until a new warning is reported for this connection.
clearWarnings() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
clearWarnings() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
clearWarnings() - Method in class com.mysql.jdbc.ReplicationConnection
 
clearWarnings() - Method in class com.mysql.jdbc.ResultSet
After this call, getWarnings returns null until a new warning is reported for this ResultSet
clearWarnings() - Method in class com.mysql.jdbc.Statement
After this call, getWarnings returns null until a new warning is reported for this Statement.
clientPrepare(String) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
clientPrepare(String, int, int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
clientPrepareStatement(String) - Method in class com.mysql.jdbc.Connection
DOCUMENT ME!
clientPrepareStatement(String, int) - Method in class com.mysql.jdbc.Connection
 
clientPrepareStatement(String, int, int) - Method in class com.mysql.jdbc.Connection
DOCUMENT ME!
clientPrepareStatement(String, int, int, boolean) - Method in class com.mysql.jdbc.Connection
 
Clob - Class in com.mysql.jdbc
Simplistic implementation of java.sql.Clob for MySQL Connector/J
close() - Method in class com.mysql.jdbc.Connection
 
close() - Method in class com.mysql.jdbc.CursorRowProvider
We're done.
close() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
The physical connection is not actually closed.
close(boolean) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
close() - Method in class com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection
Invoked by the container (not the client), and should close the physical connection.
close() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
close() - Method in class com.mysql.jdbc.jdbc2.optional.SuspendableXAConnection
 
close() - Method in class com.mysql.jdbc.PreparedStatement
Closes this prepared statement and releases all resources.
close() - Method in class com.mysql.jdbc.ReplicationConnection
 
close() - Method in class com.mysql.jdbc.ResultSet
In some cases, it is desirable to immediately release a ResultSet database and JDBC resources instead of waiting for this to happen when it is automatically closed.
close() - Method in interface com.mysql.jdbc.RowData
We're done.
close() - Method in class com.mysql.jdbc.RowDataDynamic
We're done.
close() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
close() - Method in class com.mysql.jdbc.ServerPreparedStatement
 
close() - Method in class com.mysql.jdbc.Statement
In many cases, it is desirable to immediately release a Statement's database and JDBC resources instead of waiting for this to happen when it is automatically closed.
close() - Method in class com.mysql.jdbc.util.ReadAheadInputStream
 
closeAllOpenResults() - Method in class com.mysql.jdbc.Statement
Close any open result sets that have been 'held open'
columnNameToIndex - Variable in class com.mysql.jdbc.ResultSet
Map column names (and all of their permutations) to column indices
columnUsed - Variable in class com.mysql.jdbc.ResultSet
Keep track of columns accessed
com.mysql.jdbc - package com.mysql.jdbc
 
com.mysql.jdbc.exceptions - package com.mysql.jdbc.exceptions
 
com.mysql.jdbc.integration.c3p0 - package com.mysql.jdbc.integration.c3p0
 
com.mysql.jdbc.integration.jboss - package com.mysql.jdbc.integration.jboss
 
com.mysql.jdbc.jdbc2.optional - package com.mysql.jdbc.jdbc2.optional
 
com.mysql.jdbc.log - package com.mysql.jdbc.log
 
com.mysql.jdbc.profiler - package com.mysql.jdbc.profiler
 
com.mysql.jdbc.util - package com.mysql.jdbc.util
 
commit() - Method in class com.mysql.jdbc.Connection
The method commit() makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by the Connection.
commit() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
commit(Xid, boolean) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlXAConnection
Commits the global transaction specified by xid.
commit(Xid, boolean) - Method in class com.mysql.jdbc.jdbc2.optional.SuspendableXAConnection
 
commit() - Method in class com.mysql.jdbc.ReplicationConnection
 
CommonsLogger - Class in com.mysql.jdbc.log
 
CommonsLogger(String) - Constructor for class com.mysql.jdbc.log.CommonsLogger
 
CommunicationsException - Exception in com.mysql.jdbc
An exception to represent communications errors with the database.
CommunicationsException(Connection, long, Exception) - Constructor for exception com.mysql.jdbc.CommunicationsException
 
computeBatchSize(int) - Method in class com.mysql.jdbc.PreparedStatement
Computes the optimum number of batched parameter lists to send without overflowing max_allowed_packet.
computeMaxParameterSetSizeAndBatchSize(int) - Method in class com.mysql.jdbc.PreparedStatement
Computes the maximum parameter set size, and entire batch size given the number of arguments in the batch.
computeMaxParameterSetSizeAndBatchSize(int) - Method in class com.mysql.jdbc.ServerPreparedStatement
Computes the maximum parameter set size, and entire batch size given the number of arguments in the batch.
conn - Variable in class com.mysql.jdbc.DatabaseMetaData
The connection to the database
connect(String, int, Properties) - Method in class com.mysql.jdbc.NamedPipeSocketFactory
 
connect(String, Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
Try to make a database connection to the given URL.
connect(String, Properties) - Method in class com.mysql.jdbc.NonRegisteringReplicationDriver
 
connect(String, int, Properties) - Method in interface com.mysql.jdbc.SocketFactory
Creates a new socket using the given properties.
connect(String, int, Properties) - Method in class com.mysql.jdbc.StandardSocketFactory
 
Connection - Class in com.mysql.jdbc
A Connection represents a session with a specific database.
connection - Variable in class com.mysql.jdbc.ResultSet
The Connection instance that created us
connection - Variable in class com.mysql.jdbc.Statement
The connection that created us
CONNECTION_CLOSED_EVENT - Static variable in class com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection
The flag for a connection being closed.
CONNECTION_ERROR_EVENT - Static variable in class com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection
The flag for an exception being thrown.
ConnectionFeatureNotAvailableException - Exception in com.mysql.jdbc
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).
ConnectionFeatureNotAvailableException(Connection, long, Exception) - Constructor for exception com.mysql.jdbc.ConnectionFeatureNotAvailableException
 
connectionId - Variable in class com.mysql.jdbc.profiler.ProfilerEvent
Associated connection (-1 for none)
connectionId - Variable in class com.mysql.jdbc.ResultSet
 
connectionId - Variable in class com.mysql.jdbc.Statement
 
ConnectionProperties - Class in com.mysql.jdbc
Represents configurable properties for Connections and DataSources.
ConnectionProperties() - Constructor for class com.mysql.jdbc.ConnectionProperties
 
ConnectionProperties.LongConnectionProperty - Class in com.mysql.jdbc
 
ConnectionPropertiesTransform - Interface in com.mysql.jdbc
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.
ConnectionWrapper - Class in com.mysql.jdbc.jdbc2.optional
This class serves as a wrapper for the org.gjt.mm.mysql.jdbc2.Connection class.
ConnectionWrapper(MysqlPooledConnection, Connection, boolean) - Constructor for class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Construct a new LogicalHandle and set instance variables
consistentToString(BigDecimal) - Static method in class com.mysql.jdbc.StringUtils
Takes care of the fact that Sun changed the output of BigDecimal.toString() between JDK-1.4 and JDK 5
consumeEvent(ProfilerEvent) - Method in class com.mysql.jdbc.profiler.ProfileEventSink
Process a profiler event
continueBatchOnError - Variable in class com.mysql.jdbc.Statement
 
convertLongToUlong(long) - Static method in class com.mysql.jdbc.ResultSet
Converts the given value as a java long, to an 'unsigned' long, using the java.math.BigInteger class.
copy() - Method in class com.mysql.jdbc.ResultSet
 
createNewIO(boolean) - Method in class com.mysql.jdbc.Connection
Creates an IO channel to the server
createSQLException(String, String) - Static method in class com.mysql.jdbc.SQLError
 
createSQLException(String) - Static method in class com.mysql.jdbc.SQLError
 
createSQLException(String, String, int) - Static method in class com.mysql.jdbc.SQLError
 
createStatement() - Method in class com.mysql.jdbc.Connection
SQL statements without parameters are normally executed using Statement objects.
createStatement(int, int) - Method in class com.mysql.jdbc.Connection
JDBC 2.0 Same as createStatement() above, but allows the default result set type and result set concurrency type to be overridden.
createStatement(int, int, int) - Method in class com.mysql.jdbc.Connection
 
createStatement() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
createStatement(int, int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
createStatement(int, int, int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
createStatement() - Method in class com.mysql.jdbc.ReplicationConnection
 
createStatement(int, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
createStatement(int, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
createStreamingResultSet() - Method in class com.mysql.jdbc.Statement
We only stream result sets when they are forward-only, read-only, and the fetch size has been set to Integer.MIN_VALUE
currentCatalog - Variable in class com.mysql.jdbc.Statement
The catalog in use
currentPosition - Variable in class com.mysql.jdbc.util.ReadAheadInputStream
 
currentRow - Variable in class com.mysql.jdbc.ResultSet
The current row #, -1 == before start of result set
CursorRowProvider - Class in com.mysql.jdbc
Model for result set data backed by a cursor.
CursorRowProvider(MysqlIO, ServerPreparedStatement, Field[]) - Constructor for class com.mysql.jdbc.CursorRowProvider
Creates a new cursor-backed row provider.

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