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

L

largeRowSizeThreshold - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl
 
last() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0
last() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0
lastIndexOf(byte[], char) - Static method in class com.mysql.jdbc.StringUtils
 
lastInsertId - Variable in class com.mysql.jdbc.StatementImpl
The auto_increment value for the last insert
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(int) - Method in class com.mysql.jdbc.BufferRow
 
length(int) - Method in class com.mysql.jdbc.ByteArrayRow
 
length() - Method in class com.mysql.jdbc.Clob
 
length(int) - Method in class com.mysql.jdbc.ResultSetRow
Returns the length of the column at the given index (which starts at 0).
LoadBalancingConnectionProxy - Class in com.mysql.jdbc
An implementation of java.sql.Connection that load balances requests across a series of MySQL JDBC connections, where the balancing takes place at transaction commit.
LoadBalancingConnectionProxy.ConnectionErrorFiringInvocationHandler - Class in com.mysql.jdbc
 
LoadBalancingConnectionProxy.ConnectionErrorFiringInvocationHandler(Object) - Constructor for class com.mysql.jdbc.LoadBalancingConnectionProxy.ConnectionErrorFiringInvocationHandler
 
loadExtensions(Connection, Properties, String, String) - Static method in class com.mysql.jdbc.Util
 
locatorsUpdateCopy() - Method in class com.mysql.jdbc.DatabaseMetaData
 
Log - Interface in com.mysql.jdbc.log
Unified interface to logging facilities on different platforms
log - Variable in class com.mysql.jdbc.util.ReadAheadInputStream
 
Log4JLogger - Class in com.mysql.jdbc.log
Implementation of log interface for Apache Log4j
Log4JLogger(String) - Constructor for class com.mysql.jdbc.log.Log4JLogger
 
logDebug(Object) - Method in class com.mysql.jdbc.log.CommonsLogger
 
logDebug(Object, Throwable) - Method in class com.mysql.jdbc.log.CommonsLogger
 
logDebug(Object) - Method in class com.mysql.jdbc.log.Jdk14Logger
Logs the given message instance using the 'debug' level
logDebug(Object, Throwable) - Method in class com.mysql.jdbc.log.Jdk14Logger
Logs the given message and Throwable at the 'debug' level.
logDebug(Object) - Method in interface com.mysql.jdbc.log.Log
Logs the given message instance using the 'debug' level
logDebug(Object, Throwable) - Method in interface com.mysql.jdbc.log.Log
Logs the given message and Throwable at the 'debug' level.
logDebug(Object) - Method in class com.mysql.jdbc.log.Log4JLogger
 
logDebug(Object, Throwable) - Method in class com.mysql.jdbc.log.Log4JLogger
 
logDebug(Object) - Method in class com.mysql.jdbc.log.NullLogger
 
logDebug(Object, Throwable) - Method in class com.mysql.jdbc.log.NullLogger
 
logDebug(Object) - Method in class com.mysql.jdbc.log.StandardLogger
Logs the given message instance using the 'debug' level
logDebug(Object, Throwable) - Method in class com.mysql.jdbc.log.StandardLogger
Logs the given message and Throwable at the 'debug' level.
logError(Object) - Method in class com.mysql.jdbc.log.CommonsLogger
 
logError(Object, Throwable) - Method in class com.mysql.jdbc.log.CommonsLogger
 
logError(Object) - Method in class com.mysql.jdbc.log.Jdk14Logger
Logs the given message instance using the 'error' level
logError(Object, Throwable) - Method in class com.mysql.jdbc.log.Jdk14Logger
Logs the given message and Throwable at the 'error' level.
logError(Object) - Method in interface com.mysql.jdbc.log.Log
Logs the given message instance using the 'error' level
logError(Object, Throwable) - Method in interface com.mysql.jdbc.log.Log
Logs the given message and Throwable at the 'error' level.
logError(Object) - Method in class com.mysql.jdbc.log.Log4JLogger
 
logError(Object, Throwable) - Method in class com.mysql.jdbc.log.Log4JLogger
 
logError(Object) - Method in class com.mysql.jdbc.log.NullLogger
 
logError(Object, Throwable) - Method in class com.mysql.jdbc.log.NullLogger
 
logError(Object) - Method in class com.mysql.jdbc.log.StandardLogger
Logs the given message instance using the 'error' level
logError(Object, Throwable) - Method in class com.mysql.jdbc.log.StandardLogger
Logs the given message and Throwable at the 'error' level.
LogFactory - Class in com.mysql.jdbc.log
Creates instances of loggers for the driver to use.
LogFactory() - Constructor for class com.mysql.jdbc.log.LogFactory
 
logFatal(Object) - Method in class com.mysql.jdbc.log.CommonsLogger
 
logFatal(Object, Throwable) - Method in class com.mysql.jdbc.log.CommonsLogger
 
logFatal(Object) - Method in class com.mysql.jdbc.log.Jdk14Logger
Logs the given message instance using the 'fatal' level
logFatal(Object, Throwable) - Method in class com.mysql.jdbc.log.Jdk14Logger
Logs the given message and Throwable at the 'fatal' level.
logFatal(Object) - Method in interface com.mysql.jdbc.log.Log
Logs the given message instance using the 'fatal' level
logFatal(Object, Throwable) - Method in interface com.mysql.jdbc.log.Log
Logs the given message and Throwable at the 'fatal' level.
logFatal(Object) - Method in class com.mysql.jdbc.log.Log4JLogger
 
logFatal(Object, Throwable) - Method in class com.mysql.jdbc.log.Log4JLogger
 
logFatal(Object) - Method in class com.mysql.jdbc.log.NullLogger
 
logFatal(Object, Throwable) - Method in class com.mysql.jdbc.log.NullLogger
 
logFatal(Object) - Method in class com.mysql.jdbc.log.StandardLogger
Logs the given message instance using the 'fatal' level
logFatal(Object, Throwable) - Method in class com.mysql.jdbc.log.StandardLogger
Logs the given message and Throwable at the 'fatal' level.
LoggingProfilerEventHandler - Class in com.mysql.jdbc.profiler
A profile event handler that just logs to the standard logging mechanism of the JDBC driver.
LoggingProfilerEventHandler() - Constructor for class com.mysql.jdbc.profiler.LoggingProfilerEventHandler
 
logInfo(Object) - Method in class com.mysql.jdbc.log.CommonsLogger
 
logInfo(Object, Throwable) - Method in class com.mysql.jdbc.log.CommonsLogger
 
logInfo(Object) - Method in class com.mysql.jdbc.log.Jdk14Logger
Logs the given message instance using the 'info' level
logInfo(Object, Throwable) - Method in class com.mysql.jdbc.log.Jdk14Logger
Logs the given message and Throwable at the 'info' level.
logInfo(Object) - Method in interface com.mysql.jdbc.log.Log
Logs the given message instance using the 'info' level
logInfo(Object, Throwable) - Method in interface com.mysql.jdbc.log.Log
Logs the given message and Throwable at the 'info' level.
logInfo(Object) - Method in class com.mysql.jdbc.log.Log4JLogger
 
logInfo(Object, Throwable) - Method in class com.mysql.jdbc.log.Log4JLogger
 
logInfo(Object) - Method in class com.mysql.jdbc.log.NullLogger
 
logInfo(Object, Throwable) - Method in class com.mysql.jdbc.log.NullLogger
 
logInfo(Object) - Method in class com.mysql.jdbc.log.StandardLogger
Logs the given message instance using the 'info' level
logInfo(Object, Throwable) - Method in class com.mysql.jdbc.log.StandardLogger
Logs the given message and Throwable at the 'info' level.
logTrace(Object) - Method in class com.mysql.jdbc.log.CommonsLogger
 
logTrace(Object, Throwable) - Method in class com.mysql.jdbc.log.CommonsLogger
 
logTrace(Object) - Method in class com.mysql.jdbc.log.Jdk14Logger
Logs the given message instance using the 'trace' level
logTrace(Object, Throwable) - Method in class com.mysql.jdbc.log.Jdk14Logger
Logs the given message and Throwable at the 'trace' level.
logTrace(Object) - Method in interface com.mysql.jdbc.log.Log
Logs the given message instance using the 'trace' level
logTrace(Object, Throwable) - Method in interface com.mysql.jdbc.log.Log
Logs the given message and Throwable at the 'trace' level.
logTrace(Object) - Method in class com.mysql.jdbc.log.Log4JLogger
 
logTrace(Object, Throwable) - Method in class com.mysql.jdbc.log.Log4JLogger
 
logTrace(Object) - Method in class com.mysql.jdbc.log.NullLogger
 
logTrace(Object, Throwable) - Method in class com.mysql.jdbc.log.NullLogger
 
logTrace(Object) - Method in class com.mysql.jdbc.log.StandardLogger
Logs the given message instance using the 'trace' level
logTrace(Object, Throwable) - Method in class com.mysql.jdbc.log.StandardLogger
Logs the given message and Throwable at the 'trace' level.
LogUtils - Class in com.mysql.jdbc.log
 
LogUtils() - Constructor for class com.mysql.jdbc.log.LogUtils
 
logWarn(Object) - Method in class com.mysql.jdbc.log.CommonsLogger
 
logWarn(Object, Throwable) - Method in class com.mysql.jdbc.log.CommonsLogger
 
logWarn(Object) - Method in class com.mysql.jdbc.log.Jdk14Logger
Logs the given message instance using the 'warn' level
logWarn(Object, Throwable) - Method in class com.mysql.jdbc.log.Jdk14Logger
Logs the given message and Throwable at the 'warn' level.
logWarn(Object) - Method in interface com.mysql.jdbc.log.Log
Logs the given message instance using the 'warn' level
logWarn(Object, Throwable) - Method in interface com.mysql.jdbc.log.Log
Logs the given message and Throwable at the 'warn' level.
logWarn(Object) - Method in class com.mysql.jdbc.log.Log4JLogger
 
logWarn(Object, Throwable) - Method in class com.mysql.jdbc.log.Log4JLogger
 
logWarn(Object) - Method in class com.mysql.jdbc.log.NullLogger
 
logWarn(Object, Throwable) - Method in class com.mysql.jdbc.log.NullLogger
 
logWarn(Object) - Method in class com.mysql.jdbc.log.StandardLogger
Logs the given message instance using the 'warn' level
logWarn(Object, Throwable) - Method in class com.mysql.jdbc.log.StandardLogger
Logs the given message and Throwable at the 'warn' level.
logWriter - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlDataSource
Log stream
logXaCommands - Variable in class com.mysql.jdbc.jdbc2.optional.MysqlXAConnection
 
longValueOf(long) - Static method in class com.mysql.jdbc.Constants
Same behavior as JDK-1.5's Long.valueOf(int)
lowerCaseTableNames() - Method in interface com.mysql.jdbc.Connection
Is the server configured to use lower-case table names only?
lowerCaseTableNames() - Method in class com.mysql.jdbc.ConnectionImpl
Is the server configured to use lower-case table names only?
lowerCaseTableNames() - Method in class com.mysql.jdbc.jdbc2.optional.ConnectionWrapper
 
lowerCaseTableNames() - Method in class com.mysql.jdbc.ReplicationConnection
 
LRUCache - Class in com.mysql.jdbc.util
 
LRUCache(int) - Constructor for class com.mysql.jdbc.util.LRUCache
 

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