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

R

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
 
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.Connection
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.ResultSet
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.Statement
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.ResultSet
Do we actually contain rows, or just information about UPDATE/INSERT/DELETE?
recachePreparedStatement(ServerPreparedStatement) - Method in class com.mysql.jdbc.Connection
 
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.ResultSet
 
refreshRow() - Method in class com.mysql.jdbc.ResultSet
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.Connection
DOCUMENT ME!
relative(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0
relative(int) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0
releaseSavepoint(Savepoint) - Method in class com.mysql.jdbc.Connection
 
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.ProfileEventSink
 
removeRow(int) - Method in class com.mysql.jdbc.CursorRowProvider
Removes the row at the given index.
removeRow(int) - Method in interface com.mysql.jdbc.RowData
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!
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(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.Connection
 
rePrepare() - Method in class com.mysql.jdbc.ServerPreparedStatement
Used by Connection when auto-reconnecting to retrieve 'lost' prepared statements.
resetServerState() - Method in class com.mysql.jdbc.Connection
Resets the server-side state of this connection.
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.ResultSet
Counter used to generate IDs for profiling.
resultId - Variable in class com.mysql.jdbc.ResultSet
The id (used when profiling) to identify us
results - Variable in class com.mysql.jdbc.Statement
The current results
ResultSet - Class in com.mysql.jdbc
A ResultSet provides access to a table of data generated by executing a Statement.
ResultSet(long, long, Connection, Statement) - Constructor for class com.mysql.jdbc.ResultSet
Create a result set for an executeUpdate statement.
ResultSet(String, Field[], RowData, Connection, Statement) - Constructor for class com.mysql.jdbc.ResultSet
Creates a new ResultSet object.
resultSetConcurrency - Variable in class com.mysql.jdbc.ResultSet
Are we read-only or updatable?
resultSetConcurrency - Variable in class com.mysql.jdbc.Statement
The concurrency for this result set (updatable or not)
resultSetId - Variable in class com.mysql.jdbc.profiler.ProfilerEvent
Associated result set (-1 for none)
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.Connection
Cache of ResultSet metadata
resultSetType - Variable in class com.mysql.jdbc.ResultSet
Are we scroll-sensitive/insensitive?
resultSetType - Variable in class com.mysql.jdbc.Statement
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.ResultSet
 
retrieveGeneratedKeys - Variable in class com.mysql.jdbc.Statement
 
rollback() - Method in class com.mysql.jdbc.Connection
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.Connection
 
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.ResultSet
The actual rows
RowData - Interface in com.mysql.jdbc
This interface abstracts away how row data is accessed by the result set.
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(ArrayList) - Constructor for class com.mysql.jdbc.RowDataStatic
Creates a new RowDataStatic object.
rowDeleted() - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
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.ResultSet
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.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