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

B

BalanceStrategy - Interface in com.mysql.jdbc
Implement this interface to provide a new load balancing strategy for URLs of the form "jdbc:mysql:loadbalance://..", and provide the implementation class name as the configuration parameter "loadBalanceStrategy".
BaseBugReport - Class in com.mysql.jdbc.util
Base class to help file bug reports for Connector/J.
BaseBugReport() - Constructor for class com.mysql.jdbc.util.BaseBugReport
Constructor for this BugReport, sets up JDBC driver used to create connections.
BASEDIR_KEY - Static variable in class com.mysql.jdbc.util.ServerController
Where is the server installed?
batchedArgs - Variable in class com.mysql.jdbc.StatementImpl
Holds batched commands
batchedGeneratedKeys - Variable in class com.mysql.jdbc.StatementImpl
 
batchedValuesClause - Variable in class com.mysql.jdbc.PreparedStatement
 
batchHasPlainStatements - Variable in class com.mysql.jdbc.PreparedStatement
Does the batch (if any) contain "plain" statements added by Statement.addBatch(String)? If so, we can't re-write it to use multi-value or multi-queries.
beforeFirst() - Method in class com.mysql.jdbc.ResultSetImpl
JDBC 2.0
beforeFirst() - Method in interface com.mysql.jdbc.RowData
Moves to before first.
beforeFirst() - Method in class com.mysql.jdbc.RowDataCursor
Moves to before first.
beforeFirst() - Method in class com.mysql.jdbc.RowDataDynamic
Moves to before first.
beforeFirst() - Method in class com.mysql.jdbc.RowDataStatic
Moves to before first.
beforeFirst() - Method in class com.mysql.jdbc.UpdatableResultSet
JDBC 2.0
beforeHandshake() - Method in class com.mysql.jdbc.NamedPipeSocketFactory
 
beforeHandshake() - Method in interface com.mysql.jdbc.SocketFactory
Called by the driver before issuing the MySQL protocol handshake.
beforeHandshake() - Method in class com.mysql.jdbc.StandardSocketFactory
Called by the driver before issuing the MySQL protocol handshake.
beforeLast() - Method in interface com.mysql.jdbc.RowData
Moves to before last so next el is the last el.
beforeLast() - Method in class com.mysql.jdbc.RowDataCursor
Moves to before last so next el is the last el.
beforeLast() - Method in class com.mysql.jdbc.RowDataDynamic
Moves to before last so next el is the last el.
beforeLast() - Method in class com.mysql.jdbc.RowDataStatic
DOCUMENT ME!
BestResponseTimeBalanceStrategy - Class in com.mysql.jdbc
 
BestResponseTimeBalanceStrategy() - Constructor for class com.mysql.jdbc.BestResponseTimeBalanceStrategy
 
bindLength - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
 
Blob - Class in com.mysql.jdbc
The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
BLOB_STREAM_READ_BUF_SIZE - Static variable in class com.mysql.jdbc.ServerPreparedStatement
 
BlobFromLocator - Class in com.mysql.jdbc
The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
bufferedLog - Static variable in class com.mysql.jdbc.log.StandardLogger
 
BufferRow - Class in com.mysql.jdbc
A RowHolder implementation that holds one row packet (which is re-used by the driver, and thus saves memory allocations), and tries when possible to avoid allocations to break out the results as individual byte[]s.
BufferRow(Buffer, Field[], boolean) - Constructor for class com.mysql.jdbc.BufferRow
 
buildIndexMapping() - Method in class com.mysql.jdbc.ResultSetImpl
Builds a hash between column names and their indices for fast retrieval.
buildIndexMapping() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
Builds a hash between column names and their indices for fast retrieval.
ByteArrayRow - Class in com.mysql.jdbc
A RowHolder implementation that is for cached results (a-la mysql_store_result()).
ByteArrayRow(byte[][]) - Constructor for class com.mysql.jdbc.ByteArrayRow
 
byteValueOf(byte) - Static method in class com.mysql.jdbc.Constants
Same behavior as JDK-1.5's Byte.valueOf(int)

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