MySQL Connector/J size='-1'>5.0.8
A B C D E F G H I J L M N O P Q R S T U V W X Z

I

INDEX_TO_CHARSET - Static variable in class com.mysql.jdbc.CharsetMapping
Map of MySQL-4.1 charset indexes to Java encoding names
INDEX_TO_COLLATION - Static variable in class com.mysql.jdbc.CharsetMapping
Map of MySQL-4.1 collation index to collation names
incrementNumberOfPreparedExecutes() - Method in class com.mysql.jdbc.Connection
 
incrementNumberOfPrepares() - Method in class com.mysql.jdbc.Connection
 
incrementNumberOfResultSetsCreated() - Method in class com.mysql.jdbc.Connection
 
indexOf(byte[], char) - Static method in class com.mysql.jdbc.StringUtils
 
indexOfIgnoreCase(int, String, String) - Static method in class com.mysql.jdbc.StringUtils
 
indexOfIgnoreCase(String, String) - Static method in class com.mysql.jdbc.StringUtils
DOCUMENT ME!
indexOfIgnoreCaseRespectMarker(int, String, String, String, String, boolean) - Static method in class com.mysql.jdbc.StringUtils
 
indexOfIgnoreCaseRespectQuotes(int, String, String, char, boolean) - Static method in class com.mysql.jdbc.StringUtils
 
initCharset(String) - Static method in class com.mysql.jdbc.SingleByteCharsetConverter
Initialize the shared instance of a converter for the given character encoding.
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, CachedResultSetMetaData, ResultSet) - Method in class com.mysql.jdbc.Connection
Caches CachedResultSetMetaData that has been placed in the cache using the given SQL as a key.
initializeWithMetadata() - Method in class com.mysql.jdbc.ResultSet
 
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().
interfaceExists(String) - Static method in class com.mysql.jdbc.Util
Does a network interface exist locally with the given hostname?
invoke(Object, Method, Object[]) - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy.ConnectionErrorFiringInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
Proxies method invocation on the java.sql.Connection interface, trapping "close", "isClosed" and "commit/rollback" (to switch connections for load balancing).
isAfterLast() - Method in class com.mysql.jdbc.CursorRowProvider
Returns true if we got the last element.
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
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.CursorRowProvider
Returns if iteration has not occured yet.
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.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?
isClosed() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
isColdFusion() - Static method in class com.mysql.jdbc.Util
 
isCurrency(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Is the column a cash value?
isCursorFetchEnabled() - Method in class com.mysql.jdbc.Connection
 
isDebugEnabled() - Method in class com.mysql.jdbc.log.CommonsLogger
 
isDebugEnabled() - Method in class com.mysql.jdbc.log.Jdk14Logger
 
isDebugEnabled() - Method in interface com.mysql.jdbc.log.Log
Is the 'debug' log level enabled?
isDebugEnabled() - Method in class com.mysql.jdbc.log.Log4JLogger
 
isDebugEnabled() - Method in class com.mysql.jdbc.log.NullLogger
 
isDebugEnabled() - Method in class com.mysql.jdbc.log.StandardLogger
 
isDefinitelyWritable(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Will a write on this column definately succeed?
isDynamic() - Method in class com.mysql.jdbc.CursorRowProvider
Returns true if the result set is dynamic.
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 class com.mysql.jdbc.CursorRowProvider
Has no records.
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!
isErrorEnabled() - Method in class com.mysql.jdbc.log.CommonsLogger
 
isErrorEnabled() - Method in class com.mysql.jdbc.log.Jdk14Logger
 
isErrorEnabled() - Method in interface com.mysql.jdbc.log.Log
Is the 'error' log level enabled?
isErrorEnabled() - Method in class com.mysql.jdbc.log.Log4JLogger
 
isErrorEnabled() - Method in class com.mysql.jdbc.log.NullLogger
 
isErrorEnabled() - Method in class com.mysql.jdbc.log.StandardLogger
 
isExceptionFatal(SQLException) - Method in class com.mysql.jdbc.integration.jboss.ExtendedMysqlExceptionSorter
 
isFatalEnabled() - Method in class com.mysql.jdbc.log.CommonsLogger
 
isFatalEnabled() - Method in class com.mysql.jdbc.log.Jdk14Logger
 
isFatalEnabled() - Method in interface com.mysql.jdbc.log.Log
Is the 'fatal' log level enabled?
isFatalEnabled() - Method in class com.mysql.jdbc.log.Log4JLogger
 
isFatalEnabled() - Method in class com.mysql.jdbc.log.NullLogger
 
isFatalEnabled() - Method in class com.mysql.jdbc.log.StandardLogger
 
isFirst() - Method in class com.mysql.jdbc.CursorRowProvider
Are we on the first row of the result set?
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
isInGlobalTx() - Method in class com.mysql.jdbc.Connection
 
isInGlobalTx() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
isInfoEnabled() - Method in class com.mysql.jdbc.log.CommonsLogger
 
isInfoEnabled() - Method in class com.mysql.jdbc.log.Jdk14Logger
 
isInfoEnabled() - Method in interface com.mysql.jdbc.log.Log
Is the 'info' log level enabled?
isInfoEnabled() - Method in class com.mysql.jdbc.log.Log4JLogger
 
isInfoEnabled() - Method in class com.mysql.jdbc.log.NullLogger
 
isInfoEnabled() - Method in class com.mysql.jdbc.log.StandardLogger
 
isLast() - Method in class com.mysql.jdbc.CursorRowProvider
Are we on the last row of the result set?
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
isLoadDataQuery - Variable in class com.mysql.jdbc.PreparedStatement
Is this query a LOAD DATA query?
isMasterConnection() - Method in class com.mysql.jdbc.Connection
Is this connection connected to the first host in the list if there is a list of servers in the URL?
isMasterConnection() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
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?
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?
isPrimaryKey() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
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.ReplicationConnection
 
isReadOnly(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Is the column definitely not writable?
isReadOnly() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
isRunningOnJDK13() - Method in class com.mysql.jdbc.Connection
 
isSameRM(XAResource) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlXAConnection
This method is called to determine if the resource manager instance represented by the target object is the same as the resouce manager instance represented by the parameter xares.
isSameRM(XAResource) - Method in class com.mysql.jdbc.jdbc2.optional.SuspendableXAConnection
 
isSameResource(Connection) - Method in class com.mysql.jdbc.Connection
 
isSameResource(Connection) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
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).
isSelectQuery() - Method in class com.mysql.jdbc.PreparedStatement
 
isServerTzUTC() - Method in class com.mysql.jdbc.Connection
 
isSigned(int) - Method in class com.mysql.jdbc.MysqlParameterMetadata
 
isSigned(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Is the column a signed number?
isSingleBit() - Method in class com.mysql.jdbc.Field
 
isTraceEnabled() - Method in class com.mysql.jdbc.log.CommonsLogger
 
isTraceEnabled() - Method in class com.mysql.jdbc.log.Jdk14Logger
 
isTraceEnabled() - Method in interface com.mysql.jdbc.log.Log
Is the 'trace' log level enabled?
isTraceEnabled() - Method in class com.mysql.jdbc.log.Log4JLogger
 
isTraceEnabled() - Method in class com.mysql.jdbc.log.NullLogger
 
isTraceEnabled() - Method in class com.mysql.jdbc.log.StandardLogger
 
isUniqueKey() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
isUnsigned() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
isValidConnection(Connection) - Method in class com.mysql.jdbc.integration.jboss.MysqlValidConnectionChecker
 
isWarnEnabled() - Method in class com.mysql.jdbc.log.CommonsLogger
 
isWarnEnabled() - Method in class com.mysql.jdbc.log.Jdk14Logger
 
isWarnEnabled() - Method in interface com.mysql.jdbc.log.Log
Is the 'warn' log level enabled?
isWarnEnabled() - Method in class com.mysql.jdbc.log.Log4JLogger
 
isWarnEnabled() - Method in class com.mysql.jdbc.log.NullLogger
 
isWarnEnabled() - Method in class com.mysql.jdbc.log.StandardLogger
 
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!

MySQL Connector/J size='-1'>5.0.8
A B C D E F G H I J L M N O P Q R S T U V W X Z