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
 
AssertionFailedException - exception com.mysql.jdbc.AssertionFailedException.
Assertions for empty code paths that should never be executed.
AssertionFailedException(Exception) - Constructor for class com.mysql.jdbc.AssertionFailedException
Creates an AssertionFailedException for the given exception that should never have been thrown.
absolute(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0
absolute(int) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0
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.Connection.UltraDevWorkAround
 
addBatch(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
addBatch() - Method in class com.mysql.jdbc.PreparedStatement
JDBC 2.0 Add a set of parameters to the batch.
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.Statement
DOCUMENT ME!
addRow(byte[][]) - Method in interface com.mysql.jdbc.RowData
Adds a row to this row data.
addRow(byte[][]) - Method in class com.mysql.jdbc.RowDataDynamic
Adds a row to this row data.
addRow(byte[][]) - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
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.ResultSet
JDBC 2.0
afterLast() - Method in interface com.mysql.jdbc.RowData
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
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?
allocateDirect(int, boolean) - Static method in class com.mysql.jdbc.Buffer
 
allocateNew(byte[], boolean) - Static method in class com.mysql.jdbc.Buffer
 
allocateNew(int, boolean) - Static method in class com.mysql.jdbc.Buffer
 
allowableValues - Variable in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
appendMessageToException(SQLException, String) - Static method in class com.mysql.jdbc.Connection
 
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
 
available() - Method in class com.mysql.jdbc.CompressedInputStream
 
available() - Method in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileInputStream
 

B

Blob - class com.mysql.jdbc.Blob.
The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
Blob(byte[]) - Constructor for class com.mysql.jdbc.Blob
Creates a BLOB encapsulating the given binary data
Blob(byte[], ResultSet, int) - Constructor for class com.mysql.jdbc.Blob
Creates an updatable BLOB that can update in-place (not implemented yet).
BlobFromLocator - class com.mysql.jdbc.BlobFromLocator.
The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
BlobFromLocator(ResultSet, int) - Constructor for class com.mysql.jdbc.BlobFromLocator
Creates an updatable BLOB that can update in-place
Buffer - class com.mysql.jdbc.Buffer.
Buffer contains code to read and write packets from/to the MySQL server.
Buffer() - Constructor for class com.mysql.jdbc.Buffer
 
ByteArrayBuffer - class com.mysql.jdbc.ByteArrayBuffer.
Buffer contains code to read and write packets from/to the MySQL server.
ByteArrayBuffer(byte[]) - Constructor for class com.mysql.jdbc.ByteArrayBuffer
 
ByteArrayBuffer(int) - Constructor for class com.mysql.jdbc.ByteArrayBuffer
 
batchedArgs - Variable in class com.mysql.jdbc.Statement
Holds batched commands
batchedGeneratedKeys - Variable in class com.mysql.jdbc.PreparedStatement
 
batchedParameterValues - Variable in class com.mysql.jdbc.ServerPreparedStatement.BatchedBindValues
 
beforeFirst() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0
beforeFirst() - Method in interface com.mysql.jdbc.RowData
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
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.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
 
bindLength - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
bufferLength - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
 
bufferType - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
buildIndexMapping() - Method in class com.mysql.jdbc.ResultSet
Builds a hash between column names and their indices for fast retrieval.
byteBinding - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 

C

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
 
COMP_HEADER_LENGTH - Static variable in class com.mysql.jdbc.MysqlIO
 
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_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
 
CONNECT - Static variable in class com.mysql.jdbc.MysqlDefs
 
CREATE_DB - Static variable in class com.mysql.jdbc.MysqlDefs
 
CallableStatement - class com.mysql.jdbc.CallableStatement.
Representation of stored procedures for JDBC
CallableStatement(Connection, CallableStatement.CallableStatementParamInfo) - Constructor for class com.mysql.jdbc.CallableStatement
Creates a new CallableStatement
CallableStatement(Connection, String) - Constructor for class com.mysql.jdbc.CallableStatement
Creates a new CallableStatement
CallableStatement(Connection, String, String, boolean) - Constructor for class com.mysql.jdbc.CallableStatement
Creates a new CallableStatement
CallableStatement.CallableStatementParam - class com.mysql.jdbc.CallableStatement.CallableStatementParam.
 
CallableStatement.CallableStatementParam(String, int, boolean, boolean, int, String, int, int, short, int) - Constructor for class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
CallableStatement.CallableStatementParamInfo - class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo.
 
CallableStatement.CallableStatementParamInfo(ResultSet) - Constructor for class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
ChannelBuffer - class com.mysql.jdbc.ChannelBuffer.
Buffer contains code to read and write packets from/to the MySQL server.
ChannelBuffer(byte[]) - Constructor for class com.mysql.jdbc.ChannelBuffer
 
ChannelBuffer(int, boolean) - Constructor for class com.mysql.jdbc.ChannelBuffer
 
CharsetMapping - class com.mysql.jdbc.CharsetMapping.
Mapping between MySQL charset names and Java charset names.
CharsetMapping() - Constructor for class com.mysql.jdbc.CharsetMapping
 
Clob - class com.mysql.jdbc.Clob.
Simplistic implementation of java.sql.Clob for MySQL Connector/J
Clob(String) - Constructor for class com.mysql.jdbc.Clob
 
CommunicationsException - exception com.mysql.jdbc.CommunicationsException.
An exception to represent communications errors with the database.
CommunicationsException(Connection, long, Exception) - Constructor for class com.mysql.jdbc.CommunicationsException
 
CompressedInputStream - class com.mysql.jdbc.CompressedInputStream.
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.
Connection - class com.mysql.jdbc.Connection.
A Connection represents a session with a specific database.
Connection(String, int, Properties, String, String, NonRegisteringDriver) - Constructor for class com.mysql.jdbc.Connection
Creates a connection to a MySQL Server.
Connection.CompoundCacheKey - class com.mysql.jdbc.Connection.CompoundCacheKey.
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.
Connection.CompoundCacheKey(String, String) - Constructor for class com.mysql.jdbc.Connection.CompoundCacheKey
 
Connection.UltraDevWorkAround - class com.mysql.jdbc.Connection.UltraDevWorkAround.
Wrapper class for UltraDev CallableStatements that are really PreparedStatments.
Connection.UltraDevWorkAround(PreparedStatement) - Constructor for class com.mysql.jdbc.Connection.UltraDevWorkAround
 
ConnectionFeatureNotAvailableException - exception com.mysql.jdbc.ConnectionFeatureNotAvailableException.
Thrown when a client requests a connection-level feature that isn't available for this particular distribution of Connector/J (currently only used by code that is export-controlled).
ConnectionFeatureNotAvailableException(Connection, long, Exception) - Constructor for class com.mysql.jdbc.ConnectionFeatureNotAvailableException
 
ConnectionProperties - class com.mysql.jdbc.ConnectionProperties.
Represents configurable properties for Connections and DataSources.
ConnectionProperties() - Constructor for class com.mysql.jdbc.ConnectionProperties
 
ConnectionProperties.BooleanConnectionProperty - class com.mysql.jdbc.ConnectionProperties.BooleanConnectionProperty.
 
ConnectionProperties.BooleanConnectionProperty(String, boolean, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionProperties.BooleanConnectionProperty
DOCUMENT ME!
ConnectionProperties.ConnectionProperty - class com.mysql.jdbc.ConnectionProperties.ConnectionProperty.
 
ConnectionProperties.ConnectionProperty(String, Object, String[], int, int, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
ConnectionProperties.IntegerConnectionProperty - class com.mysql.jdbc.ConnectionProperties.IntegerConnectionProperty.
 
ConnectionProperties.IntegerConnectionProperty(String, int, int, int, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionProperties.IntegerConnectionProperty
 
ConnectionProperties.IntegerConnectionProperty(String, int, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionProperties.IntegerConnectionProperty
DOCUMENT ME!
ConnectionProperties.MemorySizeConnectionProperty - class com.mysql.jdbc.ConnectionProperties.MemorySizeConnectionProperty.
 
ConnectionProperties.MemorySizeConnectionProperty(String, int, int, int, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionProperties.MemorySizeConnectionProperty
 
ConnectionProperties.StringConnectionProperty - class com.mysql.jdbc.ConnectionProperties.StringConnectionProperty.
 
ConnectionProperties.StringConnectionProperty(String, String, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionProperties.StringConnectionProperty
 
ConnectionProperties.StringConnectionProperty(String, String, String[], String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionProperties.StringConnectionProperty
DOCUMENT ME!
ConnectionPropertiesTransform - interface com.mysql.jdbc.ConnectionPropertiesTransform.
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.
Constants - class com.mysql.jdbc.Constants.
Represents various constants used in the driver.
callingStoredFunction - Variable in class com.mysql.jdbc.EscapeProcessorResult
 
cancel() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
cancel() - Method in class com.mysql.jdbc.Statement
Cancel can be used by one thread to cancel a statement that is being executed by another thread.
cancelRowUpdates() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 The cancelRowUpdates() method may be called after calling an updateXXX() method(s) and before calling updateRow() to rollback the updates made to a row.
cancelRowUpdates() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 The cancelRowUpdates() method may be called after calling an updateXXX() method(s) and before calling updateRow() to rollback the updates made to a row.
catalog - Variable in class com.mysql.jdbc.ResultSet
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.ConnectionProperties.ConnectionProperty
 
changeTimezone(Connection, Time, TimeZone, TimeZone, boolean) - Static method in class com.mysql.jdbc.TimeUtil
Change the given times from one timezone to another
changeTimezone(Connection, Timestamp, TimeZone, TimeZone, boolean) - Static method in class com.mysql.jdbc.TimeUtil
Change the given timestamp from one timezone to another
changeUser(String, String) - Method in class com.mysql.jdbc.Connection
Changes the user on this connection by performing a re-authentication.
changeUser(String, String, String) - Method in class com.mysql.jdbc.MysqlIO
Re-authenticates as the given user and password
charConverter - Variable in class com.mysql.jdbc.Statement
The character converter to use (if available)
charEncoding - Variable in class com.mysql.jdbc.Statement
The character encoding to use (if available)
charOctetLength - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
 
charsetMap - Static variable in class com.mysql.jdbc.Connection
The mapping between MySQL charset names and Java charset names.
checkBounds(int) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
checkClosed() - Method in class com.mysql.jdbc.ResultSet
Ensures that the result set is not closed
checkClosed() - Method in class com.mysql.jdbc.ServerPreparedStatement
 
checkClosed() - Method in class com.mysql.jdbc.Statement
Checks if closed() has been called, and throws an exception if so
checkColumnBounds(int) - Method in class com.mysql.jdbc.ResultSet
Checks if columnIndex is within the number of columns in this result set.
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.Statement
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.Statement
Method checkNullOrEmptyQuery.
checkRowPos() - Method in class com.mysql.jdbc.ResultSet
Ensures that the cursor is positioned on a valid row and that the result set is not closed
checkRowPos() - Method in class com.mysql.jdbc.UpdatableResultSet
 
clear() - Method in class com.mysql.jdbc.Buffer
 
clear() - Method in class com.mysql.jdbc.ByteArrayBuffer
 
clear() - Method in class com.mysql.jdbc.ChannelBuffer
 
clearBatch() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
clearBatch() - Method in class com.mysql.jdbc.Statement
JDBC 2.0 Make the set of commands in the current batch empty.
clearInputStream() - Method in class com.mysql.jdbc.MysqlIO
 
clearNextResult() - Method in class com.mysql.jdbc.ResultSet
We can't do this ourselves, otherwise the contract for Statement.getMoreResults() won't work correctly.
clearParameters() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
clearParameters() - Method in class com.mysql.jdbc.PreparedStatement
In general, parameter values remain in force for repeated used of a Statement.
clearParameters() - Method in class com.mysql.jdbc.ServerPreparedStatement
 
clearWarnings() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
clearWarnings() - Method in class com.mysql.jdbc.Connection
After this call, getWarnings returns null until a new warning is reported for this connection.
clearWarnings() - Method in class com.mysql.jdbc.ReplicationConnection
 
clearWarnings() - Method in class com.mysql.jdbc.ResultSet
After this call, getWarnings returns null until a new warning is reported for this ResultSet
clearWarnings() - Method in class com.mysql.jdbc.Statement
After this call, getWarnings returns null until a new warning is reported for this Statement.
clientParam - Variable in class com.mysql.jdbc.MysqlIO
 
clientPrepareStatement(String) - Method in class com.mysql.jdbc.Connection
DOCUMENT ME!
clientPrepareStatement(String, int, int) - Method in class com.mysql.jdbc.Connection
DOCUMENT ME!
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.CompressedInputStream
 
close() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
close() - Method in class com.mysql.jdbc.Connection
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 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.ResultSet
In some cases, it is desirable to immediately release a ResultSet database and JDBC resources instead of waiting for this to happen when it is automatically closed.
close() - Method in interface com.mysql.jdbc.RowData
We're done.
close() - Method in class com.mysql.jdbc.RowDataDynamic
We're done.
close() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
close() - Method in class com.mysql.jdbc.ServerPreparedStatement
 
close() - Method in class com.mysql.jdbc.Statement
In many cases, it is desirable to immediately release a Statement's database and JDBC resources instead of waiting for this to happen when it is automatically closed.
close() - Method in class com.mysql.jdbc.WatchableOutputStream
 
close() - Method in class com.mysql.jdbc.WatchableWriter
 
closeAllOpenResults() - Method in class com.mysql.jdbc.Statement
Close any open result sets that have been 'held open'
closeStreamer(RowData) - Method in class com.mysql.jdbc.MysqlIO
 
columnNameToIndex - Variable in class com.mysql.jdbc.ResultSet
Map column names (and all of their permutations) to column indices
columnNameToIndex - Variable in class com.mysql.jdbc.Statement.CachedResultSetMetaData
Map column names (and all of their permutations) to column indices
columnSize - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
 
columnUsed - Variable in class com.mysql.jdbc.ResultSet
Keep track of columns accessed
com.mysql.jdbc - package com.mysql.jdbc
 
commit() - Method in class com.mysql.jdbc.Connection
The method commit() makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by the Connection.
commit() - Method in class com.mysql.jdbc.ReplicationConnection
 
componentOne - Variable in class com.mysql.jdbc.Connection.CompoundCacheKey
 
componentTwo - Variable in class com.mysql.jdbc.Connection.CompoundCacheKey
 
conn - Variable in class com.mysql.jdbc.DatabaseMetaData
The connection to the database
connect(String, int, Properties) - Method in class com.mysql.jdbc.NamedPipeSocketFactory
 
connect(String, Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
Try to make a database connection to the given URL.
connect(String, Properties) - Method in class com.mysql.jdbc.NonRegisteringReplicationDriver
 
connect(String, int, Properties) - Method in interface com.mysql.jdbc.SocketFactory
Creates a new socket using the given properties.
connect(String, int, Properties) - Method in class com.mysql.jdbc.StandardSocketFactory
 
connection - Variable in class com.mysql.jdbc.MysqlIO
 
connection - Variable in class com.mysql.jdbc.ResultSet
The Connection instance that created us
connection - Variable in class com.mysql.jdbc.Statement
The connection that created us
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
convertLongToUlong(long) - Static method in class com.mysql.jdbc.ResultSet
Converts the given value as a java long, to an 'unsigned' long, using the java.math.BigInteger class.
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.ResultSet
 
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.
createNewIO(boolean) - Method in class com.mysql.jdbc.Connection
Creates an IO channel to the server
createStatement() - Method in class com.mysql.jdbc.Connection
SQL statements without parameters are normally executed using Statement objects.
createStatement(int, int) - Method in class com.mysql.jdbc.Connection
JDBC 2.0 Same as createStatement() above, but allows the default result set type and result set concurrency type to be overridden.
createStatement(int, int, int) - Method in class com.mysql.jdbc.Connection
 
createStatement() - Method in class com.mysql.jdbc.ReplicationConnection
 
createStatement(int, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
createStatement(int, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
 
createStreamingResultSet() - Method in class com.mysql.jdbc.Statement
We only stream result sets when they are forward-only, read-only, and the fetch size has been set to Integer.MIN_VALUE
currentCatalog - Variable in class com.mysql.jdbc.Statement
The catalog in use
currentRow - Variable in class com.mysql.jdbc.ResultSet
The current row #, -1 == before start of result set

D

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.
DEBUG - Static variable in class com.mysql.jdbc.MysqlDefs
 
DEBUG - Static variable in class com.mysql.jdbc.NonRegisteringDriver
Should the driver generate debugging output?
DEFAULT_LOGGER_CLASS - Static variable in class com.mysql.jdbc.Connection
Default logger class name
DELAYED_INSERT - Static variable in class com.mysql.jdbc.MysqlDefs
 
DROP_DB - Static variable in class com.mysql.jdbc.MysqlDefs
 
DatabaseMetaData - class com.mysql.jdbc.DatabaseMetaData.
JDBC Interface to Mysql functions
DatabaseMetaData(Connection, String) - Constructor for class com.mysql.jdbc.DatabaseMetaData
Creates a new DatabaseMetaData object.
DatabaseMetaData.TypeDescriptor - class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor.
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
 
DocsConnectionPropsHelper - class com.mysql.jdbc.DocsConnectionPropsHelper.
 
DocsConnectionPropsHelper() - Constructor for class com.mysql.jdbc.DocsConnectionPropsHelper
 
Driver - class com.mysql.jdbc.Driver.
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 org.gjt.mm.mysql.Driver.
Here for backwards compatibility with MM.MySQL
Driver() - Constructor for class org.gjt.mm.mysql.Driver
Creates a new instance of Driver
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
 
database(Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
Returns the database property from props
decimalDigits - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
 
defaultValue - Variable in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
deleteRow() - Method in class com.mysql.jdbc.ResultSet
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().
desiredJdbcType - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
doEscapeProcessing - Variable in class com.mysql.jdbc.Statement
Should we process escape codes?
doHandshake(String, String, String) - Method in class com.mysql.jdbc.MysqlIO
Initialize communications with the MySQL server.
doesMaxRowSizeIncludeBlobs() - Method in class com.mysql.jdbc.DatabaseMetaData
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
doingUpdates - Variable in class com.mysql.jdbc.ResultSet
Are we in the middle of doing updates to the current row?
doubleBinding - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
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.Connection
 

E

EMPTY_BYTE_ARRAY - Static variable in class com.mysql.jdbc.Constants
Avoids allocation of empty byte[] when representing 0-length strings.
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_BLOBS_AND_NO_TERMINATED - 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_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_CHECKREAD - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CHECK_NOT_IMPLEMENTED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CHECK_NO_SUCH_TABLE - 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_CONNECT_TO_MASTER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_CON_COUNT_ERROR - 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_DBACCESS_DENIED_ERROR - 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_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_DUPLICATED_VALUE_IN_TYPE - 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_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_MIXING_NOT_ALLOWED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_MIX_OF_GROUP_FUNC_AND_FIELDS - 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_PACKETS_OUT_OF_ORDER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NET_PACKET_TOO_LARGE - 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_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_NON_UNIQ_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_NON_UPDATABLE_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_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_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_OUTOFMEMORY - 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_PARSE_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_PASSWORD_ANONYMOUS_USER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_PASSWORD_NOT_ALLOWED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_PASSWORD_NO_MATCH - 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_READY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_READ_ONLY_TRANSACTION - 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_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_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_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_KEYS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_TOO_MANY_KEY_PARTS - 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_VARIABLE_IS_NOT_STRUCT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
 
ER_VAR_CANT_BE_READ - 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_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_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_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
 
EscapeProcessor - class com.mysql.jdbc.EscapeProcessor.
 
EscapeProcessor() - Constructor for class com.mysql.jdbc.EscapeProcessor
 
EscapeProcessorResult - class com.mysql.jdbc.EscapeProcessorResult.
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
 
EscapeTokenizer - class com.mysql.jdbc.EscapeTokenizer.
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.
ExportControlled - class com.mysql.jdbc.ExportControlled.
Holds functionality that falls under export-control regulations.
enableStreamingResults() - Method in class com.mysql.jdbc.Statement
Workaround for containers that 'check' for sane values of Statement.setFetchSize().
enabled() - Static method in class com.mysql.jdbc.ExportControlled
 
end - Variable in class com.mysql.jdbc.PreparedStatement.EndPoint
 
ensureCapacity(int) - Method in class com.mysql.jdbc.Buffer
 
ensureCapacity(int) - Method in class com.mysql.jdbc.ByteArrayBuffer
 
ensureCapacity(int) - Method in class com.mysql.jdbc.ChannelBuffer
 
equals(Object) - Method in class com.mysql.jdbc.Connection.CompoundCacheKey
 
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.
escapeSQL(String, boolean) - Static method in class com.mysql.jdbc.EscapeProcessor
Escape process one string
escapedSql - Variable in class com.mysql.jdbc.EscapeProcessorResult
 
eventSink - Variable in class com.mysql.jdbc.ResultSet
 
eventSink - Variable in class com.mysql.jdbc.Statement
If we're profiling, where should events go to?
execSQL(Statement, String, int, Buffer, int, int, boolean, boolean, String, boolean) - Method in class com.mysql.jdbc.Connection
Send a query to the server.
execSQL(Statement, String, int, Buffer, int, int, boolean, boolean, String, boolean, byte) - Method in class com.mysql.jdbc.Connection
 
execute() - Method in class com.mysql.jdbc.CallableStatement
 
execute() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
execute(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
execute(String, int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
execute(String, int[]) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
execute(String, String[]) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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.Statement
Execute a SQL statement that may return multiple results.
execute(String, int) - Method in class com.mysql.jdbc.Statement
 
execute(String, int[]) - Method in class com.mysql.jdbc.Statement
 
execute(String, String[]) - Method in class com.mysql.jdbc.Statement
 
executeBatch() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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.ServerPreparedStatement
 
executeBatch() - Method in class com.mysql.jdbc.Statement
JDBC 2.0 Submit a batch of commands to the database for execution.
executeInternal(int, Buffer, boolean, boolean, boolean) - Method in class com.mysql.jdbc.PreparedStatement
Actually execute the prepared statement.
executeInternal(int, Buffer, boolean, boolean, boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
executeQuery() - Method in class com.mysql.jdbc.CallableStatement
 
executeQuery() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
executeQuery(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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.Statement
Execute a SQL statement that retruns a single ResultSet
executeUpdate() - Method in class com.mysql.jdbc.CallableStatement
 
executeUpdate() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
executeUpdate(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
executeUpdate(String, int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
executeUpdate(String, int[]) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
executeUpdate(String, String[]) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
executeUpdate() - Method in class com.mysql.jdbc.PreparedStatement
Execute a SQL INSERT, UPDATE or DELETE statement.
executeUpdate(boolean) - Method in class com.mysql.jdbc.PreparedStatement
 
executeUpdate(byte[][], InputStream[], boolean[], int[], boolean[]) - Method in class com.mysql.jdbc.PreparedStatement
Added to allow batch-updates
executeUpdate(String) - Method in class com.mysql.jdbc.Statement
Execute a SQL INSERT, UPDATE or DELETE statement.
executeUpdate(String, int) - Method in class com.mysql.jdbc.Statement
 
executeUpdate(String, int[]) - Method in class com.mysql.jdbc.Statement
 
executeUpdate(String, String[]) - Method in class com.mysql.jdbc.Statement
 
explainSlowQuery(byte[], String) - Method in class com.mysql.jdbc.MysqlIO
Runs an 'EXPLAIN' on the given query and dumps the results to the log
exposeAsDriverPropertyInfo(Properties, int) - Static method in class com.mysql.jdbc.ConnectionProperties
Exposes all ConnectionPropertyInfo instances as DriverPropertyInfo
exposeAsDriverPropertyInfoInternal(Properties, int) - Method in class com.mysql.jdbc.ConnectionProperties
 
exposeAsProperties(Properties) - Method in class com.mysql.jdbc.ConnectionProperties
 
exposeAsXml() - Method in class com.mysql.jdbc.ConnectionProperties
Returns a description of the connection properties as an XML document.
extractForeignKeyForTable(ArrayList, ResultSet, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Extracts foreign key info for one table.
extractForeignKeyFromCreateTable(Connection, DatabaseMetaData, 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.Connection
 

F

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_LONGLONG - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_LONG_BLOB - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_MEDIUM_BLOB - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_NEWDATE - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_NEW_DECIMAL - 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_VARCHAR - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_VAR_STRING - Static variable in class com.mysql.jdbc.MysqlDefs
 
FIELD_TYPE_YEAR - Static variable in class com.mysql.jdbc.MysqlDefs
 
Field - class com.mysql.jdbc.Field.
Field is a class used to describe fields in a ResultSet
Field(Connection, byte[], int, int, int, int, int, int, int, int, int, int, int, int, short, int, int, int, int) - Constructor for class com.mysql.jdbc.Field
Constructor used when communicating with 4.1 and newer servers
Field(Connection, 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.
fastDateCreate(Calendar, int, int, int) - Static method in class com.mysql.jdbc.TimeUtil
 
fastSkipLenString() - Method in class com.mysql.jdbc.Buffer
Skip over a length-encoded string
fastSkipLenString() - Method in class com.mysql.jdbc.ByteArrayBuffer
Skip over a length-encoded string
fastSkipLenString() - Method in class com.mysql.jdbc.ChannelBuffer
Skip over a length-encoded string
fastTimeCreate(Calendar, int, int, int) - Static method in class com.mysql.jdbc.TimeUtil
 
fastTimestampCreate(Calendar, int, int, int, int, int, int, int) - Static method in class com.mysql.jdbc.TimeUtil
 
fetchDirection - Variable in class com.mysql.jdbc.ResultSet
The direction to fetch rows (always FETCH_FORWARD)
fetchSize - Variable in class com.mysql.jdbc.ResultSet
The number of rows to fetch in one go...
fields - Variable in class com.mysql.jdbc.ResultSet
The fields for this result set
fields - Variable in class com.mysql.jdbc.ResultSetMetaData
 
fields - Variable in class com.mysql.jdbc.Statement.CachedResultSetMetaData
Cached Field info
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.Connection
DOCUMENT ME!
findColumn(String) - Method in class com.mysql.jdbc.ResultSet
Map a ResultSet column name to a ResultSet column index
first() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0
first() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0
firstCharOfQuery - Variable in class com.mysql.jdbc.ResultSet
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
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
floatBinding - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
forceClose() - Method in class com.mysql.jdbc.MysqlIO
Forcibly closes the underlying socket to MySQL.
foundLimitClause - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
 
foundLoadData - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
 
fullColumnNameToIndex - Variable in class com.mysql.jdbc.ResultSet
Map of fully-specified column names to column indices
fullColumnNameToIndex - Variable in class com.mysql.jdbc.Statement.CachedResultSetMetaData
Map of fully-specified column names to column indices

G

GMT_TIMEZONE - Static variable in class com.mysql.jdbc.TimeUtil
 
generateConnectionCommentBlock(StringBuffer) - Method in class com.mysql.jdbc.Connection
 
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 class com.mysql.jdbc.Connection
 
getAllowLoadLocalInfile() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getAllowMultiQueries() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getAllowNanAndInf() - Method in class com.mysql.jdbc.ConnectionProperties
 
getAllowUrlInLocalInfile() - Method in class com.mysql.jdbc.ConnectionProperties
 
getAllowableValues() - Method in class com.mysql.jdbc.ConnectionProperties.BooleanConnectionProperty
 
getAllowableValues() - Method in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
getAllowableValues() - Method in class com.mysql.jdbc.ConnectionProperties.IntegerConnectionProperty
 
getAlwaysSendSetIsolation() - Method in class com.mysql.jdbc.ConnectionProperties
 
getArray(int) - Method in class com.mysql.jdbc.CallableStatement
 
getArray(String) - Method in class com.mysql.jdbc.CallableStatement
 
getArray(int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getArray(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getArray(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get an array column.
getArray(String) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get an array column.
getAsciiStream() - Method in class com.mysql.jdbc.Clob
 
getAsciiStream(int) - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
DOCUMENT ME!
getAt(int) - Method in interface com.mysql.jdbc.RowData
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
 
getAutoCommit() - Method in class com.mysql.jdbc.Connection
Gets the current auto-commit state
getAutoCommit() - Method in class com.mysql.jdbc.ReplicationConnection
 
getAutoDeserialize() - Method in class com.mysql.jdbc.ConnectionProperties
 
getAutoGenerateTestcaseScript() - Method in class com.mysql.jdbc.ConnectionProperties
 
getAutoReconnectForPools() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
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 class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getBigDecimal(int, int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
Deprecated.  
getBigDecimal(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getBigDecimal(int) - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
Deprecated.  
getBigDecimal(String) - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
Deprecated.  
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() - Method in class com.mysql.jdbc.BlobFromLocator
Retrieves the BLOB designated by this Blob instance as a stream.
getBinaryStream(int) - Method in class com.mysql.jdbc.ResultSet
A column value can also be retrieved as a binary strea.
getBinaryStream(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getBlob(int) - Method in class com.mysql.jdbc.CallableStatement
 
getBlob(String) - Method in class com.mysql.jdbc.CallableStatement
 
getBlob(int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getBlob(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getBlob(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get a BLOB column.
getBlob(String) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get a BLOB column.
getBlobSendChunkSize() - Method in class com.mysql.jdbc.ConnectionProperties
 
getBoolean(int) - Method in class com.mysql.jdbc.CallableStatement
 
getBoolean(String) - Method in class com.mysql.jdbc.CallableStatement
 
getBoolean(int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getBoolean(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getBoolean(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java boolean
getBoolean(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getBufLength() - Method in class com.mysql.jdbc.Buffer
 
getBufLength() - Method in class com.mysql.jdbc.ByteArrayBuffer
 
getBufLength() - Method in class com.mysql.jdbc.ChannelBuffer
 
getBufferSource() - Method in class com.mysql.jdbc.ByteArrayBuffer
 
getByte(int) - Method in class com.mysql.jdbc.CallableStatement
 
getByte(String) - Method in class com.mysql.jdbc.CallableStatement
 
getByte(int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getByte(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getByte(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java byte.
getByte(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getByteBuffer() - Method in class com.mysql.jdbc.Buffer
Returns the array of bytes this Buffer is using to read from.
getByteBuffer() - Method in class com.mysql.jdbc.ByteArrayBuffer
Returns the array of bytes this Buffer is using to read from.
getByteBuffer() - Method in class com.mysql.jdbc.ChannelBuffer
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.ByteArrayBuffer
 
getBytes(int, int) - Method in class com.mysql.jdbc.ByteArrayBuffer
 
getBytes(int) - Method in class com.mysql.jdbc.CallableStatement
 
getBytes(String) - Method in class com.mysql.jdbc.CallableStatement
 
getBytes(int) - Method in class com.mysql.jdbc.ChannelBuffer
 
getBytes(int, int) - Method in class com.mysql.jdbc.ChannelBuffer
 
getBytes(int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getBytes(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getBytes(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java byte array.
getBytes(int, boolean) - Method in class com.mysql.jdbc.ResultSet
 
getBytes(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getBytes(int) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
getBytes(char[], SingleByteCharsetConverter, String, String, boolean) - Static method in class com.mysql.jdbc.StringUtils
 
getBytes(char[], SingleByteCharsetConverter, String, String, int, int, boolean) - Static method in class com.mysql.jdbc.StringUtils
 
getBytes(char[], String, String, boolean) - Static method in class com.mysql.jdbc.StringUtils
 
getBytes(String, SingleByteCharsetConverter, String, String, boolean) - 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) - Static method in class com.mysql.jdbc.StringUtils
DOCUMENT ME!
getBytes(String, String, String, boolean) - Static method in class com.mysql.jdbc.StringUtils
Returns the byte[] representation of the given string using given encoding.
getBytesRepresentation(int) - Method in class com.mysql.jdbc.PreparedStatement
DOCUMENT ME!
getCacheCallableStatements() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getCachePreparedStatements() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getCacheResultSetMetadata() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getCacheServerConfiguration() - Method in class com.mysql.jdbc.ConnectionProperties
 
getCachedMetaData(String) - Method in class com.mysql.jdbc.Statement
Returns cached metadata (or null if not cached) for the given query, which must match _exactly_.
getCallableStatementCacheSize() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getCanoncialTimezone(String) - 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
 
getCapacity() - Method in class com.mysql.jdbc.ByteArrayBuffer
 
getCapacity() - Method in class com.mysql.jdbc.ChannelBuffer
 
getCapitalizeTypeNames() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getCatalog() - Method in class com.mysql.jdbc.Connection
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
 
getCatalogName(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What's a column's table's catalog name?
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"?
getCatalogs() - Method in class com.mysql.jdbc.DatabaseMetaData
Get the catalog names available in this database.
getCategoryName() - Method in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
getCharacterSet() - Method in class com.mysql.jdbc.Field
Returns the character set (if known) for this field.
getCharacterSetMetadata() - Method in class com.mysql.jdbc.Connection
 
getCharacterSetResults() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getCharacterStream() - Method in class com.mysql.jdbc.Clob
 
getCharacterStream(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0
getCharacterStream(String) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0
getCharsetConverter(String) - Method in class com.mysql.jdbc.Connection
Returns the locally mapped instance of a charset converter (to avoid overhead of static synchronization).
getCharsetNameForIndex(int) - Method in class com.mysql.jdbc.Connection
Returns the Java character encoding name for the given MySQL server charset index
getClob(int) - Method in class com.mysql.jdbc.CallableStatement
 
getClob(String) - Method in class com.mysql.jdbc.CallableStatement
 
getClob(int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getClob(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getClob(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get a CLOB column.
getClob(String) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get a CLOB column.
getClobberStreamingResults() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
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
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(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?
getColumnPrivileges(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of the access rights for a table's columns.
getColumnType(int) - Method in class com.mysql.jdbc.ResultSetMetaData
What is a column's SQL Type? (java.sql.Type int)
getColumnTypeName(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Whats is the column's data source specific type name?
getColumns(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of table columns available in a catalog.
getConcurrency() - Method in class com.mysql.jdbc.ResultSet
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.
getConnectTimeout() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getConnection() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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.Statement
JDBC 2.0 Return the Connection that produced the Statement.
getConnectionCollation() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getContinueBatchOnError() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getCreateDatabaseIfNotExist() - Method in class com.mysql.jdbc.ConnectionProperties
 
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.) This should normally return a single foreign key/primary key pair (most tables only import a foreign key from a table once.) They are ordered by FKTABLE_CAT, FKTABLE_SCHEM, FKTABLE_NAME, and KEY_SEQ.
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.RowDataDynamic
Returns the current position in the result set as a row number.
getCurrentRowNumber() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
getCursorName() - Method in class com.mysql.jdbc.ResultSet
Get the name of the SQL cursor used by this ResultSet
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 class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getDate(int, Calendar) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getDate(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getDate(String, Calendar) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getDate(int) - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
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.ResultSet
DOCUMENT ME!
getDate(String, Calendar) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a java.sql.Date object.
getDecimals() - Method in class com.mysql.jdbc.Field
 
getDefaultTimeZone() - Method in class com.mysql.jdbc.Connection
DOCUMENT ME!
getDefaultTransactionIsolation() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the database's default transaction isolation level? The values are defined in java.sql.Connection.
getDefaultValue() - Method in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
getDontTrackOpenResources() - Method in class com.mysql.jdbc.ConnectionProperties
 
getDouble(int) - Method in class com.mysql.jdbc.CallableStatement
 
getDouble(String) - Method in class com.mysql.jdbc.CallableStatement
 
getDouble(int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getDouble(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getDouble(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java double.
getDouble(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getDoubleInternal(int) - Method in class com.mysql.jdbc.ResultSet
Converts a string representation of a number to a double.
getDoubleInternal(String, int) - Method in class com.mysql.jdbc.ResultSet
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?
getDumpQueriesOnException() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getDynamicCalendars() - Method in class com.mysql.jdbc.ConnectionProperties
 
getElideSetAutoCommits() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getEmptyStringsConvertToZero() - Method in class com.mysql.jdbc.ConnectionProperties
 
getEmulateLocators() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getEmulateUnsupportedPstmts() - Method in class com.mysql.jdbc.ConnectionProperties
 
getEnablePacketDebug() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getEncoding() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getExplainSlowQueries() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
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).
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 class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getFetchDirection() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getFetchDirection() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Returns the fetch direction for this result set.
getFetchDirection() - Method in class com.mysql.jdbc.Statement
JDBC 2.0 Determine the fetch direction.
getFetchSize() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getFetchSize() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Return the fetch size for this result set.
getFetchSize() - Method in class com.mysql.jdbc.Statement
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
getFirstCharOfQuery() - Method in class com.mysql.jdbc.ResultSet
Returns the first character of the query that this result set was created from.
getFloat(int) - Method in class com.mysql.jdbc.CallableStatement
 
getFloat(String) - Method in class com.mysql.jdbc.CallableStatement
 
getFloat(int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getFloat(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getFloat(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java float.
getFloat(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getFullName() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getFullOriginalName() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getGatherPerformanceMetrics() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getGeneratedKeys() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getGeneratedKeys() - Method in class com.mysql.jdbc.PreparedStatement
 
getGeneratedKeys() - Method in class com.mysql.jdbc.Statement
DOCUMENT ME!
getGeneratedKeysInternal() - Method in class com.mysql.jdbc.Statement
 
getHighAvailability() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getHoldResultsOpenOverStatementClose() - Method in class com.mysql.jdbc.ConnectionProperties
 
getHoldability() - Method in class com.mysql.jdbc.Connection
 
getHoldability() - Method in class com.mysql.jdbc.ReplicationConnection
 
getHost() - Method in class com.mysql.jdbc.MysqlIO
Returns the host this IO is connected to
getIO() - Method in class com.mysql.jdbc.Connection
Returns the IO channel to the server
getId() - Method in class com.mysql.jdbc.Connection
 
getId() - Method in class com.mysql.jdbc.Statement
Returns the id used when profiling
getIdentifierQuoteString() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the string used to quote SQL identifiers? This returns a space " " if identifier quoting isn't supported.
getIdleFor() - Method in class com.mysql.jdbc.Connection
NOT JDBC-Compliant, but clients can use this method to determine how long this connection has been idle.
getIgnoreNonTxTables() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
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).
getIndexInfo(String, String, String, boolean, boolean) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of a table's indices and statistics.
getInitialTimeout() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getInputStream() - Method in class com.mysql.jdbc.NamedPipeSocketFactory.NamedPipeSocket
 
getInstance(String, Connection) - Static method in class com.mysql.jdbc.SingleByteCharsetConverter
Get a converter for the given encoding name
getInt(int) - Method in class com.mysql.jdbc.CallableStatement
 
getInt(String) - Method in class com.mysql.jdbc.CallableStatement
 
getInt(int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getInt(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getInt(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java int.
getInt(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getInt(byte[]) - Static method in class com.mysql.jdbc.StringUtils
 
getInteractiveClient() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getIsInteractiveClient() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getJDBCMajorVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
 
getJDBCMinorVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
 
getJavaEncodingForMysqlEncoding(String, Connection) - Static method in class com.mysql.jdbc.CharsetMapping
 
getJdbcCompliantTruncation() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getLastInsertID() - Method in class com.mysql.jdbc.Statement
getLastInsertID returns the value of the auto_incremented key after an executeQuery() or excute() call.
getLastPacketSentTimeMs() - Method in class com.mysql.jdbc.MysqlIO
DOCUMENT ME!
getLength() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getLog() - Method in class com.mysql.jdbc.Connection
Returns the log mechanism that should be used to log information from/for this Connection.
getLogSlowQueries() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getLogger() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getLoggerClassName() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getLong(int) - Method in class com.mysql.jdbc.CallableStatement
 
getLong(String) - Method in class com.mysql.jdbc.CallableStatement
 
getLong(int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getLong(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getLong(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java long.
getLong(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getLong(byte[]) - Static method in class com.mysql.jdbc.StringUtils
 
getLongUpdateCount() - Method in class com.mysql.jdbc.Statement
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.ConnectionProperties.ConnectionProperty
 
getLowerBound() - Method in class com.mysql.jdbc.ConnectionProperties.IntegerConnectionProperty
 
getMaintainTimeStats() - Method in class com.mysql.jdbc.ConnectionProperties
 
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.Connection
Returns the maximum packet size the MySQL server will accept
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.Connection
 
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.Connection.UltraDevWorkAround
 
getMaxFieldSize() - Method in class com.mysql.jdbc.Statement
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 class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getMaxReconnects() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getMaxRowSize() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the maximum length of a single row?
getMaxRows() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getMaxRows() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getMaxRows() - Method in class com.mysql.jdbc.Statement
The maxRows limit is set to limit the number of rows that any ResultSet can contain.
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 class com.mysql.jdbc.CommunicationsException
 
getMessage() - Method in class com.mysql.jdbc.ConnectionFeatureNotAvailableException
 
getMessage() - Method in class com.mysql.jdbc.MysqlDataTruncation
 
getMetaData() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getMetaData() - Method in class com.mysql.jdbc.Connection
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.ResultSet
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 class com.mysql.jdbc.ConnectionProperties
Returns the number of queries that metadata can be cached if caching is enabled.
getMetadataSafeStatement() - Method in class com.mysql.jdbc.Connection
 
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.Connection.UltraDevWorkAround
 
getMoreResults(int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getMoreResults() - Method in class com.mysql.jdbc.Statement
getMoreResults moves to a Statement's next result.
getMoreResults(int) - Method in class com.mysql.jdbc.Statement
 
getMutex() - Method in class com.mysql.jdbc.Connection
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!
getNativeArray(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get an array column.
getNativeAsciiStream(int) - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
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.ResultSet
Get the value of a column in the current row as a java.math.BigDecimal object
getNativeBinaryStream(int) - Method in class com.mysql.jdbc.ResultSet
A column value can also be retrieved as a binary strea.
getNativeBlob(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get a BLOB column.
getNativeBoolean(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java boolean
getNativeByte(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java byte.
getNativeBytes(int, boolean) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java byte array.
getNativeCharacterStream(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0
getNativeClob(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get a CLOB column.
getNativeDate(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a java.sql.Date object
getNativeDate(int, TimeZone) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get the value of a column in the current row as a java.sql.Date object.
getNativeDouble(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java double.
getNativeFloat(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java float.
getNativeInt(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java int.
getNativeLong(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java long.
getNativeRef(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get a REF(<structured-type>) column.
getNativeShort(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java short.
getNativeString(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java String
getNativeURL(int) - Method in class com.mysql.jdbc.ResultSet
 
getNativeUnicodeStream(int) - Method in class com.mysql.jdbc.ResultSet
A column value can also be retrieved as a stream of Unicode characters.
getNetBufferLength() - Method in class com.mysql.jdbc.Connection
Returns the packet buffer size the MySQL server reported upon connection
getNextResultSet() - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getNioBuffer() - Method in class com.mysql.jdbc.Buffer
Returns the Java NIO Buffer (if any)
getNioBuffer() - Method in class com.mysql.jdbc.ByteArrayBuffer
 
getNioBuffer() - Method in class com.mysql.jdbc.ChannelBuffer
 
getNoDatetimeStringSync() - Method in class com.mysql.jdbc.ConnectionProperties
 
getNullCatalogMeansCurrent() - Method in class com.mysql.jdbc.ConnectionProperties
 
getNullNamePatternMatchesAll() - Method in class com.mysql.jdbc.ConnectionProperties
 
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 class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getObject(int, Map) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getObject(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getObject(String, Map) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getObject(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java object
getObject(int, Map) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Returns the value of column i as a Java object.
getObject(String) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java object
getObject(String, Map) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Returns the value of column i as a Java object.
getObjectStoredProc(int, int) - Method in class com.mysql.jdbc.ResultSet
 
getObjectStoredProc(int, Map, int) - Method in class com.mysql.jdbc.ResultSet
 
getObjectStoredProc(String, int) - Method in class com.mysql.jdbc.ResultSet
 
getObjectStoredProc(String, Map, int) - Method in class com.mysql.jdbc.ResultSet
 
getOrder() - Method in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
getOriginalName() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getOriginalTableName() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
getOutputStream() - Method in class com.mysql.jdbc.NamedPipeSocketFactory.NamedPipeSocket
 
getOwner() - Method in interface com.mysql.jdbc.RowData
Returns the result set that 'owns' this RowData
getOwner() - Method in class com.mysql.jdbc.RowDataDynamic
 
getOwner() - Method in class com.mysql.jdbc.RowDataStatic
 
getPacketDebugBufferSize() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getParameter(int) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
getParameter(String) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
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
 
getParameterMetaData() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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 class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getParseInfo() - Method in class com.mysql.jdbc.PreparedStatement
 
getPedantic() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getPosition() - Method in class com.mysql.jdbc.Buffer
Returns the current position to write to/ read from
getPosition() - Method in class com.mysql.jdbc.ByteArrayBuffer
Returns the current position to write to/ read from
getPosition() - Method in class com.mysql.jdbc.ChannelBuffer
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.
getPreparedStatementCacheSize() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getPreparedStatementCacheSqlLimit() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getPrimaryKeys(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
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.
getProcedureTerm() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the database vendor's preferred term for "procedure"?
getProcedures(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of stored procedures available in a catalog.
getProfileSQL() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getProfileSql() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getPropertiesTransform() - Method in class com.mysql.jdbc.ConnectionProperties
 
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.ConnectionProperties.ConnectionProperty
 
getQueriesBeforeRetryMaster() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getQueryTimeout() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getQueryTimeout() - Method in class com.mysql.jdbc.Statement
The queryTimeout limit is the number of seconds the driver will wait for a Statement to execute.
getReconnectAtTxEnd() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getRef(int) - Method in class com.mysql.jdbc.CallableStatement
 
getRef(String) - Method in class com.mysql.jdbc.CallableStatement
 
getRef(int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getRef(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getRef(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get a REF(<structured-type>) column.
getRef(String) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Get a REF(<structured-type>) column.
getRelaxAutoCommit() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getReportMetricsIntervalMillis() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getRequireSSL() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getResultSet() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getResultSet(Statement, long, int, int, int, boolean, String, boolean, boolean) - Method in class com.mysql.jdbc.MysqlIO
Build a result set.
getResultSet() - Method in class com.mysql.jdbc.Statement
getResultSet returns the current result as a ResultSet.
getResultSetConcurrency() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getResultSetConcurrency() - Method in class com.mysql.jdbc.Statement
JDBC 2.0 Determine the result set concurrency.
getResultSetHoldability() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getResultSetHoldability() - Method in class com.mysql.jdbc.DatabaseMetaData
 
getResultSetHoldability() - Method in class com.mysql.jdbc.Statement
 
getResultSetType() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getResultSetType() - Method in class com.mysql.jdbc.Statement
JDBC 2.0 Determine the result set type.
getRollbackOnPooledClose() - Method in class com.mysql.jdbc.ConnectionProperties
 
getRoundRobinLoadBalance() - Method in class com.mysql.jdbc.ConnectionProperties
Returns whether or not hosts will be picked in a round-robin fashion.
getRow() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0
getRunningCTS13() - Method in class com.mysql.jdbc.ConnectionProperties
 
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 class com.mysql.jdbc.CommunicationsException
 
getSQLState() - Method in class com.mysql.jdbc.ConnectionFeatureNotAvailableException
 
getSQLStateType() - Method in class com.mysql.jdbc.DatabaseMetaData
 
getSQLType() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
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? This relies on us knowing the table name.
getSchemaTerm() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the database vendor's preferred term for "schema"?
getSchemas() - Method in class com.mysql.jdbc.DatabaseMetaData
Get the schema names available in this database.
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 class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getServerCharacterEncoding() - Method in class com.mysql.jdbc.Connection
Returns the server's character set
getServerInfo() - Method in class com.mysql.jdbc.ResultSet
Returns the server info (if any), or null if none.
getServerMajorVersion() - Method in class com.mysql.jdbc.Connection
 
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.Connection
 
getServerMinorVersion() - Method in class com.mysql.jdbc.MysqlIO
Get the minor version of the MySQL server we are talking to.
getServerSubMinorVersion() - Method in class com.mysql.jdbc.Connection
 
getServerSubMinorVersion() - Method in class com.mysql.jdbc.MysqlIO
Get the sub-minor version of the MySQL server we are talking to.
getServerTimezone() - Method in class com.mysql.jdbc.ConnectionProperties
Returns the 'serverTimezone' property.
getServerTimezoneTZ() - Method in class com.mysql.jdbc.Connection
DOCUMENT ME!
getServerVariable(String) - Method in class com.mysql.jdbc.Connection
 
getServerVersion() - Method in class com.mysql.jdbc.Connection
 
getServerVersion() - Method in class com.mysql.jdbc.MysqlIO
Get the version string of the server we are talking to
getSessionVariables() - Method in class com.mysql.jdbc.ConnectionProperties
 
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 class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getShort(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getShort(int) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java short.
getShort(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getShort(byte[]) - Static method in class com.mysql.jdbc.StringUtils
 
getSlavesConnection() - Method in class com.mysql.jdbc.ReplicationConnection
 
getSlowQueryThresholdMillis() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getSocketFactoryClassName() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getSocketTimeout() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getStatement() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Return the Statement that produced the ResultSet.
getStrictFloatingPoint() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getStrictUpdates() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getString(int) - Method in class com.mysql.jdbc.CallableStatement
 
getString(String) - Method in class com.mysql.jdbc.CallableStatement
 
getString(int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getString(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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 class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a Java String
getString(String) - Method in class com.mysql.jdbc.ResultSet
The following routines simply convert the columnName into a columnIndex and then call the appropriate routine above.
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.ResultSet
 
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?
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.
getTableTypes() - Method in class com.mysql.jdbc.DatabaseMetaData
Get the table types available in this database.
getTables(String, String, String, String[]) - Method in class com.mysql.jdbc.DatabaseMetaData
Get a description of tables available in a catalog.
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 class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getTime(int, Calendar) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getTime(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getTime(String, Calendar) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getTime(int) - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
Get the value of a column in the current row as a java.sql.Time object.
getTime(String) - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
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.
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 class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getTimestamp(int, Calendar) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getTimestamp(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getTimestamp(String, Calendar) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getTimestamp(int) - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
Get the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(String) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
getTimestamp(String, Calendar) - Method in class com.mysql.jdbc.ResultSet
Get the value of a column in the current row as a java.sql.Timestamp object.
getTinyInt1isBit() - Method in class com.mysql.jdbc.ConnectionProperties
 
getTraceProtocol() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getTransactionIsolation() - Method in class com.mysql.jdbc.Connection
Get this Connection's current transaction isolation mode.
getTransactionIsolation() - Method in class com.mysql.jdbc.ReplicationConnection
 
getTransformedBitIsBoolean() - Method in class com.mysql.jdbc.ConnectionProperties
 
getType() - Method in class com.mysql.jdbc.ResultSet
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.Connection
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.
getURL(int) - Method in class com.mysql.jdbc.CallableStatement
 
getURL(String) - Method in class com.mysql.jdbc.CallableStatement
 
getURL(int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getURL(String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getURL() - Method in class com.mysql.jdbc.Connection
 
getURL() - Method in class com.mysql.jdbc.DatabaseMetaData
What's the url for this database?
getURL(int) - Method in class com.mysql.jdbc.ResultSet
 
getURL(String) - Method in class com.mysql.jdbc.ResultSet
 
getUnicodeStream(int) - Method in class com.mysql.jdbc.ResultSet
Deprecated.  
getUnicodeStream(String) - Method in class com.mysql.jdbc.ResultSet
Deprecated.  
getUpdateCount() - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
getUpdateCount() - Method in class com.mysql.jdbc.ResultSet
 
getUpdateCount() - Method in class com.mysql.jdbc.Statement
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.ResultSet
 
getUpperBound() - Method in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
getUpperBound() - Method in class com.mysql.jdbc.ConnectionProperties.IntegerConnectionProperty
 
getUseCompression() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseFastIntParsing() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseHostsInPrivileges() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseLocalSessionState() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseNewIo() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseOldUTF8Behavior() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseOnlyServerErrorMessages() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseReadAheadInput() - Method in class com.mysql.jdbc.ConnectionProperties
 
getUseSSL() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseServerPreparedStmts() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseSqlStateCodes() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseStreamLengthsInPrepStmts() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseTimezone() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseUltraDevWorkAround() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseUnbufferedInput() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseUnicode() - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
getUseUsageAdvisor() - Method in class com.mysql.jdbc.ConnectionProperties
Returns whether or not the driver advises of proper usage.
getUser() - Method in class com.mysql.jdbc.Connection
 
getUserName() - Method in class com.mysql.jdbc.DatabaseMetaData
What's our user name as known to the database?
getValueAsBoolean() - Method in class com.mysql.jdbc.ConnectionProperties.BooleanConnectionProperty
 
getValueAsInt() - Method in class com.mysql.jdbc.ConnectionProperties.IntegerConnectionProperty
 
getValueAsObject() - Method in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
getValueAsString() - Method in class com.mysql.jdbc.ConnectionProperties.StringConnectionProperty
 
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.Connection.UltraDevWorkAround
 
getWarnings() - Method in class com.mysql.jdbc.Connection
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.ResultSet
The first warning reported by calls on this ResultSet is returned.
getWarnings() - Method in class com.mysql.jdbc.Statement
The first warning reported by calls on this Statement is returned.
getYearIsDateType() - Method in class com.mysql.jdbc.ConnectionProperties
 
getZeroDateTimeBehavior() - Method in class com.mysql.jdbc.ConnectionProperties
 

H

HEADER_LENGTH - Static variable in class com.mysql.jdbc.MysqlIO
 
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.
hasBuiltIndexMapping - Variable in class com.mysql.jdbc.ResultSet
 
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 interface com.mysql.jdbc.RowData
Returns true if another row exsists.
hasNext() - Method in class com.mysql.jdbc.RowDataDynamic
Returns true if another row exsists.
hasNext() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
hasValueConstraints() - Method in class com.mysql.jdbc.ConnectionProperties.BooleanConnectionProperty
 
hasValueConstraints() - Method in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
hasValueConstraints() - Method in class com.mysql.jdbc.ConnectionProperties.IntegerConnectionProperty
 
hasValueConstraints() - Method in class com.mysql.jdbc.ConnectionProperties.StringConnectionProperty
 
hashCode - Variable in class com.mysql.jdbc.Connection.CompoundCacheKey
 
hashCode() - Method in class com.mysql.jdbc.Connection.CompoundCacheKey
 
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

I

INDEX_TO_CHARSET - Static variable in class com.mysql.jdbc.CharsetMapping
Map of MySQL-4.1 charset indexes to Java encoding names
INIT_DB - Static variable in class com.mysql.jdbc.MysqlDefs
 
inOutModifier - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
incrementNumberOfPreparedExecutes() - Method in class com.mysql.jdbc.Connection
 
incrementNumberOfPrepares() - Method in class com.mysql.jdbc.Connection
 
incrementNumberOfResultSetsCreated() - Method in class com.mysql.jdbc.Connection
 
index - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
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
 
initCharset(String) - Static method in class com.mysql.jdbc.SingleByteCharsetConverter
Initialize the shared instance of a converter for the given character encoding.
initializeFrom(String) - Method in class com.mysql.jdbc.ConnectionProperties.BooleanConnectionProperty
 
initializeFrom(Properties) - Method in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
initializeFrom(Reference) - Method in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
initializeFrom(String) - Method in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
initializeFrom(String) - Method in class com.mysql.jdbc.ConnectionProperties.IntegerConnectionProperty
 
initializeFrom(String) - Method in class com.mysql.jdbc.ConnectionProperties.MemorySizeConnectionProperty
 
initializeFrom(String) - Method in class com.mysql.jdbc.ConnectionProperties.StringConnectionProperty
 
initializeFromRef(Reference) - Method in class com.mysql.jdbc.ConnectionProperties
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.ConnectionProperties
Initializes driver properties that come from URL or properties passed to the driver manager.
initializeResultsMetadataFromCache(String, Statement.CachedResultSetMetaData, ResultSet) - Method in class com.mysql.jdbc.Statement
Caches CachedResultSetMetaData that has been placed in the cache using the given SQL as a key.
insertRow() - Method in class com.mysql.jdbc.ResultSet
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
 
isAfterLast() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0
isAfterLast() - Method in interface com.mysql.jdbc.RowData
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
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.ResultSet
JDBC 2.0
isBeforeFirst() - Method in interface com.mysql.jdbc.RowData
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
isBinary() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
isBinaryEncoded - Variable in class com.mysql.jdbc.ResultSet
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? (Otherwise it appears at the end)
isClientTzUTC() - Method in class com.mysql.jdbc.Connection
 
isClosed() - Method in class com.mysql.jdbc.Connection
DOCUMENT ME!
isClosed() - Method in class com.mysql.jdbc.NamedPipeSocketFactory.NamedPipeSocket
 
isClosed() - Method in class com.mysql.jdbc.ReplicationConnection
 
isClosed - Variable in class com.mysql.jdbc.ResultSet
Has this result set been closed?
isClosed - Variable in class com.mysql.jdbc.Statement
Has this statement been closed?
isCurrency(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Is the column a cash value?
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.RowDataDynamic
Returns true if the result set is dynamic.
isDynamic() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
isEmpty() - Method in interface com.mysql.jdbc.RowData
Has no records.
isEmpty() - Method in class com.mysql.jdbc.RowDataDynamic
Has no records.
isEmpty() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
isFirst() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0
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.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
isFunctionCall - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
isIn - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
isLast() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0
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.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
isLastDataPacket() - Method in class com.mysql.jdbc.Buffer
 
isLastDataPacket() - Method in class com.mysql.jdbc.ByteArrayBuffer
 
isLastDataPacket() - Method in class com.mysql.jdbc.ChannelBuffer
 
isLoadDataQuery - Variable in class com.mysql.jdbc.PreparedStatement
Is this query a LOAD DATA query?
isLongData - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
isMultibyteCharset(String) - Static method in class com.mysql.jdbc.CharsetMapping
 
isMultipleKey() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
isNoBackslashEscapesSet() - Method in class com.mysql.jdbc.Connection
Is the server in a sql_mode that doesn't allow us to use \\ to escape things?
isNotNull() - Method in class com.mysql.jdbc.Field
 
isNull - Variable in class com.mysql.jdbc.PreparedStatement.BatchParams
 
isNull(int) - Method in class com.mysql.jdbc.PreparedStatement
 
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?
isOkayForVersion(Connection) - Method in class com.mysql.jdbc.VersionedStringProperty
 
isOpaqueBinary() - Method in class com.mysql.jdbc.Field
 
isOut - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
isPrimaryKey() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
isRangeBased() - Method in class com.mysql.jdbc.ConnectionProperties.BooleanConnectionProperty
 
isRangeBased() - Method in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
isRangeBased() - Method in class com.mysql.jdbc.ConnectionProperties.IntegerConnectionProperty
 
isRangeBased() - Method in class com.mysql.jdbc.ConnectionProperties.StringConnectionProperty
 
isReadInfoMsgEnabled() - Method in class com.mysql.jdbc.Connection
 
isReadOnly() - Method in class com.mysql.jdbc.Connection
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?
isSearchable(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Can the column be used in a WHERE clause? Basically for this, I split the functions into two types: recognised types (which are always useable), and OTHER types (which may or may not be useable).
isServerTzUTC() - Method in class com.mysql.jdbc.Connection
 
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?
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
 
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?
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!
iterator() - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 

J

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

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 com.mysql.jdbc.LicenseConfiguration.
Used in commercially-licensed clients that require connections to commercially-licensed servers as part of the licensing terms.
last() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0
last() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0
lastInsertId - Variable in class com.mysql.jdbc.Statement
The auto_increment value for the last insert
lastPacketSentTimeMs - Variable in class com.mysql.jdbc.MysqlIO
 
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() - Method in class com.mysql.jdbc.Clob
 
locatorsUpdateCopy() - Method in class com.mysql.jdbc.DatabaseMetaData
 
longBinding - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
lowerBound - Variable in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
lowerCaseTableNames() - Method in class com.mysql.jdbc.Connection
Is the server configured to use lower-case table names only?

M

MAX_BYTES_TO_DUMP - Static variable in class com.mysql.jdbc.Buffer
 
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
 
MIN_COMPRESS_LEN - Static variable in class com.mysql.jdbc.MysqlIO
 
Messages - class com.mysql.jdbc.Messages.
Support for localized messages.
MiniAdmin - class com.mysql.jdbc.MiniAdmin.
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
MysqlDataTruncation - exception com.mysql.jdbc.MysqlDataTruncation.
MySQL wrapper for DataTruncation until the server can support sending all needed information.
MysqlDataTruncation(String, int, boolean, boolean, int, int) - Constructor for class com.mysql.jdbc.MysqlDataTruncation
Creates a new MysqlDataTruncation exception/warning.
MysqlDefs - class com.mysql.jdbc.MysqlDefs.
MysqlDefs contains many values that are needed for communication with the MySQL server.
MysqlDefs() - Constructor for class com.mysql.jdbc.MysqlDefs
 
MysqlErrorNumbers - class com.mysql.jdbc.MysqlErrorNumbers.
Constants representing MySQL error numbers returned by the server in error messages.
MysqlIO - class com.mysql.jdbc.MysqlIO.
This class is used by Connection for communicating with the MySQL server.
MysqlIO(String, int, Properties, String, Connection, int) - Constructor for class com.mysql.jdbc.MysqlIO
Constructor: Connect to the MySQL server and setup a stream connection.
MysqlParameterMetadata - class com.mysql.jdbc.MysqlParameterMetadata.
 
MysqlParameterMetadata(Field[], int) - Constructor for class com.mysql.jdbc.MysqlParameterMetadata
 
MysqlSavepoint - class com.mysql.jdbc.MysqlSavepoint.
Represents SQL SAVEPOINTS in MySQL.
MysqlSavepoint() - Constructor for class com.mysql.jdbc.MysqlSavepoint
Creates an unnamed savepoint.
MysqlSavepoint(String) - Constructor for class com.mysql.jdbc.MysqlSavepoint
Creates a named savepoint
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.
maxFieldSize - Variable in class com.mysql.jdbc.Statement
The max field size for this statement
maxRows - Variable in class com.mysql.jdbc.Statement
The maximum number of rows to return for this statement (-1 means _all_ rows)
maxRowsChanged(Statement) - Method in class com.mysql.jdbc.Connection
Has the maxRows value changed?
maxRowsChanged - Variable in class com.mysql.jdbc.Statement
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
 
metadata - Variable in class com.mysql.jdbc.MysqlParameterMetadata
 
metadata - Variable in class com.mysql.jdbc.Statement.CachedResultSetMetaData
Cached ResultSetMetaData
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.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.ResultSet
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.ResultSet
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.ConnectionProperties.IntegerConnectionProperty
 
mysqlConnection - Variable in class com.mysql.jdbc.MysqlIO
The connection to the server
mysqlInput - Variable in class com.mysql.jdbc.MysqlIO
 
mysqlOutput - Variable in class com.mysql.jdbc.MysqlIO
Data to the server
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

NOT_UPDATEABLE_MESSAGE - Static variable in class com.mysql.jdbc.NotUpdatable
The message to use when result set is not updatable.
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
 
NULL_LENGTH - Static variable in class com.mysql.jdbc.Buffer
 
NULL_LENGTH - Static variable in class com.mysql.jdbc.MysqlIO
 
NamedPipeSocketFactory - class com.mysql.jdbc.NamedPipeSocketFactory.
A socket factory for named pipes (on Windows)
NamedPipeSocketFactory() - Constructor for class com.mysql.jdbc.NamedPipeSocketFactory
Constructor for NamedPipeSocketFactory.
NamedPipeSocketFactory.NamedPipeSocket - class com.mysql.jdbc.NamedPipeSocketFactory.NamedPipeSocket.
A socket that encapsulates named pipes on Windows
NamedPipeSocketFactory.NamedPipeSocket(String) - Constructor for class com.mysql.jdbc.NamedPipeSocketFactory.NamedPipeSocket
 
NamedPipeSocketFactory.RandomAccessFileInputStream - class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileInputStream.
Enables OutputStream-type functionality for a RandomAccessFile
NamedPipeSocketFactory.RandomAccessFileInputStream(RandomAccessFile) - Constructor for class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileInputStream
 
NamedPipeSocketFactory.RandomAccessFileOutputStream - class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileOutputStream.
Enables OutputStream-type functionality for a RandomAccessFile
NamedPipeSocketFactory.RandomAccessFileOutputStream(RandomAccessFile) - Constructor for class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileOutputStream
 
NonRegisteringDriver - class com.mysql.jdbc.NonRegisteringDriver.
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 com.mysql.jdbc.NonRegisteringReplicationDriver.
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
 
NotImplemented - exception com.mysql.jdbc.NotImplemented.
Thrown from methods not required to be implemented.
NotImplemented() - Constructor for class com.mysql.jdbc.NotImplemented
Creates a new NotImplemented object.
NotUpdatable - exception com.mysql.jdbc.NotUpdatable.
Thrown when a result sate is not updatable
NotUpdatable() - Constructor for class com.mysql.jdbc.NotUpdatable
Creates a new NotUpdatable exception.
nativeSQL(String) - Method in class com.mysql.jdbc.Connection
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
 
nativeSql - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
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
 
newReadLength() - Method in class com.mysql.jdbc.ByteArrayBuffer
 
newReadLength() - Method in class com.mysql.jdbc.ChannelBuffer
 
next() - Method in class com.mysql.jdbc.ResultSet
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.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.ResultSet
 
nextRow(Field[], int, boolean, int) - Method in class com.mysql.jdbc.MysqlIO
Retrieve one row from the MySQL server.
nextToken() - Method in class com.mysql.jdbc.EscapeTokenizer
Returns the next token
nullPlusNonNullIsNull() - Method in class com.mysql.jdbc.DatabaseMetaData
Are concatenations between NULL and non-NULL values NULL? A JDBC compliant driver always returns true.
nullability - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
nullability - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
 
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?
numParameters - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
numPrecRadix - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
 
numberOfExecutions - Variable in class com.mysql.jdbc.PreparedStatement
 
numberOfParameters() - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 

O

OutputStreamWatcher - interface com.mysql.jdbc.OutputStreamWatcher.
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.
oldCrypt(String, String) - Static method in class com.mysql.jdbc.Util
 
oldHash(String) - Static method in class com.mysql.jdbc.Util
 
onInsertRow - Variable in class com.mysql.jdbc.ResultSet
Are we on the insert row?
openResults - Variable in class com.mysql.jdbc.Statement
List of currently-open ResultSets
order - Variable in class com.mysql.jdbc.ConnectionProperties.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.
ownDeletesAreVisible(int) - Method in class com.mysql.jdbc.DatabaseMetaData
DOCUMENT ME!
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.
owner - Variable in class com.mysql.jdbc.RowDataStatic
 
owningStatement - Variable in class com.mysql.jdbc.ResultSet
The statement that created us

P

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.
PING - Static variable in class com.mysql.jdbc.MysqlDefs
 
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.
PROCESS_INFO - Static variable in class com.mysql.jdbc.MysqlDefs
 
PROCESS_KILL - Static variable in class com.mysql.jdbc.MysqlDefs
 
PROPERTIES_TRANSFORM_KEY - Static variable in class com.mysql.jdbc.NonRegisteringDriver
 
PacketTooBigException - exception com.mysql.jdbc.PacketTooBigException.
Thrown when a packet that is too big for the server is created.
PacketTooBigException(long, long) - Constructor for class com.mysql.jdbc.PacketTooBigException
Creates a new PacketTooBigException object.
PreparedStatement - class com.mysql.jdbc.PreparedStatement.
A SQL Statement is pre-compiled and stored in a PreparedStatement object.
PreparedStatement(Connection, String) - Constructor for class com.mysql.jdbc.PreparedStatement
Constructor used by server-side prepared statements
PreparedStatement(Connection, String, String) - Constructor for class com.mysql.jdbc.PreparedStatement
Constructor for the PreparedStatement class.
PreparedStatement(Connection, String, String, PreparedStatement.ParseInfo) - Constructor for class com.mysql.jdbc.PreparedStatement
Creates a new PreparedStatement object.
PreparedStatement.BatchParams - class com.mysql.jdbc.PreparedStatement.BatchParams.
 
PreparedStatement.BatchParams(byte[][], InputStream[], boolean[], int[], boolean[]) - Constructor for class com.mysql.jdbc.PreparedStatement.BatchParams
 
PreparedStatement.EndPoint - class com.mysql.jdbc.PreparedStatement.EndPoint.
 
PreparedStatement.EndPoint(int, int) - Constructor for class com.mysql.jdbc.PreparedStatement.EndPoint
 
PreparedStatement.ParseInfo - class com.mysql.jdbc.PreparedStatement.ParseInfo.
 
PreparedStatement.ParseInfo(String, Connection, DatabaseMetaData, String, SingleByteCharsetConverter) - Constructor for class com.mysql.jdbc.PreparedStatement.ParseInfo
 
paramInfo - Variable in class com.mysql.jdbc.CallableStatement
 
paramName - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
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
 
parameterStreams - Variable in class com.mysql.jdbc.PreparedStatement.BatchParams
 
parameterStrings - Variable in class com.mysql.jdbc.PreparedStatement.BatchParams
 
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).
parseURL(String, Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
 
parserKnowsUnicode() - Method in class com.mysql.jdbc.Connection
DOCUMENT ME!
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.Statement
Are we in pedantic mode?
ping() - Method in class com.mysql.jdbc.Connection
Detect if the connection is still good
pointOfOrigin - Variable in class com.mysql.jdbc.ResultSet
StackTrace generated where ResultSet was created...
pointOfOrigin - Variable in class com.mysql.jdbc.Statement
Where this statement was created, only used if profileSql or useUsageAdvisor set to true.
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
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(byte[], long) - Method in class com.mysql.jdbc.BlobFromLocator
 
position(Blob, long) - Method in class com.mysql.jdbc.BlobFromLocator
Finds the position of the given pattern in this BLOB.
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.ConnectionProperties
 
precision - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
preferredValue - Variable in class com.mysql.jdbc.VersionedStringProperty
 
prepareCall(String) - Method in class com.mysql.jdbc.Connection
DOCUMENT ME!
prepareCall(String, int, int) - Method in class com.mysql.jdbc.Connection
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.Connection
 
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
 
prepareStatement(String) - Method in class com.mysql.jdbc.Connection
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.Connection
 
prepareStatement(String, int, int) - Method in class com.mysql.jdbc.Connection
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.Connection
 
prepareStatement(String, int[]) - Method in class com.mysql.jdbc.Connection
 
prepareStatement(String, String[]) - Method in class com.mysql.jdbc.Connection
 
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
 
prev() - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
JDBC 2.0
previous() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0
profileSQL - Variable in class com.mysql.jdbc.Statement
Should we profile?
profileSql - Variable in class com.mysql.jdbc.ResultSet
Are we tracking items for profileSql?
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.ConnectionProperties.ConnectionProperty
 
protocolVersion - Variable in class com.mysql.jdbc.MysqlIO
 

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.

R

RELOAD - Static variable in class com.mysql.jdbc.MysqlDefs
 
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.
ReplicationConnection - class com.mysql.jdbc.ReplicationConnection.
Connection that opens two connections, one two a replication master, and another to one or more slaves, and decides to use master when the connection is not read-only, and use slave(s) when the connection is read-only.
ReplicationConnection(Properties, Properties) - Constructor for class com.mysql.jdbc.ReplicationConnection
 
ReplicationDriver - class com.mysql.jdbc.ReplicationDriver.
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
ResultSet - class com.mysql.jdbc.ResultSet.
A ResultSet provides access to a table of data generated by executing a Statement.
ResultSet(long, long, Connection, Statement) - Constructor for class com.mysql.jdbc.ResultSet
Create a result set for an executeUpdate statement.
ResultSet(String, Field[], RowData, Connection, Statement) - Constructor for class com.mysql.jdbc.ResultSet
Creates a new ResultSet object.
ResultSetMetaData - class com.mysql.jdbc.ResultSetMetaData.
A ResultSetMetaData object can be used to find out about the types and properties of the columns in a ResultSet
ResultSetMetaData(Field[]) - Constructor for class com.mysql.jdbc.ResultSetMetaData
Initialise for a result with a tuple set and a field descriptor set
RowData - interface com.mysql.jdbc.RowData.
This interface abstracts away how row data is accessed by the result set.
RowDataDynamic - class com.mysql.jdbc.RowDataDynamic.
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 com.mysql.jdbc.RowDataDynamic.OperationNotSupportedException.
 
RowDataDynamic.OperationNotSupportedException() - Constructor for class com.mysql.jdbc.RowDataDynamic.OperationNotSupportedException
 
RowDataStatic - class com.mysql.jdbc.RowDataStatic.
Represents an in-memory result set
RowDataStatic(ArrayList) - Constructor for class com.mysql.jdbc.RowDataStatic
Creates a new RowDataStatic object.
raFile - Variable in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileInputStream
 
raFile - Variable in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileOutputStream
 
rawSocket - Variable in class com.mysql.jdbc.StandardSocketFactory
The underlying TCP/IP socket to use
rePrepare() - Method in class com.mysql.jdbc.ServerPreparedStatement
Used by Connection when auto-reconnecting to retrieve 'lost' prepared statements.
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(Statement, int, int, int, boolean, String, Buffer, boolean, long, boolean) - Method in class com.mysql.jdbc.MysqlIO
 
readByte() - Method in class com.mysql.jdbc.Buffer
 
readByte(int) - Method in class com.mysql.jdbc.Buffer
 
readByte() - Method in class com.mysql.jdbc.ByteArrayBuffer
 
readByte(int) - Method in class com.mysql.jdbc.ByteArrayBuffer
 
readByte() - Method in class com.mysql.jdbc.ChannelBuffer
 
readByte(int) - Method in class com.mysql.jdbc.ChannelBuffer
 
readFieldLength() - Method in class com.mysql.jdbc.Buffer
 
readFieldLength() - Method in class com.mysql.jdbc.ByteArrayBuffer
 
readFieldLength() - Method in class com.mysql.jdbc.ChannelBuffer
 
readInt() - Method in class com.mysql.jdbc.Buffer
 
readInt() - Method in class com.mysql.jdbc.ByteArrayBuffer
 
readInt() - Method in class com.mysql.jdbc.ChannelBuffer
 
readIntAsLong() - Method in class com.mysql.jdbc.Buffer
 
readIntAsLong() - Method in class com.mysql.jdbc.ByteArrayBuffer
 
readIntAsLong() - Method in class com.mysql.jdbc.ChannelBuffer
 
readLenByteArray(int) - Method in class com.mysql.jdbc.Buffer
 
readLenByteArray(int) - Method in class com.mysql.jdbc.ByteArrayBuffer
 
readLenByteArray(int) - Method in class com.mysql.jdbc.ChannelBuffer
 
readLength() - Method in class com.mysql.jdbc.Buffer
 
readLength() - Method in class com.mysql.jdbc.ByteArrayBuffer
 
readLength() - Method in class com.mysql.jdbc.ChannelBuffer
 
readLong() - Method in class com.mysql.jdbc.Buffer
 
readLong() - Method in class com.mysql.jdbc.ByteArrayBuffer
 
readLong() - Method in class com.mysql.jdbc.ChannelBuffer
 
readLongInt() - Method in class com.mysql.jdbc.Buffer
 
readLongInt() - Method in class com.mysql.jdbc.ByteArrayBuffer
 
readLongInt() - Method in class com.mysql.jdbc.ChannelBuffer
 
readLongLong() - Method in class com.mysql.jdbc.Buffer
 
readLongLong() - Method in class com.mysql.jdbc.ByteArrayBuffer
 
readLongLong() - Method in class com.mysql.jdbc.ChannelBuffer
 
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
readString() - Method in class com.mysql.jdbc.Buffer
 
readString(String) - Method in class com.mysql.jdbc.Buffer
 
readString() - Method in class com.mysql.jdbc.ByteArrayBuffer
 
readString(String) - Method in class com.mysql.jdbc.ByteArrayBuffer
 
readString() - Method in class com.mysql.jdbc.ChannelBuffer
 
readString(String) - Method in class com.mysql.jdbc.ChannelBuffer
 
readnBytes() - Method in class com.mysql.jdbc.Buffer
 
readnBytes() - Method in class com.mysql.jdbc.ByteArrayBuffer
 
readnBytes() - Method in class com.mysql.jdbc.ChannelBuffer
 
realClose(boolean, boolean, boolean, Throwable) - Method in class com.mysql.jdbc.Connection
Closes connection and frees resources.
realClose(boolean) - Method in class com.mysql.jdbc.PreparedStatement
Closes this statement, releasing all resources
realClose(boolean) - Method in class com.mysql.jdbc.ResultSet
Closes this ResultSet and releases resources.
realClose(boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
Closes this connection and frees all resources.
realClose(boolean) - Method in class com.mysql.jdbc.Statement
Closes this statement, and frees resources.
realClose(boolean) - Method in class com.mysql.jdbc.UpdatableResultSet
Closes this ResultSet, releasing all resources.
reallyResult - Variable in class com.mysql.jdbc.ResultSet
Do we actually contain rows, or just information about UPDATE/INSERT/DELETE?
reallyResult() - Method in class com.mysql.jdbc.ResultSet
 
recachePreparedStatement(ServerPreparedStatement) - Method in class com.mysql.jdbc.Connection
 
refreshRow() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Refresh the value of the current row with its current value in the database.
refreshRow() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Refresh the value of the current row with its current value in the database.
registerOutParameter(int, int) - Method in class com.mysql.jdbc.CallableStatement
 
registerOutParameter(int, int, int) - Method in class com.mysql.jdbc.CallableStatement
 
registerOutParameter(int, int, String) - Method in class com.mysql.jdbc.CallableStatement
 
registerOutParameter(String, int) - Method in class com.mysql.jdbc.CallableStatement
 
registerOutParameter(String, int, int) - Method in class com.mysql.jdbc.CallableStatement
 
registerOutParameter(String, int, String) - Method in class com.mysql.jdbc.CallableStatement
 
registerOutParameter(int, int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
registerOutParameter(int, int, int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
registerOutParameter(int, int, String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
registerOutParameter(String, int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
registerOutParameter(String, int, int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
registerOutParameter(String, int, String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
registerQueryExecutionTime(long) - Method in class com.mysql.jdbc.Connection
DOCUMENT ME!
registerStatement(Statement) - Method in class com.mysql.jdbc.Connection
Register a Statement instance as open.
relative(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0
relative(int) - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0
releaseSavepoint(Savepoint) - Method in class com.mysql.jdbc.Connection
 
releaseSavepoint(Savepoint) - Method in class com.mysql.jdbc.ReplicationConnection
 
removeRow(int) - Method in interface com.mysql.jdbc.RowData
Removes the row at the given index.
removeRow(int) - Method in class com.mysql.jdbc.RowDataDynamic
Removes the row at the given index.
removeRow(int) - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
reportNumberOfTablesAccessed(int) - Method in class com.mysql.jdbc.Connection
 
reset() - Method in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
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 class com.mysql.jdbc.Connection
Resets the server-side state of this connection.
resultCounter - Static variable in class com.mysql.jdbc.ResultSet
Counter used to generate IDs for profiling.
resultId - Variable in class com.mysql.jdbc.ResultSet
The id (used when profiling) to identify us
resultSetConcurrency - Variable in class com.mysql.jdbc.ResultSet
Are we read-only or updatable?
resultSetConcurrency - Variable in class com.mysql.jdbc.Statement
The concurrency for this result set (updatable or not)
resultSetMetadataCache - Variable in class com.mysql.jdbc.Statement
Cache of ResultSet metadata
resultSetType - Variable in class com.mysql.jdbc.ResultSet
Are we scroll-sensitive/insensitive?
resultSetType - Variable in class com.mysql.jdbc.Statement
The type of this result set (scroll sensitive or in-sensitive)
results - Variable in class com.mysql.jdbc.Statement
The current results
retrieveGeneratedKeys - Variable in class com.mysql.jdbc.PreparedStatement
 
rollback() - Method in class com.mysql.jdbc.Connection
The method rollback() drops all changes made since the previous commit/rollback and releases any database locks currently held by the Connection.
rollback(Savepoint) - Method in class com.mysql.jdbc.Connection
 
rollback() - Method in class com.mysql.jdbc.ReplicationConnection
 
rollback(Savepoint) - Method in class com.mysql.jdbc.ReplicationConnection
 
rowData - Variable in class com.mysql.jdbc.ResultSet
The actual rows
rowDeleted() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Determine if this row has been deleted.
rowDeleted() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Determine if this row has been deleted.
rowInserted() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Determine if the current row has been inserted.
rowInserted() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Determine if the current row has been inserted.
rowUpdated() - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Determine if the current row has been updated.
rowUpdated() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Determine if the current row has been updated.

S

SHUTDOWN - Static variable in class com.mysql.jdbc.MysqlDefs
 
SLEEP - Static variable in class com.mysql.jdbc.MysqlDefs
 
SQLError - class com.mysql.jdbc.SQLError.
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
 
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_DATETIME_FIELD_OVERFLOW - Static variable in class com.mysql.jdbc.SQLError
 
SQL_STATE_DATE_TRUNCATED - 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_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
 
STATISTICS - Static variable in class com.mysql.jdbc.MysqlDefs
 
Security - class com.mysql.jdbc.Security.
Methods for doing secure authentication with MySQL-4.1 and newer.
ServerPreparedStatement - class com.mysql.jdbc.ServerPreparedStatement.
JDBC Interface for MySQL-4.1 and newer server-side PreparedStatements.
ServerPreparedStatement(Connection, String, String) - Constructor for class com.mysql.jdbc.ServerPreparedStatement
Creates a new ServerPreparedStatement object.
ServerPreparedStatement.BatchedBindValues - class com.mysql.jdbc.ServerPreparedStatement.BatchedBindValues.
 
ServerPreparedStatement.BatchedBindValues(ServerPreparedStatement.BindValue[]) - Constructor for class com.mysql.jdbc.ServerPreparedStatement.BatchedBindValues
 
ServerPreparedStatement.BindValue - class com.mysql.jdbc.ServerPreparedStatement.BindValue.
 
ServerPreparedStatement.BindValue() - Constructor for class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
ServerPreparedStatement.BindValue(ServerPreparedStatement.BindValue) - Constructor for class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
SingleByteCharsetConverter - class com.mysql.jdbc.SingleByteCharsetConverter.
Converter for char[]->byte[] and byte[]->char[] for single-byte character sets.
SocketFactory - interface com.mysql.jdbc.SocketFactory.
Interface to allow pluggable socket creation in the driver
StandardSocketFactory - class com.mysql.jdbc.StandardSocketFactory.
Socket factory for vanilla TCP/IP sockets (the standard)
StandardSocketFactory() - Constructor for class com.mysql.jdbc.StandardSocketFactory
 
Statement - class com.mysql.jdbc.Statement.
A Statement object is used for executing a static SQL statement and obtaining the results produced by it.
Statement(Connection, String) - Constructor for class com.mysql.jdbc.Statement
Constructor for a Statement.
Statement.CachedResultSetMetaData - class com.mysql.jdbc.Statement.CachedResultSetMetaData.
 
Statement.CachedResultSetMetaData() - Constructor for class com.mysql.jdbc.Statement.CachedResultSetMetaData
 
StringUtils - class com.mysql.jdbc.StringUtils.
Various utility methods for converting to/from byte arrays in the platform encoding
StringUtils() - Constructor for class com.mysql.jdbc.StringUtils
 
sawVariableUse() - Method in class com.mysql.jdbc.EscapeTokenizer
 
scale - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
 
scramble(String, String) - Static method in class com.mysql.jdbc.Util
DOCUMENT ME!
scramble411(String, String) - 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.
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
 
send(Buffer) - Method in class com.mysql.jdbc.MysqlIO
Send a packet to the MySQL server
sendCommand(int, String, Buffer, boolean, String) - 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.
serverCapabilities - Variable in class com.mysql.jdbc.MysqlIO
 
serverCharsetIndex - Variable in class com.mysql.jdbc.MysqlIO
 
serverInfo - Variable in class com.mysql.jdbc.ResultSet
Any info message from the server that was created while generating this result set (if 'info parsing' is enabled for the connection).
serverPrepare(String) - Method in class com.mysql.jdbc.Connection
DOCUMENT ME!
serverSupportsConvertFn() - Method in class com.mysql.jdbc.Connection
 
sessionCalendar - Variable in class com.mysql.jdbc.ResultSet
 
setAllowLoadLocalInfile(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setAllowMultiQueries(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setAllowNanAndInf(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setAllowUrlInLocalInfile(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setAlwaysSendSetIsolation(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setArray(int, Array) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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(long) - Method in class com.mysql.jdbc.Clob
 
setAsciiStream(int, InputStream, int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setAsciiStream(String, InputStream, int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setAutoCommit(boolean) - Method in class com.mysql.jdbc.Connection
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 class com.mysql.jdbc.ReplicationConnection
 
setAutoDeserialize(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setAutoGenerateTestcaseScript(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setAutoReconnect(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setAutoReconnectForConnectionPools(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setAutoReconnectForPools(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setBigDecimal(String, BigDecimal) - Method in class com.mysql.jdbc.CallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setBigDecimal(String, BigDecimal) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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.ResultSet
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(int, InputStream, int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setBinaryStream(String, InputStream, int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setBlob(int, Blob) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setBlob(int, Blob) - Method in class com.mysql.jdbc.PreparedStatement
JDBC 2.0 Set a BLOB parameter.
setBlob(int, Blob) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setBlobSendChunkSize(String) - Method in class com.mysql.jdbc.ConnectionProperties
 
setBoolean(String, boolean) - Method in class com.mysql.jdbc.CallableStatement
 
setBoolean(int, boolean) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setBoolean(String, boolean) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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
 
setBufLength(int) - Method in class com.mysql.jdbc.ByteArrayBuffer
 
setBufLength(int) - Method in class com.mysql.jdbc.ChannelBuffer
 
setByte(String, byte) - Method in class com.mysql.jdbc.CallableStatement
 
setByte(int, byte) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setByte(String, byte) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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.
setByteBuffer(byte[]) - Method in class com.mysql.jdbc.ByteArrayBuffer
Sets the array of bytes to use as a buffer to read from.
setByteBuffer(byte[]) - Method in class com.mysql.jdbc.ChannelBuffer
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[]) - Method in class com.mysql.jdbc.BlobFromLocator
 
setBytes(long, byte[], int, int) - 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.Connection.UltraDevWorkAround
 
setBytes(String, byte[]) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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 class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setCachePreparedStatements(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setCacheResultSetMetadata(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
Sets whether or not we should cache result set metadata.
setCacheServerConfiguration(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setCallableStatementCacheSize(int) - Method in class com.mysql.jdbc.ConnectionProperties
Configures the number of callable statements to cache.
setCapitalizeDBMDTypes(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setCapitalizeTypeNames(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setCatalog(String) - Method in class com.mysql.jdbc.Connection
A sub-space of this Connection's database may be selected by setting a catalog name.
setCatalog(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setCategoryName(String) - Method in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
setCharacterEncoding(String) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setCharacterSetResults(String) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setCharacterStream(String, Reader, int) - Method in class com.mysql.jdbc.CallableStatement
 
setCharacterStream(long) - Method in class com.mysql.jdbc.Clob
 
setCharacterStream(int, Reader, int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setCharacterStream(String, Reader, int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setClob(int, Clob) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setClob(int, Clob) - Method in class com.mysql.jdbc.PreparedStatement
JDBC 2.0 Set a CLOB parameter.
setClob(int, Clob) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setClobberStreamingResults(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setClosed(boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setConnectTimeout(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setConnection(Connection) - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
setConnectionCollation(String) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setContinueBatchOnError(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setCreateDatabaseIfNotExist(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
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.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.Connection.UltraDevWorkAround
 
setCursorName(String) - Method in class com.mysql.jdbc.Statement
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.Connection.UltraDevWorkAround
 
setDate(int, Date, Calendar) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setDate(String, Date) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setDate(String, Date, Calendar) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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.
setDetectServerPreparedStmts(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setDontTrackOpenResources(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setDouble(String, double) - Method in class com.mysql.jdbc.CallableStatement
 
setDouble(int, double) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setDouble(String, double) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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
 
setDumpQueriesOnException(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setDynamicCalendars(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setElideSetAutoCommits(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setEmptyStringsConvertToZero(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setEmulateLocators(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setEmulateUnsupportedPstmts(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setEnablePacketDebug(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setEncoding(String) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setEscapeProcessing(boolean) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setEscapeProcessing(boolean) - Method in class com.mysql.jdbc.Statement
If escape scanning is on (the default), the driver will do escape substitution before sending the SQL to the database.
setExplainSlowQueries(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setFailOverReadOnly(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setFailedOver(boolean) - Method in class com.mysql.jdbc.Connection
 
setFetchDirection(int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setFetchDirection(int) - Method in class com.mysql.jdbc.ResultSet
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.Statement
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.Connection.UltraDevWorkAround
 
setFetchSize(int) - Method in class com.mysql.jdbc.ResultSet
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.Statement
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.ResultSet
Sets the first character of the query that this result set was created from.
setFloat(String, float) - Method in class com.mysql.jdbc.CallableStatement
 
setFloat(int, float) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setFloat(String, float) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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
 
setGatherPerformanceMetrics(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setHighAvailability(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setHoldResultsOpenOverStatementClose(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setHoldability(int) - Method in class com.mysql.jdbc.Connection
 
setHoldability(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setIgnoreNonTxTables(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setInitialTimeout(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setInt(String, int) - Method in class com.mysql.jdbc.CallableStatement
 
setInt(int, int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setInt(String, int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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
 
setIsInteractiveClient(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setJdbcCompliantTruncation(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setLogSlowQueries(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setLogger(String) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setLoggerClassName(String) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setLong(String, long) - Method in class com.mysql.jdbc.CallableStatement
 
setLong(int, long) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setLong(String, long) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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 class com.mysql.jdbc.ConnectionProperties
 
setMaxFieldSize(int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setMaxFieldSize(int) - Method in class com.mysql.jdbc.Statement
Sets the maxFieldSize
setMaxQuerySizeToLog(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setMaxReconnects(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setMaxRows(int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setMaxRows(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setMaxRows(int) - Method in class com.mysql.jdbc.Statement
Set the maximum number of rows
setMetadataCacheSize(int) - Method in class com.mysql.jdbc.ConnectionProperties
Sets the number of queries that metadata can be cached if caching is enabled.
setMysqlType(int) - Method in class com.mysql.jdbc.Field
 
setNextResultSet(ResultSet) - Method in class com.mysql.jdbc.ResultSet
DOCUMENT ME!
setNoDatetimeStringSync(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
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.Connection.UltraDevWorkAround
 
setNull(int, int, String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setNull(String, int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setNull(String, int, String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setNull(int, int) - Method in class com.mysql.jdbc.PreparedStatement
Set a parameter to SQL NULL
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 class com.mysql.jdbc.ConnectionProperties
 
setNullNamePatternMatchesAll(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
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.Connection.UltraDevWorkAround
 
setObject(int, Object, int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setObject(int, Object, int, int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setObject(String, Object) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setObject(String, Object, int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setObject(String, Object, int, int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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.
setOrder(int) - Method in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
setOwner(ResultSet) - Method in interface com.mysql.jdbc.RowData
Set the result set that 'owns' this RowData
setOwner(ResultSet) - Method in class com.mysql.jdbc.RowDataDynamic
 
setOwner(ResultSet) - Method in class com.mysql.jdbc.RowDataStatic
 
setPacketDebugBufferSize(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setParanoid(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setPedantic(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setPosition(int) - Method in class com.mysql.jdbc.Buffer
Set the current position to write to/ read from
setPosition(int) - Method in class com.mysql.jdbc.ByteArrayBuffer
Set the current position to write to/ read from
setPosition(int) - Method in class com.mysql.jdbc.ChannelBuffer
Set the current position to write to/ read from
setPreferSlaveDuringFailover(boolean) - Method in class com.mysql.jdbc.Connection
 
setPreparedStatementCacheSize(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setPreparedStatementCacheSqlLimit(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setProfileSQL(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setProfileSql(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setPropertiesTransform(String) - Method in class com.mysql.jdbc.ConnectionProperties
 
setQueriesBeforeRetryMaster(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setQueryTimeout(int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setQueryTimeout(int) - Method in class com.mysql.jdbc.Statement
Sets the queryTimeout limit
setReadInfoMsgEnabled(boolean) - Method in class com.mysql.jdbc.Connection
 
setReadOnly(boolean) - Method in class com.mysql.jdbc.Connection
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
 
setReconnectAtTxEnd(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setRef(int, Ref) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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 class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setReportMetricsIntervalMillis(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setRequireSSL(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
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.ResultSet
Sets the concurrency (JDBC2)
setResultSetConcurrency(int) - Method in class com.mysql.jdbc.Statement
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
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.ResultSet
Sets the result set type for (JDBC2)
setResultSetType(int) - Method in class com.mysql.jdbc.Statement
Sets the result set type for result sets generated by this statement
setRetrieveGeneratedKeys(boolean) - Method in class com.mysql.jdbc.PreparedStatement
DOCUMENT ME!
setRollbackOnPooledClose(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setRoundRobinLoadBalance(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
Sets whether or not hosts will be picked in a round-robin fashion.
setRunningCTS13(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setSavepoint() - Method in class com.mysql.jdbc.Connection
 
setSavepoint(String) - Method in class com.mysql.jdbc.Connection
 
setSavepoint() - Method in class com.mysql.jdbc.ReplicationConnection
 
setSavepoint(String) - Method in class com.mysql.jdbc.ReplicationConnection
 
setSecondsBeforeRetryMaster(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setServerInfo(String) - Method in class com.mysql.jdbc.ResultSet
Sets server info (if any)
setServerTimezone(String) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setSessionVariables(String) - Method in class com.mysql.jdbc.ConnectionProperties
 
setShort(String, short) - Method in class com.mysql.jdbc.CallableStatement
 
setShort(int, short) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setShort(String, short) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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 class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setSocketFactoryClassName(String) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setSocketTimeout(int) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setStrictFloatingPoint(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setStrictUpdates(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
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(int, String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setString(String, String) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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
 
setTime(String, Time) - Method in class com.mysql.jdbc.CallableStatement
 
setTime(String, Time, Calendar) - Method in class com.mysql.jdbc.CallableStatement
 
setTime(int, Time) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setTime(int, Time, Calendar) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setTime(String, Time) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setTime(String, Time, Calendar) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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, 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) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setTimestamp(int, Timestamp, Calendar) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setTimestamp(String, Timestamp) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setTimestamp(String, Timestamp, Calendar) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
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, TimeZone, boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setTinyInt1isBit(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setTraceProtocol(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setTransactionIsolation(int) - Method in class com.mysql.jdbc.Connection
DOCUMENT ME!
setTransactionIsolation(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
setTransformedBitIsBoolean(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setTypeMap(Map) - Method in class com.mysql.jdbc.Connection
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
 
setURL(String, URL) - Method in class com.mysql.jdbc.CallableStatement
 
setURL(int, URL) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setURL(String, URL) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
 
setURL(int, URL) - Method in class com.mysql.jdbc.PreparedStatement
 
setURL(int, URL) - Method in class com.mysql.jdbc.ServerPreparedStatement
 
setUnicodeStream(int, InputStream, int) - Method in class com.mysql.jdbc.Connection.UltraDevWorkAround
Deprecated.  
setUnicodeStream(int, InputStream, int) - Method in class com.mysql.jdbc.PreparedStatement
Deprecated.  
setUnicodeStream(int, InputStream, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
Deprecated.  
setUseCompression(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseFastIntParsing(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseHostsInPrivileges(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseLocalSessionState(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseNewIo(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseOldUTF8Behavior(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseOnlyServerErrorMessages(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseReadAheadInput(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setUseSSL(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseServerPreparedStmts(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseSqlStateCodes(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseStreamLengthsInPrepStmts(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseTimezone(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseUltraDevWorkAround(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseUnbufferedInput(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseUnicode(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
setUseUsageAdvisor(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
Sets whether or not the driver advises of proper usage.
setValue(boolean) - Method in class com.mysql.jdbc.ConnectionProperties.BooleanConnectionProperty
 
setValue(int) - Method in class com.mysql.jdbc.ConnectionProperties.IntegerConnectionProperty
 
setValue(String) - Method in class com.mysql.jdbc.ConnectionProperties.MemorySizeConnectionProperty
 
setValue(String) - Method in class com.mysql.jdbc.ConnectionProperties.StringConnectionProperty
 
setValueAsObject(Object) - Method in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
setWasMultiPacket(boolean) - Method in class com.mysql.jdbc.Buffer
Sets whether this packet was part of a multipacket
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.ResultSet
 
setYearIsDateType(boolean) - Method in class com.mysql.jdbc.ConnectionProperties
 
setZeroDateTimeBehavior(String) - Method in class com.mysql.jdbc.ConnectionProperties
 
shortBinding - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
shouldNotHappen(Exception) - Static method in class 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.
shutdownServer() - Method in class com.mysql.jdbc.Connection
Used by MiniAdmin to shutdown a MySQL server
sinceVersion - Variable in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
size() - Method in interface com.mysql.jdbc.RowData
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
 
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
sqlQueryDirect(Statement, String, String, Buffer, int, Connection, int, int, boolean, String, boolean) - 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
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
statementCounter - Static variable in class com.mysql.jdbc.Statement
Used to generate IDs when profiling.
statementId - Variable in class com.mysql.jdbc.Statement
Used to identify this statement when profiling.
statementLength - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
 
staticSql - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
 
storeTo(Reference) - Method in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
storeToRef(Reference) - Method in class com.mysql.jdbc.ConnectionProperties
 
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? A JDBC compliant driver will always return false.
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? A JDBC compliant driver will always return false.
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? A JDBC compliant driver will always return true.
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
streamLengths - Variable in class com.mysql.jdbc.PreparedStatement.BatchParams
 
stripEnclosure(byte[], String, String) - Static method in class com.mysql.jdbc.StringUtils
 
subminorVersion - Variable in class com.mysql.jdbc.VersionedStringProperty
 
supportsANSI92EntryLevelSQL() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the ANSI92 entry level SQL grammar supported? All JDBC compliant drivers must return true.
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?
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?
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? A JDBC compliant driver always returns true.
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? A JDBC compliant driver always returns true.
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 class com.mysql.jdbc.Connection
DOCUMENT ME!
supportsLikeEscapeClause() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the escape character in "LIKE" clauses supported? A JDBC compliant driver always returns true.
supportsLimitedOuterJoins() - Method in class com.mysql.jdbc.DatabaseMetaData
Is there limited support for outer joins? (This will be true if supportFullOuterJoins is true.)
supportsMinimumSQLGrammar() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the ODBC Minimum SQL grammar supported? All JDBC compliant drivers must return true.
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? A JDBC compliant driver will always return true.
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? A JDBC compliant driver always returns true.
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 class com.mysql.jdbc.Connection
DOCUMENT ME!
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
 
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? A JDBC compliant driver always returns true.
supportsSubqueriesInExists() - Method in class com.mysql.jdbc.DatabaseMetaData
Are subqueries in exists expressions supported? A JDBC compliant driver always returns true.
supportsSubqueriesInIns() - Method in class com.mysql.jdbc.DatabaseMetaData
Are subqueries in "in" statements supported? A JDBC compliant driver always returns true.
supportsSubqueriesInQuantifieds() - Method in class com.mysql.jdbc.DatabaseMetaData
Are subqueries in quantified expressions supported? A JDBC compliant driver always returns true.
supportsTableCorrelationNames() - Method in class com.mysql.jdbc.DatabaseMetaData
Are table correlation names supported? A JDBC compliant driver always returns true.
supportsTransactionIsolationLevel(int) - Method in class com.mysql.jdbc.DatabaseMetaData
Does the database support the given transaction isolation level?
supportsTransactions() - Method in class com.mysql.jdbc.Connection
DOCUMENT ME!
supportsTransactions() - Method in class com.mysql.jdbc.DatabaseMetaData
Are transactions supported? If not, commit is a noop and the isolation level is TRANSACTION_NONE.
supportsUnion() - Method in class com.mysql.jdbc.DatabaseMetaData
Is SQL UNION supported? A JDBC compliant driver always returns true.
supportsUnionAll() - Method in class com.mysql.jdbc.DatabaseMetaData
Is SQL UNION ALL supported? A JDBC compliant driver always returns true.
syncDriverPropertyInfo() - Method in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
Synchronizes the state of a ConnectionProperty so that it can be exposed as a DriverPropertyInfo instance.
syncUpdate() - Method in class com.mysql.jdbc.UpdatableResultSet
Reset UPDATE prepared statement to value in current row.

T

TIME - Static variable in class com.mysql.jdbc.MysqlDefs
 
TIMEZONE_MAPPINGS - Static variable in class com.mysql.jdbc.TimeUtil
 
TRACE - Static variable in class com.mysql.jdbc.NonRegisteringDriver
Should the driver generate method-call traces?
TimeUtil - class com.mysql.jdbc.TimeUtil.
Timezone conversion routines
TimeUtil() - Constructor for class com.mysql.jdbc.TimeUtil
 
thisRow - Variable in class com.mysql.jdbc.ResultSet
Pointer to current row data
timeout - Variable in class com.mysql.jdbc.Statement
The timeout for a query
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.
toString() - Method in class com.mysql.jdbc.Buffer
 
toString() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
toString() - Method in class com.mysql.jdbc.PreparedStatement
Returns this PreparedStatement represented as a string.
toString() - Method in class com.mysql.jdbc.ResultSet
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
 
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
 
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

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.Statement
 
USES_VARIABLES_TRUE - Static variable in class com.mysql.jdbc.Statement
 
USES_VARIABLES_UNKNOWN - Static variable in class com.mysql.jdbc.Statement
 
USE_CONFIG_PROPERTY_KEY - Static variable in class com.mysql.jdbc.NonRegisteringDriver
 
UpdatableResultSet - class com.mysql.jdbc.UpdatableResultSet.
A result set that is updatable.
UpdatableResultSet(long, long, Connection, Statement) - Constructor for class com.mysql.jdbc.UpdatableResultSet
Create a result set for an executeUpdate statement.
UpdatableResultSet(String, Field[], RowData, Connection, Statement) - Constructor for class com.mysql.jdbc.UpdatableResultSet
Creates a new ResultSet object.
Util - class com.mysql.jdbc.Util.
Various utility methods for the driver.
Util() - Constructor for class com.mysql.jdbc.Util
 
Util.RandStructcture - class com.mysql.jdbc.Util.RandStructcture.
 
Util.RandStructcture() - Constructor for class com.mysql.jdbc.Util.RandStructcture
 
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.Connection
Remove the given statement from the list of open statements
unsetMaxRows(Statement) - Method in class com.mysql.jdbc.Connection
Called by statements on their .close() to let the connection know when it is safe to set the connection back to 'default' row limits.
updateArray(int, Array) - Method in class com.mysql.jdbc.ResultSet
 
updateArray(String, Array) - Method in class com.mysql.jdbc.ResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Update a column with an ascii stream value.
updateAsciiStream(String, InputStream, int) - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
JDBC 2.0 Update a column with a BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class com.mysql.jdbc.ResultSet
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, int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Update a column with a binary stream value.
updateBinaryStream(String, InputStream, int) - Method in class com.mysql.jdbc.ResultSet
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, Blob) - Method in class com.mysql.jdbc.ResultSet
 
updateBlob(String, Blob) - Method in class com.mysql.jdbc.ResultSet
 
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.ResultSet
JDBC 2.0 Update a column with a boolean value.
updateBoolean(String, boolean) - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
JDBC 2.0 Update a column with a byte value.
updateByte(String, byte) - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
JDBC 2.0 Update a column with a byte array value.
updateBytes(String, byte[]) - Method in class com.mysql.jdbc.ResultSet
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, int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Update a column with a character stream value.
updateCharacterStream(String, Reader, int) - Method in class com.mysql.jdbc.ResultSet
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, Clob) - Method in class com.mysql.jdbc.ResultSet
 
updateClob(String, Clob) - Method in class com.mysql.jdbc.ResultSet
 
updateClob(int, Clob) - Method in class com.mysql.jdbc.UpdatableResultSet
 
updateCount - Variable in class com.mysql.jdbc.ResultSet
How many rows were affected by UPDATE/INSERT/DELETE?
updateCount - Variable in class com.mysql.jdbc.Statement
The update count for this statement
updateDate(int, Date) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Update a column with a Date value.
updateDate(String, Date) - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
JDBC 2.0 Update a column with a Double value.
updateDouble(String, double) - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
JDBC 2.0 Update a column with a float value.
updateFloat(String, float) - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
Value generated for AUTO_INCREMENT columns
updateInt(int, int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Update a column with an integer value.
updateInt(String, int) - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
JDBC 2.0 Update a column with a long value.
updateLong(String, long) - Method in class com.mysql.jdbc.ResultSet
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.
updateNull(int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Give a nullable column a null value.
updateNull(String) - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
JDBC 2.0 Update a column with an Object value.
updateObject(int, Object, int) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Update a column with an Object value.
updateObject(String, Object) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Update a column with an Object value.
updateObject(String, Object, int) - Method in class com.mysql.jdbc.ResultSet
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.
updateRef(int, Ref) - Method in class com.mysql.jdbc.ResultSet
 
updateRef(String, Ref) - Method in class com.mysql.jdbc.ResultSet
 
updateRow() - Method in class com.mysql.jdbc.ResultSet
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.
updateShort(int, short) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Update a column with a short value.
updateShort(String, short) - Method in class com.mysql.jdbc.ResultSet
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.
updateString(int, String) - Method in class com.mysql.jdbc.ResultSet
JDBC 2.0 Update a column with a String value.
updateString(String, String) - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
JDBC 2.0 Update a column with a Time value.
updateTime(String, Time) - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
JDBC 2.0 Update a column with a Timestamp value.
updateTimestamp(String, Timestamp) - Method in class com.mysql.jdbc.ResultSet
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.
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().
upperBound - Variable in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
useAnsiQuotedIdentifiers() - Method in class com.mysql.jdbc.Connection
 
useMaxRows() - Method in class com.mysql.jdbc.Connection
Has maxRows() been set?
useNewIo - Variable in class com.mysql.jdbc.MysqlIO
 
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 class com.mysql.jdbc.ConnectionProperties
DOCUMENT ME!
useUsageAdvisor - Variable in class com.mysql.jdbc.ResultSet
 
useUsageAdvisor - Variable in class com.mysql.jdbc.Statement
Should we use the usage advisor?
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
 

V

VersionedStringProperty - class com.mysql.jdbc.VersionedStringProperty.
 
VersionedStringProperty(String) - Constructor for class com.mysql.jdbc.VersionedStringProperty
 
VersionedStringProperty(String, int, int, int) - Constructor for class com.mysql.jdbc.VersionedStringProperty
 
validateStringValues(String) - Method in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
value - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
valueAsObject - Variable in class com.mysql.jdbc.ConnectionProperties.ConnectionProperty
 
versionMeetsMinimum(int, int, int) - Method in class com.mysql.jdbc.Connection
 
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?

W

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
 
WatchableOutputStream - class com.mysql.jdbc.WatchableOutputStream.
A java.io.OutputStream used to write ASCII data into Blobs and Clobs
WatchableOutputStream() - Constructor for class com.mysql.jdbc.WatchableOutputStream
 
WatchableWriter - class com.mysql.jdbc.WatchableWriter.
A java.io.Writer used to write unicode data into Blobs and Clobs
WatchableWriter() - Constructor for class com.mysql.jdbc.WatchableWriter
 
WriterWatcher - interface com.mysql.jdbc.WriterWatcher.
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.
warningChain - Variable in class com.mysql.jdbc.ResultSet
The warning chain
warningChain - Variable in class com.mysql.jdbc.Statement
The warnings chain.
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.Connection.UltraDevWorkAround
 
wasNull() - Method in class com.mysql.jdbc.ResultSet
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.ResultSet
Did the previous value retrieval find a NULL?
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.ResultSet
 
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
 
writeByte(byte) - Method in class com.mysql.jdbc.ByteArrayBuffer
 
writeByte(byte) - Method in class com.mysql.jdbc.ChannelBuffer
 
writeBytesNoNull(byte[]) - Method in class com.mysql.jdbc.Buffer
 
writeBytesNoNull(byte[], int, int) - Method in class com.mysql.jdbc.Buffer
 
writeBytesNoNull(byte[]) - Method in class com.mysql.jdbc.ByteArrayBuffer
 
writeBytesNoNull(byte[], int, int) - Method in class com.mysql.jdbc.ByteArrayBuffer
 
writeBytesNoNull(byte[]) - Method in class com.mysql.jdbc.ChannelBuffer
 
writeBytesNoNull(byte[], int, int) - Method in class com.mysql.jdbc.ChannelBuffer
 
writeDouble(double) - Method in class com.mysql.jdbc.Buffer
 
writeDouble(double) - Method in class com.mysql.jdbc.ByteArrayBuffer
 
writeDouble(double) - Method in class com.mysql.jdbc.ChannelBuffer
 
writeFieldLength(long) - Method in class com.mysql.jdbc.Buffer
 
writeFieldLength(long) - Method in class com.mysql.jdbc.ByteArrayBuffer
 
writeFieldLength(long) - Method in class com.mysql.jdbc.ChannelBuffer
 
writeFloat(float) - Method in class com.mysql.jdbc.Buffer
 
writeFloat(float) - Method in class com.mysql.jdbc.ByteArrayBuffer
 
writeFloat(float) - Method in class com.mysql.jdbc.ChannelBuffer
 
writeInt(int) - Method in class com.mysql.jdbc.Buffer
 
writeInt(int) - Method in class com.mysql.jdbc.ByteArrayBuffer
 
writeInt(int) - Method in class com.mysql.jdbc.ChannelBuffer
 
writeLenBytes(byte[]) - Method in class com.mysql.jdbc.Buffer
 
writeLenBytes(byte[]) - Method in class com.mysql.jdbc.ByteArrayBuffer
 
writeLenBytes(byte[]) - Method in class com.mysql.jdbc.ChannelBuffer
 
writeLenString(String, String, String, SingleByteCharsetConverter, boolean) - Method in class com.mysql.jdbc.Buffer
 
writeLenString(String, String, String, SingleByteCharsetConverter, boolean) - Method in class com.mysql.jdbc.ByteArrayBuffer
 
writeLenString(String, String, String, SingleByteCharsetConverter, boolean) - Method in class com.mysql.jdbc.ChannelBuffer
 
writeLong(long) - Method in class com.mysql.jdbc.Buffer
 
writeLong(long) - Method in class com.mysql.jdbc.ByteArrayBuffer
 
writeLong(long) - Method in class com.mysql.jdbc.ChannelBuffer
 
writeLongInt(int) - Method in class com.mysql.jdbc.Buffer
 
writeLongInt(int) - Method in class com.mysql.jdbc.ByteArrayBuffer
 
writeLongInt(int) - Method in class com.mysql.jdbc.ChannelBuffer
 
writeLongLong(long) - Method in class com.mysql.jdbc.Buffer
 
writeLongLong(long) - Method in class com.mysql.jdbc.ByteArrayBuffer
 
writeLongLong(long) - Method in class com.mysql.jdbc.ChannelBuffer
 
writeString(String) - Method in class com.mysql.jdbc.Buffer
 
writeString(String) - Method in class com.mysql.jdbc.ByteArrayBuffer
 
writeString(String) - Method in class com.mysql.jdbc.ChannelBuffer
 
writeStringNoNull(String) - Method in class com.mysql.jdbc.Buffer
 
writeStringNoNull(String, String, String, boolean) - Method in class com.mysql.jdbc.Buffer
 
writeStringNoNull(String) - Method in class com.mysql.jdbc.ByteArrayBuffer
 
writeStringNoNull(String, String, String, boolean) - Method in class com.mysql.jdbc.ByteArrayBuffer
 
writeStringNoNull(String) - Method in class com.mysql.jdbc.ChannelBuffer
 
writeStringNoNull(String, String, String, boolean) - Method in class com.mysql.jdbc.ChannelBuffer
 
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

Z

ZERO_DATETIME_BEHAVIOR_CONVERT_TO_NULL - Static variable in class com.mysql.jdbc.ConnectionProperties
 
ZERO_DATETIME_BEHAVIOR_EXCEPTION - Static variable in class com.mysql.jdbc.ConnectionProperties
 
ZERO_DATETIME_BEHAVIOR_ROUND - Static variable in class com.mysql.jdbc.ConnectionProperties
 
ZERO_DATETIME_VALUE_MARKER - Static variable in class com.mysql.jdbc.MysqlIO
 
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

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