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

I

incrementNumberOfPreparedExecutes() - Method in class com.mysql.jdbc.ConnectionImpl
 
incrementNumberOfPrepares() - Method in class com.mysql.jdbc.ConnectionImpl
 
incrementNumberOfResultSetsCreated() - Method in class com.mysql.jdbc.ConnectionImpl
 
INDEX_TO_CHARSET - Static variable in class com.mysql.jdbc.CharsetMapping
Map of MySQL-4.1 charset indexes to Java encoding names
INDEX_TO_COLLATION - Static variable in class com.mysql.jdbc.CharsetMapping
Map of MySQL-4.1 collation index to collation names
indexOf(byte[], char) - Static method in class com.mysql.jdbc.StringUtils
 
indexOfIgnoreCase(int, String, String) - Static method in class com.mysql.jdbc.StringUtils
 
indexOfIgnoreCase(String, String) - Static method in class com.mysql.jdbc.StringUtils
DOCUMENT ME!
indexOfIgnoreCaseRespectMarker(int, String, String, String, String, boolean) - Static method in class com.mysql.jdbc.StringUtils
 
indexOfIgnoreCaseRespectQuotes(int, String, String, char, boolean) - Static method in class com.mysql.jdbc.StringUtils
 
init(Connection, Properties) - Method in class com.mysql.jdbc.BestResponseTimeBalanceStrategy
 
init(Connection, Properties) - Method in interface com.mysql.jdbc.Extension
Called once per connection that wants to use the extension The properties are the same ones passed in in the URL or arguments to Driver.connect() or DriverManager.getConnection().
init(Connection, Properties) - Method in class com.mysql.jdbc.interceptors.ResultSetScannerInterceptor
 
init(Connection, Properties) - Method in class com.mysql.jdbc.interceptors.ServerStatusDiffInterceptor
 
init(Connection, Properties) - Method in class com.mysql.jdbc.interceptors.SessionAssociationInterceptor
 
init(Connection, Properties) - Method in class com.mysql.jdbc.profiler.LoggingProfilerEventHandler
 
init(Connection, Properties) - Method in class com.mysql.jdbc.RandomBalanceStrategy
 
init(Connection, Properties) - Method in interface com.mysql.jdbc.StatementInterceptor
Called once per connection that wants to use the interceptor The properties are the same ones passed in in the URL or arguments to Driver.connect() or DriverManager.getConnection().
initCharset(String) - Static method in class com.mysql.jdbc.SingleByteCharsetConverter
Initialize the shared instance of a converter for the given character encoding.
initialize(Connection, Properties) - Method in interface com.mysql.jdbc.JDBC4ClientInfoProvider
Called once by the driver when it needs to configure the provider.
initialize(Connection, Properties) - Method in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
 
initialize(Connection, Properties) - Method in class com.mysql.jdbc.JDBC4CommentClientInfoProvider
 
initializeExtension(Extension) - Method in interface com.mysql.jdbc.Connection
 
initializeExtension(Extension) - Method in class com.mysql.jdbc.ConnectionImpl
 
initializeExtension(Extension) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
initializeExtension(Extension) - Method in class com.mysql.jdbc.ReplicationConnection
 
initializeFromCachedMetaData(CachedResultSetMetaData) - Method in class com.mysql.jdbc.ResultSetImpl
 
initializeFromCachedMetaData(CachedResultSetMetaData) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
 
initializeFromRef(Reference) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
Initializes driver properties that come from a JNDI reference (in the case of a javax.sql.DataSource bound into some name service that doesn't handle Java objects directly).
initializeProperties(Properties) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
Initializes driver properties that come from URL or properties passed to the driver manager.
initializeResultsMetadataFromCache(String, CachedResultSetMetaData, ResultSetInternalMethods) - Method in class com.mysql.jdbc.ConnectionImpl
Caches CachedResultSetMetaData that has been placed in the cache using the given SQL as a key.
initializeWithMetadata() - Method in class com.mysql.jdbc.ResultSetImpl
 
initializeWithMetadata() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
 
inserter - Variable in class com.mysql.jdbc.UpdatableResultSet
PreparedStatement used to insert data
insertRow() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0 Insert the contents of the insert row into the result set and the database.
insertRow() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0 Insert the contents of the insert row into the result set and the database.
insertsAreDetected(int) - Method in class com.mysql.jdbc.DatabaseMetaData
JDBC 2.0 Determine whether or not a visible row insert can be detected by calling ResultSet.rowInserted().
integerValueOf(int) - Static method in class com.mysql.jdbc.Constants
Same behavior as JDK-1.5's Integer.valueOf(int)
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).
isAbonormallyLongQuery(long) - Method in interface com.mysql.jdbc.Connection
 
isAbonormallyLongQuery(long) - Method in class com.mysql.jdbc.ConnectionImpl
 
isAbonormallyLongQuery(long) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
isAbonormallyLongQuery(long) - Method in class com.mysql.jdbc.ReplicationConnection
 
isAfterLast() - Method in class com.mysql.jdbc.ResultSetImpl
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.RowDataCursor
Returns true if we got the last element.
isAfterLast() - Method in class com.mysql.jdbc.RowDataDynamic
Returns true if we got the last element.
isAfterLast() - Method in class com.mysql.jdbc.RowDataStatic
Returns true if we got the last element.
isAfterLast() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0
isAutoIncrement() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
isAutoIncrement(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Is the column automatically numbered (and thus read-only)
isBeforeFirst() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0
isBeforeFirst() - Method in interface com.mysql.jdbc.RowData
Returns if iteration has not occured yet.
isBeforeFirst() - Method in class com.mysql.jdbc.RowDataCursor
Returns if iteration has not occured yet.
isBeforeFirst() - Method in class com.mysql.jdbc.RowDataDynamic
Returns if iteration has not occured yet.
isBeforeFirst() - Method in class com.mysql.jdbc.RowDataStatic
Returns if iteration has not occured yet.
isBeforeFirst() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0
isBinary() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
isBinaryEncoded - Variable in class com.mysql.jdbc.ResultSetImpl
Is the data stored as strings (default) or natively (which is the case with results from PrepStmts)
isBlob() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
isCached - Variable in class com.mysql.jdbc.ServerPreparedStatement
 
isCaseSensitive(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Does a column's case matter?
isCatalogAtStart() - Method in class com.mysql.jdbc.DatabaseMetaData
Does a catalog appear at the start of a qualified table name? (Otherwise it appears at the end)
isClientTzUTC() - Method in class com.mysql.jdbc.ConnectionImpl
 
isClosed() - Method in class com.mysql.jdbc.ConnectionImpl
DOCUMENT ME!
isClosed() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
isClosed() - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4CallableStatementWrapper
 
isClosed() - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4PreparedStatementWrapper
 
isClosed() - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4StatementWrapper
 
isClosed() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
isClosed() - Method in class com.mysql.jdbc.JDBC4ResultSet
 
isClosed() - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
 
isClosed() - Method in class com.mysql.jdbc.PreparedStatement
 
isClosed() - Method in class com.mysql.jdbc.ReplicationConnection
 
isClosed - Variable in class com.mysql.jdbc.ResultSetImpl
Has this result set been closed?
isClosed() - Method in class com.mysql.jdbc.ResultSetImpl
 
isClosed - Variable in class com.mysql.jdbc.StatementImpl
Has this statement been closed?
isClosed() - Method in class com.mysql.jdbc.StatementImpl
 
isColdFusion() - Static method in class com.mysql.jdbc.Util
 
isCurrency(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Is the column a cash value?
isCursorFetchEnabled() - Method in class com.mysql.jdbc.ConnectionImpl
 
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 interface com.mysql.jdbc.RowData
Returns true if the result set is dynamic.
isDynamic() - Method in class com.mysql.jdbc.RowDataCursor
Returns true if the result set is dynamic.
isDynamic() - Method in class com.mysql.jdbc.RowDataDynamic
Returns true if the result set is dynamic.
isDynamic() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
isEmpty() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
 
isEmpty() - Method in interface com.mysql.jdbc.RowData
Has no records.
isEmpty() - Method in class com.mysql.jdbc.RowDataCursor
Has no records.
isEmpty() - Method in class com.mysql.jdbc.RowDataDynamic
Has no records.
isEmpty() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
isEmptyOrWhitespaceOnly(String) - Static method in class com.mysql.jdbc.StringUtils
 
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
 
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.ResultSetImpl
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.RowDataCursor
Are we on the first row of the result set?
isFirst() - Method in class com.mysql.jdbc.RowDataDynamic
Are we on the first row of the result set?
isFirst() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
isFirst() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0
isFloatingPointNumber(int) - Method in class com.mysql.jdbc.BufferRow
 
isFloatingPointNumber(int) - Method in class com.mysql.jdbc.ByteArrayRow
 
isFloatingPointNumber(int) - Method in class com.mysql.jdbc.ResultSetRow
Could the column value at the given index (which starts at 0) be interpreted as a floating-point number (has +/-/E/e in it)?
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
 
isInGlobalTx() - Method in interface com.mysql.jdbc.Connection
Is this connection currently a participant in an XA transaction?
isInGlobalTx() - Method in class com.mysql.jdbc.ConnectionImpl
 
isInGlobalTx() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
isInGlobalTx() - Method in class com.mysql.jdbc.ReplicationConnection
 
isJdbc4() - Static method in class com.mysql.jdbc.Util
 
isLast() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0
isLast() - Method in interface com.mysql.jdbc.RowData
Are we on the last row of the result set?
isLast() - Method in class com.mysql.jdbc.RowDataCursor
Are we on the last row of the result set?
isLast() - Method in class com.mysql.jdbc.RowDataDynamic
Are we on the last row of the result set?
isLast() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
isLast() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0
isLoadDataQuery - Variable in class com.mysql.jdbc.PreparedStatement
Is this query a LOAD DATA query?
isLongData - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
isMasterConnection() - Method in interface com.mysql.jdbc.Connection
Is this connection connected to the first host in the list if there is a list of servers in the URL?
isMasterConnection() - Method in class com.mysql.jdbc.ConnectionImpl
Is this connection connected to the first host in the list if there is a list of servers in the URL?
isMasterConnection() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
isMasterConnection() - Method in class com.mysql.jdbc.ReplicationConnection
 
isMultipleKey() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
isNoBackslashEscapesSet() - Method in interface com.mysql.jdbc.Connection
Is the server in a sql_mode that doesn't allow us to use \\ to escape things?
isNoBackslashEscapesSet() - Method in class com.mysql.jdbc.ConnectionImpl
Is the server in a sql_mode that doesn't allow us to use \\ to escape things?
isNoBackslashEscapesSet() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
isNoBackslashEscapesSet() - Method in class com.mysql.jdbc.ReplicationConnection
 
isNull(int) - Method in class com.mysql.jdbc.BufferRow
 
isNull(int) - Method in class com.mysql.jdbc.ByteArrayRow
 
isNull(int) - Method in interface com.mysql.jdbc.ParameterBindings
 
isNull(int) - Method in class com.mysql.jdbc.ResultSetRow
Is the column value at the given index (which starts at 0) NULL?
isNull - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
isNullable(int) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
isNullable(int) - Method in class com.mysql.jdbc.MysqlParameterMetadata
 
isNullable(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Can you put a NULL in this column?
isNullOrEmpty(String) - Static method in class com.mysql.jdbc.StringUtils
 
isPoolable() - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4CallableStatementWrapper
 
isPoolable() - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4PreparedStatementWrapper
 
isPoolable() - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4StatementWrapper
 
isPoolable() - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
isPoolable() - Method in class com.mysql.jdbc.StatementImpl
 
isPrimaryKey() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
isReadOnly() - Method in class com.mysql.jdbc.ConnectionImpl
Tests to see if the connection is in Read Only Mode.
isReadOnly() - Method in class com.mysql.jdbc.DatabaseMetaData
Is the database in read-only mode?
isReadOnly() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
Passes call to method on physical connection instance.
isReadOnly() - Method in class com.mysql.jdbc.ReplicationConnection
 
isReadOnly(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Is the column definitely not writable?
isRunningOnJDK13() - Method in class com.mysql.jdbc.ConnectionImpl
 
isSameResource(Connection) - Method in interface com.mysql.jdbc.Connection
Does this connection have the same resource name as the given connection (for XA)?
isSameResource(Connection) - Method in class com.mysql.jdbc.ConnectionImpl
 
isSameResource(Connection) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
isSameResource(Connection) - Method in class com.mysql.jdbc.ReplicationConnection
 
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
 
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.ConnectionImpl
 
isSigned(int) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
 
isSigned(int) - Method in class com.mysql.jdbc.MysqlParameterMetadata
 
isSigned(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Is the column a signed number?
isSingleBit() - Method in class com.mysql.jdbc.Field
 
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!
isValid(int) - Method in class com.mysql.jdbc.ConnectionImpl
 
isValid(int) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
isValid(int) - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4ConnectionWrapper
Returns true if the connection has not been closed and is still valid.
isValid(int) - Method in class com.mysql.jdbc.JDBC4Connection
Returns true if the connection has not been closed and is still valid.
isValid(int) - Method in class com.mysql.jdbc.ReplicationConnection
 
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
 
isWrapperFor(Class) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfoJDBC3
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.ConnectionImpl
 
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.DatabaseMetaData
 
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.jdbc2.optional.CallableStatementWrapper
 
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4CallableStatementWrapper
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4ConnectionWrapper
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4PreparedStatementWrapper
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.jdbc2.optional.JDBC4StatementWrapper
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
 
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper
 
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.jdbc2.optional.StatementWrapper
 
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.JDBC4Connection
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.JDBC4DatabaseMetaData
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.JDBC4DatabaseMetaDataUsingInfoSchema
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.JDBC4ResultSet
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class) - Method in class com.mysql.jdbc.MysqlParameterMetadata
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.ReplicationConnection
 
isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.ResultSetImpl
 
isWrapperFor(Class) - Method in class com.mysql.jdbc.ResultSetMetaData
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class) - Method in class com.mysql.jdbc.StatementImpl
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWritable(int) - Method in class com.mysql.jdbc.ResultSetMetaData
Is it possible for a write on the column to succeed?
isZeroFill() - Method in class com.mysql.jdbc.Field
DOCUMENT ME!
IterateBlock - Class in com.mysql.jdbc
 

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