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

R

RandomBalanceStrategy - Class in com.mysql.jdbc
 
RandomBalanceStrategy() - Constructor for class com.mysql.jdbc.RandomBalanceStrategy
 
rawSocket - Variable in class com.mysql.jdbc.StandardSocketFactory
The underlying TCP/IP socket to use
read(byte[], int, int) - Method in class com.mysql.jdbc.util.ReadAheadInputStream
 
read() - Method in class com.mysql.jdbc.util.ReadAheadInputStream
 
ReadAheadInputStream - Class in com.mysql.jdbc.util
A non-blocking buffered input stream.
ReadAheadInputStream(InputStream, boolean, Log) - Constructor for class com.mysql.jdbc.util.ReadAheadInputStream
 
ReadAheadInputStream(InputStream, int, boolean, Log) - Constructor for class com.mysql.jdbc.util.ReadAheadInputStream
 
readerToString(Reader) - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
 
readFully(Reader, char[], int) - Static method in class com.mysql.jdbc.PreparedStatement
Reads length bytes from reader into buf.
readObject(ResultSet, int) - Static method in class com.mysql.jdbc.Util
Given a ResultSet and an index into the columns of that ResultSet, read binary data from the column which represents a serialized object, and re-create the object.
realClose(boolean, boolean, boolean, Throwable) - Method in class com.mysql.jdbc.ConnectionImpl
Closes connection and frees resources.
realClose(boolean, boolean) - Method in class com.mysql.jdbc.PreparedStatement
Closes this statement, releasing all resources
realClose(boolean) - Method in class com.mysql.jdbc.ResultSetImpl
Closes this ResultSet and releases resources.
realClose(boolean) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
Closes this ResultSet and releases resources.
realClose(boolean, boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
Closes this connection and frees all resources.
realClose(boolean, boolean) - Method in class com.mysql.jdbc.StatementImpl
Closes this statement, and frees resources.
realClose(boolean) - Method in class com.mysql.jdbc.UpdatableResultSet
Closes this ResultSet, releasing all resources.
reallyResult - Variable in class com.mysql.jdbc.ResultSetImpl
Do we actually contain rows, or just information about UPDATE/INSERT/DELETE?
reallyResult() - Method in class com.mysql.jdbc.ResultSetImpl
 
reallyResult() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
Does the result set contain rows, or is it the result of a DDL or DML statement?
recachePreparedStatement(ServerPreparedStatement) - Method in class com.mysql.jdbc.ConnectionImpl
 
recover(int) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlXAConnection
This method is called to obtain a list of prepared transaction branches from a resource manager.
recover(Connection, int) - Static method in class com.mysql.jdbc.jdbc2.optional.MysqlXAConnection
 
recover(int) - Method in class com.mysql.jdbc.jdbc2.optional.SuspendableXAConnection
 
redefineFieldsForDBMD(Field[]) - Method in class com.mysql.jdbc.ResultSetImpl
 
redefineFieldsForDBMD(Field[]) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
Used by DatabaseMetadata implementations to coerce the metadata returned by metadata queries into that required by the JDBC specification.
refreshRow() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Refresh the value of the current row with its current value in the database.
refreshRow() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Refresh the value of the current row with its current value in the database.
registerOutParameter(int, int) - Method in class com.mysql.jdbc.CallableStatement
 
registerOutParameter(int, int, int) - Method in class com.mysql.jdbc.CallableStatement
 
registerOutParameter(int, int, String) - Method in class com.mysql.jdbc.CallableStatement
 
registerOutParameter(String, int) - Method in class com.mysql.jdbc.CallableStatement
 
registerOutParameter(String, int, int) - Method in class com.mysql.jdbc.CallableStatement
 
registerOutParameter(String, int, String) - Method in class com.mysql.jdbc.CallableStatement
 
registerOutParameter(int, int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
registerOutParameter(int, int, int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
registerOutParameter(int, int, String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
registerOutParameter(String, int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
registerOutParameter(String, int, int) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
registerOutParameter(String, int, String) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
registerQueryExecutionTime(long) - Method in class com.mysql.jdbc.ConnectionImpl
DOCUMENT ME!
relative(int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0
relative(int) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0
releaseSavepoint(Savepoint) - Method in class com.mysql.jdbc.ConnectionImpl
 
releaseSavepoint(Savepoint) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
releaseSavepoint(Savepoint) - Method in class com.mysql.jdbc.ReplicationConnection
 
removeConnectionEventListener(ConnectionEventListener) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection
Removes ConnectionEventListeners from hash table used for notification of ConnectionEvents
removeEldestEntry(Map.Entry) - Method in class com.mysql.jdbc.util.LRUCache
 
removeInstance(Connection) - Static method in class com.mysql.jdbc.profiler.ProfilerEventHandlerFactory
 
removeRow(int) - Method in interface com.mysql.jdbc.RowData
Removes the row at the given index.
removeRow(int) - Method in class com.mysql.jdbc.RowDataCursor
Removes the row at the given index.
removeRow(int) - Method in class com.mysql.jdbc.RowDataDynamic
Removes the row at the given index.
removeRow(int) - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
removeStatementEventListener(StatementEventListener) - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4MysqlPooledConnection
Removes the specified StatementEventListener from the list of components that will be notified when the driver detects that a PreparedStatement has been closed or is invalid.
removeStatementEventListener(StatementEventListener) - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4MysqlXAConnection
Removes the specified StatementEventListener from the list of components that will be notified when the driver detects that a PreparedStatement has been closed or is invalid.
removeStatementEventListener(StatementEventListener) - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection
Removes the specified StatementEventListener from the list of components that will be notified when the driver detects that a PreparedStatement has been closed or is invalid.
removeStatementEventListener(StatementEventListener) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlPooledConnection
 
removeStatementEventListener(StatementEventListener) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlXAConnection
 
removeStatementEventListener(StatementEventListener) - Method in class com.mysql.jdbc.jdbc2.optional.SuspendableXAConnection
 
removeWhitespaceChars(String) - Static method in class com.mysql.jdbc.util.VersionFSHierarchyMaker
 
ReplicationConnection - Class in com.mysql.jdbc
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.
ReplicationConnection() - Constructor for class com.mysql.jdbc.ReplicationConnection
 
ReplicationConnection(Properties, Properties) - Constructor for class com.mysql.jdbc.ReplicationConnection
 
ReplicationDriver - Class in com.mysql.jdbc
The Java SQL framework allows for multiple database drivers.
ReplicationDriver() - Constructor for class com.mysql.jdbc.ReplicationDriver
Construct a new driver and register it with DriverManager
reportNumberOfTablesAccessed(int) - Method in class com.mysql.jdbc.ConnectionImpl
 
reportQueryTime(long) - Method in interface com.mysql.jdbc.Connection
 
reportQueryTime(long) - Method in class com.mysql.jdbc.ConnectionImpl
 
reportQueryTime(long) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
reportQueryTime(long) - Method in class com.mysql.jdbc.ReplicationConnection
 
rePrepare() - Method in class com.mysql.jdbc.ServerPreparedStatement
Used by Connection when auto-reconnecting to retrieve 'lost' prepared statements.
resetCancelledState() - Method in class com.mysql.jdbc.StatementImpl
 
resetServerState() - Method in interface com.mysql.jdbc.Connection
Resets the server-side state of this connection.
resetServerState() - Method in class com.mysql.jdbc.ConnectionImpl
Resets the server-side state of this connection.
resetServerState() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
resetServerState() - Method in class com.mysql.jdbc.ReplicationConnection
 
resetSessionKey() - Static method in class com.mysql.jdbc.interceptors.SessionAssociationInterceptor
 
RESULT_SET_SIZE_UNKNOWN - Static variable in interface com.mysql.jdbc.RowData
What's returned for the size of a result set when its size can not be determined.
resultCounter - Static variable in class com.mysql.jdbc.ResultSetImpl
Counter used to generate IDs for profiling.
resultId - Variable in class com.mysql.jdbc.ResultSetImpl
The id (used when profiling) to identify us
results - Variable in class com.mysql.jdbc.StatementImpl
The current results
resultSetConcurrency - Variable in class com.mysql.jdbc.ResultSetImpl
Are we read-only or updatable?
resultSetConcurrency - Variable in class com.mysql.jdbc.StatementImpl
The concurrency for this result set (updatable or not)
resultSetId - Variable in class com.mysql.jdbc.profiler.ProfilerEvent
Associated result set (-1 for none)
ResultSetImpl - Class in com.mysql.jdbc
A ResultSet provides access to a table of data generated by executing a Statement.
ResultSetImpl(long, long, ConnectionImpl, StatementImpl) - Constructor for class com.mysql.jdbc.ResultSetImpl
Create a result set for an executeUpdate statement.
ResultSetImpl(String, Field[], RowData, ConnectionImpl, StatementImpl) - Constructor for class com.mysql.jdbc.ResultSetImpl
Creates a new ResultSet object.
ResultSetInternalMethods - Interface in com.mysql.jdbc
This interface is intended to be used by implementors of statement interceptors so that implementors can create static or dynamic (via java.lang.reflect.Proxy) proxy instances of ResultSets.
ResultSetMetaData - Class in com.mysql.jdbc
A ResultSetMetaData object can be used to find out about the types and properties of the columns in a ResultSet
ResultSetMetaData(Field[], boolean) - Constructor for class com.mysql.jdbc.ResultSetMetaData
Initialise for a result with a tuple set and a field descriptor set
resultSetMetadataCache - Variable in class com.mysql.jdbc.ConnectionImpl
Cache of ResultSet metadata
ResultSetRow - Class in com.mysql.jdbc
Classes that implement this interface represent one row of data from the MySQL server that might be stored in different ways depending on whether the result set was streaming (so they wrap a reusable packet), or whether the result set was cached or via a server-side cursor (so they represent a byte[][]).
ResultSetRow() - Constructor for class com.mysql.jdbc.ResultSetRow
 
ResultSetScannerInterceptor - Class in com.mysql.jdbc.interceptors
 
ResultSetScannerInterceptor() - Constructor for class com.mysql.jdbc.interceptors.ResultSetScannerInterceptor
 
resultSetToMap(Map, ResultSet) - Static method in class com.mysql.jdbc.Util
 
resultSetType - Variable in class com.mysql.jdbc.ResultSetImpl
Are we scroll-sensitive/insensitive?
resultSetType - Variable in class com.mysql.jdbc.StatementImpl
The type of this result set (scroll sensitive or in-sensitive)
ResultSetUtil - Class in com.mysql.jdbc.util
Utilities for dealing with result sets (used in testcases and profiler).
ResultSetUtil() - Constructor for class com.mysql.jdbc.util.ResultSetUtil
 
retainOwningStatement - Variable in class com.mysql.jdbc.ResultSetImpl
 
retrieveGeneratedKeys - Variable in class com.mysql.jdbc.StatementImpl
 
rollback() - Method in class com.mysql.jdbc.ConnectionImpl
The method rollback() drops all changes made since the previous commit/rollback and releases any database locks currently held by the Connection.
rollback(Savepoint) - Method in class com.mysql.jdbc.ConnectionImpl
 
rollback() - Method in interface com.mysql.jdbc.ConnectionLifecycleInterceptor
Called when an application calls Connection.rollback(), before the driver processes its own internal logic for rollback().
rollback(Savepoint) - Method in interface com.mysql.jdbc.ConnectionLifecycleInterceptor
Called when an application calls Connection.rollback(), before the driver processes its own internal logic for rollback().
rollback() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
rollback(Savepoint) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
rollback(Xid) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlXAConnection
Informs the resource manager to roll back work done on behalf of a transaction branch.
rollback(Xid) - Method in class com.mysql.jdbc.jdbc2.optional.SuspendableXAConnection
 
rollback() - Method in class com.mysql.jdbc.ReplicationConnection
 
rollback(Savepoint) - Method in class com.mysql.jdbc.ReplicationConnection
 
rowData - Variable in class com.mysql.jdbc.ResultSetImpl
The actual rows
RowData - Interface in com.mysql.jdbc
This interface abstracts away how row data is accessed by the result set.
RowDataCursor - Class in com.mysql.jdbc
Model for result set data backed by a cursor.
RowDataCursor(MysqlIO, ServerPreparedStatement, Field[]) - Constructor for class com.mysql.jdbc.RowDataCursor
Creates a new cursor-backed row provider.
RowDataDynamic - Class in com.mysql.jdbc
Allows streaming of MySQL data.
RowDataDynamic(MysqlIO, int, Field[], boolean) - Constructor for class com.mysql.jdbc.RowDataDynamic
Creates a new RowDataDynamic object.
RowDataStatic - Class in com.mysql.jdbc
Represents an in-memory result set
RowDataStatic(List) - Constructor for class com.mysql.jdbc.RowDataStatic
Creates a new RowDataStatic object.
rowDeleted() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Determine if this row has been deleted.
rowDeleted() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Determine if this row has been deleted.
rowInserted() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Determine if the current row has been inserted.
rowInserted() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Determine if the current row has been inserted.
rowUpdated() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Determine if the current row has been updated.
rowUpdated() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Determine if the current row has been updated.
run() - Method in class com.mysql.jdbc.util.BaseBugReport
Runs the testcase by calling the setUp(), runTest() and tearDown() methods.
runTest() - Method in class com.mysql.jdbc.util.BaseBugReport
Override this method with code that demonstrates the bug.

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