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

C

CachedResultSetMetaData - Class in com.mysql.jdbc
 
CachedResultSetMetaData() - Constructor for class com.mysql.jdbc.CachedResultSetMetaData
 
calculateDifferences(Map, Map) - Static method in class com.mysql.jdbc.Util
 
CallableStatement - Class in com.mysql.jdbc
Representation of stored procedures for JDBC
CallableStatement(ConnectionImpl, CallableStatement.CallableStatementParamInfo) - Constructor for class com.mysql.jdbc.CallableStatement
Creates a new CallableStatement
CallableStatement(ConnectionImpl, String, String, boolean) - Constructor for class com.mysql.jdbc.CallableStatement
Creates a new CallableStatement
CallableStatement.CallableStatementParam - Class in com.mysql.jdbc
 
CallableStatement.CallableStatementParamInfo - Class in com.mysql.jdbc
 
CallableStatement.CallableStatementParamInfoJDBC3 - Class in com.mysql.jdbc
Can't implement this directly, as then you can't use callable statements on JDK-1.3.1, which unfortunately isn't EOL'd yet, and still present quite a bit out there in the wild (Websphere, FreeBSD, anyone?)
CallableStatement.CallableStatementParamInfoJDBC3(CallableStatement.CallableStatementParamInfo) - Constructor for class com.mysql.jdbc.CallableStatement.CallableStatementParamInfoJDBC3
 
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
 
callConnectionEventListeners(int, SQLException) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection
Notifies all registered ConnectionEventListeners of ConnectionEvents.
CALLER_INFORMATION_NOT_AVAILABLE - Static variable in class com.mysql.jdbc.log.LogUtils
 
cancel() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
cancel() - Method in class com.mysql.jdbc.StatementImpl
Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
cancelRowUpdates() - Method in class com.mysql.jdbc.ResultSetImpl
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.StatementImpl
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
 
cast(Object, Object) - Static method in class com.mysql.jdbc.Util
Reflexive access on JDK-1.5's Class.cast() method so we don't have to move that out into separate classes built for JDBC-4.0.
catalog - Variable in class com.mysql.jdbc.profiler.ProfilerEvent
The catalog the event occurred on
catalog - Variable in class com.mysql.jdbc.ResultSetImpl
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(ConnectionImpl, Calendar, Calendar, Time, TimeZone, TimeZone, boolean) - Static method in class com.mysql.jdbc.TimeUtil
Change the given times from one timezone to another
changeTimezone(ConnectionImpl, 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 interface com.mysql.jdbc.Connection
Changes the user on this connection by performing a re-authentication.
changeUser(String, String) - Method in class com.mysql.jdbc.ConnectionImpl
Changes the user on this connection by performing a re-authentication.
changeUser(String, String) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
changeUser(String, String) - Method in class com.mysql.jdbc.ReplicationConnection
 
characterValueOf(char) - Static method in class com.mysql.jdbc.Constants
Same behavior as JDK-1.5's Constants.characterValueOf(int)
charConverter - Variable in class com.mysql.jdbc.StatementImpl
The character converter to use (if available)
charConverter - Variable in class com.mysql.jdbc.UpdatableResultSet
 
charEncoding - Variable in class com.mysql.jdbc.StatementImpl
The character encoding to use (if available)
charsetMap - Static variable in class com.mysql.jdbc.ConnectionImpl
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
 
checkBounds(int) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
checkClosed() - Method in class com.mysql.jdbc.ConnectionImpl
 
checkClosed() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
checkClosed() - Method in class com.mysql.jdbc.ResultSetImpl
Ensures that the result set is not closed
checkClosed() - Method in class com.mysql.jdbc.ServerPreparedStatement
 
checkClosed() - Method in class com.mysql.jdbc.StatementImpl
Checks if closed() has been called, and throws an exception if so
checkColumnBounds(int) - Method in class com.mysql.jdbc.ResultSetImpl
Checks if columnIndex is within the number of columns in this result set.
checkForDml(String, char) - Method in class com.mysql.jdbc.StatementImpl
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.StatementImpl
Method checkNullOrEmptyQuery.
checkRowPos() - Method in class com.mysql.jdbc.ResultSetImpl
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.StatementImpl
JDBC 2.0 Make the set of commands in the current batch empty.
clearHasTriedMaster() - Method in interface com.mysql.jdbc.Connection
 
clearHasTriedMaster() - Method in class com.mysql.jdbc.ConnectionImpl
 
clearHasTriedMaster() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
clearHasTriedMaster() - Method in class com.mysql.jdbc.ReplicationConnection
 
clearNextResult() - Method in class com.mysql.jdbc.ResultSetImpl
We can't do this ourselves, otherwise the contract for Statement.getMoreResults() won't work correctly.
clearNextResult() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
Clears the reference to the next result set in a multi-result set "chain".
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.ConnectionImpl
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.ResultSetImpl
After this call, getWarnings returns null until a new warning is reported for this ResultSet
clearWarnings() - Method in class com.mysql.jdbc.StatementImpl
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 interface com.mysql.jdbc.Connection
Prepares a statement on the client, using client-side emulation (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
clientPrepareStatement(String, int) - Method in interface com.mysql.jdbc.Connection
Prepares a statement on the client, using client-side emulation (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
clientPrepareStatement(String, int, int) - Method in interface com.mysql.jdbc.Connection
Prepares a statement on the client, using client-side emulation (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
clientPrepareStatement(String, int[]) - Method in interface com.mysql.jdbc.Connection
Prepares a statement on the client, using client-side emulation (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
clientPrepareStatement(String, int, int, int) - Method in interface com.mysql.jdbc.Connection
Prepares a statement on the client, using client-side emulation (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
clientPrepareStatement(String, String[]) - Method in interface com.mysql.jdbc.Connection
Prepares a statement on the client, using client-side emulation (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
clientPrepareStatement(String) - Method in class com.mysql.jdbc.ConnectionImpl
DOCUMENT ME!
clientPrepareStatement(String, int) - Method in class com.mysql.jdbc.ConnectionImpl
 
clientPrepareStatement(String, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
DOCUMENT ME!
clientPrepareStatement(String, int, int, boolean) - Method in class com.mysql.jdbc.ConnectionImpl
 
clientPrepareStatement(String, int[]) - Method in class com.mysql.jdbc.ConnectionImpl
 
clientPrepareStatement(String, String[]) - Method in class com.mysql.jdbc.ConnectionImpl
 
clientPrepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
 
clientPrepareStatement(String) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
clientPrepareStatement(String, int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
clientPrepareStatement(String, int, int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
clientPrepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
clientPrepareStatement(String, int[]) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
clientPrepareStatement(String, String[]) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
clientPrepareStatement(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
clientPrepareStatement(String, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
clientPrepareStatement(String, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
clientPrepareStatement(String, int[]) - Method in class com.mysql.jdbc.ReplicationConnection
 
clientPrepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
clientPrepareStatement(String, String[]) - Method in class com.mysql.jdbc.ReplicationConnection
 
Clob - Class in com.mysql.jdbc
Simplistic implementation of java.sql.Clob for MySQL Connector/J
clone() - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
clone() - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
close() - Method in class com.mysql.jdbc.ConnectionImpl
In some cases, it is desirable to immediately release a Connection's database and JDBC resources instead of waiting for them to be automatically released (cant think why off the top of my head) Note: A Connection is automatically closed when it is garbage collected.
close() - Method in interface com.mysql.jdbc.ConnectionLifecycleInterceptor
Called when an application calls Connection.close(), before the driver processes its own internal logic for close.
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.JDBC4CallableStatementWrapper
 
close() - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4ConnectionWrapper
 
close() - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4MysqlPooledConnection
 
close() - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4MysqlXAConnection
 
close() - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4PreparedStatementWrapper
 
close() - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4StatementWrapper
 
close() - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection
 
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.ResultSetImpl
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.RowDataCursor
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.StatementImpl
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.StatementImpl
Close any open result sets that have been 'held open'
closeOpenStreams() - Method in class com.mysql.jdbc.BufferRow
 
closeOpenStreams() - Method in class com.mysql.jdbc.ByteArrayRow
 
closeOpenStreams() - Method in class com.mysql.jdbc.ResultSetRow
Called during navigation to next row to close all open streams.
columnNameToIndex - Variable in class com.mysql.jdbc.ResultSetImpl
Map column names (and all of their permutations) to column indices
columnUsed - Variable in class com.mysql.jdbc.ResultSetImpl
Keep track of columns accessed
com.mysql.jdbc - package com.mysql.jdbc
 
com.mysql.jdbc.exceptions - package com.mysql.jdbc.exceptions
 
com.mysql.jdbc.exceptions.jdbc4 - package com.mysql.jdbc.exceptions.jdbc4
 
com.mysql.jdbc.integration.c3p0 - package com.mysql.jdbc.integration.c3p0
 
com.mysql.jdbc.interceptors - package com.mysql.jdbc.interceptors
 
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.ConnectionImpl
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 interface com.mysql.jdbc.ConnectionLifecycleInterceptor
Called when an application calls Connection.commit(), before the driver processes its own internal logic for commit().
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(ConnectionImpl, long, long, Exception) - Constructor for exception com.mysql.jdbc.CommunicationsException
 
CommunicationsException - Exception in com.mysql.jdbc.exceptions.jdbc4
An exception to represent communications errors with the database.
CommunicationsException(ConnectionImpl, long, long, Exception) - Constructor for exception com.mysql.jdbc.exceptions.jdbc4.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 - Interface in com.mysql.jdbc
This interface contains methods that are considered the "vendor extension" to the JDBC API for MySQL's implementation of java.sql.Connection.
connection - Variable in class com.mysql.jdbc.ResultSetImpl
The Connection instance that created us
connection - Variable in class com.mysql.jdbc.StatementImpl
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(ConnectionImpl, 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.ResultSetImpl
 
connectionId - Variable in class com.mysql.jdbc.StatementImpl
 
ConnectionImpl - Class in com.mysql.jdbc
A Connection represents a session with a specific database.
ConnectionImpl() - Constructor for class com.mysql.jdbc.ConnectionImpl
' For the delegate only
ConnectionImpl(String, int, Properties, String, String) - Constructor for class com.mysql.jdbc.ConnectionImpl
Creates a connection to a MySQL Server.
ConnectionLifecycleInterceptor - Interface in com.mysql.jdbc
Implementors of this interface can be installed via the "connectionLifecycleInterceptors" configuration property and receive events and alter behavior of "lifecycle" methods on our connection implementation.
ConnectionProperties - Interface in com.mysql.jdbc
 
ConnectionPropertiesImpl - Class in com.mysql.jdbc
Represents configurable properties for Connections and DataSources.
ConnectionPropertiesImpl() - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl
 
ConnectionPropertiesImpl.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
Constants - Class in com.mysql.jdbc
Represents various constants used in the driver.
consumeEvent(ProfilerEvent) - Method in class com.mysql.jdbc.profiler.LoggingProfilerEventHandler
 
consumeEvent(ProfilerEvent) - Method in interface com.mysql.jdbc.profiler.ProfilerEventHandler
 
continueBatchOnError - Variable in class com.mysql.jdbc.StatementImpl
 
convertLongToUlong(long) - Static method in class com.mysql.jdbc.ResultSetImpl
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.ResultSetImpl
 
copy() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
Returns a new instance of this result set, that shares the underlying row data.
createArrayOf(String, Object[]) - Method in class com.mysql.jdbc.ConnectionImpl
 
createArrayOf(String, Object[]) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
createArrayOf(String, Object[]) - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4ConnectionWrapper
 
createArrayOf(String, Object[]) - Method in class com.mysql.jdbc.JDBC4Connection
 
createArrayOf(String, Object[]) - Method in class com.mysql.jdbc.ReplicationConnection
 
createBlob() - Method in class com.mysql.jdbc.ConnectionImpl
 
createBlob() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
createBlob() - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4ConnectionWrapper
 
createBlob() - Method in class com.mysql.jdbc.JDBC4Connection
 
createBlob() - Method in class com.mysql.jdbc.ReplicationConnection
 
createClob() - Method in class com.mysql.jdbc.ConnectionImpl
 
createClob() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
createClob() - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4ConnectionWrapper
 
createClob() - Method in class com.mysql.jdbc.JDBC4Connection
 
createClob() - Method in class com.mysql.jdbc.ReplicationConnection
 
createCommunicationsException(ConnectionImpl, long, long, Exception) - Static method in class com.mysql.jdbc.SQLError
 
createConnectionForHost(String) - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
Creates a new physical connection for the given host:port and updates required internal mappings and statistics for that connection.
createLinkFailureMessageBasedOnHeuristics(ConnectionImpl, long, long, Exception, boolean) - Static method in class com.mysql.jdbc.SQLError
Creates a communications link failure message to be used in CommunicationsException that (hopefully) has some better information and suggestions based on heuristics.
createNClob() - Method in class com.mysql.jdbc.ConnectionImpl
 
createNClob() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
createNClob() - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4ConnectionWrapper
 
createNClob() - Method in class com.mysql.jdbc.JDBC4Connection
 
createNClob() - Method in class com.mysql.jdbc.ReplicationConnection
 
createNewIO(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
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, Throwable) - Static method in class com.mysql.jdbc.SQLError
 
createSQLException(String, String, int) - Static method in class com.mysql.jdbc.SQLError
 
createSQLException(String, String, int, boolean) - Static method in class com.mysql.jdbc.SQLError
 
createSQLXML() - Method in class com.mysql.jdbc.ConnectionImpl
 
createSQLXML() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
createSQLXML() - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4ConnectionWrapper
 
createSQLXML() - Method in class com.mysql.jdbc.JDBC4Connection
 
createSQLXML() - Method in class com.mysql.jdbc.ReplicationConnection
 
createStatement() - Method in class com.mysql.jdbc.ConnectionImpl
SQL statements without parameters are normally executed using Statement objects.
createStatement(int, int) - Method in class com.mysql.jdbc.ConnectionImpl
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.ConnectionImpl
 
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.StatementImpl
We only stream result sets when they are forward-only, read-only, and the fetch size has been set to Integer.MIN_VALUE
createStruct(String, Object[]) - Method in class com.mysql.jdbc.ConnectionImpl
 
createStruct(String, Object[]) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
createStruct(String, Object[]) - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4ConnectionWrapper
 
createStruct(String, Object[]) - Method in class com.mysql.jdbc.JDBC4Connection
 
createStruct(String, Object[]) - Method in class com.mysql.jdbc.ReplicationConnection
 
currentCatalog - Variable in class com.mysql.jdbc.StatementImpl
The catalog in use
currentConnection - Variable in class com.mysql.jdbc.ReplicationConnection
 
currentPosition - Variable in class com.mysql.jdbc.util.ReadAheadInputStream
 
currentRow - Variable in class com.mysql.jdbc.ResultSetImpl
The current row #, -1 == before start of result set
currentSessionKey - Variable in class com.mysql.jdbc.interceptors.SessionAssociationInterceptor
 

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