A B C D E F G H I J L M N O P Q R S T U V W Z

A

ABBREVIATED_TIMEZONES - Static variable in class com.mysql.jdbc.TimeUtil
 
abortInternal() - Method in class com.mysql.jdbc.ConnectionImpl
Clobbers the physical network connection and marks this connection as closed.
absolute(int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Move to an absolute row number in the result set.
absolute(int) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Move to an absolute row number in the result set.
acceptsURL(String) - Method in class com.mysql.jdbc.NonRegisteringDriver
Typically, drivers will return true if they understand the subprotocol specified in the URL and false if they don't.
addBatch() - Method in class com.mysql.jdbc.CallableStatement
 
addBatch() - Method in class com.mysql.jdbc.PreparedStatement
JDBC 2.0 Add a set of parameters to the batch.
addBatch(String) - Method in class com.mysql.jdbc.PreparedStatement
 
addBatch() - Method in class com.mysql.jdbc.ServerPreparedStatement
JDBC 2.0 Add a set of parameters to the batch.
addBatch(String) - Method in class com.mysql.jdbc.StatementImpl
DOCUMENT ME!
addRow(ResultSetRow) - Method in interface com.mysql.jdbc.RowData
Adds a row to this row data.
addRow(ResultSetRow) - Method in class com.mysql.jdbc.RowDataCursor
Adds a row to this row data.
addRow(ResultSetRow) - Method in class com.mysql.jdbc.RowDataDynamic
Adds a row to this row data.
addRow(ResultSetRow) - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
addToGlobalBlacklist(String) - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
 
afterHandshake() - Method in class com.mysql.jdbc.NamedPipeSocketFactory
 
afterHandshake() - Method in interface com.mysql.jdbc.SocketFactory
Called by the driver after issuing the MySQL protocol handshake and reading the results of the handshake.
afterHandshake() - Method in class com.mysql.jdbc.StandardSocketFactory
Called by the driver after issuing the MySQL protocol handshake and reading the results of the handshake.
afterLast() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Moves to the end of the result set, just after the last row.
afterLast() - Method in interface com.mysql.jdbc.RowData
Moves to after last.
afterLast() - Method in class com.mysql.jdbc.RowDataCursor
Moves to after last.
afterLast() - Method in class com.mysql.jdbc.RowDataDynamic
Moves to after last.
afterLast() - Method in class com.mysql.jdbc.RowDataStatic
Moves to after last.
afterLast() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Moves to the end of the result set, just after the last row.
allowableValues - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
allProceduresAreCallable() - Method in class com.mysql.jdbc.DatabaseMetaData
Can all the procedures returned by getProcedures be called by the current user?
allTablesAreSelectable() - Method in class com.mysql.jdbc.DatabaseMetaData
Can all the tables returned by getTable be SELECTed by the current user?
append(byte[]) - Method in class com.mysql.jdbc.PreparedStatement.AppendingBatchVisitor
 
append(byte[]) - Method in interface com.mysql.jdbc.PreparedStatement.BatchVisitor
 
appendJdbcTypeMappingQuery(StringBuffer, String) - Static method in class com.mysql.jdbc.MysqlDefs
 
appendMessageToException(SQLException, String, ExceptionInterceptor) - Static method in class com.mysql.jdbc.ConnectionImpl
 
arraysEqual(byte[], byte[]) - Static method in class com.mysql.jdbc.ResultSetImpl
 
AssertionFailedException - Exception in com.mysql.jdbc
Assertions for empty code paths that should never be executed.
AssertionFailedException(Exception) - Constructor for exception com.mysql.jdbc.AssertionFailedException
Creates an AssertionFailedException for the given exception that should never have been thrown.
asSql() - Method in class com.mysql.jdbc.PreparedStatement
 
asSql(boolean) - Method in class com.mysql.jdbc.PreparedStatement
 
asSql(boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
AUTH_411_OVERHEAD - Static variable in class com.mysql.jdbc.MysqlIO
 
autoCommitFailureClosesAllResultSets() - Method in class com.mysql.jdbc.JDBC4DatabaseMetaData
 
available() - Method in class com.mysql.jdbc.CompressedInputStream
 
available() - Method in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileInputStream
 

B

BalanceStrategy - Interface in com.mysql.jdbc
Implement this interface to provide a new load balancing strategy for URLs of the form "jdbc:mysql:loadbalance://
batchedArgs - Variable in class com.mysql.jdbc.StatementImpl
Holds batched commands
batchedGeneratedKeys - Variable in class com.mysql.jdbc.StatementImpl
 
batchedParameterValues - Variable in class com.mysql.jdbc.ServerPreparedStatement.BatchedBindValues
 
batchedValuesClause - Variable in class com.mysql.jdbc.PreparedStatement
 
batchHasPlainStatements - Variable in class com.mysql.jdbc.PreparedStatement
Does the batch (if any) contain "plain" statements added by Statement.addBatch(String)?
beforeFirst() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Moves to the front of the result set, just before the first row.
beforeFirst() - Method in interface com.mysql.jdbc.RowData
Moves to before first.
beforeFirst() - Method in class com.mysql.jdbc.RowDataCursor
Moves to before first.
beforeFirst() - Method in class com.mysql.jdbc.RowDataDynamic
Moves to before first.
beforeFirst() - Method in class com.mysql.jdbc.RowDataStatic
Moves to before first.
beforeFirst() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Moves to the front of the result set, just before the first row.
beforeHandshake() - Method in class com.mysql.jdbc.NamedPipeSocketFactory
 
beforeHandshake() - Method in interface com.mysql.jdbc.SocketFactory
Called by the driver before issuing the MySQL protocol handshake.
beforeHandshake() - Method in class com.mysql.jdbc.StandardSocketFactory
Called by the driver before issuing the MySQL protocol handshake.
beforeLast() - Method in interface com.mysql.jdbc.RowData
Moves to before last so next el is the last el.
beforeLast() - Method in class com.mysql.jdbc.RowDataCursor
Moves to before last so next el is the last el.
beforeLast() - Method in class com.mysql.jdbc.RowDataDynamic
Moves to before last so next el is the last el.
beforeLast() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
begin - Variable in class com.mysql.jdbc.PreparedStatement.EndPoint
 
BestResponseTimeBalanceStrategy - Class in com.mysql.jdbc
 
BestResponseTimeBalanceStrategy() - Constructor for class com.mysql.jdbc.BestResponseTimeBalanceStrategy
 
bindLength - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
BLACKLIST_TIMEOUT_PROPERTY_KEY - Static variable in class com.mysql.jdbc.LoadBalancingConnectionProxy
 
Blob - Class in com.mysql.jdbc
The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
Blob(ExceptionInterceptor) - Constructor for class com.mysql.jdbc.Blob
Creates a Blob without data
Blob(byte[], ExceptionInterceptor) - Constructor for class com.mysql.jdbc.Blob
Creates a BLOB encapsulating the given binary data
Blob(byte[], ResultSetInternalMethods, int) - Constructor for class com.mysql.jdbc.Blob
Creates an updatable BLOB that can update in-place (not implemented yet).
BLOB_STREAM_READ_BUF_SIZE - Static variable in class com.mysql.jdbc.ServerPreparedStatement
 
BlobFromLocator - Class in com.mysql.jdbc
The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
BlobFromLocator(ResultSetImpl, int, ExceptionInterceptor) - Constructor for class com.mysql.jdbc.BlobFromLocator
Creates an updatable BLOB that can update in-place
BlobFromLocator.LocatorInputStream - Class in com.mysql.jdbc
 
BlobFromLocator.LocatorInputStream() - Constructor for class com.mysql.jdbc.BlobFromLocator.LocatorInputStream
 
BlobFromLocator.LocatorInputStream(long, long) - Constructor for class com.mysql.jdbc.BlobFromLocator.LocatorInputStream
 
boundBeforeExecutionNum - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
buf - Variable in class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
 
Buffer - Class in com.mysql.jdbc
Buffer contains code to read and write packets from/to the MySQL server.
Buffer(byte[]) - Constructor for class com.mysql.jdbc.Buffer
 
Buffer(int) - Constructor for class com.mysql.jdbc.Buffer
 
bufferLength - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
 
BufferRow - Class in com.mysql.jdbc
A RowHolder implementation that holds one row packet (which is re-used by the driver, and thus saves memory allocations), and tries when possible to avoid allocations to break out the results as individual byte[]s.
BufferRow(Buffer, Field[], boolean, ExceptionInterceptor) - Constructor for class com.mysql.jdbc.BufferRow
 
bufferType - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
buildIndexMapping() - Method in class com.mysql.jdbc.ResultSetImpl
Builds a hash between column names and their indices for fast retrieval.
buildIndexMapping() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
Builds a hash between column names and their indices for fast retrieval.
buildResultSet(Field[], ArrayList, ConnectionImpl) - Static method in class com.mysql.jdbc.DatabaseMetaData
 
ByteArrayRow - Class in com.mysql.jdbc
A RowHolder implementation that is for cached results (a-la mysql_store_result()).
ByteArrayRow(byte[][], ExceptionInterceptor) - Constructor for class com.mysql.jdbc.ByteArrayRow
 
byteBinding - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
byteValueOf(byte) - Static method in class com.mysql.jdbc.Constants
Same behavior as JDK-1.5's Byte.valueOf(int)

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.CallableStatementParam(String, int, boolean, boolean, int, String, int, int, short, int) - Constructor for class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
CallableStatement.CallableStatementParamInfo - Class in com.mysql.jdbc
 
CallableStatement.CallableStatementParamInfo(CallableStatement.CallableStatementParamInfo) - Constructor for class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
Constructor that converts a full list of parameter metadata into one that only represents the placeholders present in the {CALL ()}.
CallableStatement.CallableStatementParamInfo(ResultSet) - Constructor for class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
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(ResultSet) - Constructor for class com.mysql.jdbc.CallableStatement.CallableStatementParamInfoJDBC3
 
CallableStatement.CallableStatementParamInfoJDBC3(CallableStatement.CallableStatementParamInfo) - Constructor for class com.mysql.jdbc.CallableStatement.CallableStatementParamInfoJDBC3
 
callingStoredFunction - Variable in class com.mysql.jdbc.EscapeProcessorResult
 
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.
canRewrite(String, boolean, int, int) - Static method in class com.mysql.jdbc.PreparedStatement
 
canRewriteAsMultiValueInsert - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
 
canRewriteAsMultiValueInsertAtSqlLevel() - Method in class com.mysql.jdbc.PreparedStatement
 
canRewriteAsMultiValueInsertAtSqlLevel() - Method in class com.mysql.jdbc.ServerPreparedStatement
 
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.ResultSetImpl
The catalog that was in use when we were created
catalogInUse - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
categoryName - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
caughtWhileCancelling - Variable in class com.mysql.jdbc.StatementImpl.CancelTask
 
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, String) - Method in class com.mysql.jdbc.MysqlIO
Re-authenticates as the given user and password
changeUser(String, String) - Method in class com.mysql.jdbc.ReplicationConnection
 
characters(char[], int, int) - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
 
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)
charOctetLength - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
 
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.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.
checkErrorPacket() - Method in class com.mysql.jdbc.MysqlIO
Checks for errors in the reply packet, and if none, returns the reply packet, ready for reading
checkForCharsetMismatch() - Method in class com.mysql.jdbc.MysqlIO
Determines if the database charset is the same as the platform charset
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.
checkLicenseType(Map) - Static method in class com.mysql.jdbc.LicenseConfiguration
Used in commercially-licensed clients that require connections to commercially-licensed servers as part of the licensing terms.
checkNullOrEmptyQuery(String) - Method in class com.mysql.jdbc.StatementImpl
Method checkNullOrEmptyQuery.
checkReadOnlySafeStatement() - Method in class com.mysql.jdbc.CallableStatement
 
checkReadOnlySafeStatement() - Method in class com.mysql.jdbc.PreparedStatement
Check to see if the statement is safe for read-only slaves after failover.
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?
clear() - Method in class com.mysql.jdbc.Buffer
 
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.ReplicationConnection
 
clearInputStream() - Method in class com.mysql.jdbc.MysqlIO
 
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.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.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.
CLIENT_CONNECT_WITH_DB - Static variable in class com.mysql.jdbc.MysqlIO
 
CLIENT_RESERVED - Static variable in class com.mysql.jdbc.MysqlIO
 
CLIENT_SECURE_CONNECTION - Static variable in class com.mysql.jdbc.MysqlIO
 
CLIENT_SSL - Static variable in class com.mysql.jdbc.MysqlIO
 
clientParam - Variable in class com.mysql.jdbc.MysqlIO
 
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.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
Clob(ExceptionInterceptor) - Constructor for class com.mysql.jdbc.Clob
 
Clob(String, ExceptionInterceptor) - Constructor for class com.mysql.jdbc.Clob
 
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.BlobFromLocator.LocatorInputStream
 
close() - Method in class com.mysql.jdbc.CompressedInputStream
 
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.DatabaseMetaData.IteratorWithCleanup
 
close() - Method in class com.mysql.jdbc.DatabaseMetaData.ResultSetIterator
 
close() - Method in class com.mysql.jdbc.DatabaseMetaData.SingleStringIterator
 
close() - Method in class com.mysql.jdbc.NamedPipeSocketFactory.NamedPipeSocket
 
close() - Method in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileInputStream
 
close() - Method in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileOutputStream
 
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.WatchableOutputStream
 
close() - Method in class com.mysql.jdbc.WatchableWriter
 
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.
closeStreamer(RowData) - Method in class com.mysql.jdbc.MysqlIO
 
colIndex - Variable in class com.mysql.jdbc.DatabaseMetaData.ResultSetIterator
 
columnLabelToIndex - Variable in class com.mysql.jdbc.ResultSetImpl
Map column names (and all of their permutations) to column indices
columnNameToIndex - Variable in class com.mysql.jdbc.CachedResultSetMetaData
Map column names (and all of their permutations) to column indices
columnNameToIndex - Variable in class com.mysql.jdbc.ResultSetImpl
 
columnSize - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
 
columnToIndexCache - Variable in class com.mysql.jdbc.ResultSetImpl
The above map is a case-insensitive tree-map, it can be slow, this caches lookups into that map, because the other alternative is to create new object instances for every call to findColumn()....
columnUsed - Variable in class com.mysql.jdbc.ResultSetImpl
Keep track of columns accessed
com.mysql.jdbc - package com.mysql.jdbc
 
COM_BINLOG_DUMP - Static variable in class com.mysql.jdbc.MysqlDefs
 
COM_CHANGE_USER - Static variable in class com.mysql.jdbc.MysqlDefs
 
COM_CLOSE_STATEMENT - Static variable in class com.mysql.jdbc.MysqlDefs
 
COM_CONNECT_OUT - Static variable in class com.mysql.jdbc.MysqlDefs
 
COM_END - Static variable in class com.mysql.jdbc.MysqlDefs
 
COM_EXECUTE - Static variable in class com.mysql.jdbc.MysqlDefs
 
COM_FETCH - Static variable in class com.mysql.jdbc.MysqlDefs
 
COM_LONG_DATA - Static variable in class com.mysql.jdbc.MysqlDefs
 
COM_PREPARE - Static variable in class com.mysql.jdbc.MysqlDefs
 
COM_REGISTER_SLAVE - Static variable in class com.mysql.jdbc.MysqlDefs
 
COM_RESET_STMT - Static variable in class com.mysql.jdbc.MysqlDefs
 
COM_SET_OPTION - Static variable in class com.mysql.jdbc.MysqlDefs
 
COM_TABLE_DUMP - Static variable in class com.mysql.jdbc.MysqlDefs
 
comment(char[], int, int) - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
 
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.ReplicationConnection
 
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
 
COMP_HEADER_LENGTH - Static variable in class com.mysql.jdbc.MysqlIO
 
componentOne - Variable in class com.mysql.jdbc.ConnectionImpl.CompoundCacheKey
 
componentTwo - Variable in class com.mysql.jdbc.ConnectionImpl.CompoundCacheKey
 
CompressedInputStream - Class in com.mysql.jdbc
Used to de-compress packets from the MySQL server when protocol-level compression is turned on.
CompressedInputStream(Connection, InputStream) - Constructor for class com.mysql.jdbc.CompressedInputStream
Creates a new CompressedInputStream that reads the given stream from the server.
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 - Static variable in class com.mysql.jdbc.MysqlDefs
 
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.MysqlIO
 
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
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.ResultSetImpl
 
connectionId - Variable in class com.mysql.jdbc.StatementImpl.CancelTask
 
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.
ConnectionImpl.CompoundCacheKey - Class in com.mysql.jdbc
Used as a key for caching callable statements which (may) depend on current catalog...In 5.0.x, they don't (currently), but stored procedure names soon will, so current catalog is a (hidden) component of the name.
ConnectionImpl.CompoundCacheKey(String, String) - Constructor for class com.mysql.jdbc.ConnectionImpl.CompoundCacheKey
 
ConnectionImpl.ExceptionInterceptorChain - Class in com.mysql.jdbc
 
ConnectionImpl.ExceptionInterceptorChain(String) - Constructor for class com.mysql.jdbc.ConnectionImpl.ExceptionInterceptorChain
 
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.BooleanConnectionProperty - Class in com.mysql.jdbc
 
ConnectionPropertiesImpl.BooleanConnectionProperty(String, boolean, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.BooleanConnectionProperty
DOCUMENT ME!
ConnectionPropertiesImpl.ConnectionProperty - Class in com.mysql.jdbc
 
ConnectionPropertiesImpl.ConnectionProperty() - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
ConnectionPropertiesImpl.ConnectionProperty(String, Object, String[], int, int, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
ConnectionPropertiesImpl.IntegerConnectionProperty - Class in com.mysql.jdbc
 
ConnectionPropertiesImpl.IntegerConnectionProperty(String, Object, String[], int, int, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
 
ConnectionPropertiesImpl.IntegerConnectionProperty(String, int, int, int, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
 
ConnectionPropertiesImpl.IntegerConnectionProperty(String, int, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
DOCUMENT ME!
ConnectionPropertiesImpl.LongConnectionProperty - Class in com.mysql.jdbc
 
ConnectionPropertiesImpl.LongConnectionProperty(String, long, long, long, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.LongConnectionProperty
 
ConnectionPropertiesImpl.LongConnectionProperty(String, long, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.LongConnectionProperty
 
ConnectionPropertiesImpl.MemorySizeConnectionProperty - Class in com.mysql.jdbc
 
ConnectionPropertiesImpl.MemorySizeConnectionProperty(String, int, int, int, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.MemorySizeConnectionProperty
 
ConnectionPropertiesImpl.StringConnectionProperty - Class in com.mysql.jdbc
 
ConnectionPropertiesImpl.StringConnectionProperty(String, String, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.StringConnectionProperty
 
ConnectionPropertiesImpl.StringConnectionProperty(String, String, String[], String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.StringConnectionProperty
DOCUMENT ME!
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.
connectReplicationConnection(String, Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
 
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.
constraintName - Variable in class com.mysql.jdbc.DatabaseMetaData.LocalAndReferencedColumns
 
containsOnDuplicateKeyInString(String) - Method in class com.mysql.jdbc.StatementImpl
 
containsOnDuplicateKeyUpdateInSQL() - Method in class com.mysql.jdbc.PreparedStatement
 
containsOnDuplicateKeyUpdateInSQL() - Method in class com.mysql.jdbc.ServerPreparedStatement
 
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.
convertShowWarningsToSQLWarnings(Connection) - Static method in class com.mysql.jdbc.SQLError
Turns output of 'SHOW WARNINGS' into JDBC SQLWarning instances.
convertShowWarningsToSQLWarnings(Connection, int, boolean) - Static method in class com.mysql.jdbc.SQLError
Turns output of 'SHOW WARNINGS' into JDBC SQLWarning instances.
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.
CREATE_DB - Static variable in class com.mysql.jdbc.MysqlDefs
 
createArrayOf(String, Object[]) - Method in class com.mysql.jdbc.JDBC4Connection
 
createBlob() - Method in class com.mysql.jdbc.JDBC4Connection
 
createClob() - Method in class com.mysql.jdbc.JDBC4Connection
 
createColumnsFields() - Method in class com.mysql.jdbc.DatabaseMetaData
 
createCommunicationsException(ConnectionImpl, long, long, Exception, ExceptionInterceptor) - 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.
createFkMetadataFields() - Method in class com.mysql.jdbc.DatabaseMetaData
 
createFunctionColumnsFields() - Method in class com.mysql.jdbc.DatabaseMetaData
 
createGetBytesStatement() - Method in class com.mysql.jdbc.BlobFromLocator
 
createIndexInfoFields() - Method in class com.mysql.jdbc.DatabaseMetaData
 
createKeyFromOldPassword(String) - Static method in class com.mysql.jdbc.Security
Creates key from old password to decode scramble Used in 4.1 authentication with passwords stored pre-4.1 hashing.
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.JDBC4Connection
 
createNewIO(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
Creates an IO channel to the server
createProcedureColumnsFields() - Method in class com.mysql.jdbc.DatabaseMetaData
 
createSQLException(String, String, ExceptionInterceptor) - Static method in class com.mysql.jdbc.SQLError
 
createSQLException(String, ExceptionInterceptor) - Static method in class com.mysql.jdbc.SQLError
 
createSQLException(String, ExceptionInterceptor, Connection) - Static method in class com.mysql.jdbc.SQLError
 
createSQLException(String, String, Throwable, ExceptionInterceptor) - Static method in class com.mysql.jdbc.SQLError
 
createSQLException(String, String, Throwable, ExceptionInterceptor, Connection) - Static method in class com.mysql.jdbc.SQLError
 
createSQLException(String, String, int, ExceptionInterceptor) - Static method in class com.mysql.jdbc.SQLError
 
createSQLException(String, String, int, boolean, ExceptionInterceptor) - Static method in class com.mysql.jdbc.SQLError
 
createSQLException(String, String, int, boolean, ExceptionInterceptor, Connection) - Static method in class com.mysql.jdbc.SQLError
 
createSQLXML() - Method in class com.mysql.jdbc.JDBC4Connection
 
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.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.JDBC4Connection
 
currentCatalog - Variable in class com.mysql.jdbc.StatementImpl
The catalog in use
currentConnection - Variable in class com.mysql.jdbc.ReplicationConnection
 
currentPositionInBlob - Variable in class com.mysql.jdbc.BlobFromLocator.LocatorInputStream
 
currentRow - Variable in class com.mysql.jdbc.ResultSetImpl
The current row #, -1 == before start of result set

D

database - Variable in class com.mysql.jdbc.DatabaseMetaData
The 'current' database name being used
database(Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
Returns the database property from props
DatabaseMetaData - Class in com.mysql.jdbc
JDBC Interface to Mysql functions This class provides information about the database as a whole.
DatabaseMetaData(ConnectionImpl, String) - Constructor for class com.mysql.jdbc.DatabaseMetaData
Creates a new DatabaseMetaData object.
DatabaseMetaData.IteratorWithCleanup - Class in com.mysql.jdbc
 
DatabaseMetaData.IteratorWithCleanup() - Constructor for class com.mysql.jdbc.DatabaseMetaData.IteratorWithCleanup
 
DatabaseMetaData.LocalAndReferencedColumns - Class in com.mysql.jdbc
 
DatabaseMetaData.LocalAndReferencedColumns(List, List, String, String, String) - Constructor for class com.mysql.jdbc.DatabaseMetaData.LocalAndReferencedColumns
 
DatabaseMetaData.ResultSetIterator - Class in com.mysql.jdbc
 
DatabaseMetaData.ResultSetIterator(ResultSet, int) - Constructor for class com.mysql.jdbc.DatabaseMetaData.ResultSetIterator
 
DatabaseMetaData.SingleStringIterator - Class in com.mysql.jdbc
 
DatabaseMetaData.SingleStringIterator(String) - Constructor for class com.mysql.jdbc.DatabaseMetaData.SingleStringIterator
 
DatabaseMetaData.TypeDescriptor - Class in com.mysql.jdbc
Parses and represents common data type information used by various column/parameter methods.
DatabaseMetaData.TypeDescriptor(String, String) - Constructor for class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
 
DatabaseMetaDataUsingInfoSchema - Class in com.mysql.jdbc
DatabaseMetaData implementation that uses INFORMATION_SCHEMA available in MySQL-5.0 and newer.
DatabaseMetaDataUsingInfoSchema(ConnectionImpl, String) - Constructor for class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
 
dataDefinitionCausesTransactionCommit() - Method in class com.mysql.jdbc.DatabaseMetaData
Does a data definition statement within a transaction force the transaction to commit?
dataDefinitionIgnoredInTransactions() - Method in class com.mysql.jdbc.DatabaseMetaData
Is a data definition statement within a transaction ignored?
dataType - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
 
DBNAME_PROPERTY_KEY - Static variable in class com.mysql.jdbc.NonRegisteringDriver
Key used to retreive the database value from the properties instance passed to the driver.
dealWithInvocationException(InvocationTargetException) - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
 
DEBUG - Static variable in class com.mysql.jdbc.MysqlDefs
 
DEBUG - Static variable in class com.mysql.jdbc.NonRegisteringDriver
Should the driver generate debugging output?
decimalDigits - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
 
decrement() - Method in class com.mysql.jdbc.PreparedStatement.AppendingBatchVisitor
 
decrement() - Method in interface com.mysql.jdbc.PreparedStatement.BatchVisitor
 
DEFAULT_LOGGER_CLASS - Static variable in class com.mysql.jdbc.ConnectionImpl
Default logger class name
defaultTimeZone - Variable in class com.mysql.jdbc.ResultSetImpl
 
defaultValue - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
DELAYED_INSERT - Static variable in class com.mysql.jdbc.MysqlDefs
 
deleteRow() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Delete the current row from the result set and the underlying database.
deleteRow() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Delete the current row from the result set and the underlying database.
deletesAreDetected(int) - Method in class com.mysql.jdbc.DatabaseMetaData
JDBC 2.0 Determine whether or not a visible row delete can be detected by calling ResultSet.rowDeleted().
description - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
desiredJdbcType - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
destroy() - Method in class com.mysql.jdbc.BestResponseTimeBalanceStrategy
 
destroy() - Method in class com.mysql.jdbc.ConnectionImpl.ExceptionInterceptorChain
 
destroy() - Method in interface com.mysql.jdbc.Extension
Called by the driver when this extension should release any resources it is holding and cleanup internally before the connection is closed.
destroy() - Method in interface com.mysql.jdbc.JDBC4ClientInfoProvider
Called once by the driver when the connection this provider instance belongs to is being closed.
destroy() - Method in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
 
destroy() - Method in class com.mysql.jdbc.JDBC4CommentClientInfoProvider
 
destroy() - Method in class com.mysql.jdbc.NoSubInterceptorWrapper
 
destroy() - Method in class com.mysql.jdbc.RandomBalanceStrategy
 
destroy() - Method in class com.mysql.jdbc.ReflectiveStatementInterceptorAdapter
 
destroy() - Method in interface com.mysql.jdbc.StatementInterceptor
Called by the driver when this extension should release any resources it is holding and cleanup internally before the connection is closed.
destroy() - Method in interface com.mysql.jdbc.StatementInterceptorV2
Called by the driver when this extension should release any resources it is holding and cleanup internally before the connection is closed.
destroy() - Method in class com.mysql.jdbc.V1toV2StatementInterceptorAdapter
 
disableMultiQueries() - Method in class com.mysql.jdbc.MysqlIO
 
disableStreamingResults() - Method in interface com.mysql.jdbc.Statement
Resets this statements fetch size and result set type to the values they had before enableStreamingResults() was called.
disableStreamingResults() - Method in class com.mysql.jdbc.StatementImpl
 
DocsConnectionPropsHelper - Class in com.mysql.jdbc
 
DocsConnectionPropsHelper() - Constructor for class com.mysql.jdbc.DocsConnectionPropsHelper
 
doEscapeProcessing - Variable in class com.mysql.jdbc.StatementImpl
Should we process escape codes?
doesMaxRowSizeIncludeBlobs() - Method in class com.mysql.jdbc.DatabaseMetaData
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
doForAll() - Method in class com.mysql.jdbc.IterateBlock
 
doHandshake(String, String, String) - Method in class com.mysql.jdbc.MysqlIO
Initialize communications with the MySQL server.
doingUpdates - Variable in class com.mysql.jdbc.ResultSetImpl
Are we in the middle of doing updates to the current row?
domSourceToString() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
 
doPing() - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
 
doPing() - Method in interface com.mysql.jdbc.PingTarget
 
doPing() - Method in class com.mysql.jdbc.ReplicationConnection
 
doPingInstead() - Method in class com.mysql.jdbc.StatementImpl
 
doubleBinding - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
Driver - Class in com.mysql.jdbc
The Java SQL framework allows for multiple database drivers.
Driver() - Constructor for class com.mysql.jdbc.Driver
Construct a new driver and register it with DriverManager
Driver - Class in org.gjt.mm.mysql
Here for backwards compatibility with MM.MySQL
Driver() - Constructor for class org.gjt.mm.mysql.Driver
Creates a new instance of Driver
DROP_DB - Static variable in class com.mysql.jdbc.MysqlDefs
 
dump() - Method in class com.mysql.jdbc.Buffer
 
dump(int) - Method in class com.mysql.jdbc.Buffer
 
dumpAsHex(byte[], int) - Static method in class com.mysql.jdbc.StringUtils
Dumps the given bytes to STDOUT as a hex dump (up to length bytes).
dumpClampedBytes(int) - Method in class com.mysql.jdbc.Buffer
 
dumpHeader() - Method in class com.mysql.jdbc.Buffer
 
dumpNBytes(int, int) - Method in class com.mysql.jdbc.Buffer
 
dumpPacketRingBuffer() - Method in class com.mysql.jdbc.MysqlIO
 
dumpSqlStatesMappingsAsXml() - Static method in class com.mysql.jdbc.SQLError
 
dumpTestcaseQuery(String) - Method in class com.mysql.jdbc.ConnectionImpl
 
duplicate() - Method in class com.mysql.jdbc.ConnectionImpl
 

E

EMPTY_BYTE_ARRAY - Static variable in class com.mysql.jdbc.Constants
Avoids allocation of empty byte[] when representing 0-length strings.
EMPTY_SPACE - Static variable in class com.mysql.jdbc.ResultSetImpl
 
enabled() - Static method in class com.mysql.jdbc.ExportControlled
 
enableMultiQueries() - Method in class com.mysql.jdbc.MysqlIO
 
enableStreamingResults() - Method in interface com.mysql.jdbc.Statement
Workaround for containers that 'check' for sane values of Statement.setFetchSize() so that applications can use the Java variant of libmysql's mysql_use_result() behavior.
enableStreamingResults() - Method in class com.mysql.jdbc.StatementImpl
 
end - Variable in class com.mysql.jdbc.PreparedStatement.EndPoint
 
endCDATA() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
 
endDocument() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
 
ensureCapacity(int) - Method in class com.mysql.jdbc.Buffer
 
equals(Object) - Method in class com.mysql.jdbc.ConnectionImpl.CompoundCacheKey
 
ER_ABORTING_CONNECTION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_ACCESS_DENIED_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_ALTER_INFO - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_AUTO_CONVERT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_BAD_DB_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_BAD_FIELD_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_BAD_FT_COLUMN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_BAD_HOST_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_BAD_NULL_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_BAD_SLAVE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_BAD_SLAVE_UNTIL_COND - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_BAD_TABLE_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_BLOB_CANT_HAVE_DEFAULT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_BLOB_KEY_WITHOUT_LENGTH - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_BLOB_USED_AS_KEY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_BLOBS_AND_NO_TERMINATED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANNOT_ADD_FOREIGN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_AGGREGATE_2COLLATIONS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_AGGREGATE_3COLLATIONS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_AGGREGATE_NCOLLATIONS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_CREATE_DB - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_CREATE_FILE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_CREATE_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_CREATE_THREAD - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_DELETE_FILE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_DO_THIS_DURING_AN_TRANSACTION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_DROP_FIELD_OR_KEY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_FIND_DL_ENTRY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_FIND_SYSTEM_REC - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_FIND_UDF - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_GET_STAT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_GET_WD - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_INITIALIZE_UDF - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_LOCK - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_OPEN_FILE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_OPEN_LIBRARY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_READ_DIR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_REMOVE_ALL_FIELDS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_REOPEN_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_SET_WD - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_UPDATE_WITH_READLOCK - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CANT_USE_OPTION_HERE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CHECK_NO_SUCH_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CHECK_NOT_IMPLEMENTED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CHECKREAD - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_COLLATION_CHARSET_MISMATCH - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_COLUMNACCESS_DENIED_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CON_COUNT_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CONNECT_TO_MASTER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CORRUPT_HELP_DB - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CRASHED_ON_REPAIR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CRASHED_ON_USAGE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CREATE_DB_WITH_READ_LOCK - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CUT_VALUE_GROUP_CONCAT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CYCLIC_REFERENCE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_DB_CREATE_EXISTS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_DB_DROP_DELETE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_DB_DROP_EXISTS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_DB_DROP_RMDIR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_DBACCESS_DENIED_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_DELAYED_CANT_CHANGE_LOCK - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_DELAYED_INSERT_TABLE_LOCKED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_DERIVED_MUST_HAVE_ALIAS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_DISK_FULL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_DROP_DB_WITH_READ_LOCK - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_DROP_USER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_DUMP_NOT_IMPLEMENTED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_DUP_ARGUMENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_DUP_ENTRY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_DUP_FIELDNAME - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_DUP_KEY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_DUP_KEYNAME - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_DUP_UNIQUE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_DUPLICATED_VALUE_IN_TYPE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_EMPTY_QUERY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_ERROR_DURING_CHECKPOINT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_ERROR_DURING_COMMIT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_ERROR_DURING_FLUSH_LOGS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_ERROR_DURING_ROLLBACK - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_ERROR_MESSAGES - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_ERROR_ON_CLOSE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_ERROR_ON_READ - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_ERROR_ON_RENAME - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_ERROR_ON_WRITE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_ERROR_WHEN_EXECUTING_COMMAND - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_FEATURE_DISABLED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_FIELD_SPECIFIED_TWICE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_FILE_EXISTS_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_FILE_NOT_FOUND - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_FILE_USED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_FILSORT_ABORT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_FLUSH_MASTER_BINLOG_CLOSED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_FORCING_CLOSE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_FORM_NOT_FOUND - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_FT_MATCHING_KEY_NOT_FOUND - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_FUNCTION_NOT_DEFINED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_GET_ERRMSG - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_GET_ERRNO - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_GET_TEMPORARY_ERRMSG - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_GLOBAL_VARIABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_GOT_SIGNAL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_GRANT_WRONG_HOST_OR_USER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_HANDSHAKE_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_HASHCHK - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_HOST_IS_BLOCKED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_HOST_NOT_PRIVILEGED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_ILLEGAL_GRANT_FOR_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_ILLEGAL_HA - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_ILLEGAL_REFERENCE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_INCORRECT_GLOBAL_LOCAL_VAR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_INDEX_REBUILD - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_INSERT_INFO - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_INVALID_DEFAULT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_INVALID_GROUP_FUNC_USE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_INVALID_ON_UPDATE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_INVALID_USE_OF_NULL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_IPSOCK_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_KEY_COLUMN_DOES_NOT_EXITS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_KEY_DOES_NOT_EXITS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_KEY_NOT_FOUND - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_KEY_REF_DO_NOT_MATCH_TABLE_REF - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_KILL_DENIED_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_LOAD_INFO - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_LOCAL_VARIABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_LOCK_DEADLOCK - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_LOCK_OR_ACTIVE_TRANSACTION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_LOCK_TABLE_FULL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_LOCK_WAIT_TIMEOUT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_MASTER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_MASTER_FATAL_ERROR_READING_BINLOG - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_MASTER_INFO - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_MASTER_NET_READ - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_MASTER_NET_WRITE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_MISSING_SKIP_SLAVE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_MIX_OF_GROUP_FUNC_AND_FIELDS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_MIXING_NOT_ALLOWED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_MULTIPLE_PRI_KEY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NET_ERROR_ON_WRITE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NET_FCNTL_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NET_PACKET_TOO_LARGE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NET_PACKETS_OUT_OF_ORDER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NET_READ_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NET_READ_ERROR_FROM_PIPE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NET_READ_INTERRUPTED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NET_UNCOMPRESS_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NET_WRITE_INTERRUPTED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NEW_ABORTING_CONNECTION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NISAMCHK - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NO - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NO_DB_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NO_DEFAULT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NO_PERMISSION_TO_CREATE_USER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NO_RAID_COMPILED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NO_REFERENCED_ROW - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NO_SUCH_INDEX - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NO_SUCH_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NO_SUCH_THREAD - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NO_TABLES_USED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NO_UNIQUE_LOGFILE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NON_UNIQ_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NON_UPDATABLE_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NONEXISTING_GRANT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NONEXISTING_TABLE_GRANT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NONUNIQ_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NORMAL_SHUTDOWN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NOT_ALLOWED_COMMAND - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NOT_FORM_FILE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NOT_KEYFILE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NOT_SUPPORTED_AUTH_MODE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NOT_SUPPORTED_YET - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NULL_COLUMN_IN_INDEX - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_OLD_KEYFILE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_OPEN_AS_READONLY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_OPERAND_COLUMNS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_OPTION_PREVENTS_STATEMENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_OUT_OF_RESOURCES - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_OUT_OF_SORTMEMORY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_OUTOFMEMORY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_PARSE_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_PASSWORD_ANONYMOUS_USER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_PASSWORD_NO_MATCH - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_PASSWORD_NOT_ALLOWED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_PRIMARY_CANT_HAVE_NULL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_QUERY_ON_MASTER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_READ_ONLY_TRANSACTION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_READY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_RECORD_FILE_FULL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_REGEXP_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_REQUIRES_PRIMARY_KEY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_REVOKE_GRANTS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_ROW_IS_REFERENCED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_SELECT_REDUCED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_SERVER_IS_IN_SECURE_AUTH_MODE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_SERVER_SHUTDOWN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_SET_CONSTANTS_ONLY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_SHUTDOWN_COMPLETE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_SLAVE_IGNORED_SSL_PARAMS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_SLAVE_IGNORED_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_SLAVE_MUST_STOP - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_SLAVE_NOT_RUNNING - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_SLAVE_THREAD - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_SLAVE_WAS_NOT_RUNNING - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_SLAVE_WAS_RUNNING - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_SPATIAL_CANT_HAVE_NULL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_SPECIFIC_ACCESS_DENIED_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_STACK_OVERRUN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_SUBQUERY_NO_1_ROW - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_SYNTAX_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TABLE_CANT_HANDLE_AUTO_INCREMENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TABLE_CANT_HANDLE_BLOB - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TABLE_CANT_HANDLE_FT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TABLE_EXISTS_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TABLE_MUST_HAVE_COLUMNS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TABLE_NOT_LOCKED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TABLE_NOT_LOCKED_FOR_WRITE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TABLEACCESS_DENIED_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TABLENAME_NOT_ALLOWED_HERE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TEXTFILE_NOT_READABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TOO_BIG_FIELDLENGTH - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TOO_BIG_FOR_UNCOMPRESS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TOO_BIG_ROWSIZE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TOO_BIG_SELECT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TOO_BIG_SET - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TOO_LONG_IDENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TOO_LONG_KEY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TOO_LONG_STRING - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TOO_MANY_DELAYED_THREADS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TOO_MANY_FIELDS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TOO_MANY_KEY_PARTS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TOO_MANY_KEYS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TOO_MANY_ROWS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TOO_MANY_TABLES - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TOO_MANY_USER_CONNECTIONS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TOO_MUCH_AUTO_TIMESTAMP_COLS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TRANS_CACHE_FULL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TRUNCATED_WRONG_VALUE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_UDF_EXISTS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_UDF_NO_PATHS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_UNEXPECTED_EOF - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_UNION_TABLES_IN_DIFFERENT_DIR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_UNKNOWN_CHARACTER_SET - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_UNKNOWN_COLLATION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_UNKNOWN_COM_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_UNKNOWN_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_UNKNOWN_KEY_CACHE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_UNKNOWN_PROCEDURE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_UNKNOWN_STMT_HANDLER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_UNKNOWN_STORAGE_ENGINE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_UNKNOWN_SYSTEM_VARIABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_UNKNOWN_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_UNSUPPORTED_EXTENSION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_UNSUPPORTED_PS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_UNTIL_COND_IGNORED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_UPDATE_INFO - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_UPDATE_TABLE_USED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_USER_LIMIT_REACHED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_VAR_CANT_BE_READ - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_VARIABLE_IS_NOT_STRUCT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WARN_DATA_OUT_OF_RANGE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WARN_DATA_TRUNCATED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_SYNTAX - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WARN_FIELD_RESOLVED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WARN_HOSTNAME_WONT_WORK - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WARN_NULL_TO_NOTNULL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WARN_QC_RESIZE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WARN_TOO_FEW_RECORDS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WARN_TOO_MANY_RECORDS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WARN_USING_OTHER_HANDLER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WARNING_NOT_COMPLETE_ROLLBACK - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WARNING_NOT_COMPLETE_ROLLBACK - Static variable in class com.mysql.jdbc.SQLError
 
ER_WRONG_ARGUMENTS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_AUTO_KEY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_COLUMN_NAME - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_DB_NAME - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_FIELD_SPEC - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_FIELD_TERMINATORS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_FIELD_WITH_GROUP - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_FK_DEF - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_GROUP_FIELD - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_KEY_COLUMN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_MRG_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_NAME_FOR_CATALOG - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_NAME_FOR_INDEX - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_OUTER_JOIN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_PARAMCOUNT_TO_PROCEDURE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_PARAMETERS_TO_PROCEDURE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_SUB_KEY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_SUM_SELECT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_TABLE_NAME - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_TYPE_FOR_VAR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_USAGE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_VALUE_COUNT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_VALUE_COUNT_ON_ROW - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_WRONG_VALUE_FOR_VAR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_XA_RMERR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_YES - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_ZLIB_Z_BUF_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_ZLIB_Z_DATA_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_ZLIB_Z_MEM_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
escapedSql - Variable in class com.mysql.jdbc.EscapeProcessorResult
 
escapeEasternUnicodeByteStream(byte[], String, int, int) - Static method in class com.mysql.jdbc.StringUtils
Unfortunately, SJIS has 0x5c as a high byte in some of its double-byte characters, so we need to escape it.
EscapeProcessor - Class in com.mysql.jdbc
 
EscapeProcessor() - Constructor for class com.mysql.jdbc.EscapeProcessor
 
EscapeProcessorResult - Class in com.mysql.jdbc
Wraps output from EscapeProcessor, to help prevent multiple passes over the query string, to detect characters such as '@' (defining/using a variable), which are used further up the call stack to handle failover.
EscapeProcessorResult() - Constructor for class com.mysql.jdbc.EscapeProcessorResult
 
escapeSQL(String, boolean, ConnectionImpl) - Static method in class com.mysql.jdbc.EscapeProcessor
Escape process one string
EscapeTokenizer - Class in com.mysql.jdbc
EscapeTokenizer breaks up an SQL statement into SQL and escape code parts.
EscapeTokenizer(String) - Constructor for class com.mysql.jdbc.EscapeTokenizer
Creates a new EscapeTokenizer object.
eventSink - Variable in class com.mysql.jdbc.ResultSetImpl
 
eventSink - Variable in class com.mysql.jdbc.StatementImpl
If we're profiling, where should events go to?
ExceptionInterceptor - Interface in com.mysql.jdbc
 
exceptionInterceptor - Variable in class com.mysql.jdbc.ResultSetRow
 
execSQL(StatementImpl, String, int, Buffer, int, int, boolean, String, Field[]) - Method in class com.mysql.jdbc.ConnectionImpl
Send a query to the server.
execSQL(StatementImpl, String, int, Buffer, int, int, boolean, String, Field[], boolean) - Method in class com.mysql.jdbc.ConnectionImpl
 
execute() - Method in class com.mysql.jdbc.CallableStatement
 
execute() - Method in class com.mysql.jdbc.PreparedStatement
Some prepared statements return multiple results; the execute method handles these complex statements as well as the simpler form of statements handled by executeQuery and executeUpdate
execute(String) - Method in class com.mysql.jdbc.StatementImpl
Execute a SQL statement that may return multiple results.
execute(String, int) - Method in class com.mysql.jdbc.StatementImpl
 
execute(String, int[]) - Method in class com.mysql.jdbc.StatementImpl
 
execute(String, String[]) - Method in class com.mysql.jdbc.StatementImpl
 
executeBatch() - Method in class com.mysql.jdbc.CallableStatement
 
executeBatch() - Method in class com.mysql.jdbc.PreparedStatement
JDBC 2.0 Submit a batch of commands to the database for execution.
executeBatch() - Method in class com.mysql.jdbc.StatementImpl
JDBC 2.0 Submit a batch of commands to the database for execution.
executeBatchedInserts(int) - Method in class com.mysql.jdbc.PreparedStatement
Rewrites the already prepared statement into a multi-value insert statement of 'statementsPerBatch' values and executes the entire batch using this new statement.
executeBatchSerially(int) - Method in class com.mysql.jdbc.PreparedStatement
Executes the current batch of statements by executing them one-by-one.
executeBatchSerially(int) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
executeInternal(int, Buffer, boolean, boolean, Field[], boolean) - Method in class com.mysql.jdbc.PreparedStatement
Actually execute the prepared statement.
executeInternal(int, Buffer, boolean, boolean, Field[], boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
executePreparedBatchAsMultiStatement(int) - Method in class com.mysql.jdbc.PreparedStatement
Rewrites the already prepared statement into a multi-statement query of 'statementsPerBatch' values and executes the entire batch using this new statement.
executeQuery() - Method in class com.mysql.jdbc.CallableStatement
 
executeQuery() - Method in class com.mysql.jdbc.PreparedStatement
A Prepared SQL query is executed and its ResultSet is returned
executeQuery(String) - Method in class com.mysql.jdbc.StatementImpl
Execute a SQL statement that retruns a single ResultSet
executeSimpleNonQuery(ConnectionImpl, String) - Method in class com.mysql.jdbc.StatementImpl
 
executeTopLevelOnly() - Method in class com.mysql.jdbc.NoSubInterceptorWrapper
 
executeTopLevelOnly() - Method in class com.mysql.jdbc.ReflectiveStatementInterceptorAdapter
 
executeTopLevelOnly() - Method in interface com.mysql.jdbc.StatementInterceptor
Should the driver execute this interceptor only for the "original" top-level query, and not put it in the execution path for queries that may be executed from other interceptors?
executeTopLevelOnly() - Method in interface com.mysql.jdbc.StatementInterceptorV2
Should the driver execute this interceptor only for the "original" top-level query, and not put it in the execution path for queries that may be executed from other interceptors?
executeTopLevelOnly() - Method in class com.mysql.jdbc.V1toV2StatementInterceptorAdapter
 
executeUpdate() - Method in class com.mysql.jdbc.CallableStatement
 
executeUpdate() - Method in class com.mysql.jdbc.PreparedStatement
Execute a SQL INSERT, UPDATE or DELETE statement.
executeUpdate(boolean, boolean) - Method in class com.mysql.jdbc.PreparedStatement
 
executeUpdate(byte[][], InputStream[], boolean[], int[], boolean[], boolean) - Method in class com.mysql.jdbc.PreparedStatement
Added to allow batch-updates
executeUpdate(String) - Method in class com.mysql.jdbc.StatementImpl
Execute a SQL INSERT, UPDATE or DELETE statement.
executeUpdate(String, boolean, boolean) - Method in class com.mysql.jdbc.StatementImpl
 
executeUpdate(String, int) - Method in class com.mysql.jdbc.StatementImpl
 
executeUpdate(String, int[]) - Method in class com.mysql.jdbc.StatementImpl
 
executeUpdate(String, String[]) - Method in class com.mysql.jdbc.StatementImpl
 
explainSlowQuery(byte[], String) - Method in class com.mysql.jdbc.MysqlIO
Runs an 'EXPLAIN' on the given query and dumps the results to the log
ExportControlled - Class in com.mysql.jdbc
Holds functionality that falls under export-control regulations.
exposeAsDriverPropertyInfo(Properties, int) - Static method in class com.mysql.jdbc.ConnectionPropertiesImpl
Exposes all ConnectionPropertyInfo instances as DriverPropertyInfo
exposeAsDriverPropertyInfoInternal(Properties, int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
exposeAsProperties(Properties) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
exposeAsXml() - Method in interface com.mysql.jdbc.ConnectionProperties
Returns a description of the connection properties as an XML document.
exposeAsXml() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
exposeAsXml() - Method in class com.mysql.jdbc.ReplicationConnection
 
Extension - Interface in com.mysql.jdbc
 
extractForeignKeyForTable(ArrayList, ResultSet, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Extracts foreign key info for one table.
extractForeignKeyFromCreateTable(String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Creates a result set similar enough to 'SHOW TABLE STATUS' to allow the same code to work on extracting the foreign key data
extractSqlFromPacket(String, Buffer, int) - Method in class com.mysql.jdbc.ConnectionImpl
 

F

fastDateCal - Variable in class com.mysql.jdbc.ResultSetImpl
 
fastDateCreate(Calendar, int, int, int) - Method in class com.mysql.jdbc.ResultSetImpl
 
fastDateCreate(boolean, Calendar, Calendar, int, int, int) - Static method in class com.mysql.jdbc.TimeUtil
 
fastDateCreate(int, int, int, Calendar) - Static method in class com.mysql.jdbc.TimeUtil
 
fastSkipLenByteArray() - Method in class com.mysql.jdbc.Buffer
 
fastSkipLenString() - Method in class com.mysql.jdbc.Buffer
Skip over a length-encoded string
fastTimeCreate(Calendar, int, int, int) - Method in class com.mysql.jdbc.ResultSetImpl
 
fastTimeCreate(Calendar, int, int, int, ExceptionInterceptor) - Static method in class com.mysql.jdbc.TimeUtil
 
fastTimeCreate(int, int, int, Calendar, ExceptionInterceptor) - Static method in class com.mysql.jdbc.TimeUtil
 
fastTimestampCreate(Calendar, int, int, int, int, int, int, int) - Method in class com.mysql.jdbc.ResultSetImpl
 
fastTimestampCreate(boolean, Calendar, Calendar, int, int, int, int, int, int, int) - Static method in class com.mysql.jdbc.TimeUtil
 
fastTimestampCreate(TimeZone, int, int, int, int, int, int, int) - Static method in class com.mysql.jdbc.TimeUtil
 
fetchDirection - Variable in class com.mysql.jdbc.ResultSetImpl
The direction to fetch rows (always FETCH_FORWARD)
fetchRowsViaCursor(List, long, Field[], int, boolean) - Method in class com.mysql.jdbc.MysqlIO
 
fetchSize - Variable in class com.mysql.jdbc.ResultSetImpl
The number of rows to fetch in one go...
Field - Class in com.mysql.jdbc
Field is a class used to describe fields in a ResultSet
Field(ConnectionImpl, byte[], int, int, int, int, int, int, int, int, int, int, long, int, short, int, int, int, int) - Constructor for class com.mysql.jdbc.Field
Constructor used when communicating with 4.1 and newer servers
Field(ConnectionImpl, byte[], int, int, int, int, int, int, short, int) - Constructor for class com.mysql.jdbc.Field
Constructor used when communicating with pre 4.1 servers
Field(String, String, int, int) - Constructor for class com.mysql.jdbc.Field
Constructor used by DatabaseMetaData methods.
Field(String, String, int, int, int) - Constructor for class com.mysql.jdbc.Field
Used by prepared statements to re-use result set data conversion methods when generating bound parmeter retrieval instance for statement interceptors.
FIELD_LIST - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_BIT - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_BLOB - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_DATE - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_DATETIME - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_DECIMAL - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_DOUBLE - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_ENUM - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_FLOAT - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_GEOMETRY - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_INT24 - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_LONG - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_LONG_BLOB - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_LONGLONG - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_MEDIUM_BLOB - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_NEW_DECIMAL - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_NEWDATE - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_NULL - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_SET - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_SHORT - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_STRING - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_TIME - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_TIMESTAMP - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_TINY - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_TINY_BLOB - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_VAR_STRING - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_VARCHAR - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_YEAR - Static variable in class com.mysql.jdbc.MysqlDefs
 
fields - Variable in class com.mysql.jdbc.CachedResultSetMetaData
Cached Field info
fields - Variable in class com.mysql.jdbc.ResultSetImpl
The fields for this result set
fields - Variable in class com.mysql.jdbc.ResultSetMetaData
 
fillSendPacket() - Method in class com.mysql.jdbc.PreparedStatement
Creates the packet that contains the query to be sent to the server.
fillSendPacket(byte[][], InputStream[], boolean[], int[]) - Method in class com.mysql.jdbc.PreparedStatement
Creates the packet that contains the query to be sent to the server.
fillSendPacket() - Method in class com.mysql.jdbc.ServerPreparedStatement
 
fillSendPacket(byte[][], InputStream[], boolean[], int[]) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
finalize() - Method in class com.mysql.jdbc.ConnectionImpl
DOCUMENT ME!
findColumn(String) - Method in class com.mysql.jdbc.ResultSetImpl
 
findStartOfStatement(String) - Method in class com.mysql.jdbc.StatementImpl
 
first() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Moves to the first row in the result set.
first() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Moves to the first row in the result set.
firstAlphaCharUc(String, int) - Static method in class com.mysql.jdbc.StringUtils
 
firstCharOfQuery - Variable in class com.mysql.jdbc.ResultSetImpl
First character of the query that created this result set...Used to determine whether or not to parse server info messages in certain circumstances.
firstCharOfStmt - Variable in class com.mysql.jdbc.PreparedStatement
What is the first character of the prepared statement (used to check for SELECT vs.
firstNonWsCharUc(String) - Static method in class com.mysql.jdbc.StringUtils
Returns the first non whitespace char, converted to upper case
firstNonWsCharUc(String, int) - Static method in class com.mysql.jdbc.StringUtils
 
firstStmtChar - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
 
fixDecimalExponent(String) - Static method in class com.mysql.jdbc.StringUtils
Adds '+' to decimal numbers that are positive (MySQL doesn't understand them otherwise
fixParameterName(String) - Method in class com.mysql.jdbc.CallableStatement
Adds 'at' symbol to beginning of parameter names if needed.
floatBinding - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
forceClose() - Method in class com.mysql.jdbc.MysqlIO
Forcibly closes the underlying socket to MySQL.
forEach(Object) - Method in class com.mysql.jdbc.IterateBlock
 
foundLimitClause - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
 
foundLoadData - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
 
free() - Method in class com.mysql.jdbc.Blob
This method frees the Blob object and releases the resources that it holds.
free() - Method in class com.mysql.jdbc.BlobFromLocator
 
free() - Method in class com.mysql.jdbc.Clob
 
free() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
 
fullColumnNameToIndex - Variable in class com.mysql.jdbc.CachedResultSetMetaData
Map of fully-specified column names to column indices
fullColumnNameToIndex - Variable in class com.mysql.jdbc.ResultSetImpl
Map of fully-specified column names to column indices
fullIteration() - Method in class com.mysql.jdbc.IterateBlock
 

G

generateConnectionCommentBlock(StringBuffer) - Method in class com.mysql.jdbc.ConnectionImpl
 
generatePingResultSet() - Method in class com.mysql.jdbc.StatementImpl
 
generateStatements() - Method in class com.mysql.jdbc.UpdatableResultSet
Figure out whether or not this ResultSet is updateable, and if so, generate the PreparedStatements to support updates.
get(String) - Static method in class com.mysql.jdbc.SQLError
 
getActiveStatementCount() - Method in interface com.mysql.jdbc.Connection
Returns the number of statements active on this connection, which haven't been .close()d.
getActiveStatementCount() - Method in class com.mysql.jdbc.ConnectionImpl
 
getActiveStatementCount() - Method in class com.mysql.jdbc.ReplicationConnection
 
getAllowableValues() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.BooleanConnectionProperty
 
getAllowableValues() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
getAllowableValues() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
 
getAllowLoadLocalInfile() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getAllowLoadLocalInfile() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getAllowLoadLocalInfile() - Method in class com.mysql.jdbc.ReplicationConnection
 
getAllowMultiQueries() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getAllowMultiQueries() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getAllowMultiQueries() - Method in class com.mysql.jdbc.ReplicationConnection
 
getAllowNanAndInf() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getAllowNanAndInf() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getAllowNanAndInf() - Method in class com.mysql.jdbc.ReplicationConnection
 
getAllowUrlInLocalInfile() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getAllowUrlInLocalInfile() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getAllowUrlInLocalInfile() - Method in class com.mysql.jdbc.ReplicationConnection
 
getAlwaysSendSetIsolation() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getAlwaysSendSetIsolation() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getAlwaysSendSetIsolation() - Method in class com.mysql.jdbc.ReplicationConnection
 
getArray(int) - Method in class com.mysql.jdbc.CallableStatement
 
getArray(String) - Method in class com.mysql.jdbc.CallableStatement
 
getArray(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getArray(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getArray(int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Get an array column.
getArray(String) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Get an array column.
getAsciiStream() - Method in class com.mysql.jdbc.Clob
 
getAsciiStream(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getAsciiStream(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getAsciiStream(int) - Method in class com.mysql.jdbc.ResultSetImpl
A column value can be retrieved as a stream of ASCII characters and then read in chunks from the stream.
getAsciiStream(String) - Method in class com.mysql.jdbc.ResultSetImpl
DOCUMENT ME!
getAsDriverPropertyInfo() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
getAt(int) - Method in interface com.mysql.jdbc.RowData
Only works on non dynamic result sets.
getAt(int) - Method in class com.mysql.jdbc.RowDataCursor
Only works on non dynamic result sets.
getAt(int) - Method in class com.mysql.jdbc.RowDataDynamic
Only works on non dynamic result sets.
getAt(int) - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
getAttributes(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
 
getAutoClosePStmtStreams() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getAutoClosePStmtStreams() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getAutoClosePStmtStreams() - Method in class com.mysql.jdbc.ReplicationConnection
 
getAutoCommit() - Method in class com.mysql.jdbc.ConnectionImpl
Gets the current auto-commit state
getAutoCommit() - Method in class com.mysql.jdbc.ReplicationConnection
 
getAutoDeserialize() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getAutoDeserialize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getAutoDeserialize() - Method in class com.mysql.jdbc.ReplicationConnection
 
getAutoGenerateTestcaseScript() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getAutoGenerateTestcaseScript() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getAutoGenerateTestcaseScript() - Method in class com.mysql.jdbc.ReplicationConnection
 
getAutoIncrementIncrement() - Method in interface com.mysql.jdbc.Connection
Returns the -session- value of 'auto_increment_increment' from the server if it exists, or '1' if not.
getAutoIncrementIncrement() - Method in class com.mysql.jdbc.ConnectionImpl
 
getAutoIncrementIncrement() - Method in class com.mysql.jdbc.ReplicationConnection
 
getAutoReconnectForPools() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getAutoReconnectForPools() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getAutoReconnectForPools() - Method in class com.mysql.jdbc.ReplicationConnection
 
getAutoSlowLog() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getAutoSlowLog() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getAutoSlowLog() - Method in class com.mysql.jdbc.ReplicationConnection
 
getBatchedGeneratedKeys(Statement) - Method in class com.mysql.jdbc.StatementImpl
 
getBatchedGeneratedKeys(int) - Method in class com.mysql.jdbc.StatementImpl
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of a table's optimal set of columns that uniquely identifies a row.
getBigDecimal(int) - Method in class com.mysql.jdbc.CallableStatement
 
getBigDecimal(int, int) - Method in class com.mysql.jdbc.CallableStatement
Deprecated.  
getBigDecimal(String) - Method in class com.mysql.jdbc.CallableStatement
 
getBigDecimal(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getBigDecimal(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getBigDecimal(int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Get the value of a column in the current row as a java.math.BigDecimal object.
getBigDecimal(int, int) - Method in class com.mysql.jdbc.ResultSetImpl
Deprecated.  
getBigDecimal(String) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Get the value of a column in the current row as a java.math.BigDecimal object.
getBigDecimal(String, int) - Method in class com.mysql.jdbc.ResultSetImpl
Deprecated.  
getBinaryInputStream(int) - Method in class com.mysql.jdbc.BufferRow
 
getBinaryInputStream(int) - Method in class com.mysql.jdbc.ByteArrayRow
 
getBinaryInputStream(int) - Method in class com.mysql.jdbc.ResultSetRow
Returns data at the given index as an InputStream with no character conversion.
getBinaryPassword(int[], boolean) - Static method in class com.mysql.jdbc.Security
DOCUMENT ME!
getBinaryStream() - Method in class com.mysql.jdbc.Blob
Retrieves the BLOB designated by this Blob instance as a stream.
getBinaryStream(long, long) - Method in class com.mysql.jdbc.Blob
Returns an InputStream object that contains a partial Blob value, starting with the byte specified by pos, which is length bytes in length.
getBinaryStream() - Method in class com.mysql.jdbc.BlobFromLocator
Retrieves the BLOB designated by this Blob instance as a stream.
getBinaryStream(long, long) - Method in class com.mysql.jdbc.BlobFromLocator
 
getBinaryStream() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
 
getBinaryStream(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getBinaryStream(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getBinaryStream(int) - Method in class com.mysql.jdbc.ResultSetImpl
A column value can also be retrieved as a binary stream.
getBinaryStream(String) - Method in class com.mysql.jdbc.ResultSetImpl
DOCUMENT ME!
getBinding(int, boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
Returns the structure representing the value that (can be)/(is) bound at the given parameter index.
getBlob(int) - Method in class com.mysql.jdbc.CallableStatement
 
getBlob(String) - Method in class com.mysql.jdbc.CallableStatement
 
getBlob(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getBlob(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getBlob(int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Get a BLOB column.
getBlob(String) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Get a BLOB column.
getBlobsAreStrings() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getBlobsAreStrings() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getBlobsAreStrings() - Method in class com.mysql.jdbc.ReplicationConnection
 
getBlobSendChunkSize() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getBlobSendChunkSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getBlobSendChunkSize() - Method in class com.mysql.jdbc.ReplicationConnection
 
getBoolean(int) - Method in class com.mysql.jdbc.CallableStatement
 
getBoolean(String) - Method in class com.mysql.jdbc.CallableStatement
 
getBoolean(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getBoolean(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getBoolean(int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a Java boolean
getBoolean(String) - Method in class com.mysql.jdbc.ResultSetImpl
DOCUMENT ME!
getBoundLength() - Method in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
getBufferSource() - Method in class com.mysql.jdbc.Buffer
 
getBufLength() - Method in class com.mysql.jdbc.Buffer
 
getByte(int) - Method in class com.mysql.jdbc.CallableStatement
 
getByte(String) - Method in class com.mysql.jdbc.CallableStatement
 
getByte(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getByte(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getByte(int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a Java byte.
getByte(String) - Method in class com.mysql.jdbc.ResultSetImpl
DOCUMENT ME!
getByteBuffer() - Method in class com.mysql.jdbc.Buffer
Returns the array of bytes this Buffer is using to read from.
getBytes(long, int) - Method in class com.mysql.jdbc.Blob
Returns as an array of bytes, part or all of the BLOB value that this Blob object designates.
getBytes(long, int) - Method in class com.mysql.jdbc.BlobFromLocator
Returns as an array of bytes, part or all of the BLOB value that this Blob object designates.
getBytes(int) - Method in class com.mysql.jdbc.Buffer
 
getBytes(int, int) - Method in class com.mysql.jdbc.Buffer
 
getBytes(int) - Method in class com.mysql.jdbc.CallableStatement
 
getBytes(String) - Method in class com.mysql.jdbc.CallableStatement
 
getBytes(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getBytes(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getBytes(int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a Java byte array.
getBytes(int, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
 
getBytes(String) - Method in class com.mysql.jdbc.ResultSetImpl
DOCUMENT ME!
getBytes(int) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
getBytes(char[], SingleByteCharsetConverter, String, String, boolean, ExceptionInterceptor) - Static method in class com.mysql.jdbc.StringUtils
 
getBytes(char[], SingleByteCharsetConverter, String, String, int, int, boolean, ExceptionInterceptor) - Static method in class com.mysql.jdbc.StringUtils
 
getBytes(char[], String, String, boolean, ConnectionImpl, ExceptionInterceptor) - Static method in class com.mysql.jdbc.StringUtils
 
getBytes(String, SingleByteCharsetConverter, String, String, boolean, ExceptionInterceptor) - Static method in class com.mysql.jdbc.StringUtils
Returns the byte[] representation of the given string (re)using the given charset converter, and the given encoding.
getBytes(String, SingleByteCharsetConverter, String, String, int, int, boolean, ExceptionInterceptor) - Static method in class com.mysql.jdbc.StringUtils
DOCUMENT ME!
getBytes(String, String, String, boolean, ConnectionImpl, ExceptionInterceptor) - Static method in class com.mysql.jdbc.StringUtils
Returns the byte[] representation of the given string using given encoding.
getBytesInternal(PreparedStatement, long, int) - Method in class com.mysql.jdbc.BlobFromLocator
 
getBytesRepresentation(int) - Method in class com.mysql.jdbc.PreparedStatement
DOCUMENT ME!
getBytesRepresentationForBatch(int, int) - Method in class com.mysql.jdbc.PreparedStatement
Get bytes representation for a parameter in a statement batch.
getBytesSize() - Method in class com.mysql.jdbc.BufferRow
 
getBytesSize() - Method in class com.mysql.jdbc.ByteArrayRow
 
getBytesSize() - Method in class com.mysql.jdbc.ResultSetImpl
 
getBytesSize() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
 
getBytesSize() - Method in class com.mysql.jdbc.ResultSetRow
 
getBytesWrapped(String, char, char, SingleByteCharsetConverter, String, String, boolean, ExceptionInterceptor) - Static method in class com.mysql.jdbc.StringUtils
 
getCacheCallableStatements() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getCacheCallableStatements() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getCacheCallableStatements() - Method in class com.mysql.jdbc.ReplicationConnection
 
getCacheCallableStmts() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getCacheCallableStmts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getCacheCallableStmts() - Method in class com.mysql.jdbc.ReplicationConnection
 
getCachedMetaData(String) - Method in class com.mysql.jdbc.ConnectionImpl
Returns cached metadata (or null if not cached) for the given query, which must match _exactly_.
getCachePreparedStatements() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getCachePreparedStatements() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getCachePreparedStatements() - Method in class com.mysql.jdbc.ReplicationConnection
 
getCachePrepStmts() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getCachePrepStmts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getCachePrepStmts() - Method in class com.mysql.jdbc.ReplicationConnection
 
getCacheResultSetMetadata() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getCacheResultSetMetadata() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getCacheResultSetMetadata() - Method in class com.mysql.jdbc.ReplicationConnection
 
getCacheServerConfiguration() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getCacheServerConfiguration() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getCacheServerConfiguration() - Method in class com.mysql.jdbc.ReplicationConnection
 
getCalendarInstanceForSessionOrNew() - Method in class com.mysql.jdbc.ConnectionImpl
Optimization to only use one calendar per-session, or calculate it for each call, depending on user configuration
getCalendarInstanceForSessionOrNew() - Method in class com.mysql.jdbc.ResultSetImpl
Optimization to only use one calendar per-session, or calculate it for each call, depending on user configuration
getCalendarInstanceForSessionOrNew() - Method in class com.mysql.jdbc.StatementImpl
Optimization to only use one calendar per-session, or calculate it for each call, depending on user configuration
getCallableStatementCacheSize() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getCallableStatementCacheSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getCallableStatementCacheSize() - Method in class com.mysql.jdbc.ReplicationConnection
 
getCallableStmtCacheSize() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getCallableStmtCacheSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getCallableStmtCacheSize() - Method in class com.mysql.jdbc.ReplicationConnection
 
getCancelTimer() - Method in class com.mysql.jdbc.ConnectionImpl
 
getCanoncialTimezone(String, ExceptionInterceptor) - Static method in class com.mysql.jdbc.TimeUtil
Returns the 'official' Java timezone name for the given timezone
getCapacity() - Method in class com.mysql.jdbc.Buffer
 
getCapitalizeTypeNames() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getCapitalizeTypeNames() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getCapitalizeTypeNames() - Method in class com.mysql.jdbc.ReplicationConnection
 
getCatalog() - Method in class com.mysql.jdbc.ConnectionImpl
Return the connections current catalog name, or null if no catalog name is set, or we dont support catalogs.
getCatalog() - Method in class com.mysql.jdbc.ReplicationConnection
 
getCatalogIterator(String) - Method in class com.mysql.jdbc.DatabaseMetaData
 
getCatalogName(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What's a column's table's catalog name?
getCatalogs() - Method in class com.mysql.jdbc.DatabaseMetaData
Get the catalog names available in this database.
getCatalogSeparator() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the separator between catalog and table name?
getCatalogTerm() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the database vendor's preferred term for "catalog"?
getCategoryName() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
getCharacterEncodingForErrorMessages(ConnectionImpl) - Static method in class com.mysql.jdbc.CharsetMapping
Returns the character encoding for error messages returned from the server.
getCharacterSet() - Method in class com.mysql.jdbc.Field
Returns the character set (if known) for this field.
getCharacterSetMetadata() - Method in class com.mysql.jdbc.ConnectionImpl
 
getCharacterSetResults() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getCharacterSetResults() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getCharacterSetResults() - Method in class com.mysql.jdbc.ReplicationConnection
 
getCharacterStream() - Method in class com.mysql.jdbc.Clob
 
getCharacterStream(long, long) - Method in class com.mysql.jdbc.Clob
 
getCharacterStream(int) - Method in class com.mysql.jdbc.JDBC4CallableStatement
 
getCharacterStream(String) - Method in class com.mysql.jdbc.JDBC4CallableStatement
 
getCharacterStream() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
Retrieves the XML value designated by this SQLXML instance as a java.io.Reader object.
getCharacterStream(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getCharacterStream(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getCharacterStream(int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Get the value of a column in the current row as a java.io.Reader.
getCharacterStream(String) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Get the value of a column in the current row as a java.io.Reader.
getCharsetConverter(String) - Method in class com.mysql.jdbc.ConnectionImpl
Returns the locally mapped instance of a charset converter (to avoid overhead of static synchronization).
getCharsetIndexForMysqlEncodingName(String) - Static method in class com.mysql.jdbc.CharsetMapping
 
getCharsetNameForIndex(int) - Method in class com.mysql.jdbc.ConnectionImpl
Returns the Java character encoding name for the given MySQL server charset index
getClassNameForJavaType(int, boolean, int, boolean, boolean) - Static method in class com.mysql.jdbc.ResultSetMetaData
 
getClientCertificateKeyStorePassword() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getClientCertificateKeyStorePassword() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getClientCertificateKeyStorePassword() - Method in class com.mysql.jdbc.ReplicationConnection
 
getClientCertificateKeyStoreType() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getClientCertificateKeyStoreType() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getClientCertificateKeyStoreType() - Method in class com.mysql.jdbc.ReplicationConnection
 
getClientCertificateKeyStoreUrl() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getClientCertificateKeyStoreUrl() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getClientCertificateKeyStoreUrl() - Method in class com.mysql.jdbc.ReplicationConnection
 
getClientInfo(Connection) - Method in interface com.mysql.jdbc.JDBC4ClientInfoProvider
Returns the client info for the connection that this provider instance belongs to.
getClientInfo(Connection, String) - Method in interface com.mysql.jdbc.JDBC4ClientInfoProvider
Returns the client info for the connection that this provider instance belongs to.
getClientInfo(Connection) - Method in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
 
getClientInfo(Connection, String) - Method in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
 
getClientInfo(Connection) - Method in class com.mysql.jdbc.JDBC4CommentClientInfoProvider
 
getClientInfo(Connection, String) - Method in class com.mysql.jdbc.JDBC4CommentClientInfoProvider
 
getClientInfo() - Method in class com.mysql.jdbc.JDBC4Connection
 
getClientInfo(String) - Method in class com.mysql.jdbc.JDBC4Connection
 
getClientInfoBulkSp - Variable in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
 
getClientInfoProperties() - Method in class com.mysql.jdbc.JDBC4DatabaseMetaData
Retrieves a list of the client info properties that the driver supports.
getClientInfoProvider() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getClientInfoProvider() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getClientInfoProvider() - Method in class com.mysql.jdbc.ReplicationConnection
 
getClientInfoProviderImpl() - Method in class com.mysql.jdbc.JDBC4Connection
 
getClientInfoSp - Variable in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
 
getClob(int) - Method in class com.mysql.jdbc.CallableStatement
 
getClob(String) - Method in class com.mysql.jdbc.CallableStatement
 
getClob(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getClob(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getClob(int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Get a CLOB column.
getClob(String) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Get a CLOB column.
getClobberStreamingResults() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getClobberStreamingResults() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getClobberStreamingResults() - Method in class com.mysql.jdbc.ReplicationConnection
 
getClobCharacterEncoding() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getClobCharacterEncoding() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getClobCharacterEncoding() - Method in class com.mysql.jdbc.ReplicationConnection
 
getCollation() - Method in class com.mysql.jdbc.Field
 
getColumnCharacterEncoding(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What's the Java character encoding name for the given column?
getColumnCharacterSet(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What's the MySQL character set name for the given column?
getColumnClassName(int) - Method in class com.mysql.jdbc.ResultSetMetaData
JDBC 2.0 Return the fully qualified name of the Java class whose instances are manufactured if ResultSet.getObject() is called to retrieve a value from the column.
getColumnCount() - Method in class com.mysql.jdbc.ResultSetMetaData
Whats the number of columns in the ResultSet?
getColumnDisplaySize(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What is the column's normal maximum width in characters?
getColumnLabel() - Method in class com.mysql.jdbc.Field
 
getColumnLabel(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What is the suggested column title for use in printouts and displays?
getColumnName(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What's a column's name?
getColumnNameToIndex() - Method in class com.mysql.jdbc.CachedResultSetMetaData
 
getColumnPrivileges(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of the access rights for a table's columns.
getColumnPrivileges(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
Get a description of the access rights for a table's columns.
getColumns(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of table columns available in a catalog.
getColumns(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
Get a description of table columns available in a catalog.
getColumnType(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What is a column's SQL Type?
getColumnTypeName(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Whats is the column's data source specific type name?
getColumnValue(int) - Method in class com.mysql.jdbc.BufferRow
 
getColumnValue(int) - Method in class com.mysql.jdbc.ByteArrayRow
 
getColumnValue(int) - Method in class com.mysql.jdbc.ResultSetRow
Returns the value at the given column (index starts at 0) "raw" (i.e.
getCommandCount() - Method in class com.mysql.jdbc.MysqlIO
 
getCompensateOnDuplicateKeyUpdateCounts() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getCompensateOnDuplicateKeyUpdateCounts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getCompensateOnDuplicateKeyUpdateCounts() - Method in class com.mysql.jdbc.ReplicationConnection
 
getConcurrency() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Return the concurrency of this result set.
getConcurrency() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Return the concurrency of this result set.
getConnection() - Method in class com.mysql.jdbc.DatabaseMetaData
JDBC 2.0 Return the connection that produced this metadata object.
getConnection() - Method in class com.mysql.jdbc.StatementImpl
JDBC 2.0 Return the Connection that produced the Statement.
getConnectionCollation() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getConnectionCollation() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getConnectionCollation() - Method in class com.mysql.jdbc.ReplicationConnection
 
getConnectionLifecycleInterceptors() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getConnectionLifecycleInterceptors() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getConnectionLifecycleInterceptors() - Method in class com.mysql.jdbc.ReplicationConnection
 
getConnectTimeout() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getConnectTimeout() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getConnectTimeout() - Method in class com.mysql.jdbc.ReplicationConnection
 
getContinueBatchOnError() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getContinueBatchOnError() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getContinueBatchOnError() - Method in class com.mysql.jdbc.ReplicationConnection
 
getCreateDatabaseIfNotExist() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getCreateDatabaseIfNotExist() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getCreateDatabaseIfNotExist() - Method in class com.mysql.jdbc.ReplicationConnection
 
getCrossReference(String, String, String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table (describe how one table imports another's key.)
getCrossReference(String, String, String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
Get a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table (describe how one table imports another's key.)
getCurrentConnection() - Method in class com.mysql.jdbc.ReplicationConnection
 
getCurrentRowNumber() - Method in interface com.mysql.jdbc.RowData
Returns the current position in the result set as a row number.
getCurrentRowNumber() - Method in class com.mysql.jdbc.RowDataCursor
Returns the current position in the result set as a row number.
getCurrentRowNumber() - Method in class com.mysql.jdbc.RowDataDynamic
Returns the current position in the result set as a row number.
getCurrentRowNumber() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
getCurrentTimeNanosOrMillis() - Method in class com.mysql.jdbc.MysqlIO
 
getCurrentTimeNanosOrMillis() - Static method in class com.mysql.jdbc.Util
 
getCursorName() - Method in class com.mysql.jdbc.ResultSetImpl
Get the name of the SQL cursor used by this ResultSet In SQL, a result table is retrieved though a cursor that is named.
getDatabaseMajorVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
 
getDatabaseMinorVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
 
getDatabaseName() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getDatabaseProductName() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the name of this database product?
getDatabaseProductVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the version of this database product?
getDate(int) - Method in class com.mysql.jdbc.CallableStatement
 
getDate(int, Calendar) - Method in class com.mysql.jdbc.CallableStatement
 
getDate(String) - Method in class com.mysql.jdbc.CallableStatement
 
getDate(String, Calendar) - Method in class com.mysql.jdbc.CallableStatement
 
getDate(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getDate(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getDate(int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a java.sql.Date object
getDate(int, Calendar) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Get the value of a column in the current row as a java.sql.Date object.
getDate(String) - Method in class com.mysql.jdbc.ResultSetImpl
DOCUMENT ME!
getDate(String, Calendar) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a java.sql.Date object.
getDateFast(int, ConnectionImpl, ResultSetImpl, Calendar) - Method in class com.mysql.jdbc.BufferRow
 
getDateFast(int, ConnectionImpl, ResultSetImpl, Calendar) - Method in class com.mysql.jdbc.ByteArrayRow
 
getDateFast(int, byte[], int, int, ConnectionImpl, ResultSetImpl, Calendar) - Method in class com.mysql.jdbc.ResultSetRow
 
getDateFast(int, ConnectionImpl, ResultSetImpl, Calendar) - Method in class com.mysql.jdbc.ResultSetRow
 
getDecimals() - Method in class com.mysql.jdbc.Field
 
getDefaultFetchSize() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getDefaultFetchSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getDefaultFetchSize() - Method in class com.mysql.jdbc.ReplicationConnection
 
getDefaultTimeZone() - Method in class com.mysql.jdbc.ConnectionImpl
DOCUMENT ME!
getDefaultTimeZone() - Static method in class com.mysql.jdbc.Util
 
getDefaultTransactionIsolation() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the database's default transaction isolation level?
getDefaultValue() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
getDontTrackOpenResources() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getDontTrackOpenResources() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getDontTrackOpenResources() - Method in class com.mysql.jdbc.ReplicationConnection
 
getDouble(int) - Method in class com.mysql.jdbc.CallableStatement
 
getDouble(String) - Method in class com.mysql.jdbc.CallableStatement
 
getDouble(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getDouble(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getDouble(int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a Java double.
getDouble(String) - Method in class com.mysql.jdbc.ResultSetImpl
DOCUMENT ME!
getDoubleInternal(int) - Method in class com.mysql.jdbc.ResultSetImpl
Converts a string representation of a number to a double.
getDoubleInternal(String, int) - Method in class com.mysql.jdbc.ResultSetImpl
Converts a string representation of a number to a double.
getDriverMajorVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
What's this JDBC driver's major version number?
getDriverMinorVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
What's this JDBC driver's minor version number?
getDriverName() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the name of this JDBC driver?
getDriverVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the version of this JDBC driver?
getDumpMetadataOnColumnNotFound() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getDumpMetadataOnColumnNotFound() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getDumpMetadataOnColumnNotFound() - Method in class com.mysql.jdbc.ReplicationConnection
 
getDumpQueriesOnException() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getDumpQueriesOnException() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getDumpQueriesOnException() - Method in class com.mysql.jdbc.ReplicationConnection
 
getDynamicCalendars() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getDynamicCalendars() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getDynamicCalendars() - Method in class com.mysql.jdbc.ReplicationConnection
 
getElideSetAutoCommits() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getElideSetAutoCommits() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getElideSetAutoCommits() - Method in class com.mysql.jdbc.ReplicationConnection
 
getEmptyStringsConvertToZero() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getEmptyStringsConvertToZero() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getEmptyStringsConvertToZero() - Method in class com.mysql.jdbc.ReplicationConnection
 
getEmulateLocators() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getEmulateLocators() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getEmulateLocators() - Method in class com.mysql.jdbc.ReplicationConnection
 
getEmulateUnsupportedPstmts() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getEmulateUnsupportedPstmts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getEmulateUnsupportedPstmts() - Method in class com.mysql.jdbc.ReplicationConnection
 
getEnablePacketDebug() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getEnablePacketDebug() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getEnablePacketDebug() - Method in class com.mysql.jdbc.ReplicationConnection
 
getEnableQueryTimeouts() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getEnableQueryTimeouts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getEnableQueryTimeouts() - Method in class com.mysql.jdbc.ReplicationConnection
 
getEncoding() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getEncoding() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getEncoding() - Method in class com.mysql.jdbc.ReplicationConnection
 
getErrorCode() - Method in exception com.mysql.jdbc.MysqlDataTruncation
 
getErrorMessageEncoding() - Method in class com.mysql.jdbc.ConnectionImpl
 
getExceptionInterceptor() - Method in class com.mysql.jdbc.ConnectionImpl
 
getExceptionInterceptor() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getExceptionInterceptor() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getExceptionInterceptor() - Method in class com.mysql.jdbc.DatabaseMetaData
 
getExceptionInterceptor() - Method in class com.mysql.jdbc.MysqlIO
 
getExceptionInterceptor() - Method in class com.mysql.jdbc.ReplicationConnection
 
getExceptionInterceptor() - Method in class com.mysql.jdbc.ResultSetImpl
 
getExceptionInterceptor() - Method in interface com.mysql.jdbc.Statement
 
getExceptionInterceptor() - Method in class com.mysql.jdbc.StatementImpl
 
getExceptionInterceptors() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getExceptionInterceptors() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getExceptionInterceptors() - Method in class com.mysql.jdbc.ReplicationConnection
 
getExplainSlowQueries() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getExplainSlowQueries() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getExplainSlowQueries() - Method in class com.mysql.jdbc.ReplicationConnection
 
getExportedKeys(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of a foreign key columns that reference a table's primary key columns (the foreign keys exported by a table).
getExportedKeys(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
Get a description of a foreign key columns that reference a table's primary key columns (the foreign keys exported by a table).
getExtraNameCharacters() - Method in class com.mysql.jdbc.DatabaseMetaData
Get all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, 0-9 and _).
getFailOverReadOnly() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getFailOverReadOnly() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getFailOverReadOnly() - Method in class com.mysql.jdbc.ReplicationConnection
 
getFetchDirection() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Returns the fetch direction for this result set.
getFetchDirection() - Method in class com.mysql.jdbc.StatementImpl
JDBC 2.0 Determine the fetch direction.
getFetchSize() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Return the fetch size for this result set.
getFetchSize() - Method in class com.mysql.jdbc.StatementImpl
JDBC 2.0 Determine the default fetch size.
getField(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Returns the field instance for the given column index
getFields() - Method in class com.mysql.jdbc.CachedResultSetMetaData
 
getFirstCharOfQuery() - Method in class com.mysql.jdbc.ResultSetImpl
Returns the first character of the query that this result set was created from.
getFirstCharOfQuery() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
Returns the first character of the query that was issued to create this result set, upper-cased.
getFloat(int) - Method in class com.mysql.jdbc.CallableStatement
 
getFloat(String) - Method in class com.mysql.jdbc.CallableStatement
 
getFloat(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getFloat(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getFloat(int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a Java float.
getFloat(String) - Method in class com.mysql.jdbc.ResultSetImpl
DOCUMENT ME!
getFullColumnNameToIndex() - Method in class com.mysql.jdbc.CachedResultSetMetaData
 
getFullName() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getFullOriginalName() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getFunctionColumns(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Retrieves a description of the given catalog's system or user function parameters and return type.
getFunctionColumns(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
Retrieves a description of the given catalog's system or user function parameters and return type.
getFunctions(String, String, String) - Method in class com.mysql.jdbc.JDBC4DatabaseMetaData
Retrieves a description of the system and user functions available in the given catalog.
getFunctionsNeverReturnBlobs() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getFunctionsNeverReturnBlobs() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getFunctionsNeverReturnBlobs() - Method in class com.mysql.jdbc.ReplicationConnection
 
getGatherPerfMetrics() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getGatherPerfMetrics() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getGatherPerfMetrics() - Method in class com.mysql.jdbc.ReplicationConnection
 
getGatherPerformanceMetrics() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getGatherPerformanceMetrics() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getGatherPerformanceMetrics() - Method in class com.mysql.jdbc.ReplicationConnection
 
getGeneratedKeys() - Method in class com.mysql.jdbc.StatementImpl
DOCUMENT ME!
getGeneratedKeysInternal() - Method in class com.mysql.jdbc.StatementImpl
 
getGeneratedKeysInternal(int) - Method in class com.mysql.jdbc.StatementImpl
 
getGenerateSimpleParameterMetadata() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getGenerateSimpleParameterMetadata() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getGenerateSimpleParameterMetadata() - Method in class com.mysql.jdbc.ReplicationConnection
 
getGlobalBlacklist() - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
 
getGmtCalendar() - Method in class com.mysql.jdbc.ResultSetImpl
 
getHighAvailability() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
DOCUMENT ME!
getHoldability() - Method in class com.mysql.jdbc.ConnectionImpl
 
getHoldability() - Method in class com.mysql.jdbc.JDBC4ResultSet
 
getHoldability() - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
getHoldability() - Method in class com.mysql.jdbc.ReplicationConnection
 
getHoldResultsOpenOverStatementClose() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getHoldResultsOpenOverStatementClose() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getHoldResultsOpenOverStatementClose() - Method in class com.mysql.jdbc.ReplicationConnection
 
getHost() - Method in class com.mysql.jdbc.MysqlIO
Returns the host this IO is connected to
getId() - Method in class com.mysql.jdbc.ConnectionImpl
 
getId() - Method in class com.mysql.jdbc.StatementImpl
Returns the id used when profiling
getIdentifierQuoteString() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the string used to quote SQL identifiers?
getIdleFor() - Method in interface com.mysql.jdbc.Connection
Reports how long this connection has been idle.
getIdleFor() - Method in class com.mysql.jdbc.ConnectionImpl
NOT JDBC-Compliant, but clients can use this method to determine how long this connection has been idle.
getIdleFor() - Method in class com.mysql.jdbc.ReplicationConnection
 
getIgnoreNonTxTables() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getIgnoreNonTxTables() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getIgnoreNonTxTables() - Method in class com.mysql.jdbc.ReplicationConnection
 
getImportedKeys(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of the primary key columns that are referenced by a table's foreign key columns (the primary keys imported by a table).
getImportedKeys(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
Get a description of the primary key columns that are referenced by a table's foreign key columns (the primary keys imported by a table).
getIncludeInnodbStatusInDeadlockExceptions() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getIncludeInnodbStatusInDeadlockExceptions() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getIncludeInnodbStatusInDeadlockExceptions() - Method in class com.mysql.jdbc.ReplicationConnection
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of a table's indices and statistics.
getIndexInfo(String, String, String, boolean, boolean) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
Get a description of a table's indices and statistics.
getInitialTimeout() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getInitialTimeout() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getInitialTimeout() - Method in class com.mysql.jdbc.ReplicationConnection
 
getInputStream() - Method in class com.mysql.jdbc.NamedPipeSocketFactory.NamedPipeSocket
 
getInstance(ConnectionImpl, String, String, boolean) - Static method in class com.mysql.jdbc.CallableStatement
Creates a callable statement instance -- We need to provide factory-style methods so we can support both JDBC3 (and older) and JDBC4 runtimes, otherwise the class verifier complains when it tries to load JDBC4-only interface classes that are present in JDBC4 method signatures.
getInstance(ConnectionImpl, CallableStatement.CallableStatementParamInfo) - Static method in class com.mysql.jdbc.CallableStatement
Creates a callable statement instance -- We need to provide factory-style methods so we can support both JDBC3 (and older) and JDBC4 runtimes, otherwise the class verifier complains when it tries to load JDBC4-only interface classes that are present in JDBC4 method signatures.
getInstance(String, int, Properties, String, String) - Static method in class com.mysql.jdbc.ConnectionImpl
Creates a connection instance -- We need to provide factory-style methods so we can support both JDBC3 (and older) and JDBC4 runtimes, otherwise the class verifier complains when it tries to load JDBC4-only interface classes that are present in JDBC4 method signatures.
getInstance(ConnectionImpl, String, boolean) - Static method in class com.mysql.jdbc.DatabaseMetaData
 
getInstance(ConnectionImpl, String) - Static method in class com.mysql.jdbc.PreparedStatement
Creates a prepared statement instance -- We need to provide factory-style methods so we can support both JDBC3 (and older) and JDBC4 runtimes, otherwise the class verifier complains when it tries to load JDBC4-only interface classes that are present in JDBC4 method signatures.
getInstance(ConnectionImpl, String, String) - Static method in class com.mysql.jdbc.PreparedStatement
Creates a prepared statement instance -- We need to provide factory-style methods so we can support both JDBC3 (and older) and JDBC4 runtimes, otherwise the class verifier complains when it tries to load JDBC4-only interface classes that are present in JDBC4 method signatures.
getInstance(ConnectionImpl, String, String, PreparedStatement.ParseInfo) - Static method in class com.mysql.jdbc.PreparedStatement
Creates a prepared statement instance -- We need to provide factory-style methods so we can support both JDBC3 (and older) and JDBC4 runtimes, otherwise the class verifier complains when it tries to load JDBC4-only interface classes that are present in JDBC4 method signatures.
getInstance(long, long, ConnectionImpl, StatementImpl) - Static method in class com.mysql.jdbc.ResultSetImpl
 
getInstance(String, Field[], RowData, ConnectionImpl, StatementImpl, boolean) - Static method in class com.mysql.jdbc.ResultSetImpl
Creates a result set instance that represents a query result -- We need to provide factory-style methods so we can support both JDBC3 (and older) and JDBC4 runtimes, otherwise the class verifier complains when it tries to load JDBC4-only interface classes that are present in JDBC4 method signatures.
getInstance(ConnectionImpl, String, String, int, int) - Static method in class com.mysql.jdbc.ServerPreparedStatement
Creates a prepared statement instance -- We need to provide factory-style methods so we can support both JDBC3 (and older) and JDBC4 runtimes, otherwise the class verifier complains when it tries to load JDBC4-only interface classes that are present in JDBC4 method signatures.
getInstance(String, Connection) - Static method in class com.mysql.jdbc.SingleByteCharsetConverter
Get a converter for the given encoding name
getInstance(String, Class[], Object[], ExceptionInterceptor) - Static method in class com.mysql.jdbc.Util
 
getInt(int) - Method in class com.mysql.jdbc.BufferRow
 
getInt(int) - Method in class com.mysql.jdbc.ByteArrayRow
 
getInt(int) - Method in class com.mysql.jdbc.CallableStatement
 
getInt(String) - Method in class com.mysql.jdbc.CallableStatement
 
getInt(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getInt(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getInt(int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a Java int.
getInt(String) - Method in class com.mysql.jdbc.ResultSetImpl
DOCUMENT ME!
getInt(int) - Method in class com.mysql.jdbc.ResultSetRow
Returns the value at the given column (index starts at 0) as an int
getInt(byte[], int, int) - Static method in class com.mysql.jdbc.StringUtils
 
getInt(byte[]) - Static method in class com.mysql.jdbc.StringUtils
 
getInteractiveClient() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getInteractiveClient() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getInteractiveClient() - Method in class com.mysql.jdbc.ReplicationConnection
 
getIO() - Method in class com.mysql.jdbc.ConnectionImpl
Returns the IO channel to the server
getIsInteractiveClient() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getIsInteractiveClient() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getIsInteractiveClient() - Method in class com.mysql.jdbc.ReplicationConnection
 
getJavaEncodingForMysqlEncoding(String, Connection) - Static method in class com.mysql.jdbc.CharsetMapping
 
getJDBC4FunctionNoTableConstant() - Method in class com.mysql.jdbc.DatabaseMetaData
 
getJDBC4FunctionNoTableConstant() - Method in class com.mysql.jdbc.JDBC4DatabaseMetaData
 
getJDBC4FunctionNoTableConstant() - Method in class com.mysql.jdbc.JDBC4DatabaseMetaDataUsingInfoSchema
 
getJdbcCompliantTruncation() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getJdbcCompliantTruncation() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getJdbcCompliantTruncation() - Method in class com.mysql.jdbc.ReplicationConnection
 
getJdbcCompliantTruncationForReads() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getJdbcCompliantTruncationForReads() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getJdbcCompliantTruncationForReads() - Method in class com.mysql.jdbc.ReplicationConnection
 
getJDBCMajorVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
 
getJDBCMinorVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
 
getLargeRowSizeThreshold() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getLargeRowSizeThreshold() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getLargeRowSizeThreshold() - Method in class com.mysql.jdbc.ReplicationConnection
 
getLastInsertID() - Method in class com.mysql.jdbc.StatementImpl
getLastInsertID returns the value of the auto_incremented key after an executeQuery() or excute() call.
getLastPacketReceivedTimeMs() - Method in class com.mysql.jdbc.MysqlIO
 
getLastPacketSentTimeMs() - Method in class com.mysql.jdbc.MysqlIO
DOCUMENT ME!
getLength() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getLoadBalanceBlacklistTimeout() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getLoadBalanceBlacklistTimeout() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getLoadBalanceBlacklistTimeout() - Method in class com.mysql.jdbc.ReplicationConnection
 
getLoadBalanceStrategy() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getLoadBalanceStrategy() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getLoadBalanceStrategy() - Method in class com.mysql.jdbc.ReplicationConnection
 
getLocalInfileInputStream() - Method in interface com.mysql.jdbc.Statement
Returns the InputStream instance that will be used to send data in response to a "LOAD DATA LOCAL INFILE" statement.
getLocalInfileInputStream() - Method in class com.mysql.jdbc.StatementImpl
 
getLocalSocketAddress() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getLocalSocketAddress() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getLocalSocketAddress() - Method in class com.mysql.jdbc.ReplicationConnection
 
getLocationOfOnDuplicateKeyUpdate() - Method in class com.mysql.jdbc.PreparedStatement
 
getLocationOfOnDuplicateKeyUpdate() - Method in class com.mysql.jdbc.ServerPreparedStatement
 
getLocatorFetchBufferSize() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getLocatorFetchBufferSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getLocatorFetchBufferSize() - Method in class com.mysql.jdbc.ReplicationConnection
 
getLog() - Method in interface com.mysql.jdbc.Connection
Returns the log mechanism that should be used to log information from/for this Connection.
getLog() - Method in class com.mysql.jdbc.ConnectionImpl
Returns the log mechanism that should be used to log information from/for this Connection.
getLog() - Method in class com.mysql.jdbc.ReplicationConnection
 
getLogger() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getLogger() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getLogger() - Method in class com.mysql.jdbc.ReplicationConnection
 
getLoggerClassName() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getLoggerClassName() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getLoggerClassName() - Method in class com.mysql.jdbc.ReplicationConnection
 
getLogSlowQueries() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getLogSlowQueries() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getLogSlowQueries() - Method in class com.mysql.jdbc.ReplicationConnection
 
getLogXaCommands() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getLogXaCommands() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getLogXaCommands() - Method in class com.mysql.jdbc.ReplicationConnection
 
getLong(int) - Method in class com.mysql.jdbc.BufferRow
 
getLong(int) - Method in class com.mysql.jdbc.ByteArrayRow
 
getLong(int) - Method in class com.mysql.jdbc.CallableStatement
 
getLong(String) - Method in class com.mysql.jdbc.CallableStatement
 
getLong(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getLong(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getLong(int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a Java long.
getLong(String) - Method in class com.mysql.jdbc.ResultSetImpl
DOCUMENT ME!
getLong(int) - Method in class com.mysql.jdbc.ResultSetRow
Returns the value at the given column (index starts at 0) as a long
getLong(byte[]) - Static method in class com.mysql.jdbc.StringUtils
 
getLong(byte[], int, int) - Static method in class com.mysql.jdbc.StringUtils
 
getLongUpdateCount() - Method in class com.mysql.jdbc.StatementImpl
getLongUpdateCount returns the current result as an update count, if the result is a ResultSet or there are no more results, -1 is returned.
getLowerBound() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
getLowerBound() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
 
getMaintainTimeStats() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getMaintainTimeStats() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getMaintainTimeStats() - Method in class com.mysql.jdbc.ReplicationConnection
 
getMajorVersion() - Method in class com.mysql.jdbc.NonRegisteringDriver
Gets the drivers major version number
getMajorVersionInternal() - Static method in class com.mysql.jdbc.NonRegisteringDriver
Gets the drivers major version number
getMasterConnection() - Method in class com.mysql.jdbc.ReplicationConnection
 
getMaxAllowedPacket() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getMaxBinaryLiteralLength() - Method in class com.mysql.jdbc.DatabaseMetaData
How many hex characters can you have in an inline binary literal?
getMaxBuf() - Static method in class com.mysql.jdbc.MysqlIO
 
getMaxBytesPerChar(String) - Method in class com.mysql.jdbc.ConnectionImpl
 
getMaxBytesPerCharacter() - Method in class com.mysql.jdbc.Field
 
getMaxCatalogNameLength() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum length of a catalog name?
getMaxCharLiteralLength() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the max length for a character literal?
getMaxColumnNameLength() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the limit on column name length?
getMaxColumnsInGroupBy() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum number of columns in a "GROUP BY" clause?
getMaxColumnsInIndex() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum number of columns allowed in an index?
getMaxColumnsInOrderBy() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum number of columns in an "ORDER BY" clause?
getMaxColumnsInSelect() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum number of columns in a "SELECT" list?
getMaxColumnsInTable() - Method in class com.mysql.jdbc.DatabaseMetaData
What's maximum number of columns in a table?
getMaxConnections() - Method in class com.mysql.jdbc.DatabaseMetaData
How many active connections can we have at a time to this database?
getMaxCursorNameLength() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum cursor name length?
getMaxFieldSize() - Method in class com.mysql.jdbc.StatementImpl
The maxFieldSize limit (in bytes) is the maximum amount of data returned for any column value; it only applies to BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR and LONGVARCHAR columns.
getMaxIndexLength() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum length of an index (in bytes)?
getMaxProcedureNameLength() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum length of a procedure name?
getMaxQuerySizeToLog() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getMaxQuerySizeToLog() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getMaxQuerySizeToLog() - Method in class com.mysql.jdbc.ReplicationConnection
 
getMaxReconnects() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getMaxReconnects() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getMaxReconnects() - Method in class com.mysql.jdbc.ReplicationConnection
 
getMaxRows() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getMaxRows() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getMaxRows() - Method in class com.mysql.jdbc.ReplicationConnection
 
getMaxRows() - Method in class com.mysql.jdbc.StatementImpl
The maxRows limit is set to limit the number of rows that any ResultSet can contain.
getMaxRowSize() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum length of a single row?
getMaxSchemaNameLength() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum length allowed for a schema name?
getMaxStatementLength() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum length of a SQL statement?
getMaxStatements() - Method in class com.mysql.jdbc.DatabaseMetaData
How many active statements can we have open at one time to this database?
getMaxTableNameLength() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum length of a table name?
getMaxTablesInSelect() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum number of tables in a SELECT?
getMaxUserNameLength() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum length of a user name?
getMessage() - Method in exception com.mysql.jdbc.CommunicationsException
 
getMessage() - Method in exception com.mysql.jdbc.ConnectionFeatureNotAvailableException
 
getMessage() - Method in exception com.mysql.jdbc.MysqlDataTruncation
 
getMetadata() - Method in class com.mysql.jdbc.CachedResultSetMetaData
 
getMetaData() - Method in class com.mysql.jdbc.ConnectionImpl
A connection's database is able to provide information describing its tables, its supported SQL grammar, its stored procedures, the capabilities of this connection, etc.
getMetaData() - Method in class com.mysql.jdbc.PreparedStatement
The number, types and properties of a ResultSet's columns are provided by the getMetaData method.
getMetaData() - Method in class com.mysql.jdbc.ReplicationConnection
 
getMetaData() - Method in class com.mysql.jdbc.ResultSetImpl
The numbers, types and properties of a ResultSet's columns are provided by the getMetaData method
getMetaData() - Method in class com.mysql.jdbc.ServerPreparedStatement
 
getMetadataCacheSize() - Method in interface com.mysql.jdbc.ConnectionProperties
Returns the number of queries that metadata can be cached if caching is enabled.
getMetadataCacheSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getMetadataCacheSize() - Method in class com.mysql.jdbc.ReplicationConnection
 
getMetadataSafeStatement() - Method in class com.mysql.jdbc.ConnectionImpl
 
getMinorVersion() - Method in class com.mysql.jdbc.NonRegisteringDriver
Get the drivers minor version number
getMinorVersionInternal() - Static method in class com.mysql.jdbc.NonRegisteringDriver
Get the drivers minor version number
getMoreResults() - Method in class com.mysql.jdbc.StatementImpl
getMoreResults moves to a Statement's next result.
getMoreResults(int) - Method in class com.mysql.jdbc.StatementImpl
 
getMutex() - Method in class com.mysql.jdbc.ConnectionImpl
Returns the Mutex all queries are locked against
getMysqlEncodingForJavaEncoding(String, Connection) - Static method in class com.mysql.jdbc.CharsetMapping
 
getMysqlType() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getName() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getNamedParamIndex(String, boolean) - Method in class com.mysql.jdbc.CallableStatement
 
getNameNoAliases() - Method in class com.mysql.jdbc.Field
 
getNativeArray(int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Get an array column.
getNativeAsciiStream(int) - Method in class com.mysql.jdbc.ResultSetImpl
A column value can be retrieved as a stream of ASCII characters and then read in chunks from the stream.
getNativeBigDecimal(int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Get the value of a column in the current row as a java.math.BigDecimal object.
getNativeBigDecimal(int, int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a java.math.BigDecimal object
getNativeBinaryStream(int) - Method in class com.mysql.jdbc.ResultSetImpl
A column value can also be retrieved as a binary stream.
getNativeBlob(int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Get a BLOB column.
getNativeByte(int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a Java byte.
getNativeByte(int, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
 
getNativeBytes(int, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a Java byte array.
getNativeCharacterStream(int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Get the value of a column in the current row as a java.io.Reader.
getNativeClob(int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Get a CLOB column.
getNativeDate(int, ConnectionImpl, ResultSetImpl, Calendar) - Method in class com.mysql.jdbc.BufferRow
 
getNativeDate(int, ConnectionImpl, ResultSetImpl, Calendar) - Method in class com.mysql.jdbc.ByteArrayRow
 
getNativeDate(int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a java.sql.Date object
getNativeDate(int, Calendar) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Get the value of a column in the current row as a java.sql.Date object.
getNativeDate(int, byte[], int, int, ConnectionImpl, ResultSetImpl, Calendar) - Method in class com.mysql.jdbc.ResultSetRow
 
getNativeDate(int, ConnectionImpl, ResultSetImpl, Calendar) - Method in class com.mysql.jdbc.ResultSetRow
 
getNativeDateTimeValue(int, Calendar, int, int, TimeZone, boolean, ConnectionImpl, ResultSetImpl) - Method in class com.mysql.jdbc.BufferRow
 
getNativeDateTimeValue(int, Calendar, int, int, TimeZone, boolean, ConnectionImpl, ResultSetImpl) - Method in class com.mysql.jdbc.ByteArrayRow
 
getNativeDateTimeValue(int, byte[], int, int, Calendar, int, int, TimeZone, boolean, ConnectionImpl, ResultSetImpl) - Method in class com.mysql.jdbc.ResultSetRow
 
getNativeDateTimeValue(int, Calendar, int, int, TimeZone, boolean, ConnectionImpl, ResultSetImpl) - Method in class com.mysql.jdbc.ResultSetRow
 
getNativeDateViaParseConversion(int) - Method in class com.mysql.jdbc.ResultSetImpl
 
getNativeDouble(int) - Method in class com.mysql.jdbc.BufferRow
 
getNativeDouble(int) - Method in class com.mysql.jdbc.ByteArrayRow
 
getNativeDouble(int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a Java double.
getNativeDouble(byte[], int) - Method in class com.mysql.jdbc.ResultSetRow
 
getNativeDouble(int) - Method in class com.mysql.jdbc.ResultSetRow
 
getNativeFloat(int) - Method in class com.mysql.jdbc.BufferRow
 
getNativeFloat(int) - Method in class com.mysql.jdbc.ByteArrayRow
 
getNativeFloat(int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a Java float.
getNativeFloat(byte[], int) - Method in class com.mysql.jdbc.ResultSetRow
 
getNativeFloat(int) - Method in class com.mysql.jdbc.ResultSetRow
 
getNativeInt(int) - Method in class com.mysql.jdbc.BufferRow
 
getNativeInt(int) - Method in class com.mysql.jdbc.ByteArrayRow
 
getNativeInt(int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a Java int.
getNativeInt(int, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
 
getNativeInt(byte[], int) - Method in class com.mysql.jdbc.ResultSetRow
 
getNativeInt(int) - Method in class com.mysql.jdbc.ResultSetRow
 
getNativeLong(int) - Method in class com.mysql.jdbc.BufferRow
 
getNativeLong(int) - Method in class com.mysql.jdbc.ByteArrayRow
 
getNativeLong(int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a Java long.
getNativeLong(int, boolean, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
 
getNativeLong(byte[], int) - Method in class com.mysql.jdbc.ResultSetRow
 
getNativeLong(int) - Method in class com.mysql.jdbc.ResultSetRow
 
getNativeNClob(int) - Method in class com.mysql.jdbc.JDBC4ResultSet
JDBC 4.0 Get a NCLOB column.
getNativeNClob(int) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
JDBC 4.0 Get a NCLOB column.
getNativeRef(int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Get a REF(<structured-type>) column.
getNativeShort(int) - Method in class com.mysql.jdbc.BufferRow
 
getNativeShort(int) - Method in class com.mysql.jdbc.ByteArrayRow
 
getNativeShort(int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a Java short.
getNativeShort(int, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
 
getNativeShort(byte[], int) - Method in class com.mysql.jdbc.ResultSetRow
 
getNativeShort(int) - Method in class com.mysql.jdbc.ResultSetRow
 
getNativeString(int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a Java String
getNativeTime(int, Calendar, TimeZone, boolean, ConnectionImpl, ResultSetImpl) - Method in class com.mysql.jdbc.BufferRow
 
getNativeTime(int, Calendar, TimeZone, boolean, ConnectionImpl, ResultSetImpl) - Method in class com.mysql.jdbc.ByteArrayRow
 
getNativeTime(int, byte[], int, int, Calendar, TimeZone, boolean, ConnectionImpl, ResultSetImpl) - Method in class com.mysql.jdbc.ResultSetRow
 
getNativeTime(int, Calendar, TimeZone, boolean, ConnectionImpl, ResultSetImpl) - Method in class com.mysql.jdbc.ResultSetRow
 
getNativeTimestamp(int, Calendar, TimeZone, boolean, ConnectionImpl, ResultSetImpl) - Method in class com.mysql.jdbc.BufferRow
 
getNativeTimestamp(int, Calendar, TimeZone, boolean, ConnectionImpl, ResultSetImpl) - Method in class com.mysql.jdbc.ByteArrayRow
 
getNativeTimestamp(byte[], int, int, Calendar, TimeZone, boolean, ConnectionImpl, ResultSetImpl) - Method in class com.mysql.jdbc.ResultSetRow
 
getNativeTimestamp(int, Calendar, TimeZone, boolean, ConnectionImpl, ResultSetImpl) - Method in class com.mysql.jdbc.ResultSetRow
 
getNativeTimestampViaParseConversion(int, Calendar, TimeZone, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
 
getNativeTimeViaParseConversion(int, Calendar, TimeZone, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
 
getNativeUnicodeStream(int) - Method in class com.mysql.jdbc.ResultSetImpl
A column value can also be retrieved as a stream of Unicode characters.
getNativeURL(int) - Method in class com.mysql.jdbc.ResultSetImpl
 
getNCharacterStream(int) - Method in class com.mysql.jdbc.JDBC4CallableStatement
 
getNCharacterStream(String) - Method in class com.mysql.jdbc.JDBC4CallableStatement
 
getNCharacterStream(int) - Method in class com.mysql.jdbc.JDBC4ResultSet
JDBC 4.0 Get the value of a column in the current row as a java.io.Reader.
getNCharacterStream(String) - Method in class com.mysql.jdbc.JDBC4ResultSet
JDBC 4.0 Get the value of a column in the current row as a java.io.Reader.
getNCharacterStream(int) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
JDBC 4.0 Get the value of a column in the current row as a java.io.Reader.
getNCharacterStream(String) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
JDBC 4.0 Get the value of a column in the current row as a java.io.Reader.
getNCharacterStream(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getNCharacterStream(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getNClob(int) - Method in class com.mysql.jdbc.JDBC4CallableStatement
 
getNClob(String) - Method in class com.mysql.jdbc.JDBC4CallableStatement
 
getNClob(int) - Method in class com.mysql.jdbc.JDBC4ResultSet
JDBC 4.0 Get a NCLOB column.
getNClob(String) - Method in class com.mysql.jdbc.JDBC4ResultSet
JDBC 4.0 Get a NCLOB column.
getNClob(int) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
JDBC 4.0 Get a NCLOB column.
getNClob(String) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
JDBC 4.0 Get a NCLOB column.
getNClob(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getNClob(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getNetBufferLength() - Method in class com.mysql.jdbc.ConnectionImpl
Returns the packet buffer size the MySQL server reported upon connection
getNetTimeoutForStreamingResults() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getNetTimeoutForStreamingResults() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getNetTimeoutForStreamingResults() - Method in class com.mysql.jdbc.ReplicationConnection
 
getNextResultSet() - Method in class com.mysql.jdbc.ResultSetImpl
DOCUMENT ME!
getNextResultSet() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
Returns the next ResultSet in a multi-resultset "chain", if any, null if none exists.
getNioBuffer() - Method in class com.mysql.jdbc.Buffer
 
getNoAccessToProcedureBodies() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getNoAccessToProcedureBodies() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getNoAccessToProcedureBodies() - Method in class com.mysql.jdbc.ReplicationConnection
 
getNoDatetimeStringSync() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getNoDatetimeStringSync() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getNoDatetimeStringSync() - Method in class com.mysql.jdbc.ReplicationConnection
 
getNonRewrittenSql() - Method in class com.mysql.jdbc.PreparedStatement
 
getNoTimezoneConversionForTimeType() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getNoTimezoneConversionForTimeType() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getNoTimezoneConversionForTimeType() - Method in class com.mysql.jdbc.ReplicationConnection
 
getNString(int) - Method in class com.mysql.jdbc.JDBC4CallableStatement
 
getNString(String) - Method in class com.mysql.jdbc.JDBC4CallableStatement
 
getNString(int) - Method in class com.mysql.jdbc.JDBC4ResultSet
JDBC 4.0 Get the value of a column in the current row as a Java String
getNString(String) - Method in class com.mysql.jdbc.JDBC4ResultSet
JDBC 4.0 The following routines simply convert the columnName into a columnIndex and then call the appropriate routine above.
getNString(int) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
JDBC 4.0 Get the value of a column in the current row as a Java String
getNString(String) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
JDBC 4.0 The following routines simply convert the columnName into a columnIndex and then call the appropriate routine above.
getNullCatalogMeansCurrent() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getNullCatalogMeansCurrent() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getNullCatalogMeansCurrent() - Method in class com.mysql.jdbc.ReplicationConnection
 
getNullNamePatternMatchesAll() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getNullNamePatternMatchesAll() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getNullNamePatternMatchesAll() - Method in class com.mysql.jdbc.ReplicationConnection
 
getNumberOfCharsetsConfigured() - Static method in class com.mysql.jdbc.CharsetMapping
 
getNumericFunctions() - Method in class com.mysql.jdbc.DatabaseMetaData
Get a comma separated list of math functions.
getObject(int) - Method in class com.mysql.jdbc.CallableStatement
 
getObject(int, Map) - Method in class com.mysql.jdbc.CallableStatement
 
getObject(String) - Method in class com.mysql.jdbc.CallableStatement
 
getObject(String, Map) - Method in class com.mysql.jdbc.CallableStatement
 
getObject(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getObject(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getObject(int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a Java object This method will return the value of the given column as a Java object.
getObject(int, Map) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Returns the value of column i as a Java object.
getObject(String) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a Java object This method will return the value of the given column as a Java object.
getObject(String, Map) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Returns the value of column i as a Java object.
getObjectStoredProc(int, int) - Method in class com.mysql.jdbc.ResultSetImpl
 
getObjectStoredProc(int, Map, int) - Method in class com.mysql.jdbc.ResultSetImpl
 
getObjectStoredProc(String, int) - Method in class com.mysql.jdbc.ResultSetImpl
 
getObjectStoredProc(String, Map, int) - Method in class com.mysql.jdbc.ResultSetImpl
 
getObjectStoredProc(int, int) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
Functions like ResultSet.getObject(), but using the given SQL type (as registered during CallableStatement.registerOutParameter()).
getObjectStoredProc(int, Map, int) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
Functions like ResultSet.getObject(), but using the given SQL type (as registered during CallableStatement.registerOutParameter()).
getObjectStoredProc(String, int) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
Functions like ResultSet.getObject(), but using the given SQL type (as registered during CallableStatement.registerOutParameter()).
getObjectStoredProc(String, Map, int) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
Functions like ResultSet.getObject(), but using the given SQL type (as registered during CallableStatement.registerOutParameter()).
getOnDuplicateKeyLocation(String) - Method in class com.mysql.jdbc.StatementImpl
 
getOpenResultSetCount() - Method in interface com.mysql.jdbc.Statement
Returns the number of open result sets for this statement.
getOpenResultSetCount() - Method in class com.mysql.jdbc.StatementImpl
 
getOrder() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
getOriginalName() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getOriginalTableName() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getOutputParameters(int) - Method in class com.mysql.jdbc.CallableStatement
Returns the ResultSet that holds the output parameters, or throws an appropriate exception if none exist, or they weren't returned.
getOutputStream() - Method in class com.mysql.jdbc.NamedPipeSocketFactory.NamedPipeSocket
 
getOverrideSupportsIntegrityEnhancementFacility() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getOverrideSupportsIntegrityEnhancementFacility() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getOverrideSupportsIntegrityEnhancementFacility() - Method in class com.mysql.jdbc.ReplicationConnection
 
getOwner() - Method in interface com.mysql.jdbc.RowData
Returns the result set that 'owns' this RowData
getOwner() - Method in class com.mysql.jdbc.RowDataCursor
 
getOwner() - Method in class com.mysql.jdbc.RowDataDynamic
 
getOwner() - Method in class com.mysql.jdbc.RowDataStatic
 
getPacketDebugBufferSize() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getPacketDebugBufferSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getPacketDebugBufferSize() - Method in class com.mysql.jdbc.ReplicationConnection
 
getPadCharsWithSpace() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getPadCharsWithSpace() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getPadCharsWithSpace() - Method in class com.mysql.jdbc.ReplicationConnection
 
getParameter(int) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
getParameter(String) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
getParameterBindings() - Method in class com.mysql.jdbc.PreparedStatement
 
getParameterClassName(int) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
getParameterClassName(int) - Method in class com.mysql.jdbc.MysqlParameterMetadata
 
getParameterCount() - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
getParameterCount() - Method in class com.mysql.jdbc.MysqlParameterMetadata
 
getParameterIndexOffset() - Method in class com.mysql.jdbc.CallableStatement
 
getParameterIndexOffset() - Method in class com.mysql.jdbc.PreparedStatement
For calling stored functions, this will be -1 as we don't really count the first '?'
getParameterMetaData() - Method in class com.mysql.jdbc.CallableStatement
 
getParameterMetaData() - Method in class com.mysql.jdbc.PreparedStatement
 
getParameterMetaData() - Method in class com.mysql.jdbc.ServerPreparedStatement
 
getParameterMode(int) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
getParameterMode(int) - Method in class com.mysql.jdbc.MysqlParameterMetadata
 
getParameterType(int) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
getParameterType(int) - Method in class com.mysql.jdbc.MysqlParameterMetadata
 
getParameterTypeName(int) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
getParameterTypeName(int) - Method in class com.mysql.jdbc.MysqlParameterMetadata
 
getParanoid() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getParanoid() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getParanoid() - Method in class com.mysql.jdbc.ReplicationConnection
 
getParseInfo() - Method in class com.mysql.jdbc.PreparedStatement
 
getParseInfoForBatch(int) - Method in class com.mysql.jdbc.PreparedStatement.ParseInfo
Returns a ParseInfo for a multi-value INSERT for a batch of size numBatch (without parsing!).
getPasswordCharacterEncoding() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getPasswordCharacterEncoding() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getPasswordCharacterEncoding() - Method in class com.mysql.jdbc.ReplicationConnection
 
getPedantic() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getPedantic() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getPedantic() - Method in class com.mysql.jdbc.ReplicationConnection
 
getPinGlobalTxToPhysicalConnection() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getPinGlobalTxToPhysicalConnection() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getPinGlobalTxToPhysicalConnection() - Method in class com.mysql.jdbc.ReplicationConnection
 
getPopulateInsertRowWithDefaultValues() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getPopulateInsertRowWithDefaultValues() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getPopulateInsertRowWithDefaultValues() - Method in class com.mysql.jdbc.ReplicationConnection
 
getPosition() - Method in class com.mysql.jdbc.Buffer
Returns the current position to write to/ read from
getPrecision(int) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
getPrecision(int) - Method in class com.mysql.jdbc.MysqlParameterMetadata
 
getPrecision(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What is a column's number of decimal digits.
getPrecisionAdjustFactor() - Method in class com.mysql.jdbc.Field
Returns amount of correction that should be applied to the precision value.
getPreparedSql() - Method in class com.mysql.jdbc.PreparedStatement
 
getPreparedStatementCacheSize() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getPreparedStatementCacheSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getPreparedStatementCacheSize() - Method in class com.mysql.jdbc.ReplicationConnection
 
getPreparedStatementCacheSqlLimit() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getPreparedStatementCacheSqlLimit() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getPreparedStatementCacheSqlLimit() - Method in class com.mysql.jdbc.ReplicationConnection
 
getPrepStmtCacheSize() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getPrepStmtCacheSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getPrepStmtCacheSize() - Method in class com.mysql.jdbc.ReplicationConnection
 
getPrepStmtCacheSqlLimit() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getPrepStmtCacheSqlLimit() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getPrepStmtCacheSqlLimit() - Method in class com.mysql.jdbc.ReplicationConnection
 
getPrimaryKeys(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of a table's primary key columns.
getPrimaryKeys(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
Get a description of a table's primary key columns.
getProcedureColumns(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of a catalog's stored procedure parameters and result columns.
getProcedureColumns(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
Retrieves a description of the given catalog's stored procedure parameter and result columns.
getProcedureOrFunctionColumns(Field[], String, String, String, String, boolean, boolean) - Method in class com.mysql.jdbc.DatabaseMetaData
 
getProcedures(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of stored procedures available in a catalog.
getProcedures(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
Get a description of stored procedures available in a catalog.
getProceduresAndOrFunctions(Field[], String, String, String, boolean, boolean) - Method in class com.mysql.jdbc.DatabaseMetaData
 
getProcedureTerm() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the database vendor's preferred term for "procedure"?
getProcessEscapeCodesForPrepStmts() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getProcessEscapeCodesForPrepStmts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getProcessEscapeCodesForPrepStmts() - Method in class com.mysql.jdbc.ReplicationConnection
 
getProfilerEventHandler() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getProfilerEventHandler() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getProfilerEventHandler() - Method in class com.mysql.jdbc.ReplicationConnection
 
getProfileSql() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getProfileSQL() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getProfileSql() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getProfileSQL() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getProfileSQL() - Method in class com.mysql.jdbc.ReplicationConnection
 
getProfileSql() - Method in class com.mysql.jdbc.ReplicationConnection
 
getProperties() - Method in interface com.mysql.jdbc.Connection
Returns the parsed and passed in properties for this connection.
getProperties() - Method in class com.mysql.jdbc.ConnectionImpl
 
getProperties() - Method in class com.mysql.jdbc.ReplicationConnection
 
getPropertiesTransform() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getPropertiesTransform() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getPropertiesTransform() - Method in class com.mysql.jdbc.ReplicationConnection
 
getPropertyInfo(String, Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
The getPropertyInfo method is intended to allow a generic GUI tool to discover what properties it should prompt a human for in order to get enough information to connect to a database.
getPropertyName() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
getQueriesBeforeRetryMaster() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getQueriesBeforeRetryMaster() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getQueriesBeforeRetryMaster() - Method in class com.mysql.jdbc.ReplicationConnection
 
getQueryTimeout() - Method in class com.mysql.jdbc.StatementImpl
The queryTimeout limit is the number of seconds the driver will wait for a Statement to execute.
getQueryTimeoutKillsConnection() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getQueryTimeoutKillsConnection() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getQueryTimeoutKillsConnection() - Method in class com.mysql.jdbc.ReplicationConnection
 
getQueryTimingUnits() - Method in class com.mysql.jdbc.MysqlIO
 
getReader(int) - Method in class com.mysql.jdbc.BufferRow
 
getReader(int) - Method in class com.mysql.jdbc.ByteArrayRow
 
getReader(int) - Method in class com.mysql.jdbc.ResultSetRow
 
getReconnectAtTxEnd() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getReconnectAtTxEnd() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getReconnectAtTxEnd() - Method in class com.mysql.jdbc.ReplicationConnection
 
getRef(int) - Method in class com.mysql.jdbc.CallableStatement
 
getRef(String) - Method in class com.mysql.jdbc.CallableStatement
 
getRef(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getRef(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getRef(int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Get a REF(<structured-type>) column.
getRef(String) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Get a REF(<structured-type>) column.
getRelaxAutoCommit() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getRelaxAutoCommit() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getRelaxAutoCommit() - Method in class com.mysql.jdbc.ReplicationConnection
 
getReportMetricsIntervalMillis() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getReportMetricsIntervalMillis() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getReportMetricsIntervalMillis() - Method in class com.mysql.jdbc.ReplicationConnection
 
getRequiresEscapingEncoder() - Method in class com.mysql.jdbc.ConnectionImpl
 
getRequireSSL() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getRequireSSL() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getRequireSSL() - Method in class com.mysql.jdbc.ReplicationConnection
 
getResourceId() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getResourceId() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getResourceId() - Method in class com.mysql.jdbc.ReplicationConnection
 
getResultSet(StatementImpl, long, int, int, int, boolean, String, boolean, Field[]) - Method in class com.mysql.jdbc.MysqlIO
Build a result set.
getResultSet() - Method in class com.mysql.jdbc.StatementImpl
getResultSet returns the current result as a ResultSet.
getResultSetConcurrency() - Method in class com.mysql.jdbc.StatementImpl
JDBC 2.0 Determine the result set concurrency.
getResultSetHoldability() - Method in class com.mysql.jdbc.DatabaseMetaData
 
getResultSetHoldability() - Method in class com.mysql.jdbc.StatementImpl
 
getResultSetInternal() - Method in class com.mysql.jdbc.StatementImpl
 
getResultSetSizeThreshold() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getResultSetSizeThreshold() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getResultSetSizeThreshold() - Method in class com.mysql.jdbc.ReplicationConnection
 
getResultSetType() - Method in class com.mysql.jdbc.StatementImpl
JDBC 2.0 Determine the result set type.
getRetainStatementAfterResultSetClose() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getRetriesAllDown() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getRetriesAllDown() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getRetriesAllDown() - Method in class com.mysql.jdbc.ReplicationConnection
 
getRewriteBatchedStatements() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getRewriteBatchedStatements() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getRewriteBatchedStatements() - Method in class com.mysql.jdbc.ReplicationConnection
 
getRewrittenBatchSize() - Method in class com.mysql.jdbc.PreparedStatement
 
getRollbackOnPooledClose() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getRollbackOnPooledClose() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getRollbackOnPooledClose() - Method in class com.mysql.jdbc.ReplicationConnection
 
getRoundRobinLoadBalance() - Method in interface com.mysql.jdbc.ConnectionProperties
Returns whether or not hosts will be picked in a round-robin fashion.
getRoundRobinLoadBalance() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getRoundRobinLoadBalance() - Method in class com.mysql.jdbc.ReplicationConnection
 
getRow() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Determine the current row number.
getRowId(int) - Method in class com.mysql.jdbc.JDBC4CallableStatement
 
getRowId(String) - Method in class com.mysql.jdbc.JDBC4CallableStatement
 
getRowId(int) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
getRowId(String) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
getRowId(int) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
getRowId(String) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
getRowIdLifetime() - Method in class com.mysql.jdbc.JDBC4DatabaseMetaData
 
getRowIdLifetime() - Method in class com.mysql.jdbc.JDBC4DatabaseMetaDataUsingInfoSchema
 
getRunningCTS13() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getRunningCTS13() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getRunningCTS13() - Method in class com.mysql.jdbc.ReplicationConnection
 
getSavepointId() - Method in class com.mysql.jdbc.MysqlSavepoint
 
getSavepointName() - Method in class com.mysql.jdbc.MysqlSavepoint
 
getScale(int) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
getScale(int) - Method in class com.mysql.jdbc.MysqlParameterMetadata
 
getScale(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What is a column's number of digits to the right of the decimal point?
getSchemaName(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What is a column's table's schema?
getSchemas() - Method in class com.mysql.jdbc.DatabaseMetaData
Get the schema names available in this database.
getSchemas(String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
 
getSchemaTerm() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the database vendor's preferred term for "schema"?
getSearchStringEscape() - Method in class com.mysql.jdbc.DatabaseMetaData
This is the string that can be used to escape '_' or '%' in the string pattern style catalog search parameters.
getSecondsBeforeRetryMaster() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getSecondsBeforeRetryMaster() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getSecondsBeforeRetryMaster() - Method in class com.mysql.jdbc.ReplicationConnection
 
getSelfDestructOnPingMaxOperations() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getSelfDestructOnPingMaxOperations() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getSelfDestructOnPingMaxOperations() - Method in class com.mysql.jdbc.ReplicationConnection
 
getSelfDestructOnPingSecondsLifetime() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getSelfDestructOnPingSecondsLifetime() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getSelfDestructOnPingSecondsLifetime() - Method in class com.mysql.jdbc.ReplicationConnection
 
getServerCharacterEncoding() - Method in interface com.mysql.jdbc.Connection
Returns the server's character set
getServerCharacterEncoding() - Method in class com.mysql.jdbc.ConnectionImpl
Returns the server's character set
getServerCharacterEncoding() - Method in class com.mysql.jdbc.ReplicationConnection
 
getServerInfo() - Method in class com.mysql.jdbc.ResultSetImpl
Returns the server info (if any), or null if none.
getServerInfo() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
Returns the server informational message returned from a DDL or DML statement (if any), or null if none.
getServerMajorVersion() - Method in class com.mysql.jdbc.ConnectionImpl
 
getServerMajorVersion() - Method in class com.mysql.jdbc.MysqlIO
Get the major version of the MySQL server we are talking to.
getServerMinorVersion() - Method in class com.mysql.jdbc.ConnectionImpl
 
getServerMinorVersion() - Method in class com.mysql.jdbc.MysqlIO
Get the minor version of the MySQL server we are talking to.
getServerStatementId() - Method in class com.mysql.jdbc.ServerPreparedStatement
 
getServerStatus() - Method in class com.mysql.jdbc.MysqlIO
 
getServerSubMinorVersion() - Method in class com.mysql.jdbc.ConnectionImpl
 
getServerSubMinorVersion() - Method in class com.mysql.jdbc.MysqlIO
Get the sub-minor version of the MySQL server we are talking to.
getServerTimezone() - Method in interface com.mysql.jdbc.ConnectionProperties
Returns the 'serverTimezone' property.
getServerTimezone() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getServerTimezone() - Method in class com.mysql.jdbc.ReplicationConnection
 
getServerTimezoneTZ() - Method in interface com.mysql.jdbc.Connection
Returns the TimeZone that represents the configured timezone for the server.
getServerTimezoneTZ() - Method in class com.mysql.jdbc.ConnectionImpl
DOCUMENT ME!
getServerTimezoneTZ() - Method in class com.mysql.jdbc.ReplicationConnection
 
getServerVariable(String) - Method in class com.mysql.jdbc.ConnectionImpl
 
getServerVersion() - Method in class com.mysql.jdbc.ConnectionImpl
 
getServerVersion() - Method in class com.mysql.jdbc.MysqlIO
Get the version string of the server we are talking to
getSessionLockedCalendar() - Method in class com.mysql.jdbc.ConnectionImpl
 
getSessionVariables() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getSessionVariables() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getSessionVariables() - Method in class com.mysql.jdbc.ReplicationConnection
 
getSharedSendPacket() - Method in class com.mysql.jdbc.MysqlIO
Returns the packet used for sending data (used by PreparedStatement) Guarded by external synchronization on a mutex.
getShort(int) - Method in class com.mysql.jdbc.CallableStatement
 
getShort(String) - Method in class com.mysql.jdbc.CallableStatement
 
getShort(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getShort(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getShort(int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a Java short.
getShort(String) - Method in class com.mysql.jdbc.ResultSetImpl
DOCUMENT ME!
getShort(byte[]) - Static method in class com.mysql.jdbc.StringUtils
 
getSlavesConnection() - Method in class com.mysql.jdbc.ReplicationConnection
 
getSlowQueryThreshold() - Method in class com.mysql.jdbc.MysqlIO
 
getSlowQueryThresholdMillis() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getSlowQueryThresholdMillis() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getSlowQueryThresholdMillis() - Method in class com.mysql.jdbc.ReplicationConnection
 
getSlowQueryThresholdNanos() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getSlowQueryThresholdNanos() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getSlowQueryThresholdNanos() - Method in class com.mysql.jdbc.ReplicationConnection
 
getSocketFactory() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getSocketFactory() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getSocketFactory() - Method in class com.mysql.jdbc.ReplicationConnection
 
getSocketFactoryClassName() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getSocketFactoryClassName() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getSocketFactoryClassName() - Method in class com.mysql.jdbc.ReplicationConnection
 
getSocketTimeout() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getSocketTimeout() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getSocketTimeout() - Method in class com.mysql.jdbc.ReplicationConnection
 
getSource(Class) - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
Returns a Source for reading the XML value designated by this SQLXML instance.
getSqlForBatch(int) - Method in class com.mysql.jdbc.PreparedStatement.ParseInfo
Returns a preparable SQL string for the number of batched parameters, used by server-side prepared statements when re-writing batch INSERTs.
getSqlForBatch(PreparedStatement.ParseInfo) - Method in class com.mysql.jdbc.PreparedStatement.ParseInfo
Used for filling in the SQL for getPreparedSql() - for debugging
getSQLKeywords() - Method in class com.mysql.jdbc.DatabaseMetaData
Get a comma separated list of all a database's SQL keywords that are NOT also SQL92 keywords.
getSQLState() - Method in exception com.mysql.jdbc.CommunicationsException
 
getSQLState() - Method in exception com.mysql.jdbc.ConnectionFeatureNotAvailableException
 
getSQLStateType() - Method in class com.mysql.jdbc.DatabaseMetaData
 
getSQLType() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getSQLXML(int) - Method in class com.mysql.jdbc.JDBC4CallableStatement
 
getSQLXML(String) - Method in class com.mysql.jdbc.JDBC4CallableStatement
 
getSQLXML(int) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
getSQLXML(String) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
getSQLXML(int) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
getSQLXML(String) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
getStatement() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Return the Statement that produced the ResultSet.
getStatementComment() - Method in interface com.mysql.jdbc.Connection
Returns the comment that will be prepended to all statements sent to the server.
getStatementComment() - Method in class com.mysql.jdbc.ConnectionImpl
Returns the comment that will be prepended to all statements sent to the server.
getStatementComment() - Method in class com.mysql.jdbc.ReplicationConnection
 
getStatementInterceptors() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getStatementInterceptors() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getStatementInterceptors() - Method in class com.mysql.jdbc.ReplicationConnection
 
getStatementInterceptorsInstances() - Method in class com.mysql.jdbc.ConnectionImpl
 
getStaticSqlStrings() - Method in class com.mysql.jdbc.PreparedStatement.AppendingBatchVisitor
 
getStrictFloatingPoint() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getStrictFloatingPoint() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getStrictFloatingPoint() - Method in class com.mysql.jdbc.ReplicationConnection
 
getStrictUpdates() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getStrictUpdates() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getStrictUpdates() - Method in class com.mysql.jdbc.ReplicationConnection
 
getString(int, String, ConnectionImpl) - Method in class com.mysql.jdbc.BufferRow
 
getString(int, String, ConnectionImpl) - Method in class com.mysql.jdbc.ByteArrayRow
 
getString(int) - Method in class com.mysql.jdbc.CallableStatement
 
getString(String) - Method in class com.mysql.jdbc.CallableStatement
 
getString() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
 
getString(String) - Static method in class com.mysql.jdbc.Messages
Returns the localized message for the given message key
getString(String, Object[]) - Static method in class com.mysql.jdbc.Messages
 
getString(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getString(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getString(int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a Java String
getString(String) - Method in class com.mysql.jdbc.ResultSetImpl
The following routines simply convert the columnName into a columnIndex and then call the appropriate routine above.
getString(int, String, ConnectionImpl) - Method in class com.mysql.jdbc.ResultSetRow
Returns the value at the given column (index starts at 0) as a java.lang.String with the requested encoding, using the given ConnectionImpl to find character converters.
getString(String, ConnectionImpl, byte[], int, int) - Method in class com.mysql.jdbc.ResultSetRow
Convenience method for turning a byte[] into a string with the given encoding.
getStringFunctions() - Method in class com.mysql.jdbc.DatabaseMetaData
Get a comma separated list of string functions.
getStringInternal(int, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
 
getSubString(long, int) - Method in class com.mysql.jdbc.Clob
 
getSuperTables(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
 
getSuperTypes(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
 
getSystemFunctions() - Method in class com.mysql.jdbc.DatabaseMetaData
Get a comma separated list of system functions.
getTable() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getTableName() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getTableName(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Whats a column's table's name?
getTableNameNoAliases() - Method in class com.mysql.jdbc.Field
 
getTablePrivileges(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of the access rights for each table available in a catalog.
getTables(String, String, String, String[]) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of tables available in a catalog.
getTables(String, String, String, String[]) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
Get a description of tables available in a catalog.
getTableTypes() - Method in class com.mysql.jdbc.DatabaseMetaData
Get the table types available in this database.
getTcpKeepAlive() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getTcpKeepAlive() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getTcpKeepAlive() - Method in class com.mysql.jdbc.ReplicationConnection
 
getTcpNoDelay() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getTcpNoDelay() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getTcpNoDelay() - Method in class com.mysql.jdbc.ReplicationConnection
 
getTcpRcvBuf() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getTcpRcvBuf() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getTcpRcvBuf() - Method in class com.mysql.jdbc.ReplicationConnection
 
getTcpSndBuf() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getTcpSndBuf() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getTcpSndBuf() - Method in class com.mysql.jdbc.ReplicationConnection
 
getTcpTrafficClass() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getTcpTrafficClass() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getTcpTrafficClass() - Method in class com.mysql.jdbc.ReplicationConnection
 
getThreadId() - Method in class com.mysql.jdbc.MysqlIO
 
getTime(int) - Method in class com.mysql.jdbc.CallableStatement
 
getTime(int, Calendar) - Method in class com.mysql.jdbc.CallableStatement
 
getTime(String) - Method in class com.mysql.jdbc.CallableStatement
 
getTime(String, Calendar) - Method in class com.mysql.jdbc.CallableStatement
 
getTime(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getTime(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getTime(int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a java.sql.Time object
getTime(int, Calendar) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a java.sql.Time object.
getTime(String) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a java.sql.Time object.
getTime(String, Calendar) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a java.sql.Time object.
getTimeDateFunctions() - Method in class com.mysql.jdbc.DatabaseMetaData
Get a comma separated list of time and date functions.
getTimeFast(int, Calendar, TimeZone, boolean, ConnectionImpl, ResultSetImpl) - Method in class com.mysql.jdbc.BufferRow
 
getTimeFast(int, Calendar, TimeZone, boolean, ConnectionImpl, ResultSetImpl) - Method in class com.mysql.jdbc.ByteArrayRow
 
getTimeFast(int, byte[], int, int, Calendar, TimeZone, boolean, ConnectionImpl, ResultSetImpl) - Method in class com.mysql.jdbc.ResultSetRow
 
getTimeFast(int, Calendar, TimeZone, boolean, ConnectionImpl, ResultSetImpl) - Method in class com.mysql.jdbc.ResultSetRow
 
getTimestamp(int) - Method in class com.mysql.jdbc.CallableStatement
 
getTimestamp(int, Calendar) - Method in class com.mysql.jdbc.CallableStatement
 
getTimestamp(String) - Method in class com.mysql.jdbc.CallableStatement
 
getTimestamp(String, Calendar) - Method in class com.mysql.jdbc.CallableStatement
 
getTimestamp(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getTimestamp(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getTimestamp(int) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a java.sql.Timestamp object
getTimestamp(int, Calendar) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(String) - Method in class com.mysql.jdbc.ResultSetImpl
DOCUMENT ME!
getTimestamp(String, Calendar) - Method in class com.mysql.jdbc.ResultSetImpl
Get the value of a column in the current row as a java.sql.Timestamp object.
getTimestampFast(int, Calendar, TimeZone, boolean, ConnectionImpl, ResultSetImpl) - Method in class com.mysql.jdbc.BufferRow
 
getTimestampFast(int, Calendar, TimeZone, boolean, ConnectionImpl, ResultSetImpl) - Method in class com.mysql.jdbc.ByteArrayRow
 
getTimestampFast(int, byte[], int, int, Calendar, TimeZone, boolean, ConnectionImpl, ResultSetImpl) - Method in class com.mysql.jdbc.ResultSetRow
 
getTimestampFast(int, Calendar, TimeZone, boolean, ConnectionImpl, ResultSetImpl) - Method in class com.mysql.jdbc.ResultSetRow
 
getTinyInt1isBit() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getTinyInt1isBit() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getTinyInt1isBit() - Method in class com.mysql.jdbc.ReplicationConnection
 
getTraceProtocol() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getTraceProtocol() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getTraceProtocol() - Method in class com.mysql.jdbc.ReplicationConnection
 
getTransactionIsolation() - Method in class com.mysql.jdbc.ConnectionImpl
Get this Connection's current transaction isolation mode.
getTransactionIsolation() - Method in class com.mysql.jdbc.ReplicationConnection
 
getTransformedBitIsBoolean() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getTransformedBitIsBoolean() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getTransformedBitIsBoolean() - Method in class com.mysql.jdbc.ReplicationConnection
 
getTreatUtilDateAsTimestamp() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getTreatUtilDateAsTimestamp() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getTreatUtilDateAsTimestamp() - Method in class com.mysql.jdbc.ReplicationConnection
 
getTrustCertificateKeyStorePassword() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getTrustCertificateKeyStorePassword() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getTrustCertificateKeyStorePassword() - Method in class com.mysql.jdbc.ReplicationConnection
 
getTrustCertificateKeyStoreType() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getTrustCertificateKeyStoreType() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getTrustCertificateKeyStoreType() - Method in class com.mysql.jdbc.ReplicationConnection
 
getTrustCertificateKeyStoreUrl() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getTrustCertificateKeyStoreUrl() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getTrustCertificateKeyStoreUrl() - Method in class com.mysql.jdbc.ReplicationConnection
 
getType() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Return the type of this result set.
getTypeInfo() - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of all the standard SQL types supported by this database.
getTypeMap() - Method in class com.mysql.jdbc.ConnectionImpl
JDBC 2.0 Get the type-map object associated with this connection.
getTypeMap() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUDTs(String, String, String, int[]) - Method in class com.mysql.jdbc.DatabaseMetaData
JDBC 2.0 Get a description of the user-defined types defined in a particular schema.
getUltraDevHack() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUltraDevHack() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUltraDevHack() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUnderlyingInterceptor() - Method in class com.mysql.jdbc.NoSubInterceptorWrapper
 
getUnicodeStream(int) - Method in class com.mysql.jdbc.ResultSetImpl
Deprecated.  
getUnicodeStream(String) - Method in class com.mysql.jdbc.ResultSetImpl
Deprecated.  
getUpdateCount() - Method in class com.mysql.jdbc.PreparedStatement
 
getUpdateCount() - Method in class com.mysql.jdbc.ResultSetImpl
 
getUpdateCount() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
Returns the update count for this result set (if one exists), otherwise -1.
getUpdateCount() - Method in class com.mysql.jdbc.StatementImpl
getUpdateCount returns the current result as an update count, if the result is a ResultSet or there are no more results, -1 is returned.
getUpdateID() - Method in class com.mysql.jdbc.ResultSetImpl
 
getUpdateID() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
Returns the AUTO_INCREMENT value for the DDL/DML statement which created this result set.
getUpperBound() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
getUpperBound() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
 
getURL(int) - Method in class com.mysql.jdbc.CallableStatement
 
getURL(String) - Method in class com.mysql.jdbc.CallableStatement
 
getURL() - Method in class com.mysql.jdbc.ConnectionImpl
 
getURL() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the url for this database?
getURL(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
getURL(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
getURL(int) - Method in class com.mysql.jdbc.ResultSetImpl
 
getURL(String) - Method in class com.mysql.jdbc.ResultSetImpl
 
getUseAffectedRows() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseAffectedRows() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseAffectedRows() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseBlobToStoreUTF8OutsideBMP() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseBlobToStoreUTF8OutsideBMP() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseBlobToStoreUTF8OutsideBMP() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseColumnNamesInFindColumn() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseColumnNamesInFindColumn() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseColumnNamesInFindColumn() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseCompression() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseCompression() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseCompression() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseConfigs() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseConfigs() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseConfigs() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseCursorFetch() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseCursorFetch() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseCursorFetch() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseDirectRowUnpack() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseDirectRowUnpack() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseDirectRowUnpack() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseDynamicCharsetInfo() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseDynamicCharsetInfo() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseDynamicCharsetInfo() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseFastDateParsing() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseFastDateParsing() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseFastDateParsing() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseFastIntParsing() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseFastIntParsing() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseFastIntParsing() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseGmtMillisForDatetimes() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseGmtMillisForDatetimes() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseGmtMillisForDatetimes() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseHostsInPrivileges() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseHostsInPrivileges() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseHostsInPrivileges() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseInformationSchema() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseInformationSchema() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseInformationSchema() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseJDBCCompliantTimezoneShift() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseJDBCCompliantTimezoneShift() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseJDBCCompliantTimezoneShift() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseJvmCharsetConverters() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseJvmCharsetConverters() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseJvmCharsetConverters() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseLegacyDatetimeCode() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseLegacyDatetimeCode() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseLegacyDatetimeCode() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseLocalSessionState() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseLocalSessionState() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseLocalSessionState() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseLocalTransactionState() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseLocalTransactionState() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseLocalTransactionState() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseNanosForElapsedTime() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseNanosForElapsedTime() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseNanosForElapsedTime() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseOldAliasMetadataBehavior() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseOldAliasMetadataBehavior() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseOldAliasMetadataBehavior() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseOldUTF8Behavior() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseOldUTF8Behavior() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseOldUTF8Behavior() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseOnlyServerErrorMessages() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseOnlyServerErrorMessages() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseOnlyServerErrorMessages() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUser() - Method in class com.mysql.jdbc.ConnectionImpl
 
getUseReadAheadInput() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseReadAheadInput() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseReadAheadInput() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUserName() - Method in class com.mysql.jdbc.DatabaseMetaData
What's our user name as known to the database?
getUseServerPreparedStmts() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseServerPreparedStmts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseServerPreparedStmts() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseServerPrepStmts() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseServerPrepStmts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseServerPrepStmts() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseSqlStateCodes() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseSqlStateCodes() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseSqlStateCodes() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseSSL() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseSSL() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseSSL() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseSSPSCompatibleTimezoneShift() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUseSSPSCompatibleTimezoneShift() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseSSPSCompatibleTimezoneShift() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseStreamLengthsInPrepStmts() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseStreamLengthsInPrepStmts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseStreamLengthsInPrepStmts() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseTimezone() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseTimezone() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseTimezone() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseUltraDevWorkAround() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseUltraDevWorkAround() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseUltraDevWorkAround() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseUnbufferedInput() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseUnbufferedInput() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseUnbufferedInput() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseUnicode() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseUnicode() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseUnicode() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUseUsageAdvisor() - Method in interface com.mysql.jdbc.ConnectionProperties
Returns whether or not the driver advises of proper usage.
getUseUsageAdvisor() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUseUsageAdvisor() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUtcCalendar() - Method in class com.mysql.jdbc.ConnectionImpl
 
getUtf8OutsideBmpExcludedColumnNamePattern() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUtf8OutsideBmpExcludedColumnNamePattern() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUtf8OutsideBmpExcludedColumnNamePattern() - Method in class com.mysql.jdbc.ReplicationConnection
 
getUtf8OutsideBmpIncludedColumnNamePattern() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getUtf8OutsideBmpIncludedColumnNamePattern() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getUtf8OutsideBmpIncludedColumnNamePattern() - Method in class com.mysql.jdbc.ReplicationConnection
 
getV2PostProcessMethod(Class) - Static method in class com.mysql.jdbc.ReflectiveStatementInterceptorAdapter
 
getValueAsBoolean() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.BooleanConnectionProperty
 
getValueAsInt() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
 
getValueAsLong() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.LongConnectionProperty
 
getValueAsObject() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
getValueAsString() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.MemorySizeConnectionProperty
 
getValueAsString() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.StringConnectionProperty
 
getValuesClause() - Method in class com.mysql.jdbc.PreparedStatement
 
getVerifyServerCertificate() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getVerifyServerCertificate() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getVerifyServerCertificate() - Method in class com.mysql.jdbc.ReplicationConnection
 
getVersionColumns(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of a table's columns that are automatically updated when any value in a row is updated.
getWarnings() - Method in class com.mysql.jdbc.ConnectionImpl
The first warning reported by calls on this Connection is returned.
getWarnings() - Method in class com.mysql.jdbc.ReplicationConnection
 
getWarnings() - Method in class com.mysql.jdbc.ResultSetImpl
The first warning reported by calls on this ResultSet is returned.
getWarnings() - Method in class com.mysql.jdbc.StatementImpl
The first warning reported by calls on this Statement is returned.
getYearIsDateType() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getYearIsDateType() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getYearIsDateType() - Method in class com.mysql.jdbc.ReplicationConnection
 
getZeroDateTimeBehavior() - Method in interface com.mysql.jdbc.ConnectionProperties
 
getZeroDateTimeBehavior() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
getZeroDateTimeBehavior() - Method in class com.mysql.jdbc.ReplicationConnection
 
GMT_TIMEZONE - Static variable in class com.mysql.jdbc.TimeUtil
 
gmtCalendar - Variable in class com.mysql.jdbc.ResultSetImpl
 

H

hadWarnings() - Method in class com.mysql.jdbc.MysqlIO
 
handleExceptionForBatch(int, int, int[], SQLException) - Method in class com.mysql.jdbc.StatementImpl
 
handleNewInstance(Constructor, Object[], ExceptionInterceptor) - Static method in class com.mysql.jdbc.Util
Handles constructing new instance with the given constructor and wrapping (or not, as required) the exceptions that could possibly be generated
hasBuiltIndexMapping - Variable in class com.mysql.jdbc.ResultSetImpl
 
hasDeadlockOrTimeoutRolledBackTx(SQLException) - Method in class com.mysql.jdbc.StatementImpl
 
hashCode - Variable in class com.mysql.jdbc.ConnectionImpl.CompoundCacheKey
 
hashCode() - Method in class com.mysql.jdbc.ConnectionImpl.CompoundCacheKey
 
hasLimitClause - Variable in class com.mysql.jdbc.PreparedStatement
Does the SQL for this statement contain a 'limit' clause?
hasLongColumnInfo() - Method in class com.mysql.jdbc.MysqlIO
Does the server send back extra column info?
hasMoreTokens() - Method in class com.mysql.jdbc.EscapeTokenizer
Does this tokenizer have more tokens available?
hasNext() - Method in class com.mysql.jdbc.DatabaseMetaData.IteratorWithCleanup
 
hasNext() - Method in class com.mysql.jdbc.DatabaseMetaData.ResultSetIterator
 
hasNext() - Method in class com.mysql.jdbc.DatabaseMetaData.SingleStringIterator
 
hasNext() - Method in interface com.mysql.jdbc.RowData
Returns true if another row exsists.
hasNext() - Method in class com.mysql.jdbc.RowDataCursor
Returns true if another row exists.
hasNext() - Method in class com.mysql.jdbc.RowDataDynamic
Returns true if another row exsists.
hasNext() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
hasSameProperties(Connection) - Method in interface com.mysql.jdbc.Connection
Does this connection have the same properties as another?
hasSameProperties(Connection) - Method in class com.mysql.jdbc.ConnectionImpl
 
hasSameProperties(Connection) - Method in class com.mysql.jdbc.ReplicationConnection
 
hasTriedMaster() - Method in interface com.mysql.jdbc.Connection
Has this connection tried to execute a query on the "master" server (first host in a multiple host list).
hasTriedMaster() - Method in class com.mysql.jdbc.ConnectionImpl
 
hasTriedMaster() - Method in class com.mysql.jdbc.ReplicationConnection
 
hasValueConstraints() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.BooleanConnectionProperty
 
hasValueConstraints() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
hasValueConstraints() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
 
hasValueConstraints() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.StringConnectionProperty
 
HEADER_LENGTH - Static variable in class com.mysql.jdbc.MysqlIO
 
holdResultsOpenOverClose - Variable in class com.mysql.jdbc.StatementImpl
Should this statement hold results open over .close() irregardless of connection's setting?
host - Variable in class com.mysql.jdbc.MysqlIO
 
host(Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
Returns the hostname property
host - Variable in class com.mysql.jdbc.StandardSocketFactory
The hostname to connect to
HOST_NAME_INDEX - Static variable in class com.mysql.jdbc.NonRegisteringDriver
Index for hostname coming out of parseHostPortPair().
HOST_PROPERTY_KEY - Static variable in class com.mysql.jdbc.NonRegisteringDriver
Key used to retreive the hostname value from the properties instance passed to the driver.

I

ignorableWhitespace(char[], int, int) - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
 
increment() - Method in class com.mysql.jdbc.PreparedStatement.AppendingBatchVisitor
 
increment() - Method in interface com.mysql.jdbc.PreparedStatement.BatchVisitor
 
incrementNumberOfPreparedExecutes() - Method in class com.mysql.jdbc.ConnectionImpl
 
incrementNumberOfPrepares() - Method in class com.mysql.jdbc.ConnectionImpl
 
incrementNumberOfResultSetsCreated() - Method in class com.mysql.jdbc.ConnectionImpl
 
index - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
INDEX_TO_CHARSET - Static variable in class com.mysql.jdbc.CharsetMapping
Map of MySQL-4.1 charset indexes to Java encoding names
INDEX_TO_COLLATION - Static variable in class com.mysql.jdbc.CharsetMapping
Map of MySQL-4.1 collation index to collation names
indexOf(byte[], char) - Static method in class com.mysql.jdbc.StringUtils
 
indexOfIgnoreCase(int, String, String) - Static method in class com.mysql.jdbc.StringUtils
 
indexOfIgnoreCase(String, String) - Static method in class com.mysql.jdbc.StringUtils
DOCUMENT ME!
indexOfIgnoreCaseRespectMarker(int, String, String, String, String, boolean) - Static method in class com.mysql.jdbc.StringUtils
 
indexOfIgnoreCaseRespectQuotes(int, String, String, char, boolean) - Static method in class com.mysql.jdbc.StringUtils
 
init(Connection, Properties) - Method in class com.mysql.jdbc.BestResponseTimeBalanceStrategy
 
init(Connection, Properties) - Method in class com.mysql.jdbc.ConnectionImpl.ExceptionInterceptorChain
 
init(Connection, Properties) - Method in interface com.mysql.jdbc.Extension
Called once per connection that wants to use the extension The properties are the same ones passed in in the URL or arguments to Driver.connect() or DriverManager.getConnection().
init(Connection, Properties) - Method in class com.mysql.jdbc.NoSubInterceptorWrapper
 
init(Connection, Properties) - Method in class com.mysql.jdbc.RandomBalanceStrategy
 
init(Connection, Properties) - Method in class com.mysql.jdbc.ReflectiveStatementInterceptorAdapter
 
init(Connection, Properties) - Method in interface com.mysql.jdbc.StatementInterceptor
Called once per connection that wants to use the interceptor The properties are the same ones passed in in the URL or arguments to Driver.connect() or DriverManager.getConnection().
init(Connection, Properties) - Method in interface com.mysql.jdbc.StatementInterceptorV2
Called once per connection that wants to use the interceptor The properties are the same ones passed in in the URL or arguments to Driver.connect() or DriverManager.getConnection().
init(Connection, Properties) - Method in class com.mysql.jdbc.V1toV2StatementInterceptorAdapter
 
INIT_DB - Static variable in class com.mysql.jdbc.MysqlDefs
 
initCharset(String) - Static method in class com.mysql.jdbc.SingleByteCharsetConverter
Initialize the shared instance of a converter for the given character encoding.
INITIAL_PACKET_SIZE - Static variable in class com.mysql.jdbc.MysqlIO
 
initialize(Connection, Properties) - Method in interface com.mysql.jdbc.JDBC4ClientInfoProvider
Called once by the driver when it needs to configure the provider.
initialize(Connection, Properties) - Method in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
 
initialize(Connection, Properties) - Method in class com.mysql.jdbc.JDBC4CommentClientInfoProvider
 
initializeExtension(Extension) - Method in interface com.mysql.jdbc.Connection
 
initializeExtension(Extension) - Method in class com.mysql.jdbc.ConnectionImpl
 
initializeExtension(Extension) - Method in class com.mysql.jdbc.ReplicationConnection
 
initializeFrom(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.BooleanConnectionProperty
 
initializeFrom(Properties) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
initializeFrom(Reference) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
initializeFrom(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
initializeFrom(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
 
initializeFrom(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.LongConnectionProperty
 
initializeFrom(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.MemorySizeConnectionProperty
 
initializeFrom(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.StringConnectionProperty
 
initializeFromCachedMetaData(CachedResultSetMetaData) - Method in class com.mysql.jdbc.ResultSetImpl
 
initializeFromCachedMetaData(CachedResultSetMetaData) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
 
initializeFromRef(Reference) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
Initializes driver properties that come from a JNDI reference (in the case of a javax.sql.DataSource bound into some name service that doesn't handle Java objects directly).
initializeProperties(Properties) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
Initializes driver properties that come from URL or properties passed to the driver manager.
initializeResultsMetadataFromCache(String, CachedResultSetMetaData, ResultSetInternalMethods) - Method in class com.mysql.jdbc.ConnectionImpl
Caches CachedResultSetMetaData that has been placed in the cache using the given SQL as a key.
initializeSafeStatementInterceptors() - Method in class com.mysql.jdbc.ConnectionImpl
 
initializeWithMetadata() - Method in class com.mysql.jdbc.ResultSetImpl
 
initializeWithMetadata() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
 
inOutModifier - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
inserter - Variable in class com.mysql.jdbc.UpdatableResultSet
PreparedStatement used to insert data
insertRow() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Insert the contents of the insert row into the result set and the database.
insertRow() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Insert the contents of the insert row into the result set and the database.
insertsAreDetected(int) - Method in class com.mysql.jdbc.DatabaseMetaData
JDBC 2.0 Determine whether or not a visible row insert can be detected by calling ResultSet.rowInserted().
intBinding - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
integerValueOf(int) - Static method in class com.mysql.jdbc.Constants
Same behavior as JDK-1.5's Integer.valueOf(int)
interceptException(SQLException, Connection) - Method in class com.mysql.jdbc.ConnectionImpl.ExceptionInterceptorChain
 
interceptException(SQLException, Connection) - Method in interface com.mysql.jdbc.ExceptionInterceptor
 
interceptors - Variable in class com.mysql.jdbc.ConnectionImpl.ExceptionInterceptorChain
 
interfaceExists(String) - Static method in class com.mysql.jdbc.Util
Does a network interface exist locally with the given hostname?
internalRowData - Variable in class com.mysql.jdbc.ByteArrayRow
 
inTransactionOnServer() - Method in class com.mysql.jdbc.MysqlIO
 
invalidateCurrentConnection() - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
Closes current connection and removes it from required mappings.
invoke(Object, Method, Object[]) - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy.ConnectionErrorFiringInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
Proxies method invocation on the java.sql.Connection interface, trapping "close", "isClosed" and "commit/rollback" (to switch connections for load balancing).
invokeOn - Variable in class com.mysql.jdbc.LoadBalancingConnectionProxy.ConnectionErrorFiringInvocationHandler
 
invokeStatementInterceptorsPost(String, Statement, ResultSetInternalMethods, boolean, SQLException) - Method in class com.mysql.jdbc.MysqlIO
 
invokeStatementInterceptorsPre(String, Statement, boolean) - Method in class com.mysql.jdbc.MysqlIO
 
isAbonormallyLongQuery(long) - Method in interface com.mysql.jdbc.Connection
 
isAbonormallyLongQuery(long) - Method in class com.mysql.jdbc.ConnectionImpl
 
isAbonormallyLongQuery(long) - Method in class com.mysql.jdbc.ReplicationConnection
 
isAfterLast() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Determine if the cursor is after the last row in the result set.
isAfterLast() - Method in interface com.mysql.jdbc.RowData
Returns true if we got the last element.
isAfterLast() - Method in class com.mysql.jdbc.RowDataCursor
Returns true if we got the last element.
isAfterLast() - Method in class com.mysql.jdbc.RowDataDynamic
Returns true if we got the last element.
isAfterLast() - Method in class com.mysql.jdbc.RowDataStatic
Returns true if we got the last element.
isAfterLast() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Determine if the cursor is after the last row in the result set.
isAliasForSjis(String) - Static method in class com.mysql.jdbc.CharsetMapping
 
isAutoIncrement() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
isAutoIncrement(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Is the column automatically numbered (and thus read-only)
isBeforeFirst() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Determine if the cursor is before the first row in the result set.
isBeforeFirst() - Method in interface com.mysql.jdbc.RowData
Returns if iteration has not occured yet.
isBeforeFirst() - Method in class com.mysql.jdbc.RowDataCursor
Returns if iteration has not occured yet.
isBeforeFirst() - Method in class com.mysql.jdbc.RowDataDynamic
Returns if iteration has not occured yet.
isBeforeFirst() - Method in class com.mysql.jdbc.RowDataStatic
Returns if iteration has not occured yet.
isBeforeFirst() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Determine if the cursor is before the first row in the result set.
isBinary() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
isBinaryEncoded - Variable in class com.mysql.jdbc.ResultSetImpl
Is the data stored as strings (default) or natively (which is the case with results from PrepStmts)
isBlob() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
isCached - Variable in class com.mysql.jdbc.ServerPreparedStatement
 
isCaseSensitive(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Does a column's case matter?
isCatalogAtStart() - Method in class com.mysql.jdbc.DatabaseMetaData
Does a catalog appear at the start of a qualified table name?
isClientTzUTC() - Method in class com.mysql.jdbc.ConnectionImpl
 
isClosed() - Method in class com.mysql.jdbc.ConnectionImpl
DOCUMENT ME!
isClosed() - Method in class com.mysql.jdbc.JDBC4ResultSet
 
isClosed() - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
isClosed() - Method in class com.mysql.jdbc.NamedPipeSocketFactory.NamedPipeSocket
 
isClosed() - Method in class com.mysql.jdbc.PreparedStatement
 
isClosed() - Method in class com.mysql.jdbc.ReplicationConnection
 
isClosed - Variable in class com.mysql.jdbc.ResultSetImpl
Has this result set been closed?
isClosed - Variable in class com.mysql.jdbc.StatementImpl
Has this statement been closed?
isClosed() - Method in class com.mysql.jdbc.StatementImpl
 
isColdFusion() - Static method in class com.mysql.jdbc.Util
 
isCurrency(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Is the column a cash value?
isCursorFetchEnabled() - Method in class com.mysql.jdbc.ConnectionImpl
 
isDataAvailable() - Method in class com.mysql.jdbc.MysqlIO
 
isDefinitelyWritable(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Will a write on this column definately succeed?
isDynamic() - Method in interface com.mysql.jdbc.RowData
Returns true if the result set is dynamic.
isDynamic() - Method in class com.mysql.jdbc.RowDataCursor
Returns true if the result set is dynamic.
isDynamic() - Method in class com.mysql.jdbc.RowDataDynamic
Returns true if the result set is dynamic.
isDynamic() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
isEmpty() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
 
isEmpty() - Method in interface com.mysql.jdbc.RowData
Has no records.
isEmpty() - Method in class com.mysql.jdbc.RowDataCursor
Has no records.
isEmpty() - Method in class com.mysql.jdbc.RowDataDynamic
Has no records.
isEmpty() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
isEmptyOrWhitespaceOnly(String) - Static method in class com.mysql.jdbc.StringUtils
 
isFirst() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Determine if the cursor is on the first row of the result set.
isFirst() - Method in interface com.mysql.jdbc.RowData
Are we on the first row of the result set?
isFirst() - Method in class com.mysql.jdbc.RowDataCursor
Are we on the first row of the result set?
isFirst() - Method in class com.mysql.jdbc.RowDataDynamic
Are we on the first row of the result set?
isFirst() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
isFirst() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Determine if the cursor is on the first row of the result set.
isFloatingPointNumber(int) - Method in class com.mysql.jdbc.BufferRow
 
isFloatingPointNumber(int) - Method in class com.mysql.jdbc.ByteArrayRow
 
isFloatingPointNumber(int) - Method in class com.mysql.jdbc.ResultSetRow
Could the column value at the given index (which starts at 0) be interpreted as a floating-point number (has +/-/E/e in it)?
isFunctionCall - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
isGlobalBlacklistEnabled() - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
 
isIn - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
isInGlobalTx() - Method in interface com.mysql.jdbc.Connection
Is this connection currently a participant in an XA transaction?
isInGlobalTx() - Method in class com.mysql.jdbc.ConnectionImpl
 
isInGlobalTx() - Method in class com.mysql.jdbc.ReplicationConnection
 
isJdbc4() - Static method in class com.mysql.jdbc.Util
 
isLast() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Determine if the cursor is on the last row of the result set.
isLast() - Method in interface com.mysql.jdbc.RowData
Are we on the last row of the result set?
isLast() - Method in class com.mysql.jdbc.RowDataCursor
Are we on the last row of the result set?
isLast() - Method in class com.mysql.jdbc.RowDataDynamic
Are we on the last row of the result set?
isLast() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
isLast() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Determine if the cursor is on the last row of the result set.
isLastDataPacket() - Method in class com.mysql.jdbc.Buffer
 
isLoadDataQuery - Variable in class com.mysql.jdbc.PreparedStatement
Is this query a LOAD DATA query?
isLongData - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
isMasterConnection() - Method in interface com.mysql.jdbc.Connection
Is this connection connected to the first host in the list if there is a list of servers in the URL?
isMasterConnection() - Method in class com.mysql.jdbc.ConnectionImpl
Is this connection connected to the first host in the list if there is a list of servers in the URL?
isMasterConnection() - Method in class com.mysql.jdbc.ReplicationConnection
 
isMultibyteCharset(String) - Static method in class com.mysql.jdbc.CharsetMapping
 
isMultipleKey() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
isNoBackslashEscapesSet() - Method in interface com.mysql.jdbc.Connection
Is the server in a sql_mode that doesn't allow us to use \\ to escape things?
isNoBackslashEscapesSet() - Method in class com.mysql.jdbc.ConnectionImpl
Is the server in a sql_mode that doesn't allow us to use \\ to escape things?
isNoBackslashEscapesSet() - Method in class com.mysql.jdbc.ReplicationConnection
 
isNotNull() - Method in class com.mysql.jdbc.Field
 
isNull(int) - Method in class com.mysql.jdbc.BufferRow
 
isNull(int) - Method in class com.mysql.jdbc.ByteArrayRow
 
isNull(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
isNull - Variable in class com.mysql.jdbc.PreparedStatement.BatchParams
 
isNull(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
isNull(int) - Method in class com.mysql.jdbc.PreparedStatement
 
isNull(int) - Method in class com.mysql.jdbc.ResultSetRow
Is the column value at the given index (which starts at 0) NULL?
isNull - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
isNull(int) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
isNullable(int) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
isNullable - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
 
isNullable(int) - Method in class com.mysql.jdbc.MysqlParameterMetadata
 
isNullable(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Can you put a NULL in this column?
isNullOrEmpty(String) - Static method in class com.mysql.jdbc.StringUtils
 
isOkayForVersion(Connection) - Method in class com.mysql.jdbc.VersionedStringProperty
 
isOnDuplicateKeyUpdate - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
 
isOnDuplicateKeyUpdate() - Method in class com.mysql.jdbc.ServerPreparedStatement
 
isOpaqueBinary() - Method in class com.mysql.jdbc.Field
 
isOut - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
isPoolable() - Method in class com.mysql.jdbc.StatementImpl
 
isPrimaryKey() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
isRangeBased() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.BooleanConnectionProperty
 
isRangeBased() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
isRangeBased() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
 
isRangeBased() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.StringConnectionProperty
 
isReadInfoMsgEnabled() - Method in class com.mysql.jdbc.ConnectionImpl
 
isReadOnly() - Method in class com.mysql.jdbc.ConnectionImpl
Tests to see if the connection is in Read Only Mode.
isReadOnly() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the database in read-only mode?
isReadOnly() - Method in class com.mysql.jdbc.Field
Is this field _definitely_ not writable?
isReadOnly() - Method in class com.mysql.jdbc.ReplicationConnection
 
isReadOnly(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Is the column definitely not writable?
isReadOnlySafeChecked - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
synchronized externally in checkReadOnlyProcedure()
isReadOnlySafeProcedure - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
synchronized externally in checkReadOnlyProcedure()
isRunningOnJDK13() - Method in class com.mysql.jdbc.ConnectionImpl
 
isSameResource(Connection) - Method in interface com.mysql.jdbc.Connection
Does this connection have the same resource name as the given connection (for XA)?
isSameResource(Connection) - Method in class com.mysql.jdbc.ConnectionImpl
 
isSameResource(Connection) - Method in class com.mysql.jdbc.ReplicationConnection
 
isSearchable(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Can the column be used in a WHERE clause?
isSelectQuery() - Method in class com.mysql.jdbc.PreparedStatement
 
isServerTzUTC() - Method in class com.mysql.jdbc.ConnectionImpl
 
isSet - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
isSetNeededForAutoCommitMode(boolean) - Method in class com.mysql.jdbc.MysqlIO
 
isSigned(int) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
isSigned(int) - Method in class com.mysql.jdbc.MysqlParameterMetadata
 
isSigned(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Is the column a signed number?
isSingleBit() - Method in class com.mysql.jdbc.Field
 
isStream - Variable in class com.mysql.jdbc.PreparedStatement.BatchParams
 
isUniqueKey() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
isUnsigned() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
isUpdatable() - Method in class com.mysql.jdbc.UpdatableResultSet
 
isValid(int) - Method in class com.mysql.jdbc.JDBC4Connection
Returns true if the connection has not been closed and is still valid.
isVersion(int, int, int) - Method in class com.mysql.jdbc.MysqlIO
Is the version of the MySQL server we are connected to the given version?
isWrapperFor(Class) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfoJDBC3
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.JDBC4Connection
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.JDBC4DatabaseMetaData
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.JDBC4DatabaseMetaDataUsingInfoSchema
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.JDBC4ResultSet
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class) - Method in class com.mysql.jdbc.MysqlParameterMetadata
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class) - Method in class com.mysql.jdbc.ResultSetMetaData
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class) - Method in class com.mysql.jdbc.StatementImpl
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWritable(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Is it possible for a write on the column to succeed?
isZeroFill() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
IterateBlock - Class in com.mysql.jdbc
 
IterateBlock(DatabaseMetaData.IteratorWithCleanup) - Constructor for class com.mysql.jdbc.IterateBlock
 
IterateBlock(Iterator) - Constructor for class com.mysql.jdbc.IterateBlock
 
iterator() - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
iteratorWithCleanup - Variable in class com.mysql.jdbc.IterateBlock
 

J

javaIterator - Variable in class com.mysql.jdbc.IterateBlock
 
JDBC4CallableStatement - Class in com.mysql.jdbc
 
JDBC4CallableStatement(ConnectionImpl, CallableStatement.CallableStatementParamInfo) - Constructor for class com.mysql.jdbc.JDBC4CallableStatement
 
JDBC4CallableStatement(ConnectionImpl, String, String, boolean) - Constructor for class com.mysql.jdbc.JDBC4CallableStatement
 
JDBC4ClientInfoProvider - Interface in com.mysql.jdbc
Classes that implement this interface and provide a no-args constructor can be used by the driver to store and retrieve client information and/or labels.
JDBC4ClientInfoProviderSP - Class in com.mysql.jdbc
 
JDBC4ClientInfoProviderSP() - Constructor for class com.mysql.jdbc.JDBC4ClientInfoProviderSP
 
JDBC4CommentClientInfoProvider - Class in com.mysql.jdbc
An implementation of JDBC4ClientInfoProvider that exposes the client info as a comment prepended to all statements issued by the driver.
JDBC4CommentClientInfoProvider() - Constructor for class com.mysql.jdbc.JDBC4CommentClientInfoProvider
 
JDBC4Connection - Class in com.mysql.jdbc
 
JDBC4Connection(String, int, Properties, String, String) - Constructor for class com.mysql.jdbc.JDBC4Connection
 
JDBC4DatabaseMetaData - Class in com.mysql.jdbc
 
JDBC4DatabaseMetaData(ConnectionImpl, String) - Constructor for class com.mysql.jdbc.JDBC4DatabaseMetaData
 
JDBC4DatabaseMetaDataUsingInfoSchema - Class in com.mysql.jdbc
 
JDBC4DatabaseMetaDataUsingInfoSchema(ConnectionImpl, String) - Constructor for class com.mysql.jdbc.JDBC4DatabaseMetaDataUsingInfoSchema
 
JDBC4MysqlSQLXML - Class in com.mysql.jdbc
 
JDBC4MysqlSQLXML(ResultSetInternalMethods, int, ExceptionInterceptor) - Constructor for class com.mysql.jdbc.JDBC4MysqlSQLXML
 
JDBC4MysqlSQLXML(ExceptionInterceptor) - Constructor for class com.mysql.jdbc.JDBC4MysqlSQLXML
 
JDBC4MysqlSQLXML.SimpleSaxToReader - Class in com.mysql.jdbc
 
JDBC4MysqlSQLXML.SimpleSaxToReader() - Constructor for class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
 
JDBC4NClob - Class in com.mysql.jdbc
Simplistic implementation of java.sql.NClob for MySQL Connector/J
JDBC4NClob(ExceptionInterceptor) - Constructor for class com.mysql.jdbc.JDBC4NClob
 
JDBC4NClob(String, ExceptionInterceptor) - Constructor for class com.mysql.jdbc.JDBC4NClob
 
JDBC4PreparedStatement - Class in com.mysql.jdbc
 
JDBC4PreparedStatement(ConnectionImpl, String) - Constructor for class com.mysql.jdbc.JDBC4PreparedStatement
 
JDBC4PreparedStatement(ConnectionImpl, String, String) - Constructor for class com.mysql.jdbc.JDBC4PreparedStatement
 
JDBC4PreparedStatement(ConnectionImpl, String, String, PreparedStatement.ParseInfo) - Constructor for class com.mysql.jdbc.JDBC4PreparedStatement
 
JDBC4PreparedStatementHelper - Class in com.mysql.jdbc
 
JDBC4ResultSet - Class in com.mysql.jdbc
 
JDBC4ResultSet(long, long, ConnectionImpl, StatementImpl) - Constructor for class com.mysql.jdbc.JDBC4ResultSet
 
JDBC4ResultSet(String, Field[], RowData, ConnectionImpl, StatementImpl) - Constructor for class com.mysql.jdbc.JDBC4ResultSet
 
JDBC4ServerPreparedStatement - Class in com.mysql.jdbc
 
JDBC4ServerPreparedStatement(ConnectionImpl, String, String, int, int) - Constructor for class com.mysql.jdbc.JDBC4ServerPreparedStatement
 
JDBC4UpdatableResultSet - Class in com.mysql.jdbc
 
JDBC4UpdatableResultSet(String, Field[], RowData, ConnectionImpl, StatementImpl) - Constructor for class com.mysql.jdbc.JDBC4UpdatableResultSet
 
JDBC_4_CSTMT_2_ARGS_CTOR - Static variable in class com.mysql.jdbc.CallableStatement
 
JDBC_4_CSTMT_4_ARGS_CTOR - Static variable in class com.mysql.jdbc.CallableStatement
 
jdbcCompliant() - Method in class com.mysql.jdbc.NonRegisteringDriver
Report whether the driver is a genuine JDBC compliant driver.
jdbcType - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
 

L

largeRowSizeThreshold - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl
 
last() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Moves to the last row in the result set.
last() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Moves to the last row in the result set.
lastIndexOf(byte[], char) - Static method in class com.mysql.jdbc.StringUtils
 
lastInsertId - Variable in class com.mysql.jdbc.StatementImpl
The auto_increment value for the last insert
lastPacketReceivedTimeMs - Variable in class com.mysql.jdbc.MysqlIO
 
lastPacketSentTimeMs - Variable in class com.mysql.jdbc.MysqlIO
 
lastQueryIsOnDupKeyUpdate - Variable in class com.mysql.jdbc.StatementImpl
Whether or not the last query was of the form ON DUPLICATE KEY UPDATE
lastUsed - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
 
length() - Method in class com.mysql.jdbc.Blob
Returns the number of bytes in the BLOB value designated by this Blob object.
length() - Method in class com.mysql.jdbc.BlobFromLocator
Returns the number of bytes in the BLOB value designated by this Blob object.
length - Variable in class com.mysql.jdbc.BlobFromLocator.LocatorInputStream
 
length(int) - Method in class com.mysql.jdbc.BufferRow
 
length(int) - Method in class com.mysql.jdbc.ByteArrayRow
 
length() - Method in class com.mysql.jdbc.Clob
 
length(int) - Method in class com.mysql.jdbc.ResultSetRow
Returns the length of the column at the given index (which starts at 0).
LENGTH_BLOB - Static variable in class com.mysql.jdbc.MysqlDefs
 
LENGTH_LONGBLOB - Static variable in class com.mysql.jdbc.MysqlDefs
 
LENGTH_MEDIUMBLOB - Static variable in class com.mysql.jdbc.MysqlDefs
 
LENGTH_TINYBLOB - Static variable in class com.mysql.jdbc.MysqlDefs
 
LicenseConfiguration - Class in com.mysql.jdbc
Used in commercially-licensed clients that require connections to commercially-licensed servers as part of the licensing terms.
LoadBalancingConnectionProxy - Class in com.mysql.jdbc
An implementation of java.sql.Connection that load balances requests across a series of MySQL JDBC connections, where the balancing takes place at transaction commit.
LoadBalancingConnectionProxy(List, Properties) - Constructor for class com.mysql.jdbc.LoadBalancingConnectionProxy
Creates a proxy for java.sql.Connection that routes requests between the given list of host:port and uses the given properties when creating connections.
LoadBalancingConnectionProxy.ConnectionErrorFiringInvocationHandler - Class in com.mysql.jdbc
 
LoadBalancingConnectionProxy.ConnectionErrorFiringInvocationHandler(Object) - Constructor for class com.mysql.jdbc.LoadBalancingConnectionProxy.ConnectionErrorFiringInvocationHandler
 
loadExtensions(Connection, Properties, String, String, ExceptionInterceptor) - Static method in class com.mysql.jdbc.Util
 
localColumnsList - Variable in class com.mysql.jdbc.DatabaseMetaData.LocalAndReferencedColumns
 
locationOfOnDuplicateKeyUpdate - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
 
locatorsUpdateCopy() - Method in class com.mysql.jdbc.DatabaseMetaData
 
longBinding - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
longValueOf(long) - Static method in class com.mysql.jdbc.Constants
Same behavior as JDK-1.5's Long.valueOf(int)
lowerBound - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
lowerCaseTableNames() - Method in interface com.mysql.jdbc.Connection
Is the server configured to use lower-case table names only?
lowerCaseTableNames() - Method in class com.mysql.jdbc.ConnectionImpl
Is the server configured to use lower-case table names only?
lowerCaseTableNames() - Method in class com.mysql.jdbc.ReplicationConnection
 

M

main(String[]) - Static method in class com.mysql.jdbc.DocsConnectionPropsHelper
 
majorVersion - Variable in class com.mysql.jdbc.VersionedStringProperty
 
makeScrambledPassword(String) - Static method in class com.mysql.jdbc.Security
Creates password to be stored in user database from raw string.
mapOutputParameterIndexToRsIndex(int) - Method in class com.mysql.jdbc.CallableStatement
 
masterConnection - Variable in class com.mysql.jdbc.ReplicationConnection
 
MAX_BYTES_TO_DUMP - Static variable in class com.mysql.jdbc.Buffer
 
MAX_DIFF_PREC - Static variable in class com.mysql.jdbc.ResultSetImpl
Epsillon between Float.MAX_VALUE and the double representation of said value.
MAX_IDENTIFIER_LENGTH - Static variable in class com.mysql.jdbc.DatabaseMetaData
 
MAX_QUERY_SIZE_TO_EXPLAIN - Static variable in class com.mysql.jdbc.MysqlIO
 
MAX_QUERY_SIZE_TO_LOG - Static variable in class com.mysql.jdbc.MysqlIO
 
MAX_ROWS - Static variable in class com.mysql.jdbc.MysqlDefs
 
maxFieldSize - Variable in class com.mysql.jdbc.StatementImpl
The max field size for this statement
maxRows - Variable in class com.mysql.jdbc.StatementImpl
The maximum number of rows to return for this statement (-1 means _all_ rows)
maxRowsChanged(Statement) - Method in class com.mysql.jdbc.ConnectionImpl
Has the maxRows value changed?
maxRowsChanged - Variable in class com.mysql.jdbc.StatementImpl
Has someone changed this for this statement?
maxThreeBytes - Variable in class com.mysql.jdbc.MysqlIO
 
maxValue - Variable in class com.mysql.jdbc.Util.RandStructcture
 
maxValueDbl - Variable in class com.mysql.jdbc.Util.RandStructcture
 
merge(byte[], byte[]) - Method in class com.mysql.jdbc.PreparedStatement.AppendingBatchVisitor
 
merge(byte[], byte[]) - Method in interface com.mysql.jdbc.PreparedStatement.BatchVisitor
 
Messages - Class in com.mysql.jdbc
Support for localized messages.
metadata - Variable in class com.mysql.jdbc.CachedResultSetMetaData
Cached ResultSetMetaData
metadata - Variable in class com.mysql.jdbc.MysqlParameterMetadata
 
metadata - Variable in class com.mysql.jdbc.ResultSetRow
The metadata of the fields of this result set.
MILLIS_I18N - Static variable in class com.mysql.jdbc.Constants
I18N'd representation of the abbreviation for "ms"
MIN_COMPRESS_LEN - Static variable in class com.mysql.jdbc.MysqlIO
 
MIN_DIFF_PREC - Static variable in class com.mysql.jdbc.ResultSetImpl
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
minorVersion - Variable in class com.mysql.jdbc.VersionedStringProperty
 
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.RowDataCursor
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.ResultSetImpl
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.ResultSetImpl
JDBC 2.0 Move to the insert row.
moveToInsertRow() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Move to the insert row.
multiplier - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
 
mysqlConnection - Variable in class com.mysql.jdbc.MysqlIO
The connection to the server
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, int) - Constructor for exception com.mysql.jdbc.MysqlDataTruncation
Creates a new MysqlDataTruncation exception/warning.
MysqlDefs - Class in com.mysql.jdbc
MysqlDefs contains many values that are needed for communication with the MySQL server.
MysqlDefs() - Constructor for class com.mysql.jdbc.MysqlDefs
 
MysqlErrorNumbers - Class in com.mysql.jdbc
Constants representing MySQL error numbers returned by the server in error messages.
mysqlInput - Variable in class com.mysql.jdbc.MysqlIO
 
MysqlIO - Class in com.mysql.jdbc
This class is used by Connection for communicating with the MySQL server.
MysqlIO(String, int, Properties, String, ConnectionImpl, int, int) - Constructor for class com.mysql.jdbc.MysqlIO
Constructor: Connect to the MySQL server and setup a stream connection.
mysqlOutput - Variable in class com.mysql.jdbc.MysqlIO
Data to the server
MysqlParameterMetadata - Class in com.mysql.jdbc
 
MysqlParameterMetadata(Field[], int, ExceptionInterceptor) - Constructor for class com.mysql.jdbc.MysqlParameterMetadata
 
MysqlParameterMetadata(int) - Constructor for class com.mysql.jdbc.MysqlParameterMetadata
Used for "fake" basic metadata for client-side prepared statements when we don't know the parameter types.
MysqlSavepoint - Class in com.mysql.jdbc
Represents SQL SAVEPOINTS in MySQL.
MysqlSavepoint(ExceptionInterceptor) - Constructor for class com.mysql.jdbc.MysqlSavepoint
Creates an unnamed savepoint.
MysqlSavepoint(String, ExceptionInterceptor) - Constructor for class com.mysql.jdbc.MysqlSavepoint
Creates a named savepoint
mysqlToJavaType(int) - Static method in class com.mysql.jdbc.MysqlDefs
Maps the given MySQL type to the correct JDBC type.
mysqlToJavaType(String) - Static method in class com.mysql.jdbc.MysqlDefs
Maps the given MySQL type to the correct JDBC type.
mysqlToSqlState(int, boolean) - Static method in class com.mysql.jdbc.SQLError
Map MySQL error codes to X/Open or SQL-92 error codes

N

NamedPipeSocketFactory - Class in com.mysql.jdbc
A socket factory for named pipes (on Windows)
NamedPipeSocketFactory() - Constructor for class com.mysql.jdbc.NamedPipeSocketFactory
Constructor for NamedPipeSocketFactory.
NamedPipeSocketFactory.NamedPipeSocket - Class in com.mysql.jdbc
A socket that encapsulates named pipes on Windows
NamedPipeSocketFactory.NamedPipeSocket(String) - Constructor for class com.mysql.jdbc.NamedPipeSocketFactory.NamedPipeSocket
 
NamedPipeSocketFactory.RandomAccessFileInputStream - Class in com.mysql.jdbc
Enables OutputStream-type functionality for a RandomAccessFile
NamedPipeSocketFactory.RandomAccessFileInputStream(RandomAccessFile) - Constructor for class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileInputStream
 
NamedPipeSocketFactory.RandomAccessFileOutputStream - Class in com.mysql.jdbc
Enables OutputStream-type functionality for a RandomAccessFile
NamedPipeSocketFactory.RandomAccessFileOutputStream(RandomAccessFile) - Constructor for class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileOutputStream
 
nanoTimeAvailable() - Static method in class com.mysql.jdbc.Util
 
nativeSql - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
nativeSQL(String) - Method in class com.mysql.jdbc.ConnectionImpl
A driver may convert the JDBC sql grammar into its system's native SQL grammar prior to sending it; nativeSQL returns the native form of the statement that the driver would have sent.
nativeSQL(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
newCrypt(String, String) - Static method in class com.mysql.jdbc.Util
 
newHash(String) - Static method in class com.mysql.jdbc.Util
 
newReadLength() - Method in class com.mysql.jdbc.Buffer
 
next() - Method in class com.mysql.jdbc.DatabaseMetaData.IteratorWithCleanup
 
next() - Method in class com.mysql.jdbc.DatabaseMetaData.ResultSetIterator
 
next() - Method in class com.mysql.jdbc.DatabaseMetaData.SingleStringIterator
 
next() - Method in class com.mysql.jdbc.ResultSetImpl
A ResultSet is initially positioned before its first row, the first call to next makes the first row the current row; the second call makes the second row the current row, etc.
next() - Method in interface com.mysql.jdbc.RowData
Returns the next row.
next() - Method in class com.mysql.jdbc.RowDataCursor
Returns the next row.
next() - Method in class com.mysql.jdbc.RowDataDynamic
Returns the next row.
next() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
next() - Method in class com.mysql.jdbc.UpdatableResultSet
A ResultSet is initially positioned before its first row, the first call to next makes the first row the current row; the second call makes the second row the current row, etc.
nextResultSet - Variable in class com.mysql.jdbc.ResultSetImpl
 
nextRow(Field[], int, boolean, int, boolean, boolean, boolean, Buffer) - Method in class com.mysql.jdbc.MysqlIO
Retrieve one row from the MySQL server.
nextRowFast(Field[], int, boolean, int, boolean, boolean, boolean) - Method in class com.mysql.jdbc.MysqlIO
 
nextToken() - Method in class com.mysql.jdbc.EscapeTokenizer
Returns the next token
NO_CHARSET_INFO - Static variable in class com.mysql.jdbc.MysqlDefs
Used to indicate that the server sent no field-level character set information, so the driver should use the connection-level character encoding instead.
NO_LENGTH_LIMIT - Static variable in class com.mysql.jdbc.Buffer
 
NonRegisteringDriver - Class in com.mysql.jdbc
The Java SQL framework allows for multiple database drivers.
NonRegisteringDriver() - Constructor for class com.mysql.jdbc.NonRegisteringDriver
Construct a new driver and register it with DriverManager
NonRegisteringReplicationDriver - Class in com.mysql.jdbc
Driver 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.
NonRegisteringReplicationDriver() - Constructor for class com.mysql.jdbc.NonRegisteringReplicationDriver
 
NoSubInterceptorWrapper - Class in com.mysql.jdbc
Wraps statement interceptors during driver startup so that they don't produce different result sets than we expect.
NoSubInterceptorWrapper(StatementInterceptorV2) - Constructor for class com.mysql.jdbc.NoSubInterceptorWrapper
 
NOT_UPDATEABLE_MESSAGE - Static variable in exception com.mysql.jdbc.NotUpdatable
The message to use when result set is not updatable.
NotImplemented - Exception in com.mysql.jdbc
Thrown from methods not required to be implemented.
NotImplemented() - Constructor for exception com.mysql.jdbc.NotImplemented
Creates a new NotImplemented object.
notImplemented() - Static method in class com.mysql.jdbc.SQLError
 
NotUpdatable - Exception in com.mysql.jdbc
Thrown when a result sate is not updatable
NotUpdatable() - Constructor for exception com.mysql.jdbc.NotUpdatable
Creates a new NotUpdatable exception.
NotUpdatable(String) - Constructor for exception com.mysql.jdbc.NotUpdatable
Append the given reason to the not updatable message if the reason is not null.
NULL_LENGTH - Static variable in class com.mysql.jdbc.Buffer
 
NULL_LENGTH - Static variable in class com.mysql.jdbc.MysqlIO
 
nullability - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
nullability - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
 
nullPlusNonNullIsNull() - Method in class com.mysql.jdbc.DatabaseMetaData
Are concatenations between NULL and non-NULL values NULL?
nullsAreSortedAtEnd() - Method in class com.mysql.jdbc.DatabaseMetaData
Are NULL values sorted at the end regardless of sort order?
nullsAreSortedAtStart() - Method in class com.mysql.jdbc.DatabaseMetaData
Are NULL values sorted at the start regardless of sort order?
nullsAreSortedHigh() - Method in class com.mysql.jdbc.DatabaseMetaData
Are NULL values sorted high?
nullsAreSortedLow() - Method in class com.mysql.jdbc.DatabaseMetaData
Are NULL values sorted low?
NUM_HOSTS_PROPERTY_KEY - Static variable in class com.mysql.jdbc.NonRegisteringDriver
 
numberOfExecutions - Variable in class com.mysql.jdbc.PreparedStatement
 
numberOfParameters() - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
numParameters - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
numPrecRadix - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
 

O

oldCrypt(String, String) - Static method in class com.mysql.jdbc.Util
 
oldHash(String) - Static method in class com.mysql.jdbc.Util
 
onFirst - Variable in class com.mysql.jdbc.DatabaseMetaData.SingleStringIterator
 
onInsertRow - Variable in class com.mysql.jdbc.ResultSetImpl
Are we on the insert row?
OPEN_CURSOR_FLAG - Static variable in class com.mysql.jdbc.MysqlDefs
 
openResults - Variable in class com.mysql.jdbc.StatementImpl
Set of currently-open ResultSets
OperationNotSupportedException - Exception in com.mysql.jdbc
 
OperationNotSupportedException() - Constructor for exception com.mysql.jdbc.OperationNotSupportedException
 
order - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
org.gjt.mm.mysql - package org.gjt.mm.mysql
 
originalSql - Variable in class com.mysql.jdbc.PreparedStatement
The SQL that was passed in to 'prepare'
othersDeletesAreVisible(int) - Method in class com.mysql.jdbc.DatabaseMetaData
DOCUMENT ME!
othersInsertsAreVisible(int) - Method in class com.mysql.jdbc.DatabaseMetaData
DOCUMENT ME!
othersUpdatesAreVisible(int) - Method in class com.mysql.jdbc.DatabaseMetaData
JDBC 2.0 Determine whether changes made by others are visible.
outputParamWasNull - Variable in class com.mysql.jdbc.CallableStatement
 
OutputStreamWatcher - Interface in com.mysql.jdbc
Objects that want to be notified of lifecycle events on a WatchableOutputStream should implement this interface, and register themselves with setWatcher() on the WatchableOutputStream instance.
ownDeletesAreVisible(int) - Method in class com.mysql.jdbc.DatabaseMetaData
DOCUMENT ME!
owner - Variable in class com.mysql.jdbc.RowDataStatic
 
owningStatement - Variable in class com.mysql.jdbc.ResultSetImpl
The statement that created us
ownInsertsAreVisible(int) - Method in class com.mysql.jdbc.DatabaseMetaData
DOCUMENT ME!
ownUpdatesAreVisible(int) - Method in class com.mysql.jdbc.DatabaseMetaData
JDBC 2.0 Determine whether a result set's own changes visible.

P

PacketTooBigException - Exception in com.mysql.jdbc
Thrown when a packet that is too big for the server is created.
PacketTooBigException(long, long) - Constructor for exception com.mysql.jdbc.PacketTooBigException
Creates a new PacketTooBigException object.
ParameterBindings - Interface in com.mysql.jdbc
Interface to allow PreparedStatement implementations to expose their parameter bindings to StatementInterceptors.
parameterCount - Variable in class com.mysql.jdbc.MysqlParameterMetadata
 
parameterCount - Variable in class com.mysql.jdbc.PreparedStatement
The number of parameters in this PreparedStatement
parameterList - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
parameterMap - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
parameterMetaData - Variable in class com.mysql.jdbc.PreparedStatement
 
parametersInDuplicateKeyClause - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
 
parameterStreams - Variable in class com.mysql.jdbc.PreparedStatement.BatchParams
 
parameterStrings - Variable in class com.mysql.jdbc.PreparedStatement.BatchParams
 
parameterTypes - Variable in class com.mysql.jdbc.PreparedStatement
Only used by statement interceptors at the moment to provide introspection of bound values
paramInfo - Variable in class com.mysql.jdbc.CallableStatement
 
paramName - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
parseHostPortPair(String) - Static method in class com.mysql.jdbc.NonRegisteringDriver
Parses hostPortPair in the form of [host][:port] into an array, with the element of index HOST_NAME_INDEX being the host (or null if not specified), and the element of index PORT_NUMBER_INDEX being the port (or null if not specified).
parseInfo - Variable in class com.mysql.jdbc.PreparedStatement
 
parserKnowsUnicode() - Method in interface com.mysql.jdbc.Connection
Does the server this connection is connected to support unicode?
parserKnowsUnicode() - Method in class com.mysql.jdbc.ConnectionImpl
DOCUMENT ME!
parserKnowsUnicode() - Method in class com.mysql.jdbc.ReplicationConnection
 
parseURL(String, Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
 
PASSWORD_PROPERTY_KEY - Static variable in class com.mysql.jdbc.NonRegisteringDriver
Key used to retreive the password value from the properties instance passed to the driver.
passwordCrypt(byte[], byte[], byte[], int) - Static method in class com.mysql.jdbc.Security
Encrypt/Decrypt function used for password encryption in authentication Simple XOR is used here but it is OK as we crypt random strings
passwordHashStage1(String) - Static method in class com.mysql.jdbc.Security
Stage one password hashing, used in MySQL 4.1 password handling
passwordHashStage2(byte[], byte[]) - Static method in class com.mysql.jdbc.Security
Stage two password hashing used in MySQL 4.1 password handling
pedantic - Variable in class com.mysql.jdbc.StatementImpl
Are we in pedantic mode?
pickConnection(LoadBalancingConnectionProxy, List, Map, long[], int) - Method in interface com.mysql.jdbc.BalanceStrategy
Called by the driver to pick a new connection to route requests over.
pickConnection(LoadBalancingConnectionProxy, List, Map, long[], int) - Method in class com.mysql.jdbc.BestResponseTimeBalanceStrategy
 
pickConnection(LoadBalancingConnectionProxy, List, Map, long[], int) - Method in class com.mysql.jdbc.RandomBalanceStrategy
 
ping() - Method in interface com.mysql.jdbc.Connection
Detect if the connection is still good by sending a ping command to the server.
ping() - Method in class com.mysql.jdbc.ConnectionImpl
Detect if the connection is still good
PING - Static variable in class com.mysql.jdbc.MysqlDefs
 
ping() - Method in class com.mysql.jdbc.ReplicationConnection
 
PING_MARKER - Static variable in class com.mysql.jdbc.StatementImpl
 
pingInternal(boolean, int) - Method in class com.mysql.jdbc.ConnectionImpl
 
PingTarget - Interface in com.mysql.jdbc
 
pingTarget - Variable in class com.mysql.jdbc.StatementImpl
 
pointOfOrigin - Variable in class com.mysql.jdbc.ResultSetImpl
StackTrace generated where ResultSet was created... used when profiling
pointOfOrigin - Variable in class com.mysql.jdbc.StatementImpl
Where this statement was created, only used if profileSql or useUsageAdvisor set to true.
populateCachedMetaData(CachedResultSetMetaData) - Method in class com.mysql.jdbc.ResultSetImpl
 
populateCachedMetaData(CachedResultSetMetaData) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
 
port - Variable in class com.mysql.jdbc.MysqlIO
 
port(Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
Returns the port number property
port - Variable in class com.mysql.jdbc.StandardSocketFactory
The port number to connect to
PORT_NUMBER_INDEX - Static variable in class com.mysql.jdbc.NonRegisteringDriver
Index for port # coming out of parseHostPortPair().
PORT_PROPERTY_KEY - Static variable in class com.mysql.jdbc.NonRegisteringDriver
Key used to retreive the port number value from the properties instance passed to the driver.
position(byte[], long) - Method in class com.mysql.jdbc.Blob
 
position(Blob, long) - Method in class com.mysql.jdbc.Blob
Finds the position of the given pattern in this BLOB.
position(Blob, long) - Method in class com.mysql.jdbc.BlobFromLocator
Finds the position of the given pattern in this BLOB.
position(byte[], long) - Method in class com.mysql.jdbc.BlobFromLocator
 
position(Clob, long) - Method in class com.mysql.jdbc.Clob
 
position(String, long) - Method in class com.mysql.jdbc.Clob
 
postInitialization() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
postProcess(String, Statement, ResultSetInternalMethods, Connection, int, boolean, boolean, SQLException) - Method in class com.mysql.jdbc.NoSubInterceptorWrapper
 
postProcess(String, Statement, ResultSetInternalMethods, Connection, int, boolean, boolean, SQLException) - Method in class com.mysql.jdbc.ReflectiveStatementInterceptorAdapter
 
postProcess(String, Statement, ResultSetInternalMethods, Connection) - Method in interface com.mysql.jdbc.StatementInterceptor
Called after the given statement has been sent to the server for processing.
postProcess(String, Statement, ResultSetInternalMethods, Connection, int, boolean, boolean, SQLException) - Method in interface com.mysql.jdbc.StatementInterceptorV2
Called after the given statement has been sent to the server for processing, instead of the StatementAware postProcess() of the earlier api.
postProcess(String, Statement, ResultSetInternalMethods, Connection, int, boolean, boolean, SQLException) - Method in class com.mysql.jdbc.V1toV2StatementInterceptorAdapter
 
precision - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
preferredValue - Variable in class com.mysql.jdbc.VersionedStringProperty
 
prepareBatchedInsertSQL(ConnectionImpl, int) - Method in class com.mysql.jdbc.PreparedStatement
Returns a prepared statement for the number of batched parameters, used when re-writing batch INSERTs.
prepareBatchedInsertSQL(ConnectionImpl, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
prepareCall(String) - Method in class com.mysql.jdbc.ConnectionImpl
DOCUMENT ME!
prepareCall(String, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
JDBC 2.0 Same as prepareCall() above, but allows the default result set type and result set concurrency type to be overridden.
prepareCall(String, int, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
 
prepareCall(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
prepareCall(String, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
prepareCall(String, int, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
PreparedStatement - Class in com.mysql.jdbc
A SQL Statement is pre-compiled and stored in a PreparedStatement object.
PreparedStatement(ConnectionImpl, String) - Constructor for class com.mysql.jdbc.PreparedStatement
Constructor used by server-side prepared statements
PreparedStatement(ConnectionImpl, String, String) - Constructor for class com.mysql.jdbc.PreparedStatement
Constructor for the PreparedStatement class.
PreparedStatement(ConnectionImpl, String, String, PreparedStatement.ParseInfo) - Constructor for class com.mysql.jdbc.PreparedStatement
Creates a new PreparedStatement object.
PreparedStatement.AppendingBatchVisitor - Class in com.mysql.jdbc
 
PreparedStatement.AppendingBatchVisitor() - Constructor for class com.mysql.jdbc.PreparedStatement.AppendingBatchVisitor
 
PreparedStatement.BatchParams - Class in com.mysql.jdbc
 
PreparedStatement.BatchParams(byte[][], InputStream[], boolean[], int[], boolean[]) - Constructor for class com.mysql.jdbc.PreparedStatement.BatchParams
 
PreparedStatement.BatchVisitor - Interface in com.mysql.jdbc
 
PreparedStatement.EmulatedPreparedStatementBindings - Class in com.mysql.jdbc
 
PreparedStatement.EmulatedPreparedStatementBindings() - Constructor for class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
 
PreparedStatement.EndPoint - Class in com.mysql.jdbc
 
PreparedStatement.EndPoint(int, int) - Constructor for class com.mysql.jdbc.PreparedStatement.EndPoint
 
PreparedStatement.ParseInfo - Class in com.mysql.jdbc
 
PreparedStatement.ParseInfo(String, ConnectionImpl, DatabaseMetaData, String, SingleByteCharsetConverter) - Constructor for class com.mysql.jdbc.PreparedStatement.ParseInfo
Represents the "parsed" state of a client-side prepared statement, with the statement broken up into it's static and dynamic (where parameters are bound) parts.
PreparedStatement.ParseInfo(String, ConnectionImpl, DatabaseMetaData, String, SingleByteCharsetConverter, boolean) - Constructor for class com.mysql.jdbc.PreparedStatement.ParseInfo
 
prepareMetaDataSafeStatement(String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a prepared statement to query information_schema tables.
prepareStatement(String) - Method in class com.mysql.jdbc.ConnectionImpl
A SQL statement with or without IN parameters can be pre-compiled and stored in a PreparedStatement object.
prepareStatement(String, int) - Method in class com.mysql.jdbc.ConnectionImpl
 
prepareStatement(String, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
JDBC 2.0 Same as prepareStatement() above, but allows the default result set type and result set concurrency type to be overridden.
prepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
 
prepareStatement(String, int[]) - Method in class com.mysql.jdbc.ConnectionImpl
 
prepareStatement(String, String[]) - Method in class com.mysql.jdbc.ConnectionImpl
 
prepareStatement(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
prepareStatement(String, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
prepareStatement(String, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
prepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
prepareStatement(String, int[]) - Method in class com.mysql.jdbc.ReplicationConnection
 
prepareStatement(String, String[]) - Method in class com.mysql.jdbc.ReplicationConnection
 
preProcess(String, Statement, Connection) - Method in class com.mysql.jdbc.NoSubInterceptorWrapper
 
preProcess(String, Statement, Connection) - Method in class com.mysql.jdbc.ReflectiveStatementInterceptorAdapter
 
preProcess(String, Statement, Connection) - Method in interface com.mysql.jdbc.StatementInterceptor
Called before the given statement is going to be sent to the server for processing.
preProcess(String, Statement, Connection) - Method in interface com.mysql.jdbc.StatementInterceptorV2
Called before the given statement is going to be sent to the server for processing.
preProcess(String, Statement, Connection) - Method in class com.mysql.jdbc.V1toV2StatementInterceptorAdapter
 
prev() - Method in class com.mysql.jdbc.ResultSetImpl
The prev method is not part of JDBC, but because of the architecture of this driver it is possible to move both forward and backward within the result set.
prev() - Method in class com.mysql.jdbc.UpdatableResultSet
The prev method is not part of JDBC, but because of the architecture of this driver it is possible to move both forward and backward within the result set.
previous() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Moves to the previous row in the result set.
previous() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Moves to the previous row in the result set.
PROCESS_INFO - Static variable in class com.mysql.jdbc.MysqlDefs
 
PROCESS_KILL - Static variable in class com.mysql.jdbc.MysqlDefs
 
processMultiCountsAndKeys(StatementImpl, int, int[]) - Method in class com.mysql.jdbc.StatementImpl
 
profileSql - Variable in class com.mysql.jdbc.ResultSetImpl
Are we tracking items for profileSql?
profileSQL - Variable in class com.mysql.jdbc.StatementImpl
Should we profile?
PROPERTIES_TRANSFORM_KEY - Static variable in class com.mysql.jdbc.NonRegisteringDriver
 
property(String, Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
Returns the given property from props
propertyInfo - Variable in class com.mysql.jdbc.VersionedStringProperty
 
propertyName - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
props - Variable in class com.mysql.jdbc.ConnectionImpl
Properties for this connection specified by user
providesQueryObjectGenerator() - Method in class com.mysql.jdbc.DatabaseMetaData
 
proxyIfInterfaceIsJdbc(Object, Class) - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
Recursively checks for interfaces on the given object to determine if it implements a java.sql interface, and if so, proxies the instance so that we can catch and fire SQL errors.
pStmt - Variable in class com.mysql.jdbc.BlobFromLocator.LocatorInputStream
 

Q

QUERY - Static variable in class com.mysql.jdbc.MysqlDefs
 
QUIT - Static variable in class com.mysql.jdbc.MysqlDefs
 
quit() - Method in class com.mysql.jdbc.MysqlIO
Log-off of the MySQL server and close the socket.
quotedId - Variable in class com.mysql.jdbc.DatabaseMetaData
What character to use when quoting identifiers

R

raFile - Variable in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileInputStream
 
raFile - Variable in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileOutputStream
 
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() - Method in class com.mysql.jdbc.BlobFromLocator.LocatorInputStream
 
read(byte[], int, int) - Method in class com.mysql.jdbc.BlobFromLocator.LocatorInputStream
 
read(byte[]) - Method in class com.mysql.jdbc.BlobFromLocator.LocatorInputStream
 
read() - Method in class com.mysql.jdbc.CompressedInputStream
 
read(byte[]) - Method in class com.mysql.jdbc.CompressedInputStream
 
read(byte[], int, int) - Method in class com.mysql.jdbc.CompressedInputStream
 
read() - Method in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileInputStream
 
read(byte[]) - Method in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileInputStream
 
read(byte[], int, int) - Method in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileInputStream
 
readAllResults(StatementImpl, int, int, int, boolean, String, Buffer, boolean, long, Field[]) - Method in class com.mysql.jdbc.MysqlIO
 
readByte() - Method in class com.mysql.jdbc.Buffer
 
readByte(int) - Method in class com.mysql.jdbc.Buffer
 
readerToString(Reader) - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
 
readFieldLength() - Method in class com.mysql.jdbc.Buffer
 
readFully(Reader, char[], int) - Static method in class com.mysql.jdbc.PreparedStatement
Reads length bytes from reader into buf.
readInt() - Method in class com.mysql.jdbc.Buffer
 
readIntAsLong() - Method in class com.mysql.jdbc.Buffer
 
readLenByteArray(int) - Method in class com.mysql.jdbc.Buffer
 
readLength() - Method in class com.mysql.jdbc.Buffer
 
readLong() - Method in class com.mysql.jdbc.Buffer
 
readLongInt() - Method in class com.mysql.jdbc.Buffer
 
readLongLong() - Method in class com.mysql.jdbc.Buffer
 
readnBytes() - Method in class com.mysql.jdbc.Buffer
 
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.
readPacket() - Method in class com.mysql.jdbc.MysqlIO
Read one packet from the MySQL server
readResultsForQueryOrUpdate(StatementImpl, int, int, int, boolean, String, Buffer, boolean, long, Field[]) - Method in class com.mysql.jdbc.MysqlIO
Reads one result set off of the wire, if the result is actually an update count, creates an update-count only result set.
readString() - Method in class com.mysql.jdbc.Buffer
 
readString(String, ExceptionInterceptor) - Method in class com.mysql.jdbc.Buffer
 
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
 
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.
referencedCatalog - Variable in class com.mysql.jdbc.DatabaseMetaData.LocalAndReferencedColumns
 
referencedColumnsList - Variable in class com.mysql.jdbc.DatabaseMetaData.LocalAndReferencedColumns
 
referencedTable - Variable in class com.mysql.jdbc.DatabaseMetaData.LocalAndReferencedColumns
 
ReflectiveStatementInterceptorAdapter - Class in com.mysql.jdbc
 
ReflectiveStatementInterceptorAdapter(StatementInterceptor) - Constructor for class com.mysql.jdbc.ReflectiveStatementInterceptorAdapter
 
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
 
registerQueryExecutionTime(long) - Method in class com.mysql.jdbc.ConnectionImpl
DOCUMENT ME!
registerStatement(Statement) - Method in class com.mysql.jdbc.ConnectionImpl
Register a Statement instance as open.
relative(int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Moves a relative number of rows, either positive or negative.
relative(int) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Moves a relative number of rows, either positive or negative.
releaseSavepoint(Savepoint) - Method in class com.mysql.jdbc.ConnectionImpl
 
releaseSavepoint(Savepoint) - Method in class com.mysql.jdbc.ReplicationConnection
 
RELOAD - Static variable in class com.mysql.jdbc.MysqlDefs
 
removeOpenResultSet(ResultSet) - Method in interface com.mysql.jdbc.Statement
Callback for result set instances to remove them from the Set that tracks them per-statement
removeOpenResultSet(ResultSet) - Method in class com.mysql.jdbc.StatementImpl
 
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!
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.ReplicationConnection
 
rePrepare() - Method in class com.mysql.jdbc.ServerPreparedStatement
Used by Connection when auto-reconnecting to retrieve 'lost' prepared statements.
required - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
reset() - Method in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
resetCancelledState() - Method in class com.mysql.jdbc.StatementImpl
 
resetMaxBuf() - Method in class com.mysql.jdbc.MysqlIO
Sets the buffer size to max-buf
resetReadPacketSequence() - Method in class com.mysql.jdbc.MysqlIO
 
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.ReplicationConnection
 
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
resultSet - Variable in class com.mysql.jdbc.DatabaseMetaData.ResultSetIterator
 
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)
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, ExceptionInterceptor) - 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(ExceptionInterceptor) - Constructor for class com.mysql.jdbc.ResultSetRow
 
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)
retainOwningStatement - Variable in class com.mysql.jdbc.ResultSetImpl
 
retrieveGeneratedKeys - Variable in class com.mysql.jdbc.StatementImpl
 
returnSimpleMetadata - Variable in class com.mysql.jdbc.MysqlParameterMetadata
 
rewrittenBatchSize - Variable in class com.mysql.jdbc.PreparedStatement
 
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.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.
RowDataDynamic.OperationNotSupportedException - Exception in com.mysql.jdbc
 
RowDataDynamic.OperationNotSupportedException() - Constructor for exception com.mysql.jdbc.RowDataDynamic.OperationNotSupportedException
 
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.StatementImpl.CancelTask
 

S

s2b(String) - Method in class com.mysql.jdbc.DatabaseMetaData
Converts the given string to bytes, using the connection's character encoding, or if not available, the JVM default encoding.
s2b(String, ConnectionImpl) - Static method in class com.mysql.jdbc.StringUtils
 
sawVariableUse() - Method in class com.mysql.jdbc.EscapeTokenizer
 
scale - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
scanForAndThrowDataTruncation() - Method in class com.mysql.jdbc.MysqlIO
 
scramble(String, String) - Static method in class com.mysql.jdbc.Util
DOCUMENT ME!
scramble411(String, String, Connection) - Static method in class com.mysql.jdbc.Security
 
secureAuth411(Buffer, int, String, String, String, boolean) - Method in class com.mysql.jdbc.MysqlIO
Secure authentication for 4.1.1 and newer servers.
Security - Class in com.mysql.jdbc
Methods for doing secure authentication with MySQL-4.1 and newer.
seed - Variable in class com.mysql.jdbc.MysqlIO
 
seed1 - Variable in class com.mysql.jdbc.Util.RandStructcture
 
seed2 - Variable in class com.mysql.jdbc.Util.RandStructcture
 
sendCommand(int, String, Buffer, boolean, String, int) - Method in class com.mysql.jdbc.MysqlIO
Send a command to the MySQL server If data is to be sent with command, it should be put in extraData.
serializeAsCharacterStream() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
 
serializeAsString() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
 
SERVER_MORE_RESULTS_EXISTS - Static variable in class com.mysql.jdbc.MysqlIO
 
serverCapabilities - Variable in class com.mysql.jdbc.MysqlIO
 
serverCharsetIndex - Variable in class com.mysql.jdbc.MysqlIO
 
serverInfo - Variable in class com.mysql.jdbc.ResultSetImpl
Any info message from the server that was created while generating this result set (if 'info parsing' is enabled for the connection).
ServerPreparedStatement - Class in com.mysql.jdbc
JDBC Interface for MySQL-4.1 and newer server-side PreparedStatements.
ServerPreparedStatement(ConnectionImpl, String, String, int, int) - Constructor for class com.mysql.jdbc.ServerPreparedStatement
Creates a new ServerPreparedStatement object.
ServerPreparedStatement.BatchedBindValues - Class in com.mysql.jdbc
 
ServerPreparedStatement.BatchedBindValues(ServerPreparedStatement.BindValue[]) - Constructor for class com.mysql.jdbc.ServerPreparedStatement.BatchedBindValues
 
ServerPreparedStatement.BindValue - Class in com.mysql.jdbc
 
ServerPreparedStatement.BindValue() - Constructor for class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
ServerPreparedStatement.BindValue(ServerPreparedStatement.BindValue) - Constructor for class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
serverPrepareStatement(String) - Method in interface com.mysql.jdbc.Connection
Prepares a statement on the server (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
serverPrepareStatement(String, int) - Method in interface com.mysql.jdbc.Connection
Prepares a statement on the server (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
serverPrepareStatement(String, int, int) - Method in interface com.mysql.jdbc.Connection
Prepares a statement on the server (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
serverPrepareStatement(String, int, int, int) - Method in interface com.mysql.jdbc.Connection
Prepares a statement on the server (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
serverPrepareStatement(String, int[]) - Method in interface com.mysql.jdbc.Connection
Prepares a statement on the server (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
serverPrepareStatement(String, String[]) - Method in interface com.mysql.jdbc.Connection
Prepares a statement on the server (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
serverPrepareStatement(String) - Method in class com.mysql.jdbc.ConnectionImpl
 
serverPrepareStatement(String, int) - Method in class com.mysql.jdbc.ConnectionImpl
 
serverPrepareStatement(String, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
 
serverPrepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
 
serverPrepareStatement(String, int[]) - Method in class com.mysql.jdbc.ConnectionImpl
 
serverPrepareStatement(String, String[]) - Method in class com.mysql.jdbc.ConnectionImpl
 
serverPrepareStatement(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
serverPrepareStatement(String, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
serverPrepareStatement(String, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
serverPrepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
serverPrepareStatement(String, int[]) - Method in class com.mysql.jdbc.ReplicationConnection
 
serverPrepareStatement(String, String[]) - Method in class com.mysql.jdbc.ReplicationConnection
 
serverSupportsConvertFn() - Method in class com.mysql.jdbc.ConnectionImpl
 
setAllowLoadLocalInfile(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setAllowLoadLocalInfile(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setAllowLoadLocalInfile(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setAllowMultiQueries(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setAllowMultiQueries(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setAllowMultiQueries(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setAllowNanAndInf(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setAllowNanAndInf(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setAllowNanAndInf(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setAllowUrlInLocalInfile(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setAllowUrlInLocalInfile(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setAllowUrlInLocalInfile(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setAlwaysSendSetIsolation(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setAlwaysSendSetIsolation(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setAlwaysSendSetIsolation(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setArray(int, Array) - Method in class com.mysql.jdbc.PreparedStatement
JDBC 2.0 Set an Array parameter.
setArray(int, Array) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setAsciiStream(String, InputStream, int) - Method in class com.mysql.jdbc.CallableStatement
 
setAsciiStream(String, InputStream) - Method in class com.mysql.jdbc.CallableStatement
 
setAsciiStream(String, InputStream, long) - Method in class com.mysql.jdbc.CallableStatement
 
setAsciiStream(long) - Method in class com.mysql.jdbc.Clob
 
setAsciiStream(int, InputStream, int) - Method in class com.mysql.jdbc.PreparedStatement
When a very large ASCII value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.InputStream.
setAsciiStream(int, InputStream) - Method in class com.mysql.jdbc.PreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class com.mysql.jdbc.PreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setAutoClosePStmtStreams(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setAutoClosePStmtStreams(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setAutoClosePStmtStreams(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setAutoCommit(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
If a connection is in auto-commit mode, than all its SQL statements will be executed and committed as individual transactions.
setAutoCommit(boolean) - Method in interface com.mysql.jdbc.ConnectionLifecycleInterceptor
Called when an application calls Connection.setAutoCommit(), before the driver processes its own internal logic for setAutoCommit().
setAutoCommit(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setAutoDeserialize(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setAutoDeserialize(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setAutoDeserialize(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setAutoGenerateTestcaseScript(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setAutoGenerateTestcaseScript(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setAutoGenerateTestcaseScript(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setAutoReconnect(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setAutoReconnect(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setAutoReconnect(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setAutoReconnectForConnectionPools(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setAutoReconnectForConnectionPools(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setAutoReconnectForConnectionPools(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setAutoReconnectForPools(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setAutoReconnectForPools(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setAutoReconnectForPools(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setAutoSlowLog(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setAutoSlowLog(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setAutoSlowLog(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setBigDecimal(String, BigDecimal) - Method in class com.mysql.jdbc.CallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a java.math.BigDecimal value.
setBigDecimal(int, BigDecimal) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setBinaryEncoded() - Method in class com.mysql.jdbc.ResultSetImpl
Flag that this result set is 'binary' encoded (from a PreparedStatement), not stored as strings.
setBinaryStream(long) - Method in class com.mysql.jdbc.Blob
 
setBinaryStream(long) - Method in class com.mysql.jdbc.BlobFromLocator
 
setBinaryStream(String, InputStream, int) - Method in class com.mysql.jdbc.CallableStatement
 
setBinaryStream(String, InputStream) - Method in class com.mysql.jdbc.CallableStatement
 
setBinaryStream(String, InputStream, long) - Method in class com.mysql.jdbc.CallableStatement
 
setBinaryStream() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
Retrieves a stream that can be used to write the XML value that this SQLXML instance represents.
setBinaryStream(int, InputStream, int) - Method in class com.mysql.jdbc.PreparedStatement
When a very large binary value is input to a LONGVARBINARY parameter, it may be more practical to send it via a java.io.InputStream.
setBinaryStream(int, InputStream) - Method in class com.mysql.jdbc.PreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class com.mysql.jdbc.PreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setBlob(String, Blob) - Method in class com.mysql.jdbc.CallableStatement
 
setBlob(String, InputStream) - Method in class com.mysql.jdbc.CallableStatement
 
setBlob(String, InputStream, long) - Method in class com.mysql.jdbc.CallableStatement
 
setBlob(int, InputStream, long) - Method in class com.mysql.jdbc.PreparedStatement
 
setBlob(int, Blob) - Method in class com.mysql.jdbc.PreparedStatement
JDBC 2.0 Set a BLOB parameter.
setBlob(int, InputStream) - Method in class com.mysql.jdbc.PreparedStatement
 
setBlob(int, Blob) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setBlobsAreStrings(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setBlobsAreStrings(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setBlobsAreStrings(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setBlobSendChunkSize(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setBlobSendChunkSize(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setBlobSendChunkSize(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setBoolean(String, boolean) - Method in class com.mysql.jdbc.CallableStatement
 
setBoolean(int, boolean) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a Java boolean value.
setBoolean(int, boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setBufLength(int) - Method in class com.mysql.jdbc.Buffer
 
setByte(String, byte) - Method in class com.mysql.jdbc.CallableStatement
 
setByte(int, byte) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a Java byte value.
setByte(int, byte) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setByteBuffer(byte[]) - Method in class com.mysql.jdbc.Buffer
Sets the array of bytes to use as a buffer to read from.
setBytes(long, byte[]) - Method in class com.mysql.jdbc.Blob
 
setBytes(long, byte[], int, int) - Method in class com.mysql.jdbc.Blob
 
setBytes(long, byte[], int, int) - Method in class com.mysql.jdbc.BlobFromLocator
 
setBytes(long, byte[]) - Method in class com.mysql.jdbc.BlobFromLocator
 
setBytes(String, byte[]) - Method in class com.mysql.jdbc.CallableStatement
 
setBytes(int, byte[]) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a Java array of bytes.
setBytes(int, byte[], boolean, boolean) - Method in class com.mysql.jdbc.PreparedStatement
 
setBytes(int, byte[]) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setBytesNoEscape(int, byte[]) - Method in class com.mysql.jdbc.PreparedStatement
Used by updatable result sets for refreshRow() because the parameter has already been escaped for updater or inserter prepared statements.
setBytesNoEscapeNoQuotes(int, byte[]) - Method in class com.mysql.jdbc.PreparedStatement
 
setCacheCallableStatements(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setCacheCallableStatements(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setCacheCallableStatements(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setCacheCallableStmts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setCacheCallableStmts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setCacheCallableStmts(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setCachePreparedStatements(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setCachePreparedStatements(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setCachePreparedStatements(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setCachePrepStmts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setCachePrepStmts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setCachePrepStmts(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setCacheResultSetMetadata(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
Sets whether or not we should cache result set metadata.
setCacheResultSetMetadata(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setCacheResultSetMetadata(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setCacheServerConfiguration(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setCacheServerConfiguration(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setCacheServerConfiguration(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setCallableStatementCacheSize(int) - Method in interface com.mysql.jdbc.ConnectionProperties
Configures the number of callable statements to cache.
setCallableStatementCacheSize(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setCallableStatementCacheSize(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setCallableStmtCacheSize(int) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setCallableStmtCacheSize(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setCallableStmtCacheSize(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setCapitalizeDBMDTypes(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setCapitalizeDBMDTypes(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setCapitalizeDBMDTypes(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setCapitalizeTypeNames(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setCapitalizeTypeNames(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setCapitalizeTypeNames(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setCatalog(String) - Method in class com.mysql.jdbc.ConnectionImpl
A sub-space of this Connection's database may be selected by setting a catalog name.
setCatalog(String) - Method in interface com.mysql.jdbc.ConnectionLifecycleInterceptor
Called when an application calls Connection.setCatalog(), before the driver processes its own internal logic for setCatalog().
setCatalog(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setCategoryName(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
setCharacterEncoding(String) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setCharacterEncoding(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setCharacterEncoding(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setCharacterSet(String) - Method in class com.mysql.jdbc.Field
 
setCharacterSetResults(String) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setCharacterSetResults(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setCharacterSetResults(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setCharacterStream(String, Reader, int) - Method in class com.mysql.jdbc.CallableStatement
 
setCharacterStream(String, Reader) - Method in class com.mysql.jdbc.CallableStatement
 
setCharacterStream(String, Reader, long) - Method in class com.mysql.jdbc.CallableStatement
 
setCharacterStream(long) - Method in class com.mysql.jdbc.Clob
 
setCharacterStream() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
Retrieves a stream to be used to write the XML value that this SQLXML instance represents.
setCharacterStream(int, Reader, int) - Method in class com.mysql.jdbc.PreparedStatement
JDBC 2.0 When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader.
setCharacterStream(int, Reader) - Method in class com.mysql.jdbc.PreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class com.mysql.jdbc.PreparedStatement
 
setCharacterStream(int, Reader, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setClientCertificateKeyStorePassword(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setClientCertificateKeyStorePassword(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setClientCertificateKeyStorePassword(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setClientCertificateKeyStoreType(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setClientCertificateKeyStoreType(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setClientCertificateKeyStoreType(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setClientCertificateKeyStoreUrl(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setClientCertificateKeyStoreUrl(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setClientCertificateKeyStoreUrl(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setClientInfo(Connection, Properties) - Method in interface com.mysql.jdbc.JDBC4ClientInfoProvider
Sets the client info for the connection that this provider instance belongs to.
setClientInfo(Connection, String, String) - Method in interface com.mysql.jdbc.JDBC4ClientInfoProvider
Sets the client info for the connection that this provider instance belongs to.
setClientInfo(Connection, Properties) - Method in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
 
setClientInfo(Connection, String, String) - Method in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
 
setClientInfo(Connection, Properties) - Method in class com.mysql.jdbc.JDBC4CommentClientInfoProvider
 
setClientInfo(Connection, String, String) - Method in class com.mysql.jdbc.JDBC4CommentClientInfoProvider
 
setClientInfo(Properties) - Method in class com.mysql.jdbc.JDBC4Connection
 
setClientInfo(String, String) - Method in class com.mysql.jdbc.JDBC4Connection
 
setClientInfoProvider(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setClientInfoProvider(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setClientInfoProvider(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setClientInfoSp - Variable in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
 
setClob(String, Clob) - Method in class com.mysql.jdbc.CallableStatement
 
setClob(String, Reader) - Method in class com.mysql.jdbc.CallableStatement
 
setClob(String, Reader, long) - Method in class com.mysql.jdbc.CallableStatement
 
setClob(int, Clob) - Method in class com.mysql.jdbc.PreparedStatement
JDBC 2.0 Set a CLOB parameter.
setClob(int, Reader) - Method in class com.mysql.jdbc.PreparedStatement
 
setClob(int, Reader, long) - Method in class com.mysql.jdbc.PreparedStatement
 
setClob(int, Clob) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setClobberStreamingResults(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setClobberStreamingResults(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setClobberStreamingResults(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setClobCharacterEncoding(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setClobCharacterEncoding(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setClobCharacterEncoding(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setClosed(boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setColumnValue(int, byte[]) - Method in class com.mysql.jdbc.BufferRow
 
setColumnValue(int, byte[]) - Method in class com.mysql.jdbc.ByteArrayRow
 
setColumnValue(int, byte[]) - Method in class com.mysql.jdbc.ResultSetRow
Sets the given column value (only works currently with ByteArrayRowHolder).
setCompensateOnDuplicateKeyUpdateCounts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setCompensateOnDuplicateKeyUpdateCounts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setCompensateOnDuplicateKeyUpdateCounts(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setConnection(ConnectionImpl) - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
setConnectionCollation(String) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setConnectionCollation(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setConnectionCollation(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setConnectionLifecycleInterceptors(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setConnectionLifecycleInterceptors(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setConnectionLifecycleInterceptors(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setConnectTimeout(int) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setConnectTimeout(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setConnectTimeout(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setContinueBatchOnError(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setContinueBatchOnError(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setContinueBatchOnError(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setCreateDatabaseIfNotExist(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setCreateDatabaseIfNotExist(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setCreateDatabaseIfNotExist(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setCurrentRow(int) - Method in interface com.mysql.jdbc.RowData
Moves the current position in the result set to the given row number.
setCurrentRow(int) - Method in class com.mysql.jdbc.RowDataCursor
Moves the current position in the result set to the given row number.
setCurrentRow(int) - Method in class com.mysql.jdbc.RowDataDynamic
Moves the current position in the result set to the given row number.
setCurrentRow(int) - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
setCursorName(String) - Method in class com.mysql.jdbc.StatementImpl
setCursorName defines the SQL cursor name that will be used by subsequent execute methods.
setDate(String, Date) - Method in class com.mysql.jdbc.CallableStatement
 
setDate(String, Date, Calendar) - Method in class com.mysql.jdbc.CallableStatement
 
setDate(int, Date) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a java.sql.Date value.
setDate(int, Date, Calendar) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a java.sql.Date value.
setDate(int, Date) - Method in class com.mysql.jdbc.ServerPreparedStatement
Set a parameter to a java.sql.Date value.
setDate(int, Date, Calendar) - Method in class com.mysql.jdbc.ServerPreparedStatement
Set a parameter to a java.sql.Date value.
setDefaultFetchSize(int) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setDefaultFetchSize(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setDefaultFetchSize(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setDetectServerPreparedStmts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setDetectServerPreparedStmts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setDetectServerPreparedStmts(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setDontTrackOpenResources(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setDontTrackOpenResources(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setDontTrackOpenResources(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setDouble(String, double) - Method in class com.mysql.jdbc.CallableStatement
 
setDouble(int, double) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a Java double value.
setDouble(int, double) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setDumpMetadataOnColumnNotFound(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setDumpMetadataOnColumnNotFound(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setDumpMetadataOnColumnNotFound(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setDumpQueriesOnException(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setDumpQueriesOnException(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setDumpQueriesOnException(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setDynamicCalendars(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setDynamicCalendars(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setDynamicCalendars(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setElideSetAutoCommits(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setElideSetAutoCommits(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setElideSetAutoCommits(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setEmptyStringsConvertToZero(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setEmptyStringsConvertToZero(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setEmptyStringsConvertToZero(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setEmulateLocators(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setEmulateLocators(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setEmulateLocators(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setEmulateUnsupportedPstmts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setEmulateUnsupportedPstmts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setEmulateUnsupportedPstmts(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setEnablePacketDebug(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setEnablePacketDebug(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setEnablePacketDebug(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setEnableQueryTimeouts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setEnableQueryTimeouts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setEnableQueryTimeouts(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setEncoding(String) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setEncoding(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setEncoding(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setEscapeProcessing(boolean) - Method in class com.mysql.jdbc.StatementImpl
If escape scanning is on (the default), the driver will do escape substitution before sending the SQL to the database.
setExceptionInterceptors(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setExceptionInterceptors(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setExceptionInterceptors(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setExplainSlowQueries(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setExplainSlowQueries(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setExplainSlowQueries(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setFailedOver(boolean) - Method in interface com.mysql.jdbc.Connection
 
setFailedOver(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
 
setFailedOver(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setFailOverReadOnly(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setFailOverReadOnly(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setFailOverReadOnly(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setFetchDirection(int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Give a hint as to the direction in which the rows in this result set will be processed.
setFetchDirection(int) - Method in class com.mysql.jdbc.StatementImpl
JDBC 2.0 Give a hint as to the direction in which the rows in a result set will be processed.
setFetchSize(int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Give the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this result set.
setFetchSize(int) - Method in class com.mysql.jdbc.StatementImpl
JDBC 2.0 Give the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
setFirstCharOfQuery(char) - Method in class com.mysql.jdbc.ResultSetImpl
Sets the first character of the query that this result set was created from.
setFirstCharOfQuery(char) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
Sets the first character of the query that was issued to create this result set.
setFloat(String, float) - Method in class com.mysql.jdbc.CallableStatement
 
setFloat(int, float) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a Java float value.
setFloat(int, float) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setFunctionsNeverReturnBlobs(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setFunctionsNeverReturnBlobs(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setFunctionsNeverReturnBlobs(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setGatherPerfMetrics(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setGatherPerfMetrics(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setGatherPerfMetrics(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setGatherPerformanceMetrics(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setGatherPerformanceMetrics(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setGatherPerformanceMetrics(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setGenerateSimpleParameterMetadata(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setGenerateSimpleParameterMetadata(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setGenerateSimpleParameterMetadata(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setHighAvailability(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
DOCUMENT ME!
setHoldability(int) - Method in class com.mysql.jdbc.ConnectionImpl
 
setHoldability(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setHoldResultsOpenOverClose(boolean) - Method in class com.mysql.jdbc.StatementImpl
 
setHoldResultsOpenOverStatementClose(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setHoldResultsOpenOverStatementClose(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setHoldResultsOpenOverStatementClose(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setIgnoreNonTxTables(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setIgnoreNonTxTables(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setIgnoreNonTxTables(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setIncludeInnodbStatusInDeadlockExceptions(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setIncludeInnodbStatusInDeadlockExceptions(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setIncludeInnodbStatusInDeadlockExceptions(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setInGlobalTx(boolean) - Method in interface com.mysql.jdbc.Connection
Set the state of being in a global (XA) transaction.
setInGlobalTx(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
 
setInGlobalTx(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setInitialTimeout(int) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setInitialTimeout(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setInitialTimeout(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setInt(String, int) - Method in class com.mysql.jdbc.CallableStatement
 
setInt(int, int) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a Java int value.
setInt(int, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setInteractiveClient(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setInteractiveClient(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setInteractiveClient(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setInternal(int, byte[]) - Method in class com.mysql.jdbc.PreparedStatement
 
setInternal(int, String) - Method in class com.mysql.jdbc.PreparedStatement
 
setIsInteractiveClient(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setIsInteractiveClient(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setIsInteractiveClient(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setJdbcCompliantTruncation(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setJdbcCompliantTruncation(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setJdbcCompliantTruncation(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setJdbcCompliantTruncationForReads(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setJdbcCompliantTruncationForReads(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setJdbcCompliantTruncationForReads(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setLargeRowSizeThreshold(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setLargeRowSizeThreshold(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setLargeRowSizeThreshold(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setLoadBalanceBlacklistTimeout(int) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setLoadBalanceBlacklistTimeout(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setLoadBalanceBlacklistTimeout(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setLoadBalanceStrategy(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setLoadBalanceStrategy(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setLoadBalanceStrategy(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setLocalInfileInputStream(InputStream) - Method in interface com.mysql.jdbc.Statement
Sets an InputStream instance that will be used to send data to the MySQL server for a "LOAD DATA LOCAL INFILE" statement rather than a FileInputStream or URLInputStream that represents the path given as an argument to the statement.
setLocalInfileInputStream(InputStream) - Method in class com.mysql.jdbc.StatementImpl
 
setLocalSocketAddress(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setLocalSocketAddress(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setLocalSocketAddress(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setLocatorFetchBufferSize(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setLocatorFetchBufferSize(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setLocatorFetchBufferSize(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setLogger(String) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setLogger(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setLogger(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setLoggerClassName(String) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setLoggerClassName(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setLoggerClassName(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setLogSlowQueries(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setLogSlowQueries(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setLogSlowQueries(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setLogXaCommands(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setLogXaCommands(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setLogXaCommands(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setLong(String, long) - Method in class com.mysql.jdbc.CallableStatement
 
setLong(int, long) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a Java long value.
setLong(int, long) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setMaintainTimeStats(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setMaintainTimeStats(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setMaintainTimeStats(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setMaxAllowedPacket(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setMaxFieldSize(int) - Method in class com.mysql.jdbc.StatementImpl
Sets the maxFieldSize
setMaxQuerySizeToLog(int) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setMaxQuerySizeToLog(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setMaxQuerySizeToLog(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setMaxReconnects(int) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setMaxReconnects(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setMaxReconnects(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setMaxRows(int) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setMaxRows(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setMaxRows(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setMaxRows(int) - Method in class com.mysql.jdbc.StatementImpl
Set the maximum number of rows
setMetadata(Field[]) - Method in class com.mysql.jdbc.BufferRow
 
setMetadata(Field[]) - Method in class com.mysql.jdbc.ResultSetRow
 
setMetadata(Field[]) - Method in interface com.mysql.jdbc.RowData
Sometimes the driver doesn't have metadata until after the statement has the result set in-hand (because it's cached), so it can call this to set it after the fact.
setMetadata(Field[]) - Method in class com.mysql.jdbc.RowDataCursor
 
setMetadata(Field[]) - Method in class com.mysql.jdbc.RowDataDynamic
 
setMetadata(Field[]) - Method in class com.mysql.jdbc.RowDataStatic
 
setMetadataCacheSize(int) - Method in interface com.mysql.jdbc.ConnectionProperties
Sets the number of queries that metadata can be cached if caching is enabled.
setMetadataCacheSize(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setMetadataCacheSize(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setMysqlType(int) - Method in class com.mysql.jdbc.Field
 
setNCharacterStream(String, Reader) - Method in class com.mysql.jdbc.CallableStatement
 
setNCharacterStream(String, Reader, long) - Method in class com.mysql.jdbc.CallableStatement
 
setNCharacterStream(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4ServerPreparedStatement
 
setNCharacterStream(int, Reader) - Method in class com.mysql.jdbc.PreparedStatement
 
setNCharacterStream(int, Reader, long) - Method in class com.mysql.jdbc.PreparedStatement
JDBC 2.0 When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.Reader.
setNClob(int, NClob) - Method in class com.mysql.jdbc.JDBC4CallableStatement
JDBC 4.0 Set a NCLOB parameter.
setNClob(String, NClob) - Method in class com.mysql.jdbc.JDBC4CallableStatement
 
setNClob(String, Reader) - Method in class com.mysql.jdbc.JDBC4CallableStatement
 
setNClob(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4CallableStatement
 
setNClob(int, NClob) - Method in class com.mysql.jdbc.JDBC4PreparedStatement
JDBC 4.0 Set a NCLOB parameter.
setNClob(PreparedStatement, int, NClob) - Static method in class com.mysql.jdbc.JDBC4PreparedStatementHelper
JDBC 4.0 Set a NCLOB parameter.
setNClob(PreparedStatement, int, Reader) - Static method in class com.mysql.jdbc.JDBC4PreparedStatementHelper
 
setNClob(PreparedStatement, int, Reader, long) - Static method in class com.mysql.jdbc.JDBC4PreparedStatementHelper
JDBC 4.0 Set a NCLOB parameter.
setNClob(int, NClob) - Method in class com.mysql.jdbc.JDBC4ServerPreparedStatement
 
setNClob(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4ServerPreparedStatement
JDBC 4.0 Set a NCLOB parameter.
setNClob(int, Reader) - Method in class com.mysql.jdbc.PreparedStatement
 
setNClob(int, Reader, long) - Method in class com.mysql.jdbc.PreparedStatement
JDBC 4.0 Set a NCLOB parameter.
setNetTimeoutForStreamingResults(int) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setNetTimeoutForStreamingResults(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setNetTimeoutForStreamingResults(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setNextResultSet(ResultSetInternalMethods) - Method in class com.mysql.jdbc.ResultSetImpl
DOCUMENT ME!
setNoAccessToProcedureBodies(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setNoAccessToProcedureBodies(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setNoAccessToProcedureBodies(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setNoDatetimeStringSync(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setNoDatetimeStringSync(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setNoDatetimeStringSync(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setNoTimezoneConversionForTimeType(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setNoTimezoneConversionForTimeType(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setNoTimezoneConversionForTimeType(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setNString(String, String) - Method in class com.mysql.jdbc.JDBC4CallableStatement
 
setNString(int, String) - Method in class com.mysql.jdbc.JDBC4ServerPreparedStatement
 
setNString(int, String) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a Java String value.
setNull(String, int) - Method in class com.mysql.jdbc.CallableStatement
 
setNull(String, int, String) - Method in class com.mysql.jdbc.CallableStatement
 
setNull(int, int) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to SQL NULL Note: You must specify the parameters SQL type (although MySQL ignores it)
setNull(int, int, String) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to SQL NULL.
setNull(int, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setNull(int, int, String) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setNullCatalogMeansCurrent(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setNullCatalogMeansCurrent(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setNullCatalogMeansCurrent(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setNullNamePatternMatchesAll(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setNullNamePatternMatchesAll(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setNullNamePatternMatchesAll(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setObject(String, Object) - Method in class com.mysql.jdbc.CallableStatement
 
setObject(String, Object, int) - Method in class com.mysql.jdbc.CallableStatement
 
setObject(String, Object, int, int) - Method in class com.mysql.jdbc.CallableStatement
 
setObject(int, Object) - Method in class com.mysql.jdbc.PreparedStatement
DOCUMENT ME!
setObject(int, Object, int) - Method in class com.mysql.jdbc.PreparedStatement
DOCUMENT ME!
setObject(int, Object, int, int) - Method in class com.mysql.jdbc.PreparedStatement
Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.
setOneBatchedParameterSet(PreparedStatement, int, Object) - Method in class com.mysql.jdbc.PreparedStatement
 
setOneBatchedParameterSet(PreparedStatement, int, Object) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setOrder(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
setOverrideSupportsIntegrityEnhancementFacility(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setOverrideSupportsIntegrityEnhancementFacility(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setOverrideSupportsIntegrityEnhancementFacility(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setOwner(ResultSetImpl) - Method in interface com.mysql.jdbc.RowData
Set the result set that 'owns' this RowData
setOwner(ResultSetImpl) - Method in class com.mysql.jdbc.RowDataCursor
 
setOwner(ResultSetImpl) - Method in class com.mysql.jdbc.RowDataDynamic
 
setOwner(ResultSetImpl) - Method in class com.mysql.jdbc.RowDataStatic
 
setOwningStatement(StatementImpl) - Method in class com.mysql.jdbc.ResultSetImpl
 
setOwningStatement(StatementImpl) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
Sets the statement that "owns" this result set (usually used when the result set should internally "belong" to one statement, but is created by another.
setPacketDebugBufferSize(int) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setPacketDebugBufferSize(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setPacketDebugBufferSize(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setPadCharsWithSpace(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setPadCharsWithSpace(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setPadCharsWithSpace(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setParanoid(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setParanoid(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setParanoid(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setPasswordCharacterEncoding(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setPasswordCharacterEncoding(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setPasswordCharacterEncoding(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setPedantic(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setPedantic(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setPedantic(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setPinGlobalTxToPhysicalConnection(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setPinGlobalTxToPhysicalConnection(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setPinGlobalTxToPhysicalConnection(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setPingTarget(PingTarget) - Method in interface com.mysql.jdbc.Statement
 
setPingTarget(PingTarget) - Method in class com.mysql.jdbc.StatementImpl
 
setPoolable(boolean) - Method in class com.mysql.jdbc.StatementImpl
 
setPopulateInsertRowWithDefaultValues(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setPopulateInsertRowWithDefaultValues(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setPopulateInsertRowWithDefaultValues(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setPosition(int) - Method in class com.mysql.jdbc.Buffer
Set the current position to write to/ read from
setPreferSlaveDuringFailover(boolean) - Method in interface com.mysql.jdbc.Connection
 
setPreferSlaveDuringFailover(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
 
setPreferSlaveDuringFailover(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setPreparedStatementCacheSize(int) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setPreparedStatementCacheSize(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setPreparedStatementCacheSize(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setPreparedStatementCacheSqlLimit(int) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setPreparedStatementCacheSqlLimit(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setPreparedStatementCacheSqlLimit(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setPrepStmtCacheSize(int) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setPrepStmtCacheSize(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setPrepStmtCacheSize(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setPrepStmtCacheSqlLimit(int) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setPrepStmtCacheSqlLimit(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setPrepStmtCacheSqlLimit(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setProcessEscapeCodesForPrepStmts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setProcessEscapeCodesForPrepStmts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setProcessEscapeCodesForPrepStmts(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setProfilerEventHandler(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setProfilerEventHandler(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setProfilerEventHandler(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setProfileSql(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setProfileSQL(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setProfileSql(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setProfileSQL(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setProfileSQL(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setProfileSql(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setPropertiesTransform(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setPropertiesTransform(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setPropertiesTransform(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setQueriesBeforeRetryMaster(int) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setQueriesBeforeRetryMaster(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setQueriesBeforeRetryMaster(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setQueryTimeout(int) - Method in class com.mysql.jdbc.StatementImpl
Sets the queryTimeout limit
setQueryTimeoutKillsConnection(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setQueryTimeoutKillsConnection(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setQueryTimeoutKillsConnection(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setReadInfoMsgEnabled(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
 
setReadOnly(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
You can put a connection in read-only mode as a hint to enable database optimizations Note: setReadOnly cannot be called while in the middle of a transaction
setReadOnly(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setReadOnlyInternal(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
 
setReconnectAtTxEnd(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setReconnectAtTxEnd(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setReconnectAtTxEnd(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setRef(int, Ref) - Method in class com.mysql.jdbc.PreparedStatement
JDBC 2.0 Set a REF(<structured-type>) parameter.
setRef(int, Ref) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setRelaxAutoCommit(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setRelaxAutoCommit(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setRelaxAutoCommit(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setReportMetricsIntervalMillis(int) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setReportMetricsIntervalMillis(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setReportMetricsIntervalMillis(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setRequireSSL(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setRequireSSL(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setRequireSSL(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setResourceId(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setResourceId(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setResourceId(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setResult(Class) - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
Returns a Result for setting the XML value designated by this SQLXML instance.
setResultSetConcurrency(int) - Method in class com.mysql.jdbc.PreparedStatement
Sets the concurrency for result sets generated by this statement
setResultSetConcurrency(int) - Method in class com.mysql.jdbc.ResultSetImpl
Sets the concurrency (JDBC2)
setResultSetConcurrency(int) - Method in class com.mysql.jdbc.StatementImpl
Sets the concurrency for result sets generated by this statement
setResultSetConcurrency(int) - Method in class com.mysql.jdbc.UpdatableResultSet
Sets the concurrency type of this result set
setResultSetSizeThreshold(int) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setResultSetSizeThreshold(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setResultSetSizeThreshold(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setResultSetType(int) - Method in class com.mysql.jdbc.PreparedStatement
Sets the result set type for result sets generated by this statement
setResultSetType(int) - Method in class com.mysql.jdbc.ResultSetImpl
Sets the result set type for (JDBC2)
setResultSetType(int) - Method in class com.mysql.jdbc.StatementImpl
Sets the result set type for result sets generated by this statement
setRetainStatementAfterResultSetClose(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setRetainStatementAfterResultSetClose(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setRetainStatementAfterResultSetClose(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setRetriesAllDown(int) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setRetriesAllDown(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setRetriesAllDown(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setRetrieveGeneratedKeys(boolean) - Method in class com.mysql.jdbc.PreparedStatement
DOCUMENT ME!
setRewriteBatchedStatements(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setRewriteBatchedStatements(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setRewriteBatchedStatements(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setRollbackOnPooledClose(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setRollbackOnPooledClose(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setRollbackOnPooledClose(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setRoundRobinLoadBalance(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
Sets whether or not hosts will be picked in a round-robin fashion.
setRoundRobinLoadBalance(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setRoundRobinLoadBalance(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setRowId(int, RowId) - Method in class com.mysql.jdbc.JDBC4CallableStatement
 
setRowId(String, RowId) - Method in class com.mysql.jdbc.JDBC4CallableStatement
 
setRowId(int, RowId) - Method in class com.mysql.jdbc.JDBC4PreparedStatement
 
setRowId(PreparedStatement, int, RowId) - Static method in class com.mysql.jdbc.JDBC4PreparedStatementHelper
 
setRowId(int, RowId) - Method in class com.mysql.jdbc.JDBC4ServerPreparedStatement
 
setRunningCTS13(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setRunningCTS13(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setRunningCTS13(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setSavepoint() - Method in class com.mysql.jdbc.ConnectionImpl
 
setSavepoint(String) - Method in class com.mysql.jdbc.ConnectionImpl
 
setSavepoint() - Method in class com.mysql.jdbc.ReplicationConnection
 
setSavepoint(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setSecondsBeforeRetryMaster(int) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setSecondsBeforeRetryMaster(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setSecondsBeforeRetryMaster(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setSelfDestructOnPingMaxOperations(int) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setSelfDestructOnPingMaxOperations(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setSelfDestructOnPingMaxOperations(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setSelfDestructOnPingSecondsLifetime(int) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setSelfDestructOnPingSecondsLifetime(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setSelfDestructOnPingSecondsLifetime(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setServerInfo(String) - Method in class com.mysql.jdbc.ResultSetImpl
Sets server info (if any)
setServerTimezone(String) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setServerTimezone(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setServerTimezone(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setSessionVariables(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setSessionVariables(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setSessionVariables(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setShort(String, short) - Method in class com.mysql.jdbc.CallableStatement
 
setShort(int, short) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a Java short value.
setShort(int, short) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setSlowQueryThresholdMillis(int) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setSlowQueryThresholdMillis(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setSlowQueryThresholdMillis(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setSlowQueryThresholdNanos(long) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setSlowQueryThresholdNanos(long) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setSlowQueryThresholdNanos(long) - Method in class com.mysql.jdbc.ReplicationConnection
 
setSocketFactory(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setSocketFactory(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setSocketFactory(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setSocketFactoryClassName(String) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setSocketFactoryClassName(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setSocketFactoryClassName(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setSocketTimeout(int) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setSocketTimeout(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setSocketTimeout(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setSQLXML(int, SQLXML) - Method in class com.mysql.jdbc.JDBC4CallableStatement
 
setSQLXML(String, SQLXML) - Method in class com.mysql.jdbc.JDBC4CallableStatement
 
setSQLXML(int, SQLXML) - Method in class com.mysql.jdbc.JDBC4PreparedStatement
 
setSQLXML(PreparedStatement, int, SQLXML) - Static method in class com.mysql.jdbc.JDBC4PreparedStatementHelper
 
setSQLXML(int, SQLXML) - Method in class com.mysql.jdbc.JDBC4ServerPreparedStatement
 
setStatementComment(String) - Method in interface com.mysql.jdbc.Connection
Sets the comment that will be prepended to all statements sent to the server.
setStatementComment(String) - Method in class com.mysql.jdbc.ConnectionImpl
Sets the comment that will be prepended to all statements sent to the server.
setStatementComment(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setStatementInterceptors(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setStatementInterceptors(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setStatementInterceptors(List) - Method in class com.mysql.jdbc.MysqlIO
 
setStatementInterceptors(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setStatementUsedForFetchingRows(PreparedStatement) - Method in class com.mysql.jdbc.ResultSetImpl
 
setStatementUsedForFetchingRows(PreparedStatement) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
 
setStrictFloatingPoint(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setStrictFloatingPoint(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setStrictFloatingPoint(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setStrictUpdates(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setStrictUpdates(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setStrictUpdates(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setString(String, String) - Method in class com.mysql.jdbc.CallableStatement
 
setString(long, String) - Method in class com.mysql.jdbc.Clob
 
setString(long, String, int, int) - Method in class com.mysql.jdbc.Clob
 
setString(String) - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
Sets the XML value designated by this SQLXML instance to the given String representation.
setString(int, String) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a Java String value.
setString(int, String) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setTcpKeepAlive(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setTcpKeepAlive(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setTcpKeepAlive(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setTcpNoDelay(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setTcpNoDelay(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setTcpNoDelay(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setTcpRcvBuf(int) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setTcpRcvBuf(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setTcpRcvBuf(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setTcpSndBuf(int) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setTcpSndBuf(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setTcpSndBuf(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setTcpTrafficClass(int) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setTcpTrafficClass(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setTcpTrafficClass(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setTime(String, Time) - Method in class com.mysql.jdbc.CallableStatement
 
setTime(String, Time, Calendar) - Method in class com.mysql.jdbc.CallableStatement
 
setTime(int, Time, Calendar) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a java.sql.Time value.
setTime(int, Time) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a java.sql.Time value.
setTime(int, Time) - Method in class com.mysql.jdbc.ServerPreparedStatement
Set a parameter to a java.sql.Time value.
setTime(int, Time, Calendar) - Method in class com.mysql.jdbc.ServerPreparedStatement
Set a parameter to a java.sql.Time value.
setTimeInternal(int, Time, Calendar, TimeZone, boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
Set a parameter to a java.sql.Time value.
setTimestamp(String, Timestamp) - Method in class com.mysql.jdbc.CallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class com.mysql.jdbc.CallableStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a java.sql.Timestamp value.
setTimestamp(int, Timestamp) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to a java.sql.Timestamp value.
setTimestamp(int, Timestamp) - Method in class com.mysql.jdbc.ServerPreparedStatement
Set a parameter to a java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in class com.mysql.jdbc.ServerPreparedStatement
Set a parameter to a java.sql.Timestamp value.
setTimestampInternal(int, Timestamp, Calendar, TimeZone, boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setTinyInt1isBit(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setTinyInt1isBit(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setTinyInt1isBit(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setTraceProtocol(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setTraceProtocol(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setTraceProtocol(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setTransactionIsolation(int) - Method in class com.mysql.jdbc.ConnectionImpl
DOCUMENT ME!
setTransactionIsolation(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setTransformedBitIsBoolean(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setTransformedBitIsBoolean(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setTransformedBitIsBoolean(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setTreatUtilDateAsTimestamp(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setTreatUtilDateAsTimestamp(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setTreatUtilDateAsTimestamp(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setTrustCertificateKeyStorePassword(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setTrustCertificateKeyStorePassword(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setTrustCertificateKeyStorePassword(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setTrustCertificateKeyStoreType(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setTrustCertificateKeyStoreType(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setTrustCertificateKeyStoreType(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setTrustCertificateKeyStoreUrl(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setTrustCertificateKeyStoreUrl(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setTrustCertificateKeyStoreUrl(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setType(ServerPreparedStatement.BindValue, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setTypeMap(Map) - Method in class com.mysql.jdbc.ConnectionImpl
JDBC 2.0 Install a type-map object as the default type-map for this connection
setTypeMap(Map) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUltraDevHack(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUltraDevHack(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUltraDevHack(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUnicodeStream(int, InputStream, int) - Method in class com.mysql.jdbc.PreparedStatement
Deprecated.  
setUnicodeStream(int, InputStream, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
Deprecated.  
setUnsigned() - Method in class com.mysql.jdbc.Field
 
setURL(String, URL) - Method in class com.mysql.jdbc.CallableStatement
 
setURL(int, URL) - Method in class com.mysql.jdbc.PreparedStatement
 
setURL(int, URL) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setUseAffectedRows(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseAffectedRows(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseAffectedRows(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseBlobToStoreUTF8OutsideBMP(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseBlobToStoreUTF8OutsideBMP(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseBlobToStoreUTF8OutsideBMP(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseColumnNamesInFindColumn(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseColumnNamesInFindColumn(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseColumnNamesInFindColumn(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseCompression(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseCompression(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseCompression(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseConfigs(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseConfigs(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseConfigs(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseCursorFetch(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseCursorFetch(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseCursorFetch(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseDirectRowUnpack(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseDirectRowUnpack(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseDirectRowUnpack(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseDynamicCharsetInfo(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseDynamicCharsetInfo(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseDynamicCharsetInfo(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseFastDateParsing(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseFastDateParsing(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseFastDateParsing(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseFastIntParsing(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseFastIntParsing(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseFastIntParsing(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseGmtMillisForDatetimes(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseGmtMillisForDatetimes(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseGmtMillisForDatetimes(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseHostsInPrivileges(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseHostsInPrivileges(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseHostsInPrivileges(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseInformationSchema(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseInformationSchema(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseInformationSchema(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseJDBCCompliantTimezoneShift(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseJDBCCompliantTimezoneShift(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseJDBCCompliantTimezoneShift(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseJvmCharsetConverters(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseJvmCharsetConverters(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseJvmCharsetConverters(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseLegacyDatetimeCode(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseLegacyDatetimeCode(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseLegacyDatetimeCode(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseLocalSessionState(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseLocalSessionState(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseLocalSessionState(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseLocalTransactionState(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseLocalTransactionState(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseLocalTransactionState(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseNanosForElapsedTime(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseNanosForElapsedTime(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseNanosForElapsedTime(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseOldAliasMetadataBehavior(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseOldAliasMetadataBehavior(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseOldAliasMetadataBehavior(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseOldNameMetadata(boolean) - Method in class com.mysql.jdbc.Field
 
setUseOldUTF8Behavior(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseOldUTF8Behavior(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseOldUTF8Behavior(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseOnlyServerErrorMessages(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseOnlyServerErrorMessages(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseOnlyServerErrorMessages(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseReadAheadInput(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseReadAheadInput(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseReadAheadInput(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseServerPreparedStmts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseServerPreparedStmts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseServerPreparedStmts(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseServerPrepStmts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseServerPrepStmts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseServerPrepStmts(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseSqlStateCodes(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseSqlStateCodes(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseSqlStateCodes(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseSSL(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseSSL(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseSSL(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseSSPSCompatibleTimezoneShift(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUseSSPSCompatibleTimezoneShift(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseSSPSCompatibleTimezoneShift(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseStreamLengthsInPrepStmts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseStreamLengthsInPrepStmts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseStreamLengthsInPrepStmts(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseTimezone(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseTimezone(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseTimezone(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseUltraDevWorkAround(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseUltraDevWorkAround(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseUltraDevWorkAround(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseUnbufferedInput(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseUnbufferedInput(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseUnbufferedInput(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseUnicode(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseUnicode(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseUnicode(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUseUsageAdvisor(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
Sets whether or not the driver advises of proper usage.
setUseUsageAdvisor(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUseUsageAdvisor(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUtf8OutsideBmpExcludedColumnNamePattern(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUtf8OutsideBmpExcludedColumnNamePattern(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUtf8OutsideBmpExcludedColumnNamePattern(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setUtf8OutsideBmpIncludedColumnNamePattern(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setUtf8OutsideBmpIncludedColumnNamePattern(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setUtf8OutsideBmpIncludedColumnNamePattern(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setValue(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.BooleanConnectionProperty
 
setValue(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
 
setValue(long) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.LongConnectionProperty
 
setValue(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.MemorySizeConnectionProperty
 
setValue(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.StringConnectionProperty
 
setValueAsObject(Object) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
setVerifyServerCertificate(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setVerifyServerCertificate(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setVerifyServerCertificate(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setWasMultiPacket(boolean) - Method in class com.mysql.jdbc.Buffer
Sets whether this packet was part of a multipacket
setWasStreamingResults() - Method in exception com.mysql.jdbc.CommunicationsException
 
setWasStreamingResults() - Method in interface com.mysql.jdbc.StreamingNotifiable
 
setWatcher(OutputStreamWatcher) - Method in class com.mysql.jdbc.WatchableOutputStream
DOCUMENT ME!
setWatcher(WriterWatcher) - Method in class com.mysql.jdbc.WatchableWriter
DOCUMENT ME!
setWrapperStatement(Statement) - Method in class com.mysql.jdbc.ResultSetImpl
 
setWrapperStatement(Statement) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
 
setYearIsDateType(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setYearIsDateType(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setYearIsDateType(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
 
setZeroDateTimeBehavior(String) - Method in interface com.mysql.jdbc.ConnectionProperties
 
setZeroDateTimeBehavior(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
setZeroDateTimeBehavior(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
shortBinding - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
shortValueOf(short) - Static method in class com.mysql.jdbc.Constants
Same behavior as JDK-1.5's Constants.shortValueOf(int)
shouldIntercept() - Method in class com.mysql.jdbc.MysqlIO
 
shouldNotHappen(Exception) - Static method in exception com.mysql.jdbc.AssertionFailedException
Convenience method.
shutdown() - Method in class com.mysql.jdbc.MiniAdmin
Shuts down the MySQL server at the other end of the connection that this MiniAdmin was created from/for.
SHUTDOWN - Static variable in class com.mysql.jdbc.MysqlDefs
 
shutdownServer() - Method in interface com.mysql.jdbc.Connection
Used by MiniAdmin to shutdown a MySQL server
shutdownServer() - Method in class com.mysql.jdbc.ConnectionImpl
Used by MiniAdmin to shutdown a MySQL server
shutdownServer() - Method in class com.mysql.jdbc.ReplicationConnection
 
sinceVersion - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
SingleByteCharsetConverter - Class in com.mysql.jdbc
Converter for char[]->byte[] and byte[]->char[] for single-byte character sets.
size() - Method in interface com.mysql.jdbc.RowData
Only works on non dynamic result sets.
size() - Method in class com.mysql.jdbc.RowDataCursor
Only works on non dynamic result sets.
size() - Method in class com.mysql.jdbc.RowDataDynamic
Only works on non dynamic result sets.
size() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
skip(long) - Method in class com.mysql.jdbc.CompressedInputStream
 
skipPacket() - Method in class com.mysql.jdbc.MysqlIO
Reads and discards a single MySQL packet from the input stream.
SLASH_STAR_SPACE_AS_BYTES - Static variable in class com.mysql.jdbc.Constants
 
slavesConnection - Variable in class com.mysql.jdbc.ReplicationConnection
 
SLEEP - Static variable in class com.mysql.jdbc.MysqlDefs
 
SocketFactory - Interface in com.mysql.jdbc
Interface to allow pluggable socket creation in the driver
SPACE_STAR_SLASH_SPACE_AS_BYTES - Static variable in class com.mysql.jdbc.Constants
 
split(String, String, boolean) - Static method in class com.mysql.jdbc.StringUtils
Splits stringToSplit into a list, using the given delimitter
split(String, String, String, String, boolean) - Static method in class com.mysql.jdbc.StringUtils
Splits stringToSplit into a list, using the given delimitter
SQL_STATE_BASE_TABLE_NOT_FOUND - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_BASE_TABLE_OR_VIEW_ALREADY_EXISTS - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_BASE_TABLE_OR_VIEW_NOT_FOUND - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_COLUMN_ALREADY_EXISTS - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_COLUMN_NOT_FOUND - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_COMMUNICATION_LINK_FAILURE - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_CONNECTION_FAIL_DURING_TX - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_CONNECTION_IN_USE - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_CONNECTION_NOT_OPEN - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_CONNECTION_REJECTED - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_DATE_TRUNCATED - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_DATETIME_FIELD_OVERFLOW - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_DEADLOCK - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_DISCONNECT_ERROR - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_DIVISION_BY_ZERO - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_DRIVER_NOT_CAPABLE - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_ERROR_IN_ROW - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_GENERAL_ERROR - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_ILLEGAL_ARGUMENT - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_INDEX_ALREADY_EXISTS - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_INDEX_NOT_FOUND - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_INSERT_VALUE_LIST_NO_MATCH_COL_LIST - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_INVALID_AUTH_SPEC - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_INVALID_CHARACTER_VALUE_FOR_CAST - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_INVALID_COLUMN_NUMBER - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_INVALID_CONNECTION_ATTRIBUTE - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_INVALID_TRANSACTION_TERMINATION - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_MEMORY_ALLOCATION_FAILURE - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_MORE_THAN_ONE_ROW_UPDATED_OR_DELETED - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_NO_DEFAULT_FOR_COLUMN - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_NO_ROWS_UPDATED_OR_DELETED - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_NUMERIC_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_PRIVILEGE_NOT_REVOKED - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_SYNTAX_ERROR - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_TIMEOUT_EXPIRED - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_TRANSACTION_RESOLUTION_UNKNOWN - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_UNABLE_TO_CONNECT_TO_DATASOURCE - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_WRONG_NO_OF_PARAMETERS - Static variable in class com.mysql.jdbc.SQLError
 
SQLError - Class in com.mysql.jdbc
SQLError is a utility class that maps MySQL error codes to X/Open error codes as is required by the JDBC spec.
SQLError() - Constructor for class com.mysql.jdbc.SQLError
 
sqlQueryDirect(StatementImpl, String, String, Buffer, int, int, int, boolean, String, Field[]) - Method in class com.mysql.jdbc.MysqlIO
Send a query stored in a packet directly to the server.
stackTraceToString(Throwable) - Static method in class com.mysql.jdbc.Util
Converts a nested exception into a nicer message
StandardSocketFactory - Class in com.mysql.jdbc
Socket factory for vanilla TCP/IP sockets (the standard)
StandardSocketFactory() - Constructor for class com.mysql.jdbc.StandardSocketFactory
 
startCDATA() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
 
startDocument() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
 
startElement(String, String, String, Attributes) - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
 
startsWithIgnoreCase(String, int, String) - Static method in class com.mysql.jdbc.StringUtils
Determines whether or not the string 'searchIn' contains the string 'searchFor', dis-regarding case starting at 'startAt' Shorthand for a String.regionMatch(...)
startsWithIgnoreCase(String, String) - Static method in class com.mysql.jdbc.StringUtils
Determines whether or not the string 'searchIn' contains the string 'searchFor', dis-regarding case.
startsWithIgnoreCaseAndNonAlphaNumeric(String, String) - Static method in class com.mysql.jdbc.StringUtils
Determines whether or not the sting 'searchIn' contains the string 'searchFor', disregarding case,leading whitespace and non-alphanumeric characters.
startsWithIgnoreCaseAndWs(String, String) - Static method in class com.mysql.jdbc.StringUtils
Determines whether or not the sting 'searchIn' contains the string 'searchFor', disregarding case and leading whitespace
startsWithIgnoreCaseAndWs(String, String, int) - Static method in class com.mysql.jdbc.StringUtils
Determines whether or not the sting 'searchIn' contains the string 'searchFor', disregarding case and leading whitespace
Statement - 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.Statement.
statementComponents - Variable in class com.mysql.jdbc.PreparedStatement.AppendingBatchVisitor
 
statementCounter - Static variable in class com.mysql.jdbc.StatementImpl
Used to generate IDs when profiling.
statementId - Variable in class com.mysql.jdbc.StatementImpl
Used to identify this statement when profiling.
StatementImpl - Class in com.mysql.jdbc
A Statement object is used for executing a static SQL statement and obtaining the results produced by it.
StatementImpl(ConnectionImpl, String) - Constructor for class com.mysql.jdbc.StatementImpl
Constructor for a Statement.
StatementImpl.CancelTask - Class in com.mysql.jdbc
Thread used to implement query timeouts...Eventually we could be more efficient and have one thread with timers, but this is a straightforward and simple way to implement a feature that isn't used all that often.
StatementImpl.CancelTask(StatementImpl) - Constructor for class com.mysql.jdbc.StatementImpl.CancelTask
 
StatementInterceptor - Interface in com.mysql.jdbc
Implement this interface to be placed "in between" query execution, so that you can influence it.
StatementInterceptorV2 - Interface in com.mysql.jdbc
 
statementLength - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
 
statementStartPos - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
 
statementUsedForFetchingRows - Variable in class com.mysql.jdbc.ResultSetImpl
 
STATIC_CHARSET_TO_NUM_BYTES_MAP - Static variable in class com.mysql.jdbc.CharsetMapping
 
staticSql - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
 
STATISTICS - Static variable in class com.mysql.jdbc.MysqlDefs
 
stopIterating - Variable in class com.mysql.jdbc.IterateBlock
 
storesLowerCaseIdentifiers() - Method in class com.mysql.jdbc.DatabaseMetaData
Does the database store mixed case unquoted SQL identifiers in lower case?
storesLowerCaseQuotedIdentifiers() - Method in class com.mysql.jdbc.DatabaseMetaData
Does the database store mixed case quoted SQL identifiers in lower case?
storesLowerCaseTableName() - Method in class com.mysql.jdbc.ConnectionImpl
 
storesMixedCaseIdentifiers() - Method in class com.mysql.jdbc.DatabaseMetaData
Does the database store mixed case unquoted SQL identifiers in mixed case?
storesMixedCaseQuotedIdentifiers() - Method in class com.mysql.jdbc.DatabaseMetaData
Does the database store mixed case quoted SQL identifiers in mixed case?
storesUpperCaseIdentifiers() - Method in class com.mysql.jdbc.DatabaseMetaData
Does the database store mixed case unquoted SQL identifiers in upper case?
storesUpperCaseQuotedIdentifiers() - Method in class com.mysql.jdbc.DatabaseMetaData
Does the database store mixed case quoted SQL identifiers in upper case?
storeTo(Reference) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
storeToRef(Reference) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
STREAM_DATA_MARKER - Static variable in class com.mysql.jdbc.UpdatableResultSet
Marker for 'stream' data when doing INSERT rows
streamClosed(byte[]) - Method in class com.mysql.jdbc.Blob
 
streamClosed(WatchableOutputStream) - Method in class com.mysql.jdbc.Blob
 
streamClosed(WatchableOutputStream) - Method in class com.mysql.jdbc.Clob
 
streamClosed(WatchableOutputStream) - Method in interface com.mysql.jdbc.OutputStreamWatcher
Called when the OutputStream being watched has .close() called
StreamingNotifiable - Interface in com.mysql.jdbc
 
streamLengths - Variable in class com.mysql.jdbc.PreparedStatement.BatchParams
 
StringUtils - Class in com.mysql.jdbc
Various utility methods for converting to/from byte arrays in the platform encoding
StringUtils() - Constructor for class com.mysql.jdbc.StringUtils
 
stripComments(String, String, String, boolean, boolean, boolean, boolean) - Static method in class com.mysql.jdbc.StringUtils
Returns the given string, with comments removed
stripEnclosure(byte[], String, String) - Static method in class com.mysql.jdbc.StringUtils
 
subminorVersion - Variable in class com.mysql.jdbc.VersionedStringProperty
 
supportsAlterTableWithAddColumn() - Method in class com.mysql.jdbc.DatabaseMetaData
Is "ALTER TABLE" with add column supported?
supportsAlterTableWithDropColumn() - Method in class com.mysql.jdbc.DatabaseMetaData
Is "ALTER TABLE" with drop column supported?
supportsANSI92EntryLevelSQL() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the ANSI92 entry level SQL grammar supported?
supportsANSI92FullSQL() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the ANSI92 full SQL grammar supported?
supportsANSI92IntermediateSQL() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the ANSI92 intermediate SQL grammar supported?
supportsBatchUpdates() - Method in class com.mysql.jdbc.DatabaseMetaData
JDBC 2.0 Return true if the driver supports batch updates, else return false.
supportsCatalogsInDataManipulation() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a catalog name be used in a data manipulation statement?
supportsCatalogsInIndexDefinitions() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a catalog name be used in a index definition statement?
supportsCatalogsInPrivilegeDefinitions() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a catalog name be used in a privilege definition statement?
supportsCatalogsInProcedureCalls() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a catalog name be used in a procedure call statement?
supportsCatalogsInTableDefinitions() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a catalog name be used in a table definition statement?
supportsColumnAliasing() - Method in class com.mysql.jdbc.DatabaseMetaData
Is column aliasing supported?
supportsConvert() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the CONVERT function between SQL types supported?
supportsConvert(int, int) - Method in class com.mysql.jdbc.DatabaseMetaData
Is CONVERT between the given SQL types supported?
supportsCoreSQLGrammar() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the ODBC Core SQL grammar supported?
supportsCorrelatedSubqueries() - Method in class com.mysql.jdbc.DatabaseMetaData
Are correlated subqueries supported?
supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.mysql.jdbc.DatabaseMetaData
Are both data definition and data manipulation statements within a transaction supported?
supportsDataManipulationTransactionsOnly() - Method in class com.mysql.jdbc.DatabaseMetaData
Are only data manipulation statements within a transaction supported?
supportsDifferentTableCorrelationNames() - Method in class com.mysql.jdbc.DatabaseMetaData
If table correlation names are supported, are they restricted to be different from the names of the tables?
supportsExpressionsInOrderBy() - Method in class com.mysql.jdbc.DatabaseMetaData
Are expressions in "ORDER BY" lists supported?
supportsExtendedSQLGrammar() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the ODBC Extended SQL grammar supported?
supportsFullOuterJoins() - Method in class com.mysql.jdbc.DatabaseMetaData
Are full nested outer joins supported?
supportsGetGeneratedKeys() - Method in class com.mysql.jdbc.DatabaseMetaData
JDBC 3.0
supportsGroupBy() - Method in class com.mysql.jdbc.DatabaseMetaData
Is some form of "GROUP BY" clause supported?
supportsGroupByBeyondSelect() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a "GROUP BY" clause add columns not in the SELECT provided it specifies all the columns in the SELECT?
supportsGroupByUnrelated() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a "GROUP BY" clause use columns not in the SELECT?
supportsIntegrityEnhancementFacility() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the SQL Integrity Enhancement Facility supported?
supportsIsolationLevel() - Method in interface com.mysql.jdbc.Connection
Does the server this connection is connected to support quoted isolation levels?
supportsIsolationLevel() - Method in class com.mysql.jdbc.ConnectionImpl
DOCUMENT ME!
supportsIsolationLevel() - Method in class com.mysql.jdbc.ReplicationConnection
 
supportsLikeEscapeClause() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the escape character in "LIKE" clauses supported?
supportsLimitedOuterJoins() - Method in class com.mysql.jdbc.DatabaseMetaData
Is there limited support for outer joins?
supportsMinimumSQLGrammar() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the ODBC Minimum SQL grammar supported?
supportsMixedCaseIdentifiers() - Method in class com.mysql.jdbc.DatabaseMetaData
Does the database support mixed case unquoted SQL identifiers?
supportsMixedCaseQuotedIdentifiers() - Method in class com.mysql.jdbc.DatabaseMetaData
Does the database support mixed case quoted SQL identifiers?
supportsMultipleOpenResults() - Method in class com.mysql.jdbc.DatabaseMetaData
 
supportsMultipleResultSets() - Method in class com.mysql.jdbc.DatabaseMetaData
Are multiple ResultSets from a single execute supported?
supportsMultipleTransactions() - Method in class com.mysql.jdbc.DatabaseMetaData
Can we have multiple transactions open at once (on different connections)?
supportsNamedParameters() - Method in class com.mysql.jdbc.DatabaseMetaData
 
supportsNonNullableColumns() - Method in class com.mysql.jdbc.DatabaseMetaData
Can columns be defined as non-nullable?
supportsOpenCursorsAcrossCommit() - Method in class com.mysql.jdbc.DatabaseMetaData
Can cursors remain open across commits?
supportsOpenCursorsAcrossRollback() - Method in class com.mysql.jdbc.DatabaseMetaData
Can cursors remain open across rollbacks?
supportsOpenStatementsAcrossCommit() - Method in class com.mysql.jdbc.DatabaseMetaData
Can statements remain open across commits?
supportsOpenStatementsAcrossRollback() - Method in class com.mysql.jdbc.DatabaseMetaData
Can statements remain open across rollbacks?
supportsOrderByUnrelated() - Method in class com.mysql.jdbc.DatabaseMetaData
Can an "ORDER BY" clause use columns not in the SELECT?
supportsOuterJoins() - Method in class com.mysql.jdbc.DatabaseMetaData
Is some form of outer join supported?
supportsPositionedDelete() - Method in class com.mysql.jdbc.DatabaseMetaData
Is positioned DELETE supported?
supportsPositionedUpdate() - Method in class com.mysql.jdbc.DatabaseMetaData
Is positioned UPDATE supported?
supportsQuotedIdentifiers() - Method in interface com.mysql.jdbc.Connection
Does the server this connection is connected to support quoted identifiers?
supportsQuotedIdentifiers() - Method in class com.mysql.jdbc.ConnectionImpl
DOCUMENT ME!
supportsQuotedIdentifiers() - Method in class com.mysql.jdbc.ReplicationConnection
 
supportsResultSetConcurrency(int, int) - Method in class com.mysql.jdbc.DatabaseMetaData
JDBC 2.0 Does the database support the concurrency type in combination with the given result set type?
supportsResultSetHoldability(int) - Method in class com.mysql.jdbc.DatabaseMetaData
 
supportsResultSetType(int) - Method in class com.mysql.jdbc.DatabaseMetaData
JDBC 2.0 Does the database support the given result set type?
supportsSavepoints() - Method in class com.mysql.jdbc.DatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a schema name be used in a data manipulation statement?
supportsSchemasInIndexDefinitions() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a schema name be used in an index definition statement?
supportsSchemasInPrivilegeDefinitions() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a schema name be used in a privilege definition statement?
supportsSchemasInProcedureCalls() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a schema name be used in a procedure call statement?
supportsSchemasInTableDefinitions() - Method in class com.mysql.jdbc.DatabaseMetaData
Can a schema name be used in a table definition statement?
supportsSelectForUpdate() - Method in class com.mysql.jdbc.DatabaseMetaData
Is SELECT for UPDATE supported?
supportsStatementPooling() - Method in class com.mysql.jdbc.DatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in class com.mysql.jdbc.DatabaseMetaData
 
supportsStoredProcedures() - Method in class com.mysql.jdbc.DatabaseMetaData
Are stored procedure calls using the stored procedure escape syntax supported?
supportsSubqueriesInComparisons() - Method in class com.mysql.jdbc.DatabaseMetaData
Are subqueries in comparison expressions supported?
supportsSubqueriesInExists() - Method in class com.mysql.jdbc.DatabaseMetaData
Are subqueries in exists expressions supported?
supportsSubqueriesInIns() - Method in class com.mysql.jdbc.DatabaseMetaData
Are subqueries in "in" statements supported?
supportsSubqueriesInQuantifieds() - Method in class com.mysql.jdbc.DatabaseMetaData
Are subqueries in quantified expressions supported?
supportsTableCorrelationNames() - Method in class com.mysql.jdbc.DatabaseMetaData
Are table correlation names supported?
supportsTransactionIsolationLevel(int) - Method in class com.mysql.jdbc.DatabaseMetaData
Does the database support the given transaction isolation level?
supportsTransactions() - Method in interface com.mysql.jdbc.Connection
Does the server this connection is connected to support quoted identifiers?
supportsTransactions() - Method in class com.mysql.jdbc.ConnectionImpl
DOCUMENT ME!
supportsTransactions() - Method in class com.mysql.jdbc.DatabaseMetaData
Are transactions supported?
supportsTransactions() - Method in class com.mysql.jdbc.ReplicationConnection
 
supportsUnion() - Method in class com.mysql.jdbc.DatabaseMetaData
Is SQL UNION supported?
supportsUnionAll() - Method in class com.mysql.jdbc.DatabaseMetaData
Is SQL UNION ALL supported?
syncUpdate() - Method in class com.mysql.jdbc.UpdatableResultSet
Reset UPDATE prepared statement to value in current row.
systemNanoTimeMethod - Static variable in class com.mysql.jdbc.Util
 

T

tackOnMoreStreamingResults(ResultSetImpl) - Method in class com.mysql.jdbc.MysqlIO
 
TCP_KEEP_ALIVE_DEFAULT_VALUE - Static variable in class com.mysql.jdbc.StandardSocketFactory
 
TCP_KEEP_ALIVE_PROPERTY_NAME - Static variable in class com.mysql.jdbc.StandardSocketFactory
 
TCP_NO_DELAY_DEFAULT_VALUE - Static variable in class com.mysql.jdbc.StandardSocketFactory
 
TCP_NO_DELAY_PROPERTY_NAME - Static variable in class com.mysql.jdbc.StandardSocketFactory
 
TCP_RCV_BUF_DEFAULT_VALUE - Static variable in class com.mysql.jdbc.StandardSocketFactory
 
TCP_RCV_BUF_PROPERTY_NAME - Static variable in class com.mysql.jdbc.StandardSocketFactory
 
TCP_SND_BUF_DEFAULT_VALUE - Static variable in class com.mysql.jdbc.StandardSocketFactory
 
TCP_SND_BUF_PROPERTY_NAME - Static variable in class com.mysql.jdbc.StandardSocketFactory
 
TCP_TRAFFIC_CLASS_DEFAULT_VALUE - Static variable in class com.mysql.jdbc.StandardSocketFactory
 
TCP_TRAFFIC_CLASS_PROPERTY_NAME - Static variable in class com.mysql.jdbc.StandardSocketFactory
 
thisRow - Variable in class com.mysql.jdbc.ResultSetImpl
Pointer to current row data
throwConnectionClosedException() - Method in class com.mysql.jdbc.ConnectionImpl
 
TIME - Static variable in class com.mysql.jdbc.MysqlDefs
 
timeoutInMillis - Variable in class com.mysql.jdbc.StatementImpl
The timeout for a query
TimeUtil - Class in com.mysql.jdbc
Timezone conversion routines
TimeUtil() - Constructor for class com.mysql.jdbc.TimeUtil
 
TIMEZONE_MAPPINGS - Static variable in class com.mysql.jdbc.TimeUtil
 
toAsciiString(byte[]) - Static method in class com.mysql.jdbc.StringUtils
Returns the bytes as an ASCII String.
toAsciiString(byte[], int, int) - Static method in class com.mysql.jdbc.StringUtils
Returns the bytes as an ASCII String.
toBytes(char[]) - Method in class com.mysql.jdbc.SingleByteCharsetConverter
 
toBytes(char[], int, int) - Method in class com.mysql.jdbc.SingleByteCharsetConverter
 
toBytes(String) - Method in class com.mysql.jdbc.SingleByteCharsetConverter
Convert the given string to an array of bytes.
toBytes(String, int, int) - Method in class com.mysql.jdbc.SingleByteCharsetConverter
Convert the given string to an array of bytes.
toBytesWrapped(char[], char, char) - Method in class com.mysql.jdbc.SingleByteCharsetConverter
 
toBytesWrapped(String, char, char) - Method in class com.mysql.jdbc.SingleByteCharsetConverter
 
toCancel - Variable in class com.mysql.jdbc.StatementImpl.CancelTask
 
toReader() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
 
toString() - Method in class com.mysql.jdbc.Buffer
 
toString() - Method in class com.mysql.jdbc.Field
 
toString() - Method in class com.mysql.jdbc.PreparedStatement.AppendingBatchVisitor
 
toString() - Method in class com.mysql.jdbc.PreparedStatement
Returns this PreparedStatement represented as a string.
toString() - Method in class com.mysql.jdbc.ResultSetImpl
DOCUMENT ME!
toString() - Method in class com.mysql.jdbc.ResultSetMetaData
Returns a string representation of this object
toString() - Method in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
toString(boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
toString() - Method in class com.mysql.jdbc.ServerPreparedStatement
 
toString(byte[]) - Method in class com.mysql.jdbc.SingleByteCharsetConverter
Convert the byte buffer to a string using this instance's character encoding.
toString(byte[], int, int) - Method in class com.mysql.jdbc.SingleByteCharsetConverter
Convert the byte buffer from startPos to a length of length to a string using this instance's character encoding.
toString() - Method in class com.mysql.jdbc.VersionedStringProperty
 
toStringDefaultEncoding(byte[], int, int) - Static method in class com.mysql.jdbc.SingleByteCharsetConverter
Convert the byte buffer from startPos to a length of length to a string using the default platform encoding.
toSuperString() - Method in class com.mysql.jdbc.Buffer
 
TRACE - Static variable in class com.mysql.jdbc.NonRegisteringDriver
Should the driver generate method-call traces?
transactionBegun() - Method in class com.mysql.jdbc.ConnectionImpl
 
transactionBegun() - Method in interface com.mysql.jdbc.ConnectionLifecycleInterceptor
Called when the driver has been told by the server that a transaction is now in progress (when one has not been currently in progress).
transactionCompleted() - Method in class com.mysql.jdbc.ConnectionImpl
 
transactionCompleted() - Method in interface com.mysql.jdbc.ConnectionLifecycleInterceptor
Called when the driver has been told by the server that a transaction has completed, and no transaction is currently in progress.
transformProperties(Properties) - Method in interface com.mysql.jdbc.ConnectionPropertiesTransform
The JDBC driver will call this method if the user has loaded your implementation of this interface by specifying the 'propertiesTransform' property in their JDBC URL.
transformSocketToSSLSocket(MysqlIO) - Static method in class com.mysql.jdbc.ExportControlled
Converts the socket being used in the given MysqlIO to an SSLSocket by performing the SSL/TLS handshake.
truncate(long) - Method in class com.mysql.jdbc.Blob
Truncates the BLOB value that this Blob object represents to be len bytes in length.
truncate(long) - Method in class com.mysql.jdbc.BlobFromLocator
 
truncate(long) - Method in class com.mysql.jdbc.Clob
 
typeName - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
typeName - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
 
typeToName(int) - Static method in class com.mysql.jdbc.MysqlDefs
 

U

unpackField(Buffer, boolean) - Method in class com.mysql.jdbc.MysqlIO
Unpacks the Field information from the given packet.
unregisterStatement(Statement) - Method in class com.mysql.jdbc.ConnectionImpl
Remove the given statement from the list of open statements
unSafeStatementInterceptors() - Method in class com.mysql.jdbc.ConnectionImpl
 
unsetMaxRows(Statement) - Method in class com.mysql.jdbc.ConnectionImpl
Called by statements on their .close() to let the connection know when it is safe to set the connection back to 'default' row limits.
unwrap(Class) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfoJDBC3
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
unwrap(Class<T>) - Method in class com.mysql.jdbc.JDBC4Connection
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
unwrap(Class<T>) - Method in class com.mysql.jdbc.JDBC4DatabaseMetaData
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
unwrap(Class<T>) - Method in class com.mysql.jdbc.JDBC4DatabaseMetaDataUsingInfoSchema
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
unwrap(Class<T>) - Method in class com.mysql.jdbc.JDBC4ResultSet
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
unwrap(Class<T>) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
unwrap(Class) - Method in class com.mysql.jdbc.MysqlParameterMetadata
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
unwrap(Class) - Method in class com.mysql.jdbc.ResultSetMetaData
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
unwrap(Class) - Method in class com.mysql.jdbc.StatementImpl
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
UpdatableResultSet - Class in com.mysql.jdbc
A result set that is updatable.
UpdatableResultSet(String, Field[], RowData, ConnectionImpl, StatementImpl) - Constructor for class com.mysql.jdbc.UpdatableResultSet
Creates a new ResultSet object.
updateArray(int, Array) - Method in class com.mysql.jdbc.ResultSetImpl
 
updateArray(String, Array) - Method in class com.mysql.jdbc.ResultSetImpl
 
updateAsciiStream(int, InputStream) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateAsciiStream(String, InputStream) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateAsciiStream(int, InputStream) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateAsciiStream(String, InputStream) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with an ascii stream value.
updateAsciiStream(String, InputStream, int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with an ascii stream value.
updateAsciiStream(int, InputStream, int) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with an ascii stream value.
updateAsciiStream(String, InputStream, int) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with an ascii stream value.
updateBigDecimal(int, BigDecimal) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a BigDecimal value.
updateBigDecimal(int, BigDecimal) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a BigDecimal value.
updateBinaryStream(int, InputStream) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateBinaryStream(String, InputStream) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateBinaryStream(int, InputStream) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateBinaryStream(String, InputStream) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a binary stream value.
updateBinaryStream(String, InputStream, int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a binary stream value.
updateBinaryStream(int, InputStream, int) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a binary stream value.
updateBinaryStream(String, InputStream, int) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a binary stream value.
updateBlob(int, InputStream) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateBlob(String, InputStream) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateBlob(int, InputStream, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateBlob(String, InputStream, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateBlob(int, InputStream) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateBlob(int, InputStream, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateBlob(String, InputStream) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateBlob(String, InputStream, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateBlob(int, Blob) - Method in class com.mysql.jdbc.ResultSetImpl
 
updateBlob(String, Blob) - Method in class com.mysql.jdbc.ResultSetImpl
 
updateBlob(int, Blob) - Method in class com.mysql.jdbc.UpdatableResultSet
 
updateBlob(String, Blob) - Method in class com.mysql.jdbc.UpdatableResultSet
 
updateBoolean(int, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a boolean value.
updateBoolean(String, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a boolean value.
updateBoolean(int, boolean) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a boolean value.
updateBoolean(String, boolean) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a boolean value.
updateByte(int, byte) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a byte value.
updateByte(String, byte) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a byte value.
updateByte(int, byte) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a byte value.
updateByte(String, byte) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a byte value.
updateBytes(int, byte[]) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a byte array value.
updateBytes(String, byte[]) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a byte array value.
updateBytes(int, byte[]) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a byte array value.
updateBytes(String, byte[]) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a byte array value.
updateCharacterStream(int, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateCharacterStream(String, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateCharacterStream(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateCharacterStream(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateCharacterStream(int, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateCharacterStream(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateCharacterStream(String, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateCharacterStream(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateCharacterStream(int, Reader, int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a character stream value.
updateCharacterStream(String, Reader, int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a character stream value.
updateCharacterStream(int, Reader, int) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a character stream value.
updateCharacterStream(String, Reader, int) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a character stream value.
updateClob(int, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateClob(String, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateClob(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateClob(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateClob(int, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateClob(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateClob(String, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateClob(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateClob(int, Clob) - Method in class com.mysql.jdbc.ResultSetImpl
 
updateClob(String, Clob) - Method in class com.mysql.jdbc.ResultSetImpl
 
updateClob(int, Clob) - Method in class com.mysql.jdbc.UpdatableResultSet
 
updateCount - Variable in class com.mysql.jdbc.ResultSetImpl
How many rows were affected by UPDATE/INSERT/DELETE?
updateCount - Variable in class com.mysql.jdbc.StatementImpl
The update count for this statement
updateDate(int, Date) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a Date value.
updateDate(String, Date) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a Date value.
updateDate(int, Date) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a Date value.
updateDate(String, Date) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a Date value.
updateDouble(int, double) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a Double value.
updateDouble(String, double) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a double value.
updateDouble(int, double) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a Double value.
updateDouble(String, double) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a double value.
updateFloat(int, float) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a float value.
updateFloat(String, float) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a float value.
updateFloat(int, float) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a float value.
updateFloat(String, float) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a float value.
updateId - Variable in class com.mysql.jdbc.ResultSetImpl
Value generated for AUTO_INCREMENT columns
updateInt(int, int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with an integer value.
updateInt(String, int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with an integer value.
updateInt(int, int) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with an integer value.
updateInt(String, int) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with an integer value.
updateLong(int, long) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a long value.
updateLong(String, long) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a long value.
updateLong(int, long) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a long value.
updateLong(String, long) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a long value.
updateNCharacterStream(int, Reader, int) - Method in class com.mysql.jdbc.JDBC4ResultSet
JDBC 4.0 Update a column with a character stream value.
updateNCharacterStream(String, Reader, int) - Method in class com.mysql.jdbc.JDBC4ResultSet
JDBC 4.0 Update a column with a character stream value.
updateNCharacterStream(int, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateNCharacterStream(String, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateNCharacterStream(int, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateNCharacterStream(String, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateNCharacterStream(int, Reader, int) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
JDBC 4.0 Update a column with a character stream value.
updateNCharacterStream(String, Reader, int) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
JDBC 4.0 Update a column with a character stream value.
updateNClob(String, NClob) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateNClob(int, NClob) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateNClob(int, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateNClob(String, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateNClob(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateNClob(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateNClob(int, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateNClob(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateNClob(String, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateNClob(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateNClob(int, NClob) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateNClob(String, NClob) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateNString(int, String) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateNString(String, String) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateNString(int, String) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
JDBC 4.0 Update a column with NATIONAL CHARACTER.
updateNString(String, String) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
JDBC 4.0 Update a column with NATIONAL CHARACTER.
updateNull(int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Give a nullable column a null value.
updateNull(String) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a null value.
updateNull(int) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Give a nullable column a null value.
updateNull(String) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a null value.
updateObject(int, Object) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with an Object value.
updateObject(int, Object, int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with an Object value.
updateObject(String, Object) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with an Object value.
updateObject(String, Object, int) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with an Object value.
updateObject(int, Object) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with an Object value.
updateObject(int, Object, int) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with an Object value.
updateObject(String, Object) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with an Object value.
updateObject(String, Object, int) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with an Object value.
updater - Variable in class com.mysql.jdbc.UpdatableResultSet
PreparedStatement used to delete data
updateRef(int, Ref) - Method in class com.mysql.jdbc.ResultSetImpl
 
updateRef(String, Ref) - Method in class com.mysql.jdbc.ResultSetImpl
 
updateRow() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update the underlying database with the new contents of the current row.
updateRow() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update the underlying database with the new contents of the current row.
updateRowId(int, RowId) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateRowId(String, RowId) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateRowId(int, RowId) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updatesAreDetected(int) - Method in class com.mysql.jdbc.DatabaseMetaData
JDBC 2.0 Determine whether or not a visible row update can be detected by calling ResultSet.rowUpdated().
updateShort(int, short) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a short value.
updateShort(String, short) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a short value.
updateShort(int, short) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a short value.
updateShort(String, short) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a short value.
updateSQLXML(int, SQLXML) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateSQLXML(String, SQLXML) - Method in class com.mysql.jdbc.JDBC4ResultSet
 
updateSQLXML(int, SQLXML) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateSQLXML(String, SQLXML) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
updateString(int, String) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a String value.
updateString(String, String) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a String value.
updateString(int, String) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a String value.
updateString(String, String) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a String value.
updateTime(int, Time) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a Time value.
updateTime(String, Time) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a Time value.
updateTime(int, Time) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a Time value.
updateTime(String, Time) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a Time value.
updateTimestamp(int, Timestamp) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a Timestamp value.
updateTimestamp(String, Timestamp) - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Update a column with a Timestamp value.
updateTimestamp(int, Timestamp) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a Timestamp value.
updateTimestamp(String, Timestamp) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Update a column with a Timestamp value.
upperBound - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
USE_CONFIG_PROPERTY_KEY - Static variable in class com.mysql.jdbc.NonRegisteringDriver
 
useAnsiQuotedIdentifiers() - Method in class com.mysql.jdbc.ConnectionImpl
 
useBufferRowExplicit(Field[]) - Static method in class com.mysql.jdbc.MysqlIO
 
useFastDateParsing - Variable in class com.mysql.jdbc.ResultSetImpl
 
useLegacyDatetimeCode - Variable in class com.mysql.jdbc.ResultSetImpl
 
useLegacyDatetimeCode - Variable in class com.mysql.jdbc.StatementImpl
 
useMaxRows() - Method in class com.mysql.jdbc.ConnectionImpl
Has maxRows() been set?
useNanosForElapsedTime() - Method in class com.mysql.jdbc.MysqlIO
 
useOldAliasBehavior - Variable in class com.mysql.jdbc.ResultSetMetaData
 
USER_PROPERTY_KEY - Static variable in class com.mysql.jdbc.NonRegisteringDriver
Key used to retreive the username value from the properties instance passed to the driver.
USES_VARIABLES_FALSE - Static variable in class com.mysql.jdbc.StatementImpl
 
USES_VARIABLES_TRUE - Static variable in class com.mysql.jdbc.StatementImpl
 
USES_VARIABLES_UNKNOWN - Static variable in class com.mysql.jdbc.StatementImpl
 
usesLocalFilePerTable() - Method in class com.mysql.jdbc.DatabaseMetaData
Does the database use a file for each table?
usesLocalFiles() - Method in class com.mysql.jdbc.DatabaseMetaData
Does the database store tables in a local file?
usesVariables - Variable in class com.mysql.jdbc.EscapeProcessorResult
 
useTrueBoolean - Variable in class com.mysql.jdbc.PreparedStatement
Are we using a version of MySQL where we can use 'true' boolean values?
useUnbufferedInput() - Method in interface com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
useUnbufferedInput() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
 
useUnbufferedInput() - Method in class com.mysql.jdbc.ReplicationConnection
 
useUsageAdvisor - Variable in class com.mysql.jdbc.ResultSetImpl
 
useUsageAdvisor - Variable in class com.mysql.jdbc.StatementImpl
Should we use the usage advisor?
usingAnsiMode - Variable in class com.mysql.jdbc.PreparedStatement
 
Util - Class in com.mysql.jdbc
Various utility methods for the driver.
Util() - Constructor for class com.mysql.jdbc.Util
 
Util.RandStructcture - Class in com.mysql.jdbc
 
Util.RandStructcture() - Constructor for class com.mysql.jdbc.Util.RandStructcture
 

V

V1toV2StatementInterceptorAdapter - Class in com.mysql.jdbc
 
V1toV2StatementInterceptorAdapter(StatementInterceptor) - Constructor for class com.mysql.jdbc.V1toV2StatementInterceptorAdapter
 
v2PostProcessMethod - Variable in class com.mysql.jdbc.ReflectiveStatementInterceptorAdapter
 
validateStringValues(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
value - Variable in class com.mysql.jdbc.DatabaseMetaData.SingleStringIterator
 
value - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
valueAsObject - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
 
valuesClause - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
 
VersionedStringProperty - Class in com.mysql.jdbc
 
VersionedStringProperty(String) - Constructor for class com.mysql.jdbc.VersionedStringProperty
 
VersionedStringProperty(String, int, int, int) - Constructor for class com.mysql.jdbc.VersionedStringProperty
 
versionMeetsMinimum(int, int, int) - Method in interface com.mysql.jdbc.Connection
Does the server this connection is connected to meet or exceed the given version?
versionMeetsMinimum(int, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
 
versionMeetsMinimum(int, int, int) - Method in class com.mysql.jdbc.MysqlIO
Does the version of the MySQL server we are connected to meet the given minimums?
versionMeetsMinimum(int, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
 

W

warningChain - Variable in class com.mysql.jdbc.ResultSetImpl
The warning chain
warningChain - Variable in class com.mysql.jdbc.StatementImpl
The warnings chain.
wasCancelled - Variable in class com.mysql.jdbc.StatementImpl
 
wasCancelledByTimeout - Variable in class com.mysql.jdbc.StatementImpl
 
wasEmpty() - Method in interface com.mysql.jdbc.RowData
Did this result set have no rows?
wasEmpty() - Method in class com.mysql.jdbc.RowDataCursor
 
wasEmpty() - Method in class com.mysql.jdbc.RowDataDynamic
 
wasEmpty() - Method in class com.mysql.jdbc.RowDataStatic
 
wasMultiPacket - Variable in class com.mysql.jdbc.Buffer
 
wasMultiPacket() - Method in class com.mysql.jdbc.Buffer
Was this packet part of a multipacket?
wasNull() - Method in class com.mysql.jdbc.CallableStatement
 
wasNull() - Method in class com.mysql.jdbc.ResultSetImpl
A column may have the value of SQL NULL; wasNull() reports whether the last column read had this special value.
wasNullFlag - Variable in class com.mysql.jdbc.ResultSetImpl
Did the previous value retrieval find a NULL?
WatchableOutputStream - Class in com.mysql.jdbc
A java.io.OutputStream used to write ASCII data into Blobs and Clobs
WatchableOutputStream() - Constructor for class com.mysql.jdbc.WatchableOutputStream
 
WatchableWriter - Class in com.mysql.jdbc
A java.io.Writer used to write unicode data into Blobs and Clobs
WatchableWriter() - Constructor for class com.mysql.jdbc.WatchableWriter
 
WILD_COMPARE_MATCH_NO_WILD - Static variable in class com.mysql.jdbc.StringUtils
 
WILD_COMPARE_MATCH_WITH_WILD - Static variable in class com.mysql.jdbc.StringUtils
 
WILD_COMPARE_NO_MATCH - Static variable in class com.mysql.jdbc.StringUtils
 
wildCompare(String, String) - Static method in class com.mysql.jdbc.StringUtils
Compares searchIn against searchForWildcard with wildcards (heavily borrowed from strings/ctype-simple.c in the server sources)
wrapperStatement - Variable in class com.mysql.jdbc.ResultSetImpl
 
write(byte[]) - Method in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileOutputStream
 
write(byte[], int, int) - Method in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileOutputStream
 
write(int) - Method in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileOutputStream
 
writeByte(byte) - Method in class com.mysql.jdbc.Buffer
 
writeBytesNoNull(byte[]) - Method in class com.mysql.jdbc.Buffer
 
writeBytesNoNull(byte[], int, int) - Method in class com.mysql.jdbc.Buffer
 
writeDouble(double) - Method in class com.mysql.jdbc.Buffer
 
writeFieldLength(long) - Method in class com.mysql.jdbc.Buffer
 
writeFloat(float) - Method in class com.mysql.jdbc.Buffer
 
writeInt(int) - Method in class com.mysql.jdbc.Buffer
 
writeLenBytes(byte[]) - Method in class com.mysql.jdbc.Buffer
 
writeLenString(String, String, String, SingleByteCharsetConverter, boolean, ConnectionImpl) - Method in class com.mysql.jdbc.Buffer
 
writeLong(long) - Method in class com.mysql.jdbc.Buffer
 
writeLongInt(int) - Method in class com.mysql.jdbc.Buffer
 
writeLongLong(long) - Method in class com.mysql.jdbc.Buffer
 
writerClosed(char[]) - Method in class com.mysql.jdbc.Clob
 
writerClosed(WatchableWriter) - Method in class com.mysql.jdbc.Clob
 
writerClosed(WatchableWriter) - Method in interface com.mysql.jdbc.WriterWatcher
Called when the Writer being watched has .close() called
WriterWatcher - Interface in com.mysql.jdbc
Objects that want to be notified of lifecycle events on a WatchableWriter should implement this interface, and register themselves with setWatcher() on the WatchableWriter instance.
writeString(String) - Method in class com.mysql.jdbc.Buffer
 
writeString(String, String, ConnectionImpl) - Method in class com.mysql.jdbc.Buffer
 
writeStringNoNull(String) - Method in class com.mysql.jdbc.Buffer
 
writeStringNoNull(String, String, String, boolean, ConnectionImpl) - Method in class com.mysql.jdbc.Buffer
 

Z

ZERO_DATE_VALUE_MARKER - Static variable in class com.mysql.jdbc.MysqlIO
We need to have a 'marker' for all-zero datetimes so that ResultSet can decide what to do based on connection setting
ZERO_DATETIME_BEHAVIOR_CONVERT_TO_NULL - Static variable in class com.mysql.jdbc.ConnectionPropertiesImpl
 
ZERO_DATETIME_BEHAVIOR_EXCEPTION - Static variable in class com.mysql.jdbc.ConnectionPropertiesImpl
 
ZERO_DATETIME_BEHAVIOR_ROUND - Static variable in class com.mysql.jdbc.ConnectionPropertiesImpl
 
ZERO_DATETIME_VALUE_MARKER - Static variable in class com.mysql.jdbc.MysqlIO
 

A B C D E F G H I J L M N O P Q R S T U V W Z