Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbandonedConnectionCleanupThread - Class in com.mysql.jdbc
-
This class implements a thread that is responsible for closing abandoned MySQL connections, i.e., connections that are not explicitly closed.
- abort(Executor) - Method in interface com.mysql.jdbc.Connection
- abort(Executor) - Method in class com.mysql.jdbc.ConnectionImpl
-
Terminates an open connection.
- abort(Executor) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- abort(Executor) - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- abortInternal() - Method in interface com.mysql.jdbc.Connection
- abortInternal() - Method in class com.mysql.jdbc.ConnectionImpl
-
Clobbers the physical network connection and marks this connection as closed.
- abortInternal() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- abortInternal() - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- absolute(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.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.PreparedStatement
- addBatch(String) - Method in class com.mysql.jdbc.StatementImpl
- addHost(String) - Method in class com.mysql.jdbc.ConnectionGroup
-
Add the given host (host:port pair) to this Connection Group.
- addHost(String) - Method in interface com.mysql.jdbc.LoadBalancedConnection
- addHost(String) - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
-
Adds a host to the hosts list.
- addHost(String) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
- addHost(String, boolean) - Method in class com.mysql.jdbc.ConnectionGroup
-
Add the given host (host:port pair) to this Connection Group and, consequently, to all the load-balanced connections it holds.
- addHost(String, String, boolean) - Static method in class com.mysql.jdbc.ConnectionGroupManager
- addRingZero(ExceptionInterceptor) - Method in class com.mysql.jdbc.ConnectionImpl.ExceptionInterceptorChain
- addRow(ResultSetRow) - Method in interface com.mysql.jdbc.RowData
-
Adds a row to this row data.
- addRow(ResultSetRow) - Method in class com.mysql.jdbc.RowDataCursor
-
Adds a row to this row data.
- addRow(ResultSetRow) - Method in class com.mysql.jdbc.RowDataDynamic
-
Adds a row to this row data.
- addRow(ResultSetRow) - Method in class com.mysql.jdbc.RowDataStatic
- addSlaveHost(String) - Method in interface com.mysql.jdbc.ReplicationConnection
- addSlaveHost(String) - Method in class com.mysql.jdbc.ReplicationConnectionGroup
-
Adds a host to the slaves hosts list.
- addSlaveHost(String) - Method in class com.mysql.jdbc.ReplicationConnectionProxy
- addSlaveHost(String) - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- addSlaveHost(String, String) - Static method in class com.mysql.jdbc.ReplicationConnectionGroupManager
- addToGlobalBlacklist(String) - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
-
Adds a host to the blacklist.
- addToGlobalBlacklist(String, long) - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
-
Adds a host to the blacklist with the given timeout.
- adjustTimestampNanosPrecision(Timestamp, int, boolean) - Static method in class com.mysql.jdbc.TimeUtil
-
Return a new Timestamp object which value is adjusted according to known DATE, DATETIME or TIMESTAMP field precision.
- AFFINITY_ORDER - Static variable in class com.mysql.jdbc.ServerAffinityStrategy
- affinityOrderedServers - Variable in class com.mysql.jdbc.ServerAffinityStrategy
- afterHandshake() - Method in class com.mysql.jdbc.ExportControlled.StandardSSLSocketFactory
- 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.ResultSetImpl
-
JDBC 2.0
- afterLast() - Method in interface com.mysql.jdbc.RowData
-
Moves to after last.
- afterLast() - Method in class com.mysql.jdbc.RowDataCursor
-
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
- ALLOW_BACKSLASH_ESCAPE - Enum constant in enum class com.mysql.jdbc.StringUtils.SearchMode
- allowableValues - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- allowedOnClosedConnection(Method) - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
Checks if the given method is allowed on closed connections.
- allowMasterDownConnections - Variable in class com.mysql.jdbc.ReplicationConnectionProxy
- allowSlaveDownConnections - Variable in class com.mysql.jdbc.ReplicationConnectionProxy
- 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?
- alpha - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.XmlMap
- append(byte[]) - Method in class com.mysql.jdbc.PreparedStatement.AppendingBatchVisitor
- append(byte[]) - Method in interface com.mysql.jdbc.PreparedStatement.BatchVisitor
- appendAsHex(StringBuilder, byte[]) - Static method in class com.mysql.jdbc.StringUtils
- appendAsHex(StringBuilder, int) - Static method in class com.mysql.jdbc.StringUtils
- AppendingBatchVisitor() - Constructor for class com.mysql.jdbc.PreparedStatement.AppendingBatchVisitor
- appendJdbcTypeMappingQuery(StringBuilder, String) - Static method in class com.mysql.jdbc.MysqlDefs
- appendMessageToException(SQLException, String, ExceptionInterceptor) - Static method in class com.mysql.jdbc.ConnectionImpl
- arraysEqual(byte[], byte[]) - Static method in class com.mysql.jdbc.ResultSetImpl
- asBytes() - Method in enum class com.mysql.jdbc.DatabaseMetaData.TableType
- AssertionFailedException - Exception Class in com.mysql.jdbc
-
Assertions for empty code paths that should never be executed.
- AssertionFailedException(Exception) - Constructor for exception class com.mysql.jdbc.AssertionFailedException
-
Creates an AssertionFailedException for the given exception that should never have been thrown.
- 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
- AUTH_411_OVERHEAD - Static variable in class com.mysql.jdbc.MysqlIO
- AuthenticationPlugin - Interface in com.mysql.jdbc
-
Implementors of this interface can be installed via the "authenticationPlugins" configuration property.
- autoCommitFailureClosesAllResultSets() - Method in class com.mysql.jdbc.JDBC4DatabaseMetaData
- autoReconnect - Variable in class com.mysql.jdbc.MultiHostConnectionProxy
- available() - Method in class com.mysql.jdbc.CompressedInputStream
- available() - Method in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileInputStream
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".
- batchCommandIndex - Variable in class com.mysql.jdbc.PreparedStatement
-
Command index of currently executing batch command.
- batchedArgs - Variable in class com.mysql.jdbc.StatementImpl
-
Holds batched commands
- BatchedBindValues(ServerPreparedStatement.BindValue[]) - Constructor for class com.mysql.jdbc.ServerPreparedStatement.BatchedBindValues
- batchedGeneratedKeys - Variable in class com.mysql.jdbc.StatementImpl
- batchedParameterValues - Variable in class com.mysql.jdbc.ServerPreparedStatement.BatchedBindValues
- 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)?
- BatchParams(byte[][], InputStream[], boolean[], int[], boolean[]) - Constructor for class com.mysql.jdbc.PreparedStatement.BatchParams
- 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.ExportControlled.StandardSSLSocketFactory
- 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
- begin - Variable in class com.mysql.jdbc.PreparedStatement.EndPoint
- BestResponseTimeBalanceStrategy - Class in com.mysql.jdbc
- BestResponseTimeBalanceStrategy() - Constructor for class com.mysql.jdbc.BestResponseTimeBalanceStrategy
- bindLength - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
- BindValue() - Constructor for class com.mysql.jdbc.ServerPreparedStatement.BindValue
- BindValue(ServerPreparedStatement.BindValue) - Constructor for class com.mysql.jdbc.ServerPreparedStatement.BindValue
- BLACKLIST_TIMEOUT_PROPERTY_KEY - Static variable in class com.mysql.jdbc.LoadBalancedConnectionProxy
- Blob - Class in com.mysql.jdbc
-
The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
- Blob(byte[], ExceptionInterceptor) - Constructor for class com.mysql.jdbc.Blob
-
Creates a BLOB encapsulating the given binary data
- Blob(byte[], ResultSetInternalMethods, int) - Constructor for class com.mysql.jdbc.Blob
-
Creates an updatable BLOB that can update in-place (not implemented yet).
- Blob(ExceptionInterceptor) - Constructor for class com.mysql.jdbc.Blob
-
Creates a Blob without data
- 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.
- BlobFromLocator(ResultSetImpl, int, ExceptionInterceptor) - Constructor for class com.mysql.jdbc.BlobFromLocator
-
Creates an updatable BLOB that can update in-place
- BlobFromLocator.LocatorInputStream - Class in com.mysql.jdbc
- BooleanConnectionProperty(String, boolean, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.BooleanConnectionProperty
- boundBeforeExecutionNum - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
- buf - Variable in class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
- Buffer - Class in com.mysql.jdbc
-
Buffer contains code to read and write packets from/to the MySQL server.
- Buffer(byte[]) - Constructor for class com.mysql.jdbc.Buffer
- Buffer(int) - Constructor for class com.mysql.jdbc.Buffer
- bufferLength - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
- 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, ExceptionInterceptor) - Constructor for class com.mysql.jdbc.BufferRow
- bufferType - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
- 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.
- buildResultSet(Field[], ArrayList, MySQLConnection) - Static method in class com.mysql.jdbc.DatabaseMetaData
- ByteArrayRow - Class in com.mysql.jdbc
-
A RowHolder implementation that is for cached results (a-la mysql_store_result()).
- ByteArrayRow(byte[][], ExceptionInterceptor) - Constructor for class com.mysql.jdbc.ByteArrayRow
C
- CacheAdapter<K,
V> - Interface in com.mysql.jdbc - CacheAdapterFactory<K,
V> - Interface in com.mysql.jdbc - CachedResultSetMetaData - Class in com.mysql.jdbc
- CachedResultSetMetaData() - Constructor for class com.mysql.jdbc.CachedResultSetMetaData
- calculateDifferences(Map, Map) - Static method in class com.mysql.jdbc.Util
- calendar - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
- CallableStatement - Class in com.mysql.jdbc
-
Representation of stored procedures for JDBC
- CallableStatement(MySQLConnection, CallableStatement.CallableStatementParamInfo) - Constructor for class com.mysql.jdbc.CallableStatement
-
Creates a new CallableStatement
- CallableStatement(MySQLConnection, String, String, boolean) - Constructor for class com.mysql.jdbc.CallableStatement
-
Creates a new CallableStatement
- CallableStatement.CallableStatementParam - Class in com.mysql.jdbc
- CallableStatement.CallableStatementParamInfo - Class in com.mysql.jdbc
- CallableStatementParam(String, int, boolean, boolean, int, String, int, int, short, int) - Constructor for class com.mysql.jdbc.CallableStatement.CallableStatementParam
- CallableStatementParamInfo(CallableStatement.CallableStatementParamInfo) - Constructor for class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
-
Constructor that converts a full list of parameter metadata into one that only represents the placeholders present in the {CALL ()}.
- CallableStatementParamInfo(ResultSet) - Constructor for class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
- callingStoredFunction - Variable in class com.mysql.jdbc.CallableStatement
- callingStoredFunction - Variable in class com.mysql.jdbc.EscapeProcessorResult
- cancel() - Method in class com.mysql.jdbc.StatementImpl
-
Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
- cancelRowUpdates() - Method in class com.mysql.jdbc.ResultSetImpl
-
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.
- CancelTask(StatementImpl) - Constructor for class com.mysql.jdbc.StatementImpl.CancelTask
- cancelTimeoutMutex - Variable in class com.mysql.jdbc.StatementImpl
-
Mutex to prevent race between returning query results and noticing that we're timed-out or cancelled.
- canRewrite(String, boolean, int, int) - Static method in class com.mysql.jdbc.PreparedStatement
- canRewriteAsMultiValueInsert - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
- canRewriteAsMultiValueInsertAtSqlLevel() - Method in class com.mysql.jdbc.PreparedStatement
- canRewriteAsMultiValueInsertAtSqlLevel() - Method in class com.mysql.jdbc.ServerPreparedStatement
- catalog - Variable in class com.mysql.jdbc.ResultSetImpl
-
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.ConnectionPropertiesImpl.ConnectionProperty
- caughtWhileCancelling - Variable in class com.mysql.jdbc.StatementImpl.CancelTask
- changeTimezone(MySQLConnection, Calendar, Calendar, Time, TimeZone, TimeZone, boolean) - Static method in class com.mysql.jdbc.TimeUtil
-
Change the given times from one timezone to another
- changeTimezone(MySQLConnection, Calendar, Calendar, 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 interface com.mysql.jdbc.Connection
-
Changes the user on this connection by performing a re-authentication.
- changeUser(String, String) - Method in class com.mysql.jdbc.ConnectionImpl
-
Changes the user on this connection by performing a re-authentication.
- changeUser(String, String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- changeUser(String, String) - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- changeUser(String, String, String) - Method in class com.mysql.jdbc.MysqlIO
-
Re-authenticates as the given user and password
- characterEncodingIsAliasForSjis - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl
- characters(char[], int, int) - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
- charConverter - Variable in class com.mysql.jdbc.StatementImpl
-
The character converter to use (if available)
- charConverter - Variable in class com.mysql.jdbc.UpdatableResultSet
- charEncoding - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
- charEncoding - Variable in class com.mysql.jdbc.StatementImpl
-
The character encoding to use (if available)
- charOctetLength - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
- CHARSET_NAME_TO_CHARSET - Static variable in class com.mysql.jdbc.CharsetMapping
- CHARSET_NAME_TO_COLLATION_INDEX - Static variable in class com.mysql.jdbc.CharsetMapping
- charsetMap - Static variable in class com.mysql.jdbc.ConnectionImpl
-
The mapping between MySQL charset names and Java charset names.
- CharsetMapping - Class in com.mysql.jdbc
-
Mapping between MySQL charset names and Java charset names.
- CharsetMapping() - Constructor for class com.mysql.jdbc.CharsetMapping
- charsetName - Variable in class com.mysql.jdbc.MysqlCharset
- checkBounds(int) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
- checkBounds(int, int) - Method in class com.mysql.jdbc.PreparedStatement
- checkClientTrusted(X509Certificate[], String) - Method in class com.mysql.jdbc.ExportControlled.X509TrustManagerWrapper
- checkClosed() - Method in interface com.mysql.jdbc.Connection
- checkClosed() - Method in class com.mysql.jdbc.ConnectionImpl
- checkClosed() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- checkClosed() - Method in class com.mysql.jdbc.ResultSetImpl
-
Ensures that the result set is not closed
- checkClosed() - Method in class com.mysql.jdbc.ServerPreparedStatement
- checkClosed() - Method in class com.mysql.jdbc.StatementImpl
-
Checks if closed() has been called, and throws an exception if so
- checkColumnBounds(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Checks if columnIndex is within the number of columns in this result set.
- checkedShutdown() - Static method in class com.mysql.jdbc.AbandonedConnectionCleanupThread
-
Performs a checked shutdown, i.e., the context ClassLoaders from this and the caller thread are checked for consistency prior to performing the shutdown operation.
- 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.StatementImpl
-
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.StatementImpl
-
Method checkNullOrEmptyQuery.
- checkReadOnlySafeStatement() - Method in class com.mysql.jdbc.CallableStatement
- checkReadOnlySafeStatement() - Method in class com.mysql.jdbc.PreparedStatement
-
Check to see if the statement is safe for read-only slaves after failover.
- checkRowPos() - Method in class com.mysql.jdbc.ResultSetImpl
-
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
- checkServerTrusted(X509Certificate[], String) - Method in class com.mysql.jdbc.ExportControlled.X509TrustManagerWrapper
- checkSqlType(int, ExceptionInterceptor) - Static method in class com.mysql.jdbc.JDBC42Helper
- checkUpdatability() - Method in class com.mysql.jdbc.UpdatableResultSet
-
Is this ResultSet updateable?
- clear() - Method in class com.mysql.jdbc.Buffer
- clearBatch() - Method in class com.mysql.jdbc.PreparedStatement
- clearBatch() - Method in class com.mysql.jdbc.StatementImpl
-
JDBC 2.0 Make the set of commands in the current batch empty.
- clearHasTriedMaster() - Method in interface com.mysql.jdbc.Connection
-
Deprecated.
- clearHasTriedMaster() - Method in class com.mysql.jdbc.ConnectionImpl
-
Deprecated.
- clearHasTriedMaster() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
-
Deprecated.
- clearInputStream() - Method in class com.mysql.jdbc.MysqlIO
- clearNextResult() - Method in class com.mysql.jdbc.ResultSetImpl
-
We can't do this ourselves, otherwise the contract for Statement.getMoreResults() won't work correctly.
- clearNextResult() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
-
Clears the reference to the next result set in a multi-result set "chain".
- clearParameters() - Method in class com.mysql.jdbc.CallableStatement
- 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.ConnectionImpl
-
After this call, getWarnings returns null until a new warning is reported for this connection.
- clearWarnings() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- clearWarnings() - Method in class com.mysql.jdbc.ResultSetImpl
-
After this call, getWarnings returns null until a new warning is reported for this ResultSet
- clearWarnings() - Method in class com.mysql.jdbc.StatementImpl
-
After this call, getWarnings returns null until a new warning is reported for this Statement.
- clearWarningsCalled - Variable in class com.mysql.jdbc.StatementImpl
-
Has clearWarnings() been called?
- 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
- clientParam - Variable in class com.mysql.jdbc.MysqlIO
- clientPrepareStatement(String) - Method in interface com.mysql.jdbc.Connection
-
Prepares a statement on the client, using client-side emulation (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- clientPrepareStatement(String) - Method in class com.mysql.jdbc.ConnectionImpl
- clientPrepareStatement(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- clientPrepareStatement(String, int) - Method in interface com.mysql.jdbc.Connection
-
Prepares a statement on the client, using client-side emulation (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- clientPrepareStatement(String, int) - Method in class com.mysql.jdbc.ConnectionImpl
- clientPrepareStatement(String, int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- clientPrepareStatement(String, int[]) - Method in interface com.mysql.jdbc.Connection
-
Prepares a statement on the client, using client-side emulation (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- clientPrepareStatement(String, int[]) - Method in class com.mysql.jdbc.ConnectionImpl
- clientPrepareStatement(String, int[]) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- clientPrepareStatement(String, int, int) - Method in interface com.mysql.jdbc.Connection
-
Prepares a statement on the client, using client-side emulation (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- clientPrepareStatement(String, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
- clientPrepareStatement(String, int, int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- clientPrepareStatement(String, int, int, boolean) - Method in class com.mysql.jdbc.ConnectionImpl
- clientPrepareStatement(String, int, int, int) - Method in interface com.mysql.jdbc.Connection
-
Prepares a statement on the client, using client-side emulation (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- clientPrepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
- clientPrepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- clientPrepareStatement(String, String[]) - Method in interface com.mysql.jdbc.Connection
-
Prepares a statement on the client, using client-side emulation (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- clientPrepareStatement(String, String[]) - Method in class com.mysql.jdbc.ConnectionImpl
- clientPrepareStatement(String, String[]) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- Clob - Class in com.mysql.jdbc
-
Simplistic implementation of java.sql.Clob for MySQL Connector/J
- Clob(ExceptionInterceptor) - Constructor for class com.mysql.jdbc.Clob
- Clob(String, ExceptionInterceptor) - Constructor for class com.mysql.jdbc.Clob
- 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.BlobFromLocator.LocatorInputStream
- close() - Method in class com.mysql.jdbc.CompressedInputStream
- close() - Method in class com.mysql.jdbc.ConnectionImpl
-
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 interface com.mysql.jdbc.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.close(), before the driver processes its own internal logic for close.
- close() - Method in class com.mysql.jdbc.DatabaseMetaData.IteratorWithCleanup
- close() - Method in class com.mysql.jdbc.DatabaseMetaData.ResultSetIterator
- close() - Method in class com.mysql.jdbc.DatabaseMetaData.SingleStringIterator
- close() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
- close() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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.ResultSetImpl
-
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.RowDataCursor
-
We're done.
- close() - Method in class com.mysql.jdbc.RowDataDynamic
-
We're done.
- close() - Method in class com.mysql.jdbc.RowDataStatic
- close() - Method in class com.mysql.jdbc.ServerPreparedStatement
- close() - Method in class com.mysql.jdbc.StatementImpl
-
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.StatementImpl
-
Close any open result sets that have been 'held open'
- closeConnectionProxy(LoadBalancedConnectionProxy) - Method in class com.mysql.jdbc.ConnectionGroup
- closedExplicitly - Variable in class com.mysql.jdbc.MultiHostConnectionProxy
- closedReason - Variable in class com.mysql.jdbc.MultiHostConnectionProxy
- closeOnCompletion() - Method in class com.mysql.jdbc.StatementImpl
- closeOpenStreams() - Method in class com.mysql.jdbc.BufferRow
- closeOpenStreams() - Method in class com.mysql.jdbc.ByteArrayRow
- closeOpenStreams() - Method in class com.mysql.jdbc.ResultSetRow
-
Called during navigation to next row to close all open streams.
- closeStreamer(RowData) - Method in class com.mysql.jdbc.MysqlIO
- colIndex - Variable in class com.mysql.jdbc.DatabaseMetaData.ResultSetIterator
- Collation - Class in com.mysql.jdbc
- Collation(int, String, int, String) - Constructor for class com.mysql.jdbc.Collation
- COLLATION_INDEX_TO_CHARSET - Static variable in class com.mysql.jdbc.CharsetMapping
- COLLATION_INDEX_TO_COLLATION_NAME - Static variable in class com.mysql.jdbc.CharsetMapping
- COLLATION_NOT_DEFINED - Static variable in class com.mysql.jdbc.CharsetMapping
- collationName - Variable in class com.mysql.jdbc.Collation
- columnIndexName - Variable in class com.mysql.jdbc.DatabaseMetaData.IndexMetaDataKey
- columnLabelToIndex - Variable in class com.mysql.jdbc.ResultSetImpl
-
Map column names (and all of their permutations) to column indices
- columnNameToIndex - Variable in class com.mysql.jdbc.CachedResultSetMetaData
-
Map column names (and all of their permutations) to column indices
- columnNameToIndex - Variable in class com.mysql.jdbc.ResultSetImpl
- columnNonUnique - Variable in class com.mysql.jdbc.DatabaseMetaData.IndexMetaDataKey
- columnOrdinalPosition - Variable in class com.mysql.jdbc.DatabaseMetaData.IndexMetaDataKey
- columnSize - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
- columnToIndexCache - Variable in class com.mysql.jdbc.ResultSetImpl
-
The above map is a case-insensitive tree-map, it can be slow, this caches lookups into that map, because the other alternative is to create new object instances for every call to findColumn()....
- columnType - Variable in class com.mysql.jdbc.DatabaseMetaData.IndexMetaDataKey
- columnUsed - Variable in class com.mysql.jdbc.ResultSetImpl
-
Keep track of columns accessed
- 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_FETCH - 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
- com.mysql.jdbc - package com.mysql.jdbc
- comment(char[], int, int) - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
- commit() - Method in class com.mysql.jdbc.ConnectionImpl
-
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 interface com.mysql.jdbc.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.commit(), before the driver processes its own internal logic for commit().
- commit() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- CommunicationsException - Exception Class in com.mysql.jdbc
-
An exception to represent communications errors with the database.
- CommunicationsException(MySQLConnection, long, long, Exception) - Constructor for exception class com.mysql.jdbc.CommunicationsException
- COMP_HEADER_LENGTH - Static variable in class com.mysql.jdbc.MysqlIO
- ComparableWrapper(K, V) - Constructor for class com.mysql.jdbc.DatabaseMetaData.ComparableWrapper
- compareTo(DatabaseMetaData.ComparableWrapper) - Method in class com.mysql.jdbc.DatabaseMetaData.ComparableWrapper
- compareTo(DatabaseMetaData.IndexMetaDataKey) - Method in class com.mysql.jdbc.DatabaseMetaData.IndexMetaDataKey
- compareTo(DatabaseMetaData.TableMetaDataKey) - Method in class com.mysql.jdbc.DatabaseMetaData.TableMetaDataKey
- compliesWith(String) - Method in enum class com.mysql.jdbc.DatabaseMetaData.TableType
- componentOne - Variable in class com.mysql.jdbc.ConnectionImpl.CompoundCacheKey
- componentTwo - Variable in class com.mysql.jdbc.ConnectionImpl.CompoundCacheKey
- CompoundCacheKey(String, String) - Constructor for class com.mysql.jdbc.ConnectionImpl.CompoundCacheKey
- CompressedInputStream - Class in com.mysql.jdbc
-
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.
- computeBatchSize(int) - Method in class com.mysql.jdbc.PreparedStatement
-
Computes the optimum number of batched parameter lists to send without overflowing max_allowed_packet.
- computeMaxParameterSetSizeAndBatchSize(int) - Method in class com.mysql.jdbc.PreparedStatement
-
Computes the maximum parameter set size, and entire batch size given the number of arguments in the batch.
- computeMaxParameterSetSizeAndBatchSize(int) - Method in class com.mysql.jdbc.ServerPreparedStatement
-
Computes the maximum parameter set size, and entire batch size given the number of arguments in the batch.
- conn - Variable in class com.mysql.jdbc.DatabaseMetaData
-
The connection to the database
- connect(String, int, Properties) - Method in class com.mysql.jdbc.ExportControlled.StandardSSLSocketFactory
- connect(String, int, Properties) - Method in class com.mysql.jdbc.NamedPipeSocketFactory
- 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
- 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 - Static variable in class com.mysql.jdbc.MysqlDefs
- connectedToPrimaryHost() - Method in class com.mysql.jdbc.FailoverConnectionProxy
-
Checks if this proxy is using the primary host in the underlying connection.
- connectedToSecondaryHost() - Method in class com.mysql.jdbc.FailoverConnectionProxy
-
Checks if this proxy is using a secondary host in the underlying connection.
- connection - Variable in class com.mysql.jdbc.MysqlIO
- connection - Variable in class com.mysql.jdbc.ResultSetImpl
-
The Connection instance that created us
- connection - Variable in class com.mysql.jdbc.StatementImpl
-
The connection that created us
- Connection - Interface in com.mysql.jdbc
-
This interface contains methods that are considered the "vendor extension" to the JDBC API for MySQL's implementation of java.sql.Connection.
- ConnectionFeatureNotAvailableException - Exception Class in com.mysql.jdbc
-
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(MySQLConnection, long, Exception) - Constructor for exception class com.mysql.jdbc.ConnectionFeatureNotAvailableException
- connectionGroup - Variable in class com.mysql.jdbc.ReplicationConnectionProxy
- ConnectionGroup - Class in com.mysql.jdbc
- ConnectionGroup(String) - Constructor for class com.mysql.jdbc.ConnectionGroup
- ConnectionGroupManager - Class in com.mysql.jdbc
- ConnectionGroupManager() - Constructor for class com.mysql.jdbc.ConnectionGroupManager
- ConnectionImpl - Class in com.mysql.jdbc
-
A Connection represents a session with a specific database.
- ConnectionImpl() - Constructor for class com.mysql.jdbc.ConnectionImpl
-
' For the delegate only
- ConnectionImpl(String, int, Properties, String, String) - Constructor for class com.mysql.jdbc.ConnectionImpl
-
Creates a connection to a MySQL Server.
- ConnectionImpl.CompoundCacheKey - Class in com.mysql.jdbc
-
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.
- ConnectionImpl.ExceptionInterceptorChain - Class in com.mysql.jdbc
- ConnectionLifecycleInterceptor - Interface in com.mysql.jdbc
-
Implementors of this interface can be installed via the "connectionLifecycleInterceptors" configuration property and receive events and alter behavior of "lifecycle" methods on our connection implementation.
- ConnectionProperties - Interface in com.mysql.jdbc
- ConnectionPropertiesImpl - Class in com.mysql.jdbc
-
Represents configurable properties for Connections and DataSources.
- ConnectionPropertiesImpl() - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl
- ConnectionPropertiesImpl.BooleanConnectionProperty - Class in com.mysql.jdbc
- ConnectionPropertiesImpl.ConnectionProperty - Class in com.mysql.jdbc
- ConnectionPropertiesImpl.IntegerConnectionProperty - Class in com.mysql.jdbc
- ConnectionPropertiesImpl.LongConnectionProperty - Class in com.mysql.jdbc
- ConnectionPropertiesImpl.MemorySizeConnectionProperty - Class in com.mysql.jdbc
- ConnectionPropertiesImpl.StringConnectionProperty - Class in com.mysql.jdbc
- ConnectionPropertiesImpl.XmlMap - Class in com.mysql.jdbc
- ConnectionPropertiesTransform - Interface in com.mysql.jdbc
-
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.
- ConnectionProperty() - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- ConnectionProperty(String, Object, String[], int, int, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- connectReplicationConnection(String, Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
- 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
- Constants - Class in com.mysql.jdbc
-
Represents various constants used in the driver.
- constraintName - Variable in class com.mysql.jdbc.DatabaseMetaData.LocalAndReferencedColumns
- containsOnDuplicateKeyInString(String) - Method in class com.mysql.jdbc.StatementImpl
- containsOnDuplicateKeyUpdateInSQL() - Method in class com.mysql.jdbc.PreparedStatement
- containsOnDuplicateKeyUpdateInSQL() - Method in class com.mysql.jdbc.ServerPreparedStatement
- continueBatchOnError - Variable in class com.mysql.jdbc.StatementImpl
- convertJavaTimeToJavaSql(Object) - Static method in class com.mysql.jdbc.JDBC42Helper
-
JDBC 4.2 Helper methods.
- convertLongToUlong(long) - Static method in class com.mysql.jdbc.ResultSetImpl
-
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.
- convertToJdbcFunctionList(String, ResultSet, boolean, String, List, int, Field[]) - Method in class com.mysql.jdbc.DatabaseMetaData
- convertToJdbcProcedureList(boolean, String, ResultSet, boolean, String, List, int) - Method in class com.mysql.jdbc.DatabaseMetaData
- copy() - Method in class com.mysql.jdbc.ResultSetImpl
- copy() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
-
Returns a new instance of this result set, that shares the underlying row data.
- CREATE_DB - Static variable in class com.mysql.jdbc.MysqlDefs
- createArrayOf(String, Object[]) - Method in class com.mysql.jdbc.JDBC4Connection
- createArrayOf(String, Object[]) - Method in class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
- createArrayOf(String, Object[]) - Method in class com.mysql.jdbc.JDBC4MultiHostMySQLConnection
- createArrayOf(String, Object[]) - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
- createArrayOf(String, Object[]) - Method in class com.mysql.jdbc.JDBC4ReplicationMySQLConnection
- createBatchUpdateException(SQLException, long[], ExceptionInterceptor) - Static method in class com.mysql.jdbc.SQLError
-
Create a BatchUpdateException taking in consideration the JDBC version in use.
- createBlob() - Method in class com.mysql.jdbc.JDBC4Connection
- createBlob() - Method in class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
- createBlob() - Method in class com.mysql.jdbc.JDBC4MultiHostMySQLConnection
- createBlob() - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
- createBlob() - Method in class com.mysql.jdbc.JDBC4ReplicationMySQLConnection
- createClob() - Method in class com.mysql.jdbc.JDBC4Connection
- createClob() - Method in class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
- createClob() - Method in class com.mysql.jdbc.JDBC4MultiHostMySQLConnection
- createClob() - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
- createClob() - Method in class com.mysql.jdbc.JDBC4ReplicationMySQLConnection
- createColumnsFields() - Method in class com.mysql.jdbc.DatabaseMetaData
- createCommunicationsException(MySQLConnection, long, long, Exception, ExceptionInterceptor) - Static method in class com.mysql.jdbc.SQLError
- createConnectionForHost(String) - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
-
Creates a new physical connection for the given host:port and updates required internal mappings and statistics for that connection.
- createConnectionForHost(String) - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
Creates a new physical connection for the given host:port.
- createConnectionForHostIndex(int) - Method in class com.mysql.jdbc.FailoverConnectionProxy
-
Creates a new connection instance for host pointed out by the given host index.
- createFieldMetadataForGetProcedures() - Method in class com.mysql.jdbc.DatabaseMetaData
- createFkMetadataFields() - Method in class com.mysql.jdbc.DatabaseMetaData
- createFunctionColumnsFields() - Method in class com.mysql.jdbc.DatabaseMetaData
- createGetBytesStatement() - Method in class com.mysql.jdbc.BlobFromLocator
- createIndexInfoFields() - Method in class com.mysql.jdbc.DatabaseMetaData
- 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.
- createLinkFailureMessageBasedOnHeuristics(MySQLConnection, long, long, Exception) - Static method in class com.mysql.jdbc.SQLError
-
Creates a communications link failure message to be used in CommunicationsException that (hopefully) has some better information and suggestions based on heuristics.
- createNClob() - Method in class com.mysql.jdbc.JDBC4Connection
- createNClob() - Method in class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
- createNClob() - Method in class com.mysql.jdbc.JDBC4MultiHostMySQLConnection
- createNClob() - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
- createNClob() - Method in class com.mysql.jdbc.JDBC4ReplicationMySQLConnection
- createNewIO(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
-
Creates an IO channel to the server
- createNewIO(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- createNewIO(boolean) - Method in interface com.mysql.jdbc.MySQLConnection
- createProcedureColumnsFields() - Method in class com.mysql.jdbc.DatabaseMetaData
- createProxyInstance(List, Properties) - Static method in class com.mysql.jdbc.FailoverConnectionProxy
- createProxyInstance(List, Properties) - Static method in class com.mysql.jdbc.LoadBalancedConnectionProxy
- createProxyInstance(List, Properties, List, Properties) - Static method in class com.mysql.jdbc.ReplicationConnectionProxy
- createSocket(Properties) - Method in class com.mysql.jdbc.SocksProxySocketFactory
- createSocket(Properties) - Method in class com.mysql.jdbc.StandardSocketFactory
-
Create the raw socket.
- createSQLException(String, ExceptionInterceptor) - Static method in class com.mysql.jdbc.SQLError
- createSQLException(String, ExceptionInterceptor, Connection) - Static method in class com.mysql.jdbc.SQLError
- createSQLException(String, String, int, boolean, ExceptionInterceptor) - Static method in class com.mysql.jdbc.SQLError
- createSQLException(String, String, int, boolean, ExceptionInterceptor, Connection) - Static method in class com.mysql.jdbc.SQLError
- createSQLException(String, String, int, ExceptionInterceptor) - Static method in class com.mysql.jdbc.SQLError
- createSQLException(String, String, ExceptionInterceptor) - Static method in class com.mysql.jdbc.SQLError
- createSQLException(String, String, Throwable, ExceptionInterceptor) - Static method in class com.mysql.jdbc.SQLError
- createSQLException(String, String, Throwable, ExceptionInterceptor, Connection) - Static method in class com.mysql.jdbc.SQLError
- createSQLFeatureNotSupportedException() - Static method in class com.mysql.jdbc.SQLError
-
Create a SQLFeatureNotSupportedException or a NotImplemented exception according to the JDBC version in use.
- createSQLFeatureNotSupportedException(String, String, ExceptionInterceptor) - Static method in class com.mysql.jdbc.SQLError
-
Create a SQLFeatureNotSupportedException or a NotImplemented exception according to the JDBC version in use.
- createSQLXML() - Method in class com.mysql.jdbc.JDBC4Connection
- createSQLXML() - Method in class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
- createSQLXML() - Method in class com.mysql.jdbc.JDBC4MultiHostMySQLConnection
- createSQLXML() - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
- createSQLXML() - Method in class com.mysql.jdbc.JDBC4ReplicationMySQLConnection
- createStatement() - Method in class com.mysql.jdbc.ConnectionImpl
-
SQL statements without parameters are normally executed using Statement objects.
- createStatement() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- createStatement(int, int) - Method in class com.mysql.jdbc.ConnectionImpl
-
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) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- createStatement(int, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
- createStatement(int, int, int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- createStreamingResultSet() - Method in class com.mysql.jdbc.StatementImpl
-
We only stream result sets when they are forward-only, read-only, and the fetch size has been set to Integer.MIN_VALUE
- createStruct(String, Object[]) - Method in class com.mysql.jdbc.JDBC4Connection
- createStruct(String, Object[]) - Method in class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
- createStruct(String, Object[]) - Method in class com.mysql.jdbc.JDBC4MultiHostMySQLConnection
- createStruct(String, Object[]) - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
- createStruct(String, Object[]) - Method in class com.mysql.jdbc.JDBC4ReplicationMySQLConnection
- createTablesFields() - Method in class com.mysql.jdbc.DatabaseMetaData
- currentCatalog - Variable in class com.mysql.jdbc.StatementImpl
-
The catalog in use
- currentConnection - Variable in class com.mysql.jdbc.MultiHostConnectionProxy
- currentPositionInBlob - Variable in class com.mysql.jdbc.BlobFromLocator.LocatorInputStream
- currentRow - Variable in class com.mysql.jdbc.ResultSetImpl
-
The current row #, -1 == before start of result set
D
- database - Variable in class com.mysql.jdbc.DatabaseMetaData
-
The 'current' database name being used
- database(Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
-
Returns the database property from
props - DatabaseMetaData - Class in com.mysql.jdbc
-
JDBC Interface to Mysql functions
- DatabaseMetaData(MySQLConnection, String) - Constructor for class com.mysql.jdbc.DatabaseMetaData
-
Creates a new DatabaseMetaData object.
- DatabaseMetaData.ComparableWrapper<K,
V> - Class in com.mysql.jdbc -
Helper/wrapper class to provide means of sorting objects by using a sorting key.
- DatabaseMetaData.IndexMetaDataKey - Class in com.mysql.jdbc
-
Helper class to provide means of comparing indexes by NON_UNIQUE, TYPE, INDEX_NAME, and ORDINAL_POSITION.
- DatabaseMetaData.IteratorWithCleanup<T> - Class in com.mysql.jdbc
- DatabaseMetaData.LocalAndReferencedColumns - Class in com.mysql.jdbc
- DatabaseMetaData.ProcedureType - Enum Class in com.mysql.jdbc
-
Enumeration for Procedure Types
- DatabaseMetaData.ResultSetIterator - Class in com.mysql.jdbc
- DatabaseMetaData.SingleStringIterator - Class in com.mysql.jdbc
- DatabaseMetaData.TableMetaDataKey - Class in com.mysql.jdbc
-
Helper class to provide means of comparing tables by TABLE_TYPE, TABLE_CAT, TABLE_SCHEM and TABLE_NAME.
- DatabaseMetaData.TableType - Enum Class in com.mysql.jdbc
-
Enumeration for Table Types
- DatabaseMetaData.TypeDescriptor - Class in com.mysql.jdbc
-
Parses and represents common data type information used by various column/parameter methods.
- DatabaseMetaDataUsingInfoSchema - Class in com.mysql.jdbc
-
DatabaseMetaData implementation that uses INFORMATION_SCHEMA available in MySQL-5.0 and newer.
- DatabaseMetaDataUsingInfoSchema(MySQLConnection, String) - Constructor for class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
- DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant - Enum Class in com.mysql.jdbc
- 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
- 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.
- dealWithInvocationException(InvocationTargetException) - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
Deals with InvocationException from proxied objects.
- DEBUG - Static variable in class com.mysql.jdbc.MysqlDefs
- DEBUG - Static variable in class com.mysql.jdbc.NonRegisteringDriver
-
Should the driver generate debugging output?
- decachePreparedStatement(ServerPreparedStatement) - Method in class com.mysql.jdbc.ConnectionImpl
- decachePreparedStatement(ServerPreparedStatement) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- decachePreparedStatement(ServerPreparedStatement) - Method in interface com.mysql.jdbc.MySQLConnection
- decimalDigits - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
- decodeRSAPublicKey(String, ExceptionInterceptor) - Static method in class com.mysql.jdbc.ExportControlled
- decrement() - Method in class com.mysql.jdbc.PreparedStatement.AppendingBatchVisitor
- decrement() - Method in interface com.mysql.jdbc.PreparedStatement.BatchVisitor
- DEFAULT_LOGGER_CLASS - Static variable in class com.mysql.jdbc.ConnectionImpl
-
Default logger class name
- defaultValue - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- defaultValueLength - Variable in class com.mysql.jdbc.Field
- defaultValueStart - Variable in class com.mysql.jdbc.Field
- DELAYED_INSERT - Static variable in class com.mysql.jdbc.MysqlDefs
- deleteRow() - Method in class com.mysql.jdbc.ResultSetImpl
-
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().
- description - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- desiredJdbcType - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
- destroy() - Method in class com.mysql.jdbc.BestResponseTimeBalanceStrategy
- destroy() - Method in class com.mysql.jdbc.ConnectionImpl.ExceptionInterceptorChain
- destroy() - Method in interface com.mysql.jdbc.Extension
-
Called by the driver when this extension should release any resources it is holding and cleanup internally before the connection is closed.
- destroy() - Method in interface com.mysql.jdbc.JDBC4ClientInfoProvider
-
Called once by the driver when the connection this provider instance belongs to is being closed.
- destroy() - Method in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
- destroy() - Method in class com.mysql.jdbc.JDBC4CommentClientInfoProvider
- destroy() - Method in class com.mysql.jdbc.LoadBalancedAutoCommitInterceptor
- destroy() - Method in class com.mysql.jdbc.NoSubInterceptorWrapper
- destroy() - Method in class com.mysql.jdbc.RandomBalanceStrategy
- destroy() - Method in class com.mysql.jdbc.ReflectiveStatementInterceptorAdapter
- destroy() - Method in class com.mysql.jdbc.SequentialBalanceStrategy
- destroy() - Method in class com.mysql.jdbc.StandardLoadBalanceExceptionChecker
- destroy() - Method in interface com.mysql.jdbc.StatementInterceptor
-
Called by the driver when this extension should release any resources it is holding and cleanup internally before the connection is closed.
- destroy() - Method in interface com.mysql.jdbc.StatementInterceptorV2
-
Called by the driver when this extension should release any resources it is holding and cleanup internally before the connection is closed.
- destroy() - Method in class com.mysql.jdbc.V1toV2StatementInterceptorAdapter
- detectFractionalSecondsSupport() - Method in class com.mysql.jdbc.PreparedStatement
- disableMultiQueries() - Method in class com.mysql.jdbc.MysqlIO
- disableStreamingResults() - Method in interface com.mysql.jdbc.Statement
-
Resets this statements fetch size and result set type to the values they had before enableStreamingResults() was called.
- disableStreamingResults() - Method in class com.mysql.jdbc.StatementImpl
- doAbort(Executor) - Method in class com.mysql.jdbc.FailoverConnectionProxy
-
Aborts current connection using the given executor.
- doAbort(Executor) - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
-
Aborts all live connections, using the provided Executor.
- doAbort(Executor) - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
Executes a abort() invocation;
- doAbort(Executor) - Method in class com.mysql.jdbc.ReplicationConnectionProxy
- doAbortInternal() - Method in class com.mysql.jdbc.FailoverConnectionProxy
-
Aborts current connection.
- doAbortInternal() - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
-
Aborts all live connections
- doAbortInternal() - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
Executes a abortInternal() invocation;
- doAbortInternal() - Method in class com.mysql.jdbc.ReplicationConnectionProxy
- doClose() - Method in class com.mysql.jdbc.FailoverConnectionProxy
-
Closes current connection.
- doClose() - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
-
Closes all live connections.
- doClose() - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
Executes a close() invocation;
- doClose() - Method in class com.mysql.jdbc.ReplicationConnectionProxy
- DocsConnectionPropsHelper - Class in com.mysql.jdbc
- DocsConnectionPropsHelper() - Constructor for class com.mysql.jdbc.DocsConnectionPropsHelper
- doEscapeProcessing - Variable in class com.mysql.jdbc.StatementImpl
-
Should we process escape codes?
- doesMaxRowSizeIncludeBlobs() - Method in class com.mysql.jdbc.DatabaseMetaData
-
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
- doForAll() - Method in class com.mysql.jdbc.IterateBlock
- doHandshake(String, String, String) - Method in class com.mysql.jdbc.MysqlIO
-
Initialize communications with the MySQL server.
- doingUpdates - Variable in class com.mysql.jdbc.ResultSetImpl
-
Are we in the middle of doing updates to the current row?
- domSourceToString() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
- doPing() - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
-
Pings live connections.
- doPing() - Method in interface com.mysql.jdbc.PingTarget
- doPing() - Method in class com.mysql.jdbc.ReplicationConnectionProxy
-
Pings both l/b connections.
- doPingInstead() - Method in class com.mysql.jdbc.StatementImpl
- doubleBinding - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
- Driver - Class in com.mysql.jdbc
-
The Java SQL framework allows for multiple database drivers.
- Driver - Class in org.gjt.mm.mysql
-
Here for backwards compatibility with MM.MySQL
- Driver() - Constructor for class com.mysql.jdbc.Driver
-
Construct a new driver and register it with DriverManager
- Driver() - Constructor for class org.gjt.mm.mysql.Driver
-
Creates a new instance of Driver
- DROP_DB - Static variable in class com.mysql.jdbc.MysqlDefs
- 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.ConnectionImpl
- dumpTestcaseQuery(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- dumpTestcaseQuery(String) - Method in interface com.mysql.jdbc.MySQLConnection
- duplicate() - Method in class com.mysql.jdbc.ConnectionImpl
- duplicate() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- duplicate() - Method in interface com.mysql.jdbc.MySQLConnection
E
- EMPTY_BYTE_ARRAY - Static variable in class com.mysql.jdbc.Constants
-
Avoids allocation of empty byte[] when representing 0-length strings.
- EMPTY_SPACE - Static variable in class com.mysql.jdbc.ResultSetImpl
- EmulatedPreparedStatementBindings() - Constructor for class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- enabled() - Static method in class com.mysql.jdbc.ExportControlled
- enableJMX - Variable in class com.mysql.jdbc.ReplicationConnectionProxy
- enableMultiQueries() - Method in class com.mysql.jdbc.MysqlIO
- enableStreamingResults() - Method in interface com.mysql.jdbc.Statement
-
Workaround for containers that 'check' for sane values of Statement.setFetchSize() so that applications can use the Java variant of libmysql's mysql_use_result() behavior.
- enableStreamingResults() - Method in class com.mysql.jdbc.StatementImpl
- encryptWithRSAPublicKey(byte[], RSAPublicKey, String, ExceptionInterceptor) - Static method in class com.mysql.jdbc.ExportControlled
- end - Variable in class com.mysql.jdbc.PreparedStatement.EndPoint
- endCDATA() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
- endDocument() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
- EndPoint(int, int) - Constructor for class com.mysql.jdbc.PreparedStatement.EndPoint
- ensureCapacity(int) - Method in class com.mysql.jdbc.Buffer
- equals(Object) - Method in class com.mysql.jdbc.ConnectionImpl.CompoundCacheKey
- equals(Object) - Method in class com.mysql.jdbc.DatabaseMetaData.ComparableWrapper
- equals(Object) - Method in class com.mysql.jdbc.DatabaseMetaData.IndexMetaDataKey
- equals(Object) - Method in class com.mysql.jdbc.DatabaseMetaData.TableMetaDataKey
- equalsTo(String) - Method in enum class com.mysql.jdbc.DatabaseMetaData.TableType
- ER_ABORTING_CONNECTION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ACCESS_DENIED_CHANGE_USER_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ACCESS_DENIED_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ACCESS_DENIED_NO_PASSWORD_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ADD_PARTITION_NO_NEW_PARTITION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ADD_PARTITION_SUBPART_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ADMIN_WRONG_MRG_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_AES_INVALID_IV - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ALTER_FILEGROUP_FAILED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ALTER_INFO - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_AUTOINC - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_CHANGE_FTS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_CHECK - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_RENAME - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FTS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_HIDDEN_FTS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_IGNORE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOPK - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOT_NULL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_PARTITION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_AMBIGUOUS_FIELD_TERM - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_AUTO_CONVERT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_AUTO_INCREMENT_CONFLICT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_AUTO_POSITION_REQUIRES_GTID_MODE_ON - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_AUTOINC_READ_FAILED - 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_LOG_STATEMENT - 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_AUTO_POSITION - 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_BASE64_DECODE_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_CACHE_SIZE_GREATER_THAN_MAX - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_CREATE_ROUTINE_NEED_SUPER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_LOGGING_IMPOSSIBLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_LOGICAL_CORRUPTION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_PURGE_EMFILE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_PURGE_FATAL_ERR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_PURGE_PROHIBITED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_READ_EVENT_CHECKSUM_FAILURE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_ROW_ENGINE_AND_STMT_ENGINE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_ROW_INJECTION_AND_STMT_ENGINE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_ROW_INJECTION_AND_STMT_MODE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_ROW_LOGGING_FAILED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_ROW_MODE_AND_STMT_ENGINE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_ROW_RBR_TO_SBR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_ROW_WRONG_TABLE_DEF - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_STMT_CACHE_SIZE_GREATER_THAN_MAX - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_STMT_MODE_AND_NO_REPL_TABLES - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_STMT_MODE_AND_ROW_ENGINE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_AND_STMT_ENGINE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_AUTOINC_COLUMNS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_FULLTEXT_PLUGIN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_INSERT_DELAYED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_INSERT_TWO_KEYS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_LIMIT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_MIXED_STATEMENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_REPLACE_SELECT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_ROUTINE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_STATEMENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_SYSTEM_FUNCTION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_SYSTEM_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_SYSTEM_VARIABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_UDF - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_UPDATE_IGNORE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BLOB_CANT_HAVE_DEFAULT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_BLOB_FIELD_IN_PART_FUNC_ERROR - 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_BLOBS_AND_NO_TERMINATED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANNOT_ADD_FOREIGN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANNOT_DISCARD_TEMPORARY_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANNOT_LOAD_FROM_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANNOT_LOAD_FROM_TABLE_V2 - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANNOT_USER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANT_ACTIVATE_LOG - 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_CHANGE_GTID_NEXT_IN_TRANSACTION_WHEN_GTID_NEXT_LIST_IS_NULL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANT_CHANGE_TX_ISOLATION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANT_CREATE_DB - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANT_CREATE_FEDERATED_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANT_CREATE_FILE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANT_CREATE_GEOMETRY_OBJECT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANT_CREATE_HANDLER_FILE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANT_CREATE_SROUTINE - 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_CREATE_USER_WITH_GRANT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANT_DELETE_FILE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANT_DO_IMPLICIT_COMMIT_IN_TRX_WHEN_GTID_NEXT_IS_SET - 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_EXECUTE_IN_READ_ONLY_TRANSACTION - 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_LOCK_LOG_TABLE - 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_RENAME_LOG_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANT_REOPEN_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANT_SET_GTID_NEXT_WHEN_OWNING_GTID - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANT_SET_WD - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANT_UPDATE_TABLE_IN_CREATE_TABLE_SELECT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG - 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_CANT_WRITE_LOCK_LOG_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CHECK_NO_SUCH_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CHECK_NOT_IMPLEMENTED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CHECKREAD - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_COALESCE_ONLY_ON_HASH_PARTITION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_COALESCE_PARTITION_NO_PARTITION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_COL_COUNT_DOESNT_MATCH_CORRUPTED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2 - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE_V2 - 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_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CON_COUNT_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_COND_ITEM_TOO_LONG - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CONFLICT_FN_PARSE_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CONFLICTING_DECLARATIONS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CONNECT_TO_FOREIGN_DATA_SOURCE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CONNECT_TO_MASTER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_CONSECUTIVE_REORG_PARTITIONS - 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_CREATE_FILEGROUP_FAILED - 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_DA_INVALID_CONDITION_NUMBER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DATA_OUT_OF_RANGE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DATA_TOO_LONG - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DATABASE_NAME - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DATETIME_FUNCTION_OVERFLOW - 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_DBACCESS_DENIED_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DDL_LOG_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DEBUG_SYNC_HIT_LIMIT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DEBUG_SYNC_TIMEOUT - 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_DELAYED_NOT_SUPPORTED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DERIVED_MUST_HAVE_ALIAS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DIFF_GROUPS_PROC - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DISCARD_FK_CHECKS_RUNNING - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DISK_FULL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DIVISION_BY_ZERO - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DROP_DB_WITH_READ_LOCK - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DROP_FILEGROUP_FAILED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DROP_INDEX_FK - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DROP_LAST_PARTITION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DROP_PARTITION_NON_EXISTENT - 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_DUP_ARGUMENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DUP_ENTRY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DUP_ENTRY_AUTOINCREMENT_CASE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DUP_ENTRY_WITH_KEY_NAME - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DUP_FIELDNAME - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DUP_INDEX - 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_LIST_ENTRY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DUP_SIGNAL_SET - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DUP_UNIQUE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DUP_UNKNOWN_IN_INDEX - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_DUPLICATED_VALUE_IN_TYPE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EMPTY_QUERY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ENGINE_OUT_OF_MEMORY - 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_IN_TRIGGER_BODY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ERROR_IN_UNKNOWN_TRIGGER_BODY - 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_MASTER - 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_EVENT_ALREADY_EXISTS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EVENT_CANNOT_ALTER_IN_THE_PAST - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EVENT_CANNOT_CREATE_IN_THE_PAST - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EVENT_CANNOT_DELETE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EVENT_CANT_ALTER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EVENT_COMPILE_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EVENT_DATA_TOO_LONG - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EVENT_DOES_NOT_EXIST - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EVENT_DROP_FAILED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EVENT_ENDS_BEFORE_STARTS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EVENT_EXEC_TIME_IN_THE_PAST - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EVENT_INVALID_CREATION_CTX - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EVENT_MODIFY_QUEUE_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EVENT_NEITHER_M_EXPR_NOR_M_AT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EVENT_OPEN_TABLE_FAILED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EVENT_RECURSION_FORBIDDEN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EVENT_SAME_NAME - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EVENT_SET_VAR_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EVENT_STORE_FAILED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EVENTS_DB_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EXCEPTIONS_WRITE_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EXEC_STMT_WITH_OPEN_CURSOR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_EXPLAIN_NOT_SUPPORTED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FAILED_READ_FROM_PAR_FILE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FAILED_ROUTINE_BREAK_BINLOG - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FEATURE_DISABLED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FIELD_NOT_FOUND_PART_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FIELD_SPECIFIED_TWICE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FILE_CORRUPT - 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_FILEGROUP_OPTION_ONLY_ONCE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FILSORT_ABORT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FK_CANNOT_DELETE_PARENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FK_CANNOT_OPEN_PARENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FK_COLUMN_CANNOT_CHANGE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FK_COLUMN_CANNOT_CHANGE_CHILD - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FK_COLUMN_CANNOT_DROP - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FK_COLUMN_CANNOT_DROP_CHILD - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FK_COLUMN_NOT_NULL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FK_DEPTH_EXCEEDED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FK_DUP_NAME - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FK_FAIL_ADD_SYSTEM - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FK_INCORRECT_OPTION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FK_NO_INDEX_CHILD - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FK_NO_INDEX_PARENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FLUSH_MASTER_BINLOG_CLOSED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FORBID_SCHEMA_CHANGE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FORCING_CLOSE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FOREIGN_DATA_STRING_INVALID - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FOREIGN_DUPLICATE_KEY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFO - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFO - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FOREIGN_KEY_ON_PARTITIONED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FOREIGN_SERVER_DOESNT_EXIST - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FOREIGN_SERVER_EXISTS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FORM_NOT_FOUND - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FPARSER_BAD_HEADER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FPARSER_EOF_IN_COMMENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FPARSER_ERROR_IN_PARAMETER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FPARSER_TOO_BIG_FILE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FRM_UNKNOWN_TYPE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FSEEK_FAIL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FT_MATCHING_KEY_NOT_FOUND - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_FUNC_INEXISTENT_NAME_COLLISION - 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_STACKED_DA_WITHOUT_ACTIVE_HANDLER - 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_GNO_EXHAUSTED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_GOT_SIGNAL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_GRANT_PLUGIN_USER_EXISTS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_GRANT_WRONG_HOST_OR_USER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_GTID_EXECUTED_WAS_CHANGED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_GTID_MODE_2_OR_3_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIME - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_GTID_MODE_REQUIRES_BINLOG - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_GTID_NEXT_CANT_BE_AUTOMATIC_IF_GTID_NEXT_LIST_IS_NON_NULL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LIST - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_GTID_NEXT_TYPE_UNDEFINED_GROUP - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_GTID_PURGED_WAS_CHANGED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_GTID_UNSAFE_CREATE_SELECT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE - 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_HOSTNAME - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_IDENT_CAUSES_TOO_LONG_PATH - 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_HA_CREATE_OPTION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ILLEGAL_REFERENCE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ILLEGAL_VALUE_FOR_TYPE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INCONSISTENT_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INCONSISTENT_PARTITION_INFO_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INCORRECT_GLOBAL_LOCAL_VAR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INDEX_COLUMN_TOO_LONG - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INDEX_CORRUPT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INDEX_REBUILD - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INNODB_FORCED_RECOVERY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INNODB_FT_AUX_NOT_HEX_ID - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INNODB_FT_LIMIT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INNODB_FT_WRONG_DOCID_COLUMN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INNODB_FT_WRONG_DOCID_INDEX - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INNODB_IMPORT_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INNODB_INDEX_CORRUPT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INNODB_NO_FT_TEMP_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INNODB_NO_FT_USES_PARSER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INNODB_ONLINE_LOG_TOO_BIG - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INNODB_READ_ONLY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INNODB_UNDO_LOG_FULL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INSECURE_CHANGE_MASTER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INSECURE_PLAIN_TEXT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INSERT_INFO - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMAT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INTERNAL_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INVALID_ARGUMENT_FOR_LOGARITHM - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INVALID_CHARACTER_STRING - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INVALID_DEFAULT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_INVALID_FIELD_SIZE - 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_INVALID_YEAR_COLUMN_LENGTH - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_IO_ERR_LOG_INDEX_READ - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_IO_READ_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_IO_WRITE_ERROR - 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_PART_0 - 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_LIMITED_PART_RANGE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_LOAD_DATA_INVALID_COLUMN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR - 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_ABORTED - 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_LOG_IN_USE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_LOG_PURGE_NO_FILE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_LOG_PURGE_UNKNOWN_ERR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_LOGGING_PROHIBIT_CHANGING_OF - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_M_BIGGER_THAN_D - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MALFORMED_DEFINER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MALFORMED_GTID_SET_ENCODING - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MALFORMED_GTID_SET_SPECIFICATION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MALFORMED_GTID_SPECIFICATION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MALFORMED_PACKET - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MASTER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MASTER_DELAY_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MASTER_FATAL_ERROR_READING_BINLOG - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MASTER_HAS_PURGED_REQUIRED_GTIDS - 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_MAX_PREPARED_STMT_COUNT_REACHED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MAXVALUE_IN_VALUES_IN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MESSAGE_AND_STATEMENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MISSING_HA_CREATE_OPTION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MISSING_SKIP_SLAVE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MIX_HANDLER_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MIX_OF_GROUP_FUNC_AND_FIELDS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MIXING_NOT_ALLOWED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MTS_CANT_PARALLEL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MTS_CHANGE_MASTER_CANT_RUN_WITH_GAPS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MTS_FEATURE_IS_NOT_SUPPORTED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MTS_INCONSISTENT_DATA - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MTS_RECOVERY_FAILURE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MTS_RESET_WORKERS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MTS_UPDATED_DBS_GREATER_MAX - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MULTI_UPDATE_KEY_CONFLICT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MULTIPLE_PRI_KEY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MUST_CHANGE_PASSWORD - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_MUST_CHANGE_PASSWORD_LOGIN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NAME_BECOMES_EMPTY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NATIVE_FCT_NAME_COLLISION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NDB_CANT_SWITCH_BINLOG_FORMAT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NDB_REPLICATION_SCHEMA_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NEED_REPREPARE - 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_PACKET_TOO_LARGE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NET_PACKETS_OUT_OF_ORDER - 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_NETWORK_READ_EVENT_CHECKSUM_FAILURE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NEVER_USED - 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_NO_BINARY_LOGGING - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NO_BINLOG_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR - 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_DEFAULT_FOR_FIELD - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NO_DEFAULT_FOR_VIEW_FIELD - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NO_FILE_MAPPING - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NO_FT_MATERIALIZED_SUBQUERY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NO_GROUP_FOR_PROC - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NO_PARTITION_FOR_GIVEN_VALUE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NO_PARTS_ERROR - 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_REFERENCED_ROW_2 - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NO_SUCH_INDEX - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NO_SUCH_KEY_VALUE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NO_SUCH_PARTITION__UNUSED - 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_SUCH_USER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NO_TABLES_USED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NO_UNIQUE_LOGFILE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NON_GROUPING_FIELD_USED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NON_INSERTABLE_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NON_RO_SELECT_DISABLE_TIMER - 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_NONEXISTING_GRANT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NONEXISTING_PROC_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_NONUPDATEABLE_COLUMN - 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_NOT_VALID_PASSWORD - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NULL_COLUMN_IN_INDEX - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_NULL_IN_VALUES_LESS_THAN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_OLD_FILE_FORMAT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_OLD_KEYFILE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_OLD_TEMPORALS_UPGRADED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ONLY_FD_AND_RBR_EVENTS_ALLOWED_IN_BINLOG_STATEMENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ONLY_INTEGERS_ALLOWED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ONLY_ON_RANGE_LIST_PARTITION - 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_ORDER_WITH_PROC - 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_OUTOFMEMORY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARSE_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PART_STATE_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_CLAUSE_ON_NONPARTITIONED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_COLUMN_LIST_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_CONST_DOMAIN_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_ENTRY_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_EXCHANGE_DIFFERENT_OPTION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_EXCHANGE_FOREIGN_KEY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_EXCHANGE_PART_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_EXCHANGE_TEMP_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_FIELDS_TOO_LONG - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_FUNC_NOT_ALLOWED_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_FUNCTION_FAILURE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_FUNCTION_IS_NOT_ALLOWED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_INSTEAD_OF_SUBPARTITION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_MAXVALUE_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_MERGE_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_MGMT_ON_NONPARTITIONED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_NAME - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_NO_TEMPORARY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_NOT_DEFINED_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_REQUIRES_VALUES_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_SUBPART_MIX_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_SUBPARTITION_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_WRONG_NO_PART_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_WRONG_NO_SUBPART_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITION_WRONG_VALUES_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PARTITIONS_MUST_BE_DEFINED_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PASSWD_LENGTH - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PASSWORD_ANONYMOUS_USER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PASSWORD_EXPIRE_ANONYMOUS_USER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PASSWORD_FORMAT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PASSWORD_NO_MATCH - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PASSWORD_NOT_ALLOWED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PATH_LENGTH - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PLUGIN_IS_NOT_LOADED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PLUGIN_IS_PERMANENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PLUGIN_NO_INSTALL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PLUGIN_NO_UNINSTALL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PRIMARY_CANT_HAVE_NULL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PROC_AUTO_GRANT_FAIL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PROC_AUTO_REVOKE_FAIL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PROCACCESS_DENIED_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PS_MANY_PARAM - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_PS_NO_RECURSION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_QUERY_CACHE_DISABLED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_QUERY_INTERRUPTED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_QUERY_ON_FOREIGN_DATA_SOURCE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_QUERY_ON_MASTER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_QUERY_TIMEOUT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_RANGE_NOT_INCREASING_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_RBR_NOT_AVAILABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_READ_ONLY_MODE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_READ_ONLY_TRANSACTION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_READY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_RECORD_FILE_FULL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_REFERENCED_TRG_DOES_NOT_EXIST - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_REGEXP_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_RELAY_LOG_FAIL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_RELAY_LOG_INIT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_REMOVED_SPACES - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_RENAMED_NAME - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_REORG_HASH_ONLY_ON_SAME_NO - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_REORG_NO_PARAM_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_REORG_OUTSIDE_RANGE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_REORG_PARTITION_NOT_EXIST - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_REQUIRES_PRIMARY_KEY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_RESERVED_SYNTAX - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_REVOKE_GRANTS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SET - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ROW_DOES_NOT_MATCH_PARTITION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ROW_IN_WRONG_PARTITION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ROW_IS_REFERENCED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ROW_IS_REFERENCED_2 - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_ROW_SINGLE_PARTITION_FIELD_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_RPL_INFO_DATA_TOO_LONG - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SAME_NAME_PARTITION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SAME_NAME_PARTITION_FIELD - 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_SET_PASSWORD_AUTH_PLUGIN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SHUTDOWN_COMPLETE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SIGNAL_BAD_CONDITION_TYPE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SIGNAL_EXCEPTION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SIGNAL_NOT_FOUND - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SIGNAL_WARN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SIZE_OVERFLOW_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SKIPPING_LOGGED_TRANSACTION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SLAVE_CANT_CREATE_CONVERSION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SLAVE_CONFIGURATION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SLAVE_CONVERSION_FAILED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SLAVE_CORRUPT_EVENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SLAVE_CREATE_EVENT_FAILURE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SLAVE_FATAL_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SLAVE_HEARTBEAT_FAILURE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SLAVE_IGNORE_SERVER_IDS - 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_INCIDENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SLAVE_IO_THREAD_MUST_STOP - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SLAVE_MASTER_COM_FAILURE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SLAVE_MI_INIT_REPOSITORY - 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_RELAY_LOG_READ_FAILURE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SLAVE_RELAY_LOG_WRITE_FAILURE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SLAVE_RLI_INIT_REPOSITORY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SLAVE_SILENT_RETRY_TRANSACTION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SLAVE_SQL_THREAD_MUST_STOP - 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_SP_ALREADY_EXISTS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_BAD_CURSOR_QUERY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_BAD_CURSOR_SELECT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_BAD_SQLSTATE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_BAD_VAR_SHADOW - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_BADRETURN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_BADSELECT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_BADSTATEMENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_CANT_ALTER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_CANT_SET_AUTOCOMMIT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_CASE_NOT_FOUND - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_COND_MISMATCH - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_CURSOR_AFTER_HANDLER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_CURSOR_ALREADY_OPEN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_CURSOR_MISMATCH - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_CURSOR_NOT_OPEN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_DOES_NOT_EXIST - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_DROP_FAILED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_DUP_COND - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_DUP_CURS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_DUP_HANDLER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_DUP_PARAM - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_DUP_VAR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_FETCH_NO_DATA - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_GOTO_IN_HNDLR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_LABEL_MISMATCH - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_LABEL_REDEFINE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_LILABEL_MISMATCH - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_NO_AGGREGATE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_NO_DROP_SP - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_NO_RECURSION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_NO_RECURSIVE_CREATE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_NO_RETSET - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_NORETURN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_NORETURNEND - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_NOT_VAR_ARG - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_PROC_TABLE_CORRUPT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_RECURSION_LIMIT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_STORE_FAILED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_SUBSELECT_NYI - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_UNDECLARED_VAR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_UNINIT_VAR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_VARCOND_AFTER_CURSHNDLR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_WRONG_NAME - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_WRONG_NO_OF_ARGS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SP_WRONG_NO_OF_FETCH_ARGS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SPATIAL_CANT_HAVE_NULL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SPATIAL_MUST_HAVE_GEOM_COL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SPECIFIC_ACCESS_DENIED_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SQL_MODE_NO_EFFECT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SQL_SLAVE_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SQLTHREAD_WITH_SECURE_SLAVE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SR_INVALID_CREATION_CTX - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_STACK_OVERRUN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_STACK_OVERRUN_NEED_MORE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_STARTUP - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_STMT_CACHE_FULL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_STMT_HAS_NO_OPEN_CURSOR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_STOP_SLAVE_IO_THREAD_TIMEOUT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_STOP_SLAVE_SQL_THREAD_TIMEOUT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_STORAGE_ENGINE_NOT_LOADED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SUBPARTITION_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_SUBPARTITION_NAME - 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_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_CANT_HANDLE_SPKEYS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TABLE_CORRUPT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TABLE_DEF_CHANGED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TABLE_EXISTS_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TABLE_HAS_NO_FT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TABLE_IN_FK_CHECK - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TABLE_IN_SYSTEM_TABLESPACE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TABLE_MUST_HAVE_COLUMNS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TABLE_NAME - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TABLE_NEEDS_REBUILD - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TABLE_NEEDS_UPGRADE - 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_TABLE_SCHEMA_MISMATCH - 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_TABLES_DIFFERENT_METADATA - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TABLESPACE_AUTO_EXTEND_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TABLESPACE_DISCARDED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TABLESPACE_EXISTS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TABLESPACE_MISSING - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TEMP_FILE_WRITE_FAILURE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TEMPORARY_NAME - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TEXTFILE_NOT_READABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TOO_BIG_DISPLAYWIDTH - 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_PRECISION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TOO_BIG_ROWSIZE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TOO_BIG_SCALE - 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_HIGH_LEVEL_OF_NESTING_FOR_SELECT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TOO_LONG_BODY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TOO_LONG_FIELD_COMMENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TOO_LONG_IDENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TOO_LONG_INDEX_COMMENT - 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_LONG_TABLE_COMMENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TOO_LONG_TABLE_PARTITION_COMMENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TOO_MANY_CONCURRENT_TRXS - 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_KEY_PARTS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TOO_MANY_KEYS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TOO_MANY_PARTITIONS_ERROR - 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_MANY_VALUES_ERROR - 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_TRG_ALREADY_EXISTS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TRG_CANT_CHANGE_ROW - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TRG_CANT_OPEN_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TRG_CORRUPTED_FILE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TRG_DOES_NOT_EXIST - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TRG_IN_WRONG_SCHEMA - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TRG_INVALID_CREATION_CTX - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TRG_NO_CREATION_CTX - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TRG_NO_DEFINER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TRG_NO_SUCH_ROW_IN_TRG - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TRG_ON_VIEW_OR_TEMP_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TRUNCATE_ILLEGAL_FK - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TRUNCATED_WRONG_VALUE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_TRUNCATED_WRONG_VALUE_FOR_FIELD - 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_UNDO_RECORD_TOO_BIG - 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_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_UNKNOWN_ALTER_ALGORITHM - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_UNKNOWN_ALTER_LOCK - 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_EXPLAIN_FORMAT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_UNKNOWN_KEY_CACHE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_UNKNOWN_LOCALE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_UNKNOWN_PARTITION - 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_UNKNOWN_TARGET_BINLOG - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_UNKNOWN_TIME_ZONE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_UNSUPORTED_LOG_ENGINE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_UNSUPPORTED_ENGINE - 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_LOG_DEPRECATED_IGNORED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_UPDATE_LOG_DEPRECATED_TRANSLATED - 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_USERNAME - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VALUES_IS_NOT_INT_TYPE_ERROR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VAR_CANT_BE_READ - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VARIABLE_IS_NOT_STRUCT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VARIABLE_IS_READONLY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VARIABLE_NOT_SETTABLE_IN_SP - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VIEW_CHECK_FAILED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VIEW_CHECKSUM - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VIEW_DELETE_MERGE_VIEW - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VIEW_FRM_NO_USER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VIEW_INVALID - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VIEW_INVALID_CREATION_CTX - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VIEW_MULTIUPDATE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VIEW_NO_CREATION_CTX - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VIEW_NO_EXPLAIN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VIEW_NO_INSERT_FIELD_LIST - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VIEW_NONUPD_CHECK - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VIEW_OTHER_USER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VIEW_PREVENT_UPDATE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VIEW_RECURSIVE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VIEW_SELECT_CLAUSE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VIEW_SELECT_DERIVED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VIEW_SELECT_TMPTABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VIEW_SELECT_VARIABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_VIEW_WRONG_LIST - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WARN_ALLOWED_PACKET_OVERFLOWED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WARN_CANT_DROP_DEFAULT_KEYCACHE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- 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_DEPRECATED_SYNTAX_NO_REPLACEMENT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WARN_DEPRECATED_SYNTAX_WITH_VER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WARN_ENGINE_TRANSACTION_ROLLBACK - 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_I_S_SKIPPED_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WARN_INDEX_NOT_APPLICABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WARN_INVALID_TIMESTAMP - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WARN_LEGACY_SYNTAX_CONVERTED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WARN_NULL_TO_NOTNULL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WARN_ONLY_MASTER_LOG_FILE_NO_POS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WARN_OPEN_TEMP_TABLES_MUST_BE_ZERO - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WARN_PURGE_LOG_IN_USE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WARN_PURGE_LOG_IS_ACTIVE - 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_TRIGGER_DOESNT_HAVE_CREATED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WARN_USING_OTHER_HANDLER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WARN_VIEW_MERGE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WARN_VIEW_WITHOUT_KEY - 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_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE - 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_EXPR_IN_PARTITION_FUNC_ERROR - 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_LOCK_OF_SYSTEM_TABLE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WRONG_MAGIC - 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_NATIVE_TABLE_STRUCTURE - 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_OBJECT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WRONG_OUTER_JOIN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT - 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_NATIVE_FCT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WRONG_PARAMETERS_TO_PROCEDURE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WRONG_PARAMETERS_TO_STORED_FCT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WRONG_PARTITION_NAME - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WRONG_PERFSCHEMA_USAGE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WRONG_SIZE_NUMBER - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WRONG_SPVAR_TYPE_IN_LIMIT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WRONG_STRING_LENGTH - 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_COLUMN_VALUE_ERROR - 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 - 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_TYPE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WRONG_VALUE_FOR_VAR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_WSAS_FAILED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_XA_RBDEADLOCK - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_XA_RBROLLBACK - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_XA_RBTIMEOUT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_XA_RMERR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_XAER_DUPID - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_XAER_INVAL - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_XAER_NOTA - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_XAER_OUTSIDE - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ER_XAER_RMFAIL - 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
- ERROR_CODE_NULL_LOAD_BALANCED_CONNECTION - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- ERROR_CODE_REPLICATION_CONNECTION_WITH_NO_HOSTS - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- escapedSql - Variable in class com.mysql.jdbc.EscapeProcessorResult
- escapeEasternUnicodeByteStream(byte[], String) - 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.
- EscapeProcessor - Class in com.mysql.jdbc
-
EscapeProcessor performs all escape code processing as outlined in the JDBC spec by JavaSoft.
- EscapeProcessor() - Constructor for class com.mysql.jdbc.EscapeProcessor
- EscapeProcessorResult - Class in com.mysql.jdbc
-
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
- escapeQuote(String, String) - Static method in class com.mysql.jdbc.StringUtils
- escapeSQL(String, boolean, MySQLConnection) - Static method in class com.mysql.jdbc.EscapeProcessor
-
Escape process one string
- EscapeTokenizer - Class in com.mysql.jdbc
-
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.
- exceptionInterceptor - Variable in class com.mysql.jdbc.ResultSetRow
- ExceptionInterceptor - Interface in com.mysql.jdbc
- ExceptionInterceptorChain(String) - Constructor for class com.mysql.jdbc.ConnectionImpl.ExceptionInterceptorChain
- execSQL(StatementImpl, String, int, Buffer, int, int, boolean, String, Field[]) - Method in class com.mysql.jdbc.ConnectionImpl
-
Send a query to the server.
- execSQL(StatementImpl, String, int, Buffer, int, int, boolean, String, Field[]) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- execSQL(StatementImpl, String, int, Buffer, int, int, boolean, String, Field[]) - Method in interface com.mysql.jdbc.MySQLConnection
- execSQL(StatementImpl, String, int, Buffer, int, int, boolean, String, Field[], boolean) - Method in class com.mysql.jdbc.ConnectionImpl
- execSQL(StatementImpl, String, int, Buffer, int, int, boolean, String, Field[], boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- execSQL(StatementImpl, String, int, Buffer, int, int, boolean, String, Field[], boolean) - Method in interface com.mysql.jdbc.MySQLConnection
- execute() - Method in class com.mysql.jdbc.CallableStatement
- 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.StatementImpl
-
Execute a SQL statement that may return multiple results.
- execute(String, int) - Method in class com.mysql.jdbc.StatementImpl
- execute(String, int[]) - Method in class com.mysql.jdbc.StatementImpl
- execute(String, String[]) - Method in class com.mysql.jdbc.StatementImpl
- executeBatch() - Method in class com.mysql.jdbc.CallableStatement
- executeBatch() - Method in class com.mysql.jdbc.StatementImpl
-
JDBC 2.0 Submit a batch of commands to the database for execution.
- executeBatchedInserts(int) - Method in class com.mysql.jdbc.PreparedStatement
-
Rewrites the already prepared statement into a multi-value insert statement of 'statementsPerBatch' values and executes the entire batch using this new statement.
- executeBatchInternal() - Method in class com.mysql.jdbc.PreparedStatement
- executeBatchInternal() - Method in class com.mysql.jdbc.StatementImpl
- executeBatchSerially(int) - Method in class com.mysql.jdbc.PreparedStatement
-
Executes the current batch of statements by executing them one-by-one.
- executeBatchSerially(int) - Method in class com.mysql.jdbc.ServerPreparedStatement
- executeInternal(int, Buffer, boolean, boolean, Field[], boolean) - Method in class com.mysql.jdbc.PreparedStatement
-
Actually execute the prepared statement.
- executeInternal(int, Buffer, boolean, boolean, Field[], boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
- executeLargeBatch() - Method in class com.mysql.jdbc.CallableStatement
- executeLargeBatch() - Method in class com.mysql.jdbc.StatementImpl
-
JDBC 4.2 Same as
StatementImpl.executeBatch()but returns long[] instead of int[]. - executeLargeUpdate() - Method in class com.mysql.jdbc.CallableStatement
-
JDBC 4.2
- executeLargeUpdate() - Method in class com.mysql.jdbc.PreparedStatement
-
JDBC 4.2 Same as PreparedStatement.executeUpdate() but returns long instead of int.
- executeLargeUpdate(String) - Method in class com.mysql.jdbc.StatementImpl
-
JDBC 4.2 Same as
StatementImpl.executeUpdate(String)but returns long instead of int. - executeLargeUpdate(String, int) - Method in class com.mysql.jdbc.StatementImpl
-
JDBC 4.2 Same as
StatementImpl.executeUpdate(String, int)but returns long instead of int. - executeLargeUpdate(String, int[]) - Method in class com.mysql.jdbc.StatementImpl
-
JDBC 4.2 Same as
StatementImpl.executeUpdate(String, int[])but returns long instead of int. - executeLargeUpdate(String, String[]) - Method in class com.mysql.jdbc.StatementImpl
-
JDBC 4.2 Same as
StatementImpl.executeUpdate(String, String[])but returns long instead of int. - executeMetadataQuery(PreparedStatement) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
- executePreparedBatchAsMultiStatement(int) - Method in class com.mysql.jdbc.PreparedStatement
-
Rewrites the already prepared statement into a multi-statement query of 'statementsPerBatch' values and executes the entire batch using this new statement.
- executeQuery() - Method in class com.mysql.jdbc.CallableStatement
- 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.StatementImpl
-
Execute a SQL statement that returns a single ResultSet
- executeSimpleNonQuery(MySQLConnection, String) - Method in class com.mysql.jdbc.StatementImpl
- executeTopLevelOnly() - Method in class com.mysql.jdbc.LoadBalancedAutoCommitInterceptor
- executeTopLevelOnly() - Method in class com.mysql.jdbc.NoSubInterceptorWrapper
- executeTopLevelOnly() - Method in class com.mysql.jdbc.ReflectiveStatementInterceptorAdapter
- executeTopLevelOnly() - Method in interface com.mysql.jdbc.StatementInterceptor
-
Should the driver execute this interceptor only for the "original" top-level query, and not put it in the execution path for queries that may be executed from other interceptors?
- executeTopLevelOnly() - Method in interface com.mysql.jdbc.StatementInterceptorV2
-
Should the driver execute this interceptor only for the "original" top-level query, and not put it in the execution path for queries that may be executed from other interceptors?
- executeTopLevelOnly() - Method in class com.mysql.jdbc.V1toV2StatementInterceptorAdapter
- executeUpdate() - Method in class com.mysql.jdbc.CallableStatement
- executeUpdate() - Method in class com.mysql.jdbc.PreparedStatement
-
Execute a SQL INSERT, UPDATE or DELETE statement.
- executeUpdate(String) - Method in class com.mysql.jdbc.StatementImpl
-
Execute a SQL INSERT, UPDATE or DELETE statement.
- executeUpdate(String, int) - Method in class com.mysql.jdbc.StatementImpl
- executeUpdate(String, int[]) - Method in class com.mysql.jdbc.StatementImpl
- executeUpdate(String, String[]) - Method in class com.mysql.jdbc.StatementImpl
- executeUpdateInternal(boolean, boolean) - Method in class com.mysql.jdbc.PreparedStatement
- executeUpdateInternal(byte[][], InputStream[], boolean[], int[], boolean[], boolean) - Method in class com.mysql.jdbc.PreparedStatement
-
Added to allow batch-updates
- executeUpdateInternal(String, boolean, boolean) - Method in class com.mysql.jdbc.StatementImpl
- expandHostKeyValues(String) - Static method in class com.mysql.jdbc.NonRegisteringDriver
-
Expands hosts of the form address=(protocol=tcp)(host=localhost)(port=3306) into a java.util.Properties.
- explainSlowQuery(byte[], String) - Method in class com.mysql.jdbc.MysqlIO
-
Runs an 'EXPLAIN' on the given query and dumps the results to the log
- ExportControlled - Class in com.mysql.jdbc
-
Holds functionality that falls under export-control regulations.
- ExportControlled.StandardSSLSocketFactory - Class in com.mysql.jdbc
-
Implementation of internal socket factory to wrap the SSL socket.
- ExportControlled.X509TrustManagerWrapper - Class in com.mysql.jdbc
-
Implementation of X509TrustManager wrapping JVM X509TrustManagers to add expiration check
- exposeAsDriverPropertyInfo(Properties, int) - Static method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
Exposes all ConnectionPropertyInfo instances as DriverPropertyInfo
- exposeAsDriverPropertyInfoInternal(Properties, int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- exposeAsProperties(Properties) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- exposeAsProperties(Properties, boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- exposeAsXml() - Method in interface com.mysql.jdbc.ConnectionProperties
-
Returns a description of the connection properties as an XML document.
- exposeAsXml() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- exposeAsXml() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- Extension - Interface in com.mysql.jdbc
- extractForeignKeyForTable(ArrayList, ResultSet, String) - Method in class com.mysql.jdbc.DatabaseMetaData
-
Extracts foreign key info for one table.
- extractForeignKeyFromCreateTable(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.ConnectionImpl
- extractSqlFromPacket(String, Buffer, int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- extractSqlFromPacket(String, Buffer, int) - Method in interface com.mysql.jdbc.MySQLConnection
F
- FailoverConnectionProxy - Class in com.mysql.jdbc
-
A proxy for a dynamic com.mysql.jdbc.Connection implementation that provides failover features for list of hosts.
- FailoverConnectionProxy.FailoverJdbcInterfaceProxy - Class in com.mysql.jdbc
-
Proxy class to intercept and deal with errors that may occur in any object bound to the current connection.
- FailoverJdbcInterfaceProxy(Object) - Constructor for class com.mysql.jdbc.FailoverConnectionProxy.FailoverJdbcInterfaceProxy
- fallBackToPrimaryIfAvailable() - Method in class com.mysql.jdbc.FailoverConnectionProxy
-
Falls back to primary host or keep current connection if primary not available.
- fastClientCal - Variable in class com.mysql.jdbc.ResultSetImpl
- fastDateCreate(boolean, Calendar, Calendar, int, int, int) - Static method in class com.mysql.jdbc.TimeUtil
- fastDateCreate(int, int, int, Calendar) - Static method in class com.mysql.jdbc.TimeUtil
- fastDateCreate(Calendar, int, int, int) - Method in class com.mysql.jdbc.ResultSetImpl
- fastDefaultCal - Variable in class com.mysql.jdbc.ResultSetImpl
- fastSkipLenByteArray() - Method in class com.mysql.jdbc.Buffer
- fastSkipLenString() - Method in class com.mysql.jdbc.Buffer
-
Skip over a length-encoded string
- fastTimeCreate(int, int, int, Calendar, ExceptionInterceptor) - Static method in class com.mysql.jdbc.TimeUtil
- fastTimeCreate(Calendar, int, int, int) - Method in class com.mysql.jdbc.ResultSetImpl
- fastTimeCreate(Calendar, int, int, int, ExceptionInterceptor) - Static method in class com.mysql.jdbc.TimeUtil
- fastTimestampCreate(boolean, Calendar, Calendar, int, int, int, int, int, int, int) - Static method in class com.mysql.jdbc.TimeUtil
- fastTimestampCreate(Calendar, int, int, int, int, int, int, int, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
- fastTimestampCreate(TimeZone, int, int, int, int, int, int, int) - Static method in class com.mysql.jdbc.TimeUtil
- fetchDirection - Variable in class com.mysql.jdbc.ResultSetImpl
-
The direction to fetch rows (always FETCH_FORWARD)
- fetchRowsViaCursor(List, long, Field[], int, boolean) - Method in class com.mysql.jdbc.MysqlIO
- fetchSize - Variable in class com.mysql.jdbc.ResultSetImpl
-
The number of rows to fetch in one go...
- Field - Class in com.mysql.jdbc
-
Field is a class used to describe fields in a ResultSet
- Field(MySQLConnection, byte[], int, int, int, int, int, int, int, int, int, int, long, int, short, int, int, int, int) - Constructor for class com.mysql.jdbc.Field
-
Constructor used when communicating with 4.1 and newer servers
- Field(MySQLConnection, 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.
- Field(String, String, int, int, int) - Constructor for class com.mysql.jdbc.Field
-
Used by prepared statements to re-use result set data conversion methods when generating bound parmeter retrieval instance for statement interceptors.
- 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_JSON - Static variable in class com.mysql.jdbc.MysqlDefs
- FIELD_TYPE_LONG - Static variable in class com.mysql.jdbc.MysqlDefs
- FIELD_TYPE_LONG_BLOB - Static variable in class com.mysql.jdbc.MysqlDefs
- FIELD_TYPE_LONGLONG - Static variable in class com.mysql.jdbc.MysqlDefs
- FIELD_TYPE_MEDIUM_BLOB - Static variable in class com.mysql.jdbc.MysqlDefs
- FIELD_TYPE_NEW_DECIMAL - Static variable in class com.mysql.jdbc.MysqlDefs
- FIELD_TYPE_NEWDATE - 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_VAR_STRING - Static variable in class com.mysql.jdbc.MysqlDefs
- FIELD_TYPE_VARCHAR - Static variable in class com.mysql.jdbc.MysqlDefs
- FIELD_TYPE_YEAR - Static variable in class com.mysql.jdbc.MysqlDefs
- fields - Variable in class com.mysql.jdbc.CachedResultSetMetaData
-
Cached Field info
- fields - Variable in class com.mysql.jdbc.ResultSetImpl
-
The fields for this result set
- fields - Variable in class com.mysql.jdbc.ResultSetMetaData
- fillSendPacket() - 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.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.ServerPreparedStatement
- findCharset(String) - Static method in class com.mysql.jdbc.StringUtils
- findColumn(String) - Method in class com.mysql.jdbc.ResultSetImpl
- findStartOfStatement(String) - Static method in class com.mysql.jdbc.StatementImpl
- first() - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0
- first() - Method in class com.mysql.jdbc.UpdatableResultSet
-
JDBC 2.0
- firstAlphaCharUc(String, int) - Static method in class com.mysql.jdbc.StringUtils
- firstCharOfQuery - Variable in class com.mysql.jdbc.ResultSetImpl
-
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
- firstNonWsCharUc(String, int) - Static method in class com.mysql.jdbc.StringUtils
- 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
- fixParameterName(String) - Method in class com.mysql.jdbc.CallableStatement
-
Adds 'at' symbol to beginning of parameter names if needed.
- floatBinding - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
- forceClose() - Method in class com.mysql.jdbc.MysqlIO
-
Forcibly closes the underlying socket to MySQL.
- forceClose() - Method in class com.mysql.jdbc.NetworkResources
-
Forcibly closes the underlying socket to MySQL.
- forEach(T) - Method in class com.mysql.jdbc.IterateBlock
- formatNanos(int, boolean, int) - Static method in class com.mysql.jdbc.TimeUtil
-
Return a string representation of a fractional seconds part.
- foundLoadData - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
- free() - Method in class com.mysql.jdbc.Blob
-
This method frees the
Blobobject and releases the resources that it holds. - free() - Method in class com.mysql.jdbc.BlobFromLocator
- free() - Method in class com.mysql.jdbc.Clob
- free() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
- fullColumnNameToIndex - Variable in class com.mysql.jdbc.CachedResultSetMetaData
-
Map of fully-specified column names to column indices
- fullColumnNameToIndex - Variable in class com.mysql.jdbc.ResultSetImpl
-
Map of fully-specified column names to column indices
- fullIteration() - Method in class com.mysql.jdbc.IterateBlock
- FUNCTION - Enum constant in enum class com.mysql.jdbc.DatabaseMetaData.ProcedureType
- FUNCTION_COLUMN_IN - Enum constant in enum class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant
- FUNCTION_COLUMN_INOUT - Enum constant in enum class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant
- FUNCTION_COLUMN_OUT - Enum constant in enum class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant
- FUNCTION_COLUMN_RESULT - Enum constant in enum class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant
- FUNCTION_COLUMN_RETURN - Enum constant in enum class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant
- FUNCTION_COLUMN_UNKNOWN - Enum constant in enum class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant
- FUNCTION_NO_NULLS - Enum constant in enum class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant
- FUNCTION_NULLABLE - Enum constant in enum class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant
- FUNCTION_NULLABLE_UNKNOWN - Enum constant in enum class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant
G
- generateConnectionCommentBlock(StringBuilder) - Method in class com.mysql.jdbc.ConnectionImpl
- generateConnectionCommentBlock(StringBuilder) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- generateConnectionCommentBlock(StringBuilder) - Method in interface com.mysql.jdbc.MySQLConnection
- generatedKeyAlwaysReturned() - Method in class com.mysql.jdbc.DatabaseMetaData
- generatedKeysResults - Variable in class com.mysql.jdbc.StatementImpl
- generatePingResultSet() - Method in class com.mysql.jdbc.StatementImpl
- 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) - Method in class com.mysql.jdbc.PerConnectionLRUFactory.PerConnectionLRU
- get(String) - Static method in class com.mysql.jdbc.SQLError
- get(K) - Method in interface com.mysql.jdbc.CacheAdapter
- getAcceptedIssuers() - Method in class com.mysql.jdbc.ExportControlled.X509TrustManagerWrapper
- getActiveConnectionCount() - Method in class com.mysql.jdbc.ReplicationConnectionGroup
- getActiveConnectionCount(String) - Static method in class com.mysql.jdbc.ReplicationConnectionGroupManager
- getActiveHostCount() - Method in class com.mysql.jdbc.ConnectionGroup
- getActiveHostCount(String) - Static method in class com.mysql.jdbc.ConnectionGroupManager
- getActiveHostLists(String) - Static method in class com.mysql.jdbc.ConnectionGroupManager
- getActiveLogicalConnectionCount() - Method in class com.mysql.jdbc.ConnectionGroup
- getActiveLogicalConnectionCount(String) - Static method in class com.mysql.jdbc.ConnectionGroupManager
- getActiveMySQLConnection() - Method in class com.mysql.jdbc.ConnectionImpl
- getActiveMySQLConnection() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getActiveMySQLConnection() - Method in interface com.mysql.jdbc.MySQLConnection
- getActiveMySQLConnection() - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- getActivePhysicalConnectionCount() - Method in class com.mysql.jdbc.ConnectionGroup
- getActivePhysicalConnectionCount() - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
- getActivePhysicalConnectionCount(String) - Static method in class com.mysql.jdbc.ConnectionGroupManager
- getActiveStatementCount() - Method in interface com.mysql.jdbc.Connection
-
Returns the number of statements active on this connection, which haven't been .close()d.
- getActiveStatementCount() - Method in class com.mysql.jdbc.ConnectionImpl
- getActiveStatementCount() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getActiveStatementCount() - Method in interface com.mysql.jdbc.MySQLConnection
- getAllowableValues() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.BooleanConnectionProperty
- getAllowableValues() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- getAllowableValues() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
- getAllowLoadLocalInfile() - Method in interface com.mysql.jdbc.ConnectionProperties
- getAllowLoadLocalInfile() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getAllowLoadLocalInfile() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getAllowMasterDownConnections() - Method in interface com.mysql.jdbc.ConnectionProperties
- getAllowMasterDownConnections() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getAllowMasterDownConnections() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getAllowMasterDownConnections() - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- getAllowMultiQueries() - Method in interface com.mysql.jdbc.ConnectionProperties
- getAllowMultiQueries() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getAllowMultiQueries() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getAllowNanAndInf() - Method in interface com.mysql.jdbc.ConnectionProperties
- getAllowNanAndInf() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getAllowNanAndInf() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getAllowPublicKeyRetrieval() - Method in interface com.mysql.jdbc.ConnectionProperties
- getAllowPublicKeyRetrieval() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getAllowPublicKeyRetrieval() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getAllowSlaveDownConnections() - Method in interface com.mysql.jdbc.ConnectionProperties
- getAllowSlaveDownConnections() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getAllowSlaveDownConnections() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getAllowUrlInLocalInfile() - Method in interface com.mysql.jdbc.ConnectionProperties
- getAllowUrlInLocalInfile() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getAllowUrlInLocalInfile() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getAlwaysSendSetIsolation() - Method in interface com.mysql.jdbc.ConnectionProperties
- getAlwaysSendSetIsolation() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getAlwaysSendSetIsolation() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getArray(int) - Method in class com.mysql.jdbc.CallableStatement
- getArray(int) - Method in interface com.mysql.jdbc.ParameterBindings
- getArray(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getArray(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0 Get an array column.
- getArray(String) - Method in class com.mysql.jdbc.CallableStatement
- getArray(String) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0 Get an array column.
- getAsciiStream() - Method in class com.mysql.jdbc.Clob
- getAsciiStream(int) - Method in interface com.mysql.jdbc.ParameterBindings
- getAsciiStream(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getAsciiStream(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.ResultSetImpl
- getAsDriverPropertyInfo() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- getAt(int) - Method in interface com.mysql.jdbc.RowData
-
Only works on non dynamic result sets.
- getAt(int) - Method in class com.mysql.jdbc.RowDataCursor
-
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
- getAttributes(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
- getAuthenticationPlugins() - Method in interface com.mysql.jdbc.ConnectionProperties
- getAuthenticationPlugins() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getAuthenticationPlugins() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getAutoClosePStmtStreams() - Method in interface com.mysql.jdbc.ConnectionProperties
- getAutoClosePStmtStreams() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getAutoClosePStmtStreams() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getAutoCommit() - Method in class com.mysql.jdbc.ConnectionImpl
-
Gets the current auto-commit state
- getAutoCommit() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getAutoDeserialize() - Method in interface com.mysql.jdbc.ConnectionProperties
- getAutoDeserialize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getAutoDeserialize() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getAutoGenerateTestcaseScript() - Method in interface com.mysql.jdbc.ConnectionProperties
- getAutoGenerateTestcaseScript() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getAutoGenerateTestcaseScript() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getAutoIncrementIncrement() - Method in interface com.mysql.jdbc.Connection
-
Returns the -session- value of 'auto_increment_increment' from the server if it exists, or '1' if not.
- getAutoIncrementIncrement() - Method in class com.mysql.jdbc.ConnectionImpl
- getAutoIncrementIncrement() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getAutoIncrementIncrement() - Method in interface com.mysql.jdbc.MySQLConnection
- getAutoReconnectForPools() - Method in interface com.mysql.jdbc.ConnectionProperties
- getAutoReconnectForPools() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getAutoReconnectForPools() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getAutoSlowLog() - Method in interface com.mysql.jdbc.ConnectionProperties
- getAutoSlowLog() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getAutoSlowLog() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getBatchedArgs() - Method in class com.mysql.jdbc.StatementImpl
-
Get the batched args as added by the addBatch method(s).
- getBatchedGeneratedKeys(int) - Method in class com.mysql.jdbc.StatementImpl
- getBatchedGeneratedKeys(Statement) - Method in class com.mysql.jdbc.StatementImpl
- 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) - Method in interface com.mysql.jdbc.ParameterBindings
- getBigDecimal(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getBigDecimal(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.CallableStatement
-
Deprecated.
- getBigDecimal(int, int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Deprecated.
- getBigDecimal(String) - Method in class com.mysql.jdbc.CallableStatement
- getBigDecimal(String) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.ResultSetImpl
-
Deprecated.
- getBinaryInputStream(int) - Method in class com.mysql.jdbc.BufferRow
- getBinaryInputStream(int) - Method in class com.mysql.jdbc.ByteArrayRow
- getBinaryInputStream(int) - Method in class com.mysql.jdbc.ResultSetRow
-
Returns data at the given index as an InputStream with no character conversion.
- getBinaryPassword(int[], boolean) - Static method in class com.mysql.jdbc.Security
- 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() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
- getBinaryStream(int) - Method in interface com.mysql.jdbc.ParameterBindings
- getBinaryStream(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getBinaryStream(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
A column value can also be retrieved as a binary stream.
- getBinaryStream(long, long) - Method in class com.mysql.jdbc.Blob
-
Returns an
InputStreamobject that contains a partialBlobvalue, starting with the byte specified by pos, which is length bytes in length. - getBinaryStream(long, long) - Method in class com.mysql.jdbc.BlobFromLocator
- getBinaryStream(String) - Method in class com.mysql.jdbc.ResultSetImpl
- getBinding(int, boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
-
Returns the structure representing the value that (can be)/(is) bound at the given parameter index.
- getBlob(int) - Method in class com.mysql.jdbc.CallableStatement
- getBlob(int) - Method in interface com.mysql.jdbc.ParameterBindings
- getBlob(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getBlob(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0 Get a BLOB column.
- getBlob(String) - Method in class com.mysql.jdbc.CallableStatement
- getBlob(String) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0 Get a BLOB column.
- getBlobsAreStrings() - Method in interface com.mysql.jdbc.ConnectionProperties
- getBlobsAreStrings() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getBlobsAreStrings() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getBlobSendChunkSize() - Method in interface com.mysql.jdbc.ConnectionProperties
- getBlobSendChunkSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getBlobSendChunkSize() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getBoolean(int) - Method in class com.mysql.jdbc.CallableStatement
- getBoolean(int) - Method in interface com.mysql.jdbc.ParameterBindings
- getBoolean(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getBoolean(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a Java boolean
- getBoolean(String) - Method in class com.mysql.jdbc.CallableStatement
- getBoolean(String) - Method in class com.mysql.jdbc.ResultSetImpl
- getBoundLength() - Method in class com.mysql.jdbc.ServerPreparedStatement.BindValue
- getBufferSource() - Method in class com.mysql.jdbc.Buffer
- getBufLength() - Method in class com.mysql.jdbc.Buffer
- getByte(int) - Method in class com.mysql.jdbc.CallableStatement
- getByte(int) - Method in interface com.mysql.jdbc.ParameterBindings
- getByte(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getByte(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a Java byte.
- getByte(String) - Method in class com.mysql.jdbc.CallableStatement
- getByte(String) - Method in class com.mysql.jdbc.ResultSetImpl
- getByteBuffer() - Method in class com.mysql.jdbc.Buffer
-
Returns the array of bytes this Buffer is using to read from.
- getBytes(char[]) - Static method in class com.mysql.jdbc.StringUtils
- getBytes(char[], int, int) - Static method in class com.mysql.jdbc.StringUtils
- getBytes(char[], int, int, String) - Static method in class com.mysql.jdbc.StringUtils
- getBytes(char[], SingleByteCharsetConverter, String, String, boolean, ExceptionInterceptor) - Static method in class com.mysql.jdbc.StringUtils
-
Returns the byte[] representation of the given char[] (re)using the given charset converter, and the given encoding.
- getBytes(char[], SingleByteCharsetConverter, String, String, int, int, boolean, ExceptionInterceptor) - Static method in class com.mysql.jdbc.StringUtils
-
Returns the byte[] representation of subset of the given char[] (re)using the given charset converter, and the given encoding.
- getBytes(char[], String) - Static method in class com.mysql.jdbc.StringUtils
- getBytes(char[], String, String, boolean, MySQLConnection, ExceptionInterceptor) - Static method in class com.mysql.jdbc.StringUtils
-
Returns the byte[] representation of the given char[] (re)using a cached charset converter, and the given encoding.
- getBytes(int) - Method in class com.mysql.jdbc.Buffer
- getBytes(int) - Method in class com.mysql.jdbc.CallableStatement
- getBytes(int) - Method in interface com.mysql.jdbc.ParameterBindings
- getBytes(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getBytes(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a Java byte array.
- getBytes(int) - Method in class com.mysql.jdbc.ServerPreparedStatement
- getBytes(int, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
- getBytes(int, int) - Method in class com.mysql.jdbc.Buffer
- 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(String) - Method in class com.mysql.jdbc.CallableStatement
- getBytes(String) - Method in class com.mysql.jdbc.ResultSetImpl
- getBytes(String) - Static method in class com.mysql.jdbc.StringUtils
- getBytes(String, int, int) - Static method in class com.mysql.jdbc.StringUtils
- getBytes(String, int, int, String) - Static method in class com.mysql.jdbc.StringUtils
- getBytes(String, SingleByteCharsetConverter, String, String, boolean, ExceptionInterceptor) - 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, ExceptionInterceptor) - Static method in class com.mysql.jdbc.StringUtils
-
Returns the byte[] representation of a substring of the given string (re)using the given charset converter, and the given encoding.
- getBytes(String, String) - Static method in class com.mysql.jdbc.StringUtils
- getBytes(String, String, String, boolean, MySQLConnection, ExceptionInterceptor) - Static method in class com.mysql.jdbc.StringUtils
-
Returns the byte[] representation of the given string (re)using a cached charset converter, and the given encoding.
- getBytes(String, String, String, int, int, boolean, MySQLConnection, ExceptionInterceptor) - Static method in class com.mysql.jdbc.StringUtils
-
Returns the byte[] representation of a substring of the given string (re)using a cached charset converter, and the given encoding.
- getBytesInternal(PreparedStatement, long, int) - Method in class com.mysql.jdbc.BlobFromLocator
- getBytesNullTerminated(String, String) - Static method in class com.mysql.jdbc.StringUtils
- getBytesRepresentation(int) - Method in class com.mysql.jdbc.PreparedStatement
- getBytesRepresentationForBatch(int, int) - Method in class com.mysql.jdbc.PreparedStatement
-
Get bytes representation for a parameter in a statement batch.
- getBytesSize() - Method in class com.mysql.jdbc.BufferRow
- getBytesSize() - Method in class com.mysql.jdbc.ByteArrayRow
- getBytesSize() - Method in class com.mysql.jdbc.ResultSetImpl
- getBytesSize() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
- getBytesSize() - Method in class com.mysql.jdbc.ResultSetRow
- getBytesWrapped(String, char, char, SingleByteCharsetConverter, String, String, boolean, ExceptionInterceptor) - Static method in class com.mysql.jdbc.StringUtils
-
Returns the byte[] representation of the given string properly wrapped between the given char delimiters, (re)using the given charset converter, and the given encoding.
- getCacheCallableStatements() - Method in interface com.mysql.jdbc.ConnectionProperties
- getCacheCallableStatements() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getCacheCallableStatements() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getCacheCallableStmts() - Method in interface com.mysql.jdbc.ConnectionProperties
- getCacheCallableStmts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getCacheCallableStmts() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getCacheDefaultTimezone() - Method in interface com.mysql.jdbc.ConnectionProperties
- getCacheDefaultTimezone() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getCacheDefaultTimezone() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getCachedMetaData(String) - Method in class com.mysql.jdbc.ConnectionImpl
-
Returns cached metadata (or null if not cached) for the given query, which must match _exactly_.
- getCachedMetaData(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getCachedMetaData(String) - Method in interface com.mysql.jdbc.MySQLConnection
- getCachePreparedStatements() - Method in interface com.mysql.jdbc.ConnectionProperties
- getCachePreparedStatements() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getCachePreparedStatements() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getCachePrepStmts() - Method in interface com.mysql.jdbc.ConnectionProperties
- getCachePrepStmts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getCachePrepStmts() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getCacheResultSetMetadata() - Method in interface com.mysql.jdbc.ConnectionProperties
- getCacheResultSetMetadata() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getCacheResultSetMetadata() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getCacheServerConfiguration() - Method in interface com.mysql.jdbc.ConnectionProperties
- getCacheServerConfiguration() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getCacheServerConfiguration() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getCalendarInstanceForSessionOrNew() - Method in class com.mysql.jdbc.ConnectionImpl
-
Optimization to only use one calendar per-session, or calculate it for each call, depending on user configuration
- getCalendarInstanceForSessionOrNew() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getCalendarInstanceForSessionOrNew() - Method in interface com.mysql.jdbc.MySQLConnection
- getCalendarInstanceForSessionOrNew() - Method in class com.mysql.jdbc.ResultSetImpl
-
Optimization to only use one calendar per-session, or calculate it for each call, depending on user configuration
- getCalendarInstanceForSessionOrNew() - Method in class com.mysql.jdbc.StatementImpl
-
Optimization to only use one calendar per-session, or calculate it for each call, depending on user configuration
- getCallableStatementCacheSize() - Method in interface com.mysql.jdbc.ConnectionProperties
- getCallableStatementCacheSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getCallableStatementCacheSize() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getCallableStmtCacheSize() - Method in interface com.mysql.jdbc.ConnectionProperties
- getCallableStmtCacheSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getCallableStmtCacheSize() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getCancelTimer() - Method in class com.mysql.jdbc.ConnectionImpl
- getCancelTimer() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getCancelTimer() - Method in interface com.mysql.jdbc.MySQLConnection
- getCanonicalTimezone(String, ExceptionInterceptor) - 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
- getCapitalizeTypeNames() - Method in interface com.mysql.jdbc.ConnectionProperties
- getCapitalizeTypeNames() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getCapitalizeTypeNames() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getCatalog() - Method in class com.mysql.jdbc.ConnectionImpl
-
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.MultiHostMySQLConnection
- getCatalogIterator(String) - Method in class com.mysql.jdbc.DatabaseMetaData
- getCatalogName(int) - Method in class com.mysql.jdbc.ResultSetMetaData
-
What's a column's table's catalog name?
- getCatalogs() - Method in class com.mysql.jdbc.DatabaseMetaData
-
Get the catalog names available in this database.
- 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"?
- getCategoryName() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- getCharacterEncodingForErrorMessages(ConnectionImpl) - Static method in class com.mysql.jdbc.CharsetMapping
-
Returns the character encoding for error messages returned from the server.
- getCharacterSetMetadata() - Method in class com.mysql.jdbc.ConnectionImpl
- getCharacterSetMetadata() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getCharacterSetMetadata() - Method in interface com.mysql.jdbc.MySQLConnection
- getCharacterSetResults() - Method in interface com.mysql.jdbc.ConnectionProperties
- getCharacterSetResults() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getCharacterSetResults() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getCharacterStream() - Method in class com.mysql.jdbc.Clob
- getCharacterStream() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
-
Retrieves the XML value designated by this SQLXML instance as a java.io.Reader object.
- getCharacterStream(int) - Method in class com.mysql.jdbc.JDBC4CallableStatement
- getCharacterStream(int) - Method in interface com.mysql.jdbc.ParameterBindings
- getCharacterStream(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getCharacterStream(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0
- getCharacterStream(long, long) - Method in class com.mysql.jdbc.Clob
- getCharacterStream(String) - Method in class com.mysql.jdbc.JDBC4CallableStatement
- getCharacterStream(String) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0
- getCharsetConverter(String) - Method in class com.mysql.jdbc.ConnectionImpl
-
Returns the locally mapped instance of a charset converter (to avoid overhead of static synchronization).
- getCharsetConverter(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getCharsetConverter(String) - Method in interface com.mysql.jdbc.MySQLConnection
- getCharsetNameForIndex(int) - Method in class com.mysql.jdbc.ConnectionImpl
-
Deprecated.
- getCharsetNameForIndex(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
-
Deprecated.replaced by
getEncodingForIndex(int charsetIndex) - getCharsetNameForIndex(int) - Method in interface com.mysql.jdbc.MySQLConnection
-
Deprecated.replaced by
getEncodingForIndex(int collationIndex) - getClassNameForJavaType(int, boolean, int, boolean, boolean, boolean) - Static method in class com.mysql.jdbc.ResultSetMetaData
- getClientCertificateKeyStorePassword() - Method in interface com.mysql.jdbc.ConnectionProperties
- getClientCertificateKeyStorePassword() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getClientCertificateKeyStorePassword() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getClientCertificateKeyStoreType() - Method in interface com.mysql.jdbc.ConnectionProperties
- getClientCertificateKeyStoreType() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getClientCertificateKeyStoreType() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getClientCertificateKeyStoreUrl() - Method in interface com.mysql.jdbc.ConnectionProperties
- getClientCertificateKeyStoreUrl() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getClientCertificateKeyStoreUrl() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getClientInfo() - Method in class com.mysql.jdbc.JDBC4Connection
- getClientInfo() - Method in class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
- getClientInfo() - Method in class com.mysql.jdbc.JDBC4MultiHostMySQLConnection
- getClientInfo() - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
- getClientInfo() - Method in class com.mysql.jdbc.JDBC4ReplicationMySQLConnection
- getClientInfo(String) - Method in class com.mysql.jdbc.JDBC4Connection
- getClientInfo(String) - Method in class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
- getClientInfo(String) - Method in class com.mysql.jdbc.JDBC4MultiHostMySQLConnection
- getClientInfo(String) - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
- getClientInfo(String) - Method in class com.mysql.jdbc.JDBC4ReplicationMySQLConnection
- getClientInfo(Connection) - Method in interface com.mysql.jdbc.JDBC4ClientInfoProvider
-
Returns the client info for the connection that this provider instance belongs to.
- getClientInfo(Connection) - Method in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
- getClientInfo(Connection) - Method in class com.mysql.jdbc.JDBC4CommentClientInfoProvider
- getClientInfo(Connection, String) - Method in interface com.mysql.jdbc.JDBC4ClientInfoProvider
-
Returns the client info for the connection that this provider instance belongs to.
- getClientInfo(Connection, String) - Method in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
- getClientInfo(Connection, String) - Method in class com.mysql.jdbc.JDBC4CommentClientInfoProvider
- getClientInfoBulkSp - Variable in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
- getClientInfoProperties() - Method in class com.mysql.jdbc.DatabaseMetaData
-
Retrieves a list of the client info properties that the driver supports.
- getClientInfoProvider() - Method in interface com.mysql.jdbc.ConnectionProperties
- getClientInfoProvider() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getClientInfoProvider() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getClientInfoProviderImpl() - Method in class com.mysql.jdbc.JDBC4Connection
- getClientInfoProviderImpl() - Method in class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
- getClientInfoProviderImpl() - Method in class com.mysql.jdbc.JDBC4MultiHostMySQLConnection
- getClientInfoProviderImpl() - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
- getClientInfoProviderImpl() - Method in class com.mysql.jdbc.JDBC4ReplicationMySQLConnection
- getClientInfoSp - Variable in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
- getClob(int) - Method in class com.mysql.jdbc.CallableStatement
- getClob(int) - Method in interface com.mysql.jdbc.ParameterBindings
- getClob(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getClob(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0 Get a CLOB column.
- getClob(String) - Method in class com.mysql.jdbc.CallableStatement
- getClob(String) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0 Get a CLOB column.
- getClobberStreamingResults() - Method in interface com.mysql.jdbc.ConnectionProperties
- getClobberStreamingResults() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getClobberStreamingResults() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getClobCharacterEncoding() - Method in interface com.mysql.jdbc.ConnectionProperties
- getClobCharacterEncoding() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getClobCharacterEncoding() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getClosedHosts() - Method in class com.mysql.jdbc.ConnectionGroup
- getCollation() - Method in class com.mysql.jdbc.Field
- getCollationIndex() - Method in class com.mysql.jdbc.Field
- getCollationIndexForJavaEncoding(String, Connection) - Static method in class com.mysql.jdbc.CharsetMapping
- 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() - Method in class com.mysql.jdbc.Field
- 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?
- getColumnNameToIndex() - Method in class com.mysql.jdbc.CachedResultSetMetaData
- getColumnPrivileges(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
-
Get a description of the access rights for a table's columns.
- getColumnPrivileges(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
-
Get a description of the access rights for a table's columns.
- getColumns(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
-
Get a description of table columns available in a catalog.
- getColumns(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
-
Get a description of table columns available in a catalog.
- getColumnType(boolean, boolean, boolean, boolean) - Method in class com.mysql.jdbc.DatabaseMetaData
-
Determines the COLUMN_TYPE information based on parameter type (IN, OUT or INOUT) or function return parameter.
- getColumnType(boolean, boolean, boolean, boolean) - Method in class com.mysql.jdbc.JDBC4DatabaseMetaData
-
This method overrides DatabaseMetaData#getColumnType(boolean, boolean, boolean, boolean).
- getColumnType(boolean, boolean, boolean, boolean) - Method in class com.mysql.jdbc.JDBC4DatabaseMetaDataUsingInfoSchema
-
Overrides DatabaseMetaData#getColumnType(boolean, boolean, boolean, boolean).
- getColumnType(int) - Method in class com.mysql.jdbc.ResultSetMetaData
-
What is a column's SQL Type?
- getColumnTypeName(int) - Method in class com.mysql.jdbc.ResultSetMetaData
-
Whats is the column's data source specific type name?
- getColumnValue(int) - Method in class com.mysql.jdbc.BufferRow
- getColumnValue(int) - Method in class com.mysql.jdbc.ByteArrayRow
- getColumnValue(int) - Method in class com.mysql.jdbc.ResultSetRow
-
Returns the value at the given column (index starts at 0) "raw" (i.e. as-returned by the server).
- getCommandCount() - Method in class com.mysql.jdbc.MysqlIO
- getCompensateOnDuplicateKeyUpdateCounts() - Method in interface com.mysql.jdbc.ConnectionProperties
- getCompensateOnDuplicateKeyUpdateCounts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getCompensateOnDuplicateKeyUpdateCounts() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getConcurrency() - Method in class com.mysql.jdbc.ResultSetImpl
-
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.
- 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.StatementImpl
-
JDBC 2.0 Return the Connection that produced the Statement.
- getConnectionAttributes() - Method in interface com.mysql.jdbc.ConnectionProperties
- getConnectionAttributes() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getConnectionAttributes() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getConnectionAttributes() - Method in interface com.mysql.jdbc.MySQLConnection
- getConnectionCollation() - Method in interface com.mysql.jdbc.ConnectionProperties
- getConnectionCollation() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getConnectionCollation() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getConnectionCount() - Method in class com.mysql.jdbc.ReplicationConnectionGroup
- getConnectionCountWithHostAsMaster(String) - Method in class com.mysql.jdbc.ReplicationConnectionGroup
- getConnectionCountWithHostAsMaster(String, String) - Static method in class com.mysql.jdbc.ReplicationConnectionGroupManager
- getConnectionCountWithHostAsSlave(String) - Method in class com.mysql.jdbc.ReplicationConnectionGroup
- getConnectionCountWithHostAsSlave(String, String) - Static method in class com.mysql.jdbc.ReplicationConnectionGroupManager
- getConnectionGroup(String) - Static method in class com.mysql.jdbc.ConnectionGroupManager
- getConnectionGroup(String) - Static method in class com.mysql.jdbc.ReplicationConnectionGroupManager
- getConnectionGroupId() - Method in interface com.mysql.jdbc.ReplicationConnection
- getConnectionGroupId() - Method in class com.mysql.jdbc.ReplicationConnectionProxy
- getConnectionGroupId() - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- getConnectionGroupInstance(String) - Static method in class com.mysql.jdbc.ConnectionGroupManager
- getConnectionGroupInstance(String) - Static method in class com.mysql.jdbc.ReplicationConnectionGroupManager
- getConnectionGroupProxyID() - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
- getConnectionLifecycleInterceptors() - Method in interface com.mysql.jdbc.ConnectionProperties
- getConnectionLifecycleInterceptors() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getConnectionLifecycleInterceptors() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getConnectionMutex() - Method in interface com.mysql.jdbc.Connection
- getConnectionMutex() - Method in class com.mysql.jdbc.ConnectionImpl
- getConnectionMutex() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getConnectTimeout() - Method in interface com.mysql.jdbc.ConnectionProperties
- getConnectTimeout() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getConnectTimeout() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getContinueBatchOnError() - Method in interface com.mysql.jdbc.ConnectionProperties
- getContinueBatchOnError() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getContinueBatchOnError() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getCreateDatabaseIfNotExist() - Method in interface com.mysql.jdbc.ConnectionProperties
- getCreateDatabaseIfNotExist() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getCreateDatabaseIfNotExist() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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.)
- getCrossReference(String, String, String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
-
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.)
- getCurrentActiveHost() - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
- getCurrentConnection() - Method in interface com.mysql.jdbc.ReplicationConnection
- getCurrentConnection() - Method in class com.mysql.jdbc.ReplicationConnectionProxy
- getCurrentConnection() - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- 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.RowDataCursor
-
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
- getCurrentTimeNanosOrMillis() - Method in class com.mysql.jdbc.MysqlIO
- getCurrentTimeNanosOrMillis() - Static method in class com.mysql.jdbc.TimeUtil
- getCurrentTransactionDuration() - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
- getCursorName() - Method in class com.mysql.jdbc.ResultSetImpl
-
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
- 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) - Method in interface com.mysql.jdbc.ParameterBindings
- getDate(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getDate(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.CallableStatement
- getDate(int, Calendar) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.CallableStatement
- getDate(String) - Method in class com.mysql.jdbc.ResultSetImpl
- getDate(String, Calendar) - Method in class com.mysql.jdbc.CallableStatement
- getDate(String, Calendar) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a java.sql.Date object.
- getDateFast(int, byte[], int, int, MySQLConnection, ResultSetImpl, Calendar) - Method in class com.mysql.jdbc.ResultSetRow
- getDateFast(int, MySQLConnection, ResultSetImpl, Calendar) - Method in class com.mysql.jdbc.BufferRow
- getDateFast(int, MySQLConnection, ResultSetImpl, Calendar) - Method in class com.mysql.jdbc.ByteArrayRow
- getDateFast(int, MySQLConnection, ResultSetImpl, Calendar) - Method in class com.mysql.jdbc.ResultSetRow
- getDateTime(String) - Method in class com.mysql.jdbc.PreparedStatement
- getDecimals() - Method in class com.mysql.jdbc.Field
- getDefaultAuthenticationPlugin() - Method in interface com.mysql.jdbc.ConnectionProperties
- getDefaultAuthenticationPlugin() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getDefaultAuthenticationPlugin() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getDefaultFetchSize() - Method in interface com.mysql.jdbc.ConnectionProperties
- getDefaultFetchSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getDefaultFetchSize() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getDefaultTimeZone() - Method in class com.mysql.jdbc.ConnectionImpl
- getDefaultTimeZone() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getDefaultTimeZone() - Method in interface com.mysql.jdbc.MySQLConnection
- getDefaultTimeZone(boolean) - Static method in class com.mysql.jdbc.TimeUtil
- getDefaultTransactionIsolation() - Method in class com.mysql.jdbc.DatabaseMetaData
-
What's the database's default transaction isolation level?
- getDefaultValue() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- getDetectCustomCollations() - Method in interface com.mysql.jdbc.ConnectionProperties
- getDetectCustomCollations() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getDetectCustomCollations() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getDisabledAuthenticationPlugins() - Method in interface com.mysql.jdbc.ConnectionProperties
- getDisabledAuthenticationPlugins() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getDisabledAuthenticationPlugins() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getDisconnectOnExpiredPasswords() - Method in interface com.mysql.jdbc.ConnectionProperties
- getDisconnectOnExpiredPasswords() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getDisconnectOnExpiredPasswords() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getDontCheckOnDuplicateKeyUpdateInSQL() - Method in interface com.mysql.jdbc.ConnectionProperties
- getDontCheckOnDuplicateKeyUpdateInSQL() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getDontCheckOnDuplicateKeyUpdateInSQL() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getDontTrackOpenResources() - Method in interface com.mysql.jdbc.ConnectionProperties
- getDontTrackOpenResources() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getDontTrackOpenResources() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getDouble(int) - Method in class com.mysql.jdbc.CallableStatement
- getDouble(int) - Method in interface com.mysql.jdbc.ParameterBindings
- getDouble(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getDouble(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a Java double.
- getDouble(String) - Method in class com.mysql.jdbc.CallableStatement
- getDouble(String) - Method in class com.mysql.jdbc.ResultSetImpl
- getDoubleInternal(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Converts a string representation of a number to a double.
- getDoubleInternal(String, int) - Method in class com.mysql.jdbc.ResultSetImpl
-
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?
- getDumpMetadataOnColumnNotFound() - Method in interface com.mysql.jdbc.ConnectionProperties
- getDumpMetadataOnColumnNotFound() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getDumpMetadataOnColumnNotFound() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getDumpQueriesOnException() - Method in interface com.mysql.jdbc.ConnectionProperties
- getDumpQueriesOnException() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getDumpQueriesOnException() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getDynamicCalendars() - Method in interface com.mysql.jdbc.ConnectionProperties
- getDynamicCalendars() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getDynamicCalendars() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getElideSetAutoCommits() - Method in interface com.mysql.jdbc.ConnectionProperties
- getElideSetAutoCommits() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getElideSetAutoCommits() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getEmptyStringsConvertToZero() - Method in interface com.mysql.jdbc.ConnectionProperties
- getEmptyStringsConvertToZero() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getEmptyStringsConvertToZero() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getEmulateLocators() - Method in interface com.mysql.jdbc.ConnectionProperties
- getEmulateLocators() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getEmulateLocators() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getEmulateUnsupportedPstmts() - Method in interface com.mysql.jdbc.ConnectionProperties
- getEmulateUnsupportedPstmts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getEmulateUnsupportedPstmts() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getEnabledSSLCipherSuites() - Method in interface com.mysql.jdbc.ConnectionProperties
- getEnabledSSLCipherSuites() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getEnabledSSLCipherSuites() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getEnabledTLSProtocols() - Method in interface com.mysql.jdbc.ConnectionProperties
- getEnabledTLSProtocols() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getEnabledTLSProtocols() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getEnableEscapeProcessing() - Method in interface com.mysql.jdbc.ConnectionProperties
- getEnableEscapeProcessing() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getEnableEscapeProcessing() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getEnablePacketDebug() - Method in interface com.mysql.jdbc.ConnectionProperties
- getEnablePacketDebug() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getEnablePacketDebug() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getEnableQueryTimeouts() - Method in interface com.mysql.jdbc.ConnectionProperties
- getEnableQueryTimeouts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getEnableQueryTimeouts() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getEncoding() - Method in interface com.mysql.jdbc.ConnectionProperties
- getEncoding() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getEncoding() - Method in class com.mysql.jdbc.Field
-
Returns the Java encoding (if known) for this field.
- getEncoding() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getEncodingForHandshake() - Method in class com.mysql.jdbc.MysqlIO
-
Get the Java encoding to be used for the handshake response.
- getEncodingForIndex(int) - Method in class com.mysql.jdbc.ConnectionImpl
-
Returns the Java character encoding name for the given MySQL server charset index
- getEncodingForIndex(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getEncodingForIndex(int) - Method in interface com.mysql.jdbc.MySQLConnection
- getErrorCode() - Method in exception class com.mysql.jdbc.MysqlDataTruncation
- getErrorMessageEncoding() - Method in class com.mysql.jdbc.ConnectionImpl
- getErrorMessageEncoding() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getErrorMessageEncoding() - Method in interface com.mysql.jdbc.MySQLConnection
- getExceptionInterceptor() - Method in class com.mysql.jdbc.ConnectionImpl
- getExceptionInterceptor() - Method in interface com.mysql.jdbc.ConnectionProperties
- getExceptionInterceptor() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getExceptionInterceptor() - Method in class com.mysql.jdbc.DatabaseMetaData
- getExceptionInterceptor() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getExceptionInterceptor() - Method in interface com.mysql.jdbc.MySQLConnection
- getExceptionInterceptor() - Method in class com.mysql.jdbc.MysqlIO
- getExceptionInterceptor() - Method in class com.mysql.jdbc.ResultSetImpl
- getExceptionInterceptor() - Method in interface com.mysql.jdbc.Statement
- getExceptionInterceptor() - Method in class com.mysql.jdbc.StatementImpl
- getExceptionInterceptors() - Method in interface com.mysql.jdbc.ConnectionProperties
- getExceptionInterceptors() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getExceptionInterceptors() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getExplainSlowQueries() - Method in interface com.mysql.jdbc.ConnectionProperties
- getExplainSlowQueries() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getExplainSlowQueries() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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).
- getExportedKeys(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
-
Get a description of a foreign key columns that reference a table's primary key columns (the foreign keys exported by a table).
- getExportKeyResults(String, String, String, List, String) - Method in class com.mysql.jdbc.DatabaseMetaData
-
Adds to the tuples list the exported keys of exportingTable based on the keysComment from the 'show table status' sql command.
- 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 interface com.mysql.jdbc.ConnectionProperties
- getFailOverReadOnly() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getFailOverReadOnly() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getFetchDirection() - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0 Returns the fetch direction for this result set.
- getFetchDirection() - Method in class com.mysql.jdbc.StatementImpl
-
JDBC 2.0 Determine the fetch direction.
- getFetchSize() - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0 Return the fetch size for this result set.
- getFetchSize() - Method in class com.mysql.jdbc.StatementImpl
-
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
- getFields() - Method in class com.mysql.jdbc.CachedResultSetMetaData
- getFirstCharOfQuery() - Method in class com.mysql.jdbc.ResultSetImpl
-
Returns the first character of the query that this result set was created from.
- getFirstCharOfQuery() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
-
Returns the first character of the query that was issued to create this result set, upper-cased.
- getFloat(int) - Method in class com.mysql.jdbc.CallableStatement
- getFloat(int) - Method in interface com.mysql.jdbc.ParameterBindings
- getFloat(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getFloat(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a Java float.
- getFloat(String) - Method in class com.mysql.jdbc.CallableStatement
- getFloat(String) - Method in class com.mysql.jdbc.ResultSetImpl
- getForeignKeyActions(String) - Method in class com.mysql.jdbc.DatabaseMetaData
-
Returns the DELETE and UPDATE foreign key actions from the given 'SHOW TABLE STATUS' string, with the DELETE action being the first item in the array, and the UPDATE action being the second.
- getFullColumnNameToIndex() - Method in class com.mysql.jdbc.CachedResultSetMetaData
- getFullName() - Method in class com.mysql.jdbc.Field
- getFullOriginalName() - Method in class com.mysql.jdbc.Field
- getFullyQualifiedName(String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
-
Builds and returns a fully qualified name, quoted if necessary, for the given catalog and database entity.
- getFunctionColumns(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
-
Retrieves a description of the given catalog's system or user function parameters and return type.
- getFunctionColumns(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
-
Retrieves a description of the given catalog's system or user function parameters and return type.
- getFunctions(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
-
Retrieves a description of the system and user functions available in the given catalog.
- getFunctions(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
-
Retrieves a description of the system and user functions available in the given catalog.
- getFunctionsNeverReturnBlobs() - Method in interface com.mysql.jdbc.ConnectionProperties
- getFunctionsNeverReturnBlobs() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getFunctionsNeverReturnBlobs() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getGatherPerfMetrics() - Method in interface com.mysql.jdbc.ConnectionProperties
- getGatherPerfMetrics() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getGatherPerfMetrics() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getGatherPerformanceMetrics() - Method in interface com.mysql.jdbc.ConnectionProperties
- getGatherPerformanceMetrics() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getGatherPerformanceMetrics() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getGeneratedKeys() - Method in class com.mysql.jdbc.StatementImpl
- getGeneratedKeysInternal() - Method in class com.mysql.jdbc.StatementImpl
- getGeneratedKeysInternal(long) - Method in class com.mysql.jdbc.StatementImpl
- getGenerateSimpleParameterMetadata() - Method in interface com.mysql.jdbc.ConnectionProperties
- getGenerateSimpleParameterMetadata() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getGenerateSimpleParameterMetadata() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getGetProceduresReturnsFunctions() - Method in interface com.mysql.jdbc.ConnectionProperties
- getGetProceduresReturnsFunctions() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getGetProceduresReturnsFunctions() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getGlobalBlacklist() - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
-
Returns a local hosts blacklist, while cleaning up expired records from the global blacklist, or a blacklist with the hosts to be removed.
- getGmtCalendar() - Method in class com.mysql.jdbc.ResultSetImpl
- getGroupName() - Method in class com.mysql.jdbc.ConnectionGroup
- getGroupName() - Method in class com.mysql.jdbc.ReplicationConnectionGroup
- getGroupsMatching(String) - Static method in class com.mysql.jdbc.ReplicationConnectionGroupManager
- gethasParametersView() - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
- getHighAvailability() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getHoldability() - Method in class com.mysql.jdbc.ConnectionImpl
- getHoldability() - Method in class com.mysql.jdbc.JDBC4ResultSet
- getHoldability() - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- getHoldability() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getHoldResultsOpenOverStatementClose() - Method in interface com.mysql.jdbc.ConnectionProperties
- getHoldResultsOpenOverStatementClose() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getHoldResultsOpenOverStatementClose() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getHost() - Method in interface com.mysql.jdbc.Connection
- getHost() - Method in class com.mysql.jdbc.ConnectionImpl
- getHost() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getHost() - Method in interface com.mysql.jdbc.MySQLConnection
- getHost() - Method in class com.mysql.jdbc.MysqlIO
-
Returns the host this IO is connected to
- getHostPortPair() - Method in class com.mysql.jdbc.ConnectionImpl
- getHostPortPair() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getHostPortPair() - Method in interface com.mysql.jdbc.MySQLConnection
- getId() - Method in class com.mysql.jdbc.ConnectionImpl
- getId() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getId() - Method in interface com.mysql.jdbc.MySQLConnection
- getId() - Method in class com.mysql.jdbc.ResultSetImpl
- getId() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
- getId() - Method in interface com.mysql.jdbc.Statement
-
Returns the id used when profiling
- getId() - Method in class com.mysql.jdbc.StatementImpl
- getIdentifierQuoteString() - Method in class com.mysql.jdbc.DatabaseMetaData
-
What's the string used to quote SQL identifiers?
- getIdleFor() - Method in interface com.mysql.jdbc.Connection
-
Reports how long this connection has been idle.
- getIdleFor() - Method in class com.mysql.jdbc.ConnectionImpl
-
NOT JDBC-Compliant, but clients can use this method to determine how long this connection has been idle.
- getIdleFor() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getIdleFor() - Method in interface com.mysql.jdbc.MySQLConnection
- getIgnoreNonTxTables() - Method in interface com.mysql.jdbc.ConnectionProperties
- getIgnoreNonTxTables() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getIgnoreNonTxTables() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getImplementedInterfaces(Class) - Static method in class com.mysql.jdbc.Util
-
Retrieves a list with all interfaces implemented by the given class.
- 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).
- getImportedKeys(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
-
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).
- getImportKeyResults(String, String, String, List) - Method in class com.mysql.jdbc.DatabaseMetaData
-
Populates the tuples list with the imported keys of importingTable based on the keysComment from the 'show table status' sql command.
- getIncludeInnodbStatusInDeadlockExceptions() - Method in interface com.mysql.jdbc.ConnectionProperties
- getIncludeInnodbStatusInDeadlockExceptions() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getIncludeInnodbStatusInDeadlockExceptions() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getIncludeThreadDumpInDeadlockExceptions() - Method in interface com.mysql.jdbc.ConnectionProperties
- getIncludeThreadDumpInDeadlockExceptions() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getIncludeThreadDumpInDeadlockExceptions() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getIncludeThreadNamesAsStatementComment() - Method in interface com.mysql.jdbc.ConnectionProperties
- getIncludeThreadNamesAsStatementComment() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getIncludeThreadNamesAsStatementComment() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getIndexInfo(String, String, String, boolean, boolean) - Method in class com.mysql.jdbc.DatabaseMetaData
-
Get a description of a table's indices and statistics.
- getIndexInfo(String, String, String, boolean, boolean) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
-
Get a description of a table's indices and statistics.
- getInitialHosts() - Method in class com.mysql.jdbc.ConnectionGroup
- getInitialTimeout() - Method in interface com.mysql.jdbc.ConnectionProperties
- getInitialTimeout() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getInitialTimeout() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getInputStream() - Method in class com.mysql.jdbc.NamedPipeSocketFactory.NamedPipeSocket
- getInstance(long, long, MySQLConnection, StatementImpl) - Static method in class com.mysql.jdbc.ResultSetImpl
- getInstance(Connection, String, int, int, Properties) - Method in interface com.mysql.jdbc.CacheAdapterFactory
- getInstance(Connection, String, int, int, Properties) - Method in class com.mysql.jdbc.PerConnectionLRUFactory
- getInstance(Connection, String, int, int, Properties) - Method in class com.mysql.jdbc.PerVmServerConfigCacheFactory
- getInstance(MySQLConnection) - Static method in class com.mysql.jdbc.ProfilerEventHandlerFactory
-
Returns the ProfilerEventHandlerFactory that handles profiler events for the given connection.
- getInstance(MySQLConnection, CallableStatement.CallableStatementParamInfo) - Static method in class com.mysql.jdbc.CallableStatement
-
Creates a callable statement instance -- We need to provide factory-style methods so we can support both JDBC3 (and older) and JDBC4 runtimes, otherwise the class verifier complains when it tries to load JDBC4-only interface classes that are present in JDBC4 method signatures.
- getInstance(MySQLConnection, String) - Static method in class com.mysql.jdbc.PreparedStatement
-
Creates a prepared statement instance -- We need to provide factory-style methods so we can support both JDBC3 (and older) and JDBC4 runtimes, otherwise the class verifier complains when it tries to load JDBC4-only interface classes that are present in JDBC4 method signatures.
- getInstance(MySQLConnection, String, boolean) - Static method in class com.mysql.jdbc.DatabaseMetaData
- getInstance(MySQLConnection, String, String) - Static method in class com.mysql.jdbc.PreparedStatement
-
Creates a prepared statement instance -- We need to provide factory-style methods so we can support both JDBC3 (and older) and JDBC4 runtimes, otherwise the class verifier complains when it tries to load JDBC4-only interface classes that are present in JDBC4 method signatures.
- getInstance(MySQLConnection, String, String, boolean) - Static method in class com.mysql.jdbc.CallableStatement
-
Creates a callable statement instance -- We need to provide factory-style methods so we can support both JDBC3 (and older) and JDBC4 runtimes, otherwise the class verifier complains when it tries to load JDBC4-only interface classes that are present in JDBC4 method signatures.
- getInstance(MySQLConnection, String, String, int, int) - Static method in class com.mysql.jdbc.ServerPreparedStatement
-
Creates a prepared statement instance -- We need to provide factory-style methods so we can support both JDBC3 (and older) and JDBC4 runtimes, otherwise the class verifier complains when it tries to load JDBC4-only interface classes that are present in JDBC4 method signatures.
- getInstance(MySQLConnection, String, String, PreparedStatement.ParseInfo) - Static method in class com.mysql.jdbc.PreparedStatement
-
Creates a prepared statement instance -- We need to provide factory-style methods so we can support both JDBC3 (and older) and JDBC4 runtimes, otherwise the class verifier complains when it tries to load JDBC4-only interface classes that are present in JDBC4 method signatures.
- getInstance(String, int, Properties, String, String) - Static method in class com.mysql.jdbc.ConnectionImpl
-
Creates a connection instance -- We need to provide factory-style methods so we can support both JDBC3 (and older) and JDBC4 runtimes, otherwise the class verifier complains when it tries to load JDBC4-only interface classes that are present in JDBC4 method signatures.
- getInstance(String, Connection) - Static method in class com.mysql.jdbc.SingleByteCharsetConverter
-
Get a converter for the given encoding name
- getInstance(String, Field[], RowData, MySQLConnection, StatementImpl, boolean) - Static method in class com.mysql.jdbc.ResultSetImpl
-
Creates a result set instance that represents a query result -- We need to provide factory-style methods so we can support both JDBC3 (and older) and JDBC4 runtimes, otherwise the class verifier complains when it tries to load JDBC4-only interface classes that are present in JDBC4 method signatures.
- getInstance(String, Class[], Object[], ExceptionInterceptor) - Static method in class com.mysql.jdbc.Util
- getInt(byte[]) - Static method in class com.mysql.jdbc.StringUtils
- getInt(byte[], int, int) - Static method in class com.mysql.jdbc.StringUtils
- getInt(int) - Method in class com.mysql.jdbc.BufferRow
- getInt(int) - Method in class com.mysql.jdbc.ByteArrayRow
- getInt(int) - Method in class com.mysql.jdbc.CallableStatement
- getInt(int) - Method in interface com.mysql.jdbc.ParameterBindings
- getInt(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getInt(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a Java int.
- getInt(int) - Method in class com.mysql.jdbc.ResultSetRow
-
Returns the value at the given column (index starts at 0) as an int
- getInt(String) - Method in class com.mysql.jdbc.CallableStatement
- getInt(String) - Method in class com.mysql.jdbc.ResultSetImpl
- getInteractiveClient() - Method in interface com.mysql.jdbc.ConnectionProperties
- getInteractiveClient() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getInteractiveClient() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getInterceptors() - Method in class com.mysql.jdbc.ConnectionImpl.ExceptionInterceptorChain
- getIO() - Method in class com.mysql.jdbc.ConnectionImpl
-
Returns the IO channel to the server
- getIO() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getIO() - Method in interface com.mysql.jdbc.MySQLConnection
- getIsInteractiveClient() - Method in interface com.mysql.jdbc.ConnectionProperties
- getIsInteractiveClient() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getIsInteractiveClient() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getJavaEncodingForCollationIndex(Integer) - Static method in class com.mysql.jdbc.CharsetMapping
- getJavaEncodingForCollationIndex(Integer, String) - Static method in class com.mysql.jdbc.CharsetMapping
- getJavaEncodingForMysqlCharset(String) - Static method in class com.mysql.jdbc.CharsetMapping
- getJavaEncodingForMysqlCharset(String, String) - Static method in class com.mysql.jdbc.CharsetMapping
-
MySQL charset could map to several Java encodings.
- getJDBC4FunctionConstant(DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
-
Getter to JDBC4 DatabaseMetaData.function* constants.
- getJDBC4FunctionConstant(DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant) - Method in class com.mysql.jdbc.JDBC4DatabaseMetaDataUsingInfoSchema
-
Overrides DatabaseMetaDataUsingInfoSchema#getJDBC4FunctionConstant.
- getJDBC4FunctionNoTableConstant() - Method in class com.mysql.jdbc.DatabaseMetaData
-
Getter to JDBC4 DatabaseMetaData.functionNoTable constant.
- getJDBC4FunctionNoTableConstant() - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
-
Getter to JDBC4 DatabaseMetaData.functionNoTable constant.
- getJDBC4FunctionNoTableConstant() - Method in class com.mysql.jdbc.JDBC4DatabaseMetaData
-
Overrides DatabaseMetaData#getJDBC4FunctionNoTableConstant.
- getJDBC4FunctionNoTableConstant() - Method in class com.mysql.jdbc.JDBC4DatabaseMetaDataUsingInfoSchema
-
Overrides DatabaseMetaDataUsingInfoSchema#getJDBC4FunctionNoTableConstant.
- getJdbcCompliantTruncation() - Method in interface com.mysql.jdbc.ConnectionProperties
- getJdbcCompliantTruncation() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getJdbcCompliantTruncation() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getJdbcCompliantTruncationForReads() - Method in interface com.mysql.jdbc.ConnectionProperties
- getJdbcCompliantTruncationForReads() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getJdbcCompliantTruncationForReads() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getJDBCMajorVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
- getJDBCMinorVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
- getJVMUpdateNumber() - Static method in class com.mysql.jdbc.Util
- getJVMVersion() - Static method in class com.mysql.jdbc.Util
- getKey() - Method in class com.mysql.jdbc.DatabaseMetaData.ComparableWrapper
- getLargeMaxRows() - Method in class com.mysql.jdbc.StatementImpl
-
JDBC 4.2 Same as
StatementImpl.getMaxRows()but returns long instead of int. - getLargeRowSizeThreshold() - Method in interface com.mysql.jdbc.ConnectionProperties
- getLargeRowSizeThreshold() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getLargeRowSizeThreshold() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getLargeUpdateCount() - Method in class com.mysql.jdbc.StatementImpl
-
JDBC 4.2 Same as
StatementImpl.getUpdateCount()but returns long instead of int; - getLastInsertID() - Method in class com.mysql.jdbc.StatementImpl
-
getLastInsertID returns the value of the auto_incremented key after an executeQuery() or excute() call.
- getLastPacketReceivedTimeMs() - Method in class com.mysql.jdbc.MysqlIO
- getLastPacketSentTimeMs() - Method in class com.mysql.jdbc.MysqlIO
- getLength() - Method in class com.mysql.jdbc.Field
- getLoadBalanceAutoCommitStatementRegex() - Method in interface com.mysql.jdbc.ConnectionProperties
- getLoadBalanceAutoCommitStatementRegex() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getLoadBalanceAutoCommitStatementRegex() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getLoadBalanceAutoCommitStatementThreshold() - Method in interface com.mysql.jdbc.ConnectionProperties
- getLoadBalanceAutoCommitStatementThreshold() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getLoadBalanceAutoCommitStatementThreshold() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getLoadBalanceBlacklistTimeout() - Method in interface com.mysql.jdbc.ConnectionProperties
- getLoadBalanceBlacklistTimeout() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getLoadBalanceBlacklistTimeout() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getLoadBalanceConnectionGroup() - Method in interface com.mysql.jdbc.ConnectionProperties
- getLoadBalanceConnectionGroup() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getLoadBalanceConnectionGroup() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getLoadBalanceEnableJMX() - Method in interface com.mysql.jdbc.ConnectionProperties
- getLoadBalanceEnableJMX() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getLoadBalanceEnableJMX() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getLoadBalanceExceptionChecker() - Method in interface com.mysql.jdbc.ConnectionProperties
- getLoadBalanceExceptionChecker() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getLoadBalanceExceptionChecker() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getLoadBalanceHostRemovalGracePeriod() - Method in interface com.mysql.jdbc.ConnectionProperties
- getLoadBalanceHostRemovalGracePeriod() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getLoadBalanceHostRemovalGracePeriod() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getLoadBalancePingTimeout() - Method in interface com.mysql.jdbc.ConnectionProperties
- getLoadBalancePingTimeout() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getLoadBalancePingTimeout() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getLoadBalanceSafeProxy() - Method in class com.mysql.jdbc.ConnectionImpl
-
Deprecated.replaced by
getMultiHostSafeProxy() - getLoadBalanceSafeProxy() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
-
Deprecated.replaced by
getMultiHostSafeProxy() - getLoadBalanceSafeProxy() - Method in interface com.mysql.jdbc.MySQLConnection
-
Deprecated.replaced by
getMultiHostSafeProxy() - getLoadBalanceSQLExceptionSubclassFailover() - Method in interface com.mysql.jdbc.ConnectionProperties
- getLoadBalanceSQLExceptionSubclassFailover() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getLoadBalanceSQLExceptionSubclassFailover() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getLoadBalanceSQLStateFailover() - Method in interface com.mysql.jdbc.ConnectionProperties
- getLoadBalanceSQLStateFailover() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getLoadBalanceSQLStateFailover() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getLoadBalanceStrategy() - Method in interface com.mysql.jdbc.ConnectionProperties
- getLoadBalanceStrategy() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getLoadBalanceStrategy() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getLoadBalanceValidateConnectionOnSwapServer() - Method in interface com.mysql.jdbc.ConnectionProperties
- getLoadBalanceValidateConnectionOnSwapServer() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getLoadBalanceValidateConnectionOnSwapServer() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getLocalInfileInputStream() - Method in interface com.mysql.jdbc.Statement
-
Returns the InputStream instance that will be used to send data in response to a "LOAD DATA LOCAL INFILE" statement.
- getLocalInfileInputStream() - Method in class com.mysql.jdbc.StatementImpl
- getLocalSocketAddress() - Method in interface com.mysql.jdbc.ConnectionProperties
- getLocalSocketAddress() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getLocalSocketAddress() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getLocationOfOnDuplicateKeyUpdate() - Method in class com.mysql.jdbc.PreparedStatement
- getLocationOfOnDuplicateKeyUpdate() - Method in class com.mysql.jdbc.ServerPreparedStatement
- getLocatorFetchBufferSize() - Method in interface com.mysql.jdbc.ConnectionProperties
- getLocatorFetchBufferSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getLocatorFetchBufferSize() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getLog() - Method in interface com.mysql.jdbc.Connection
-
Returns the log mechanism that should be used to log information from/for this Connection.
- getLog() - Method in class com.mysql.jdbc.ConnectionImpl
-
Returns the log mechanism that should be used to log information from/for this Connection.
- getLog() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getLog() - Method in interface com.mysql.jdbc.MySQLConnection
- getLogger() - Method in interface com.mysql.jdbc.ConnectionProperties
- getLogger() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getLogger() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getLoggerClassName() - Method in interface com.mysql.jdbc.ConnectionProperties
- getLoggerClassName() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getLoggerClassName() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getLogSlowQueries() - Method in interface com.mysql.jdbc.ConnectionProperties
- getLogSlowQueries() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getLogSlowQueries() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getLogXaCommands() - Method in interface com.mysql.jdbc.ConnectionProperties
- getLogXaCommands() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getLogXaCommands() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getLong(byte[]) - Static method in class com.mysql.jdbc.StringUtils
- getLong(byte[], int, int) - Static method in class com.mysql.jdbc.StringUtils
- getLong(int) - Method in class com.mysql.jdbc.BufferRow
- getLong(int) - Method in class com.mysql.jdbc.ByteArrayRow
- getLong(int) - Method in class com.mysql.jdbc.CallableStatement
- getLong(int) - Method in interface com.mysql.jdbc.ParameterBindings
- getLong(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getLong(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a Java long.
- getLong(int) - Method in class com.mysql.jdbc.ResultSetRow
-
Returns the value at the given column (index starts at 0) as a long
- getLong(String) - Method in class com.mysql.jdbc.CallableStatement
- getLong(String) - Method in class com.mysql.jdbc.ResultSetImpl
- getLongUpdateCount() - Method in class com.mysql.jdbc.StatementImpl
-
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.ConnectionPropertiesImpl.ConnectionProperty
- getLowerBound() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
- getMaintainTimeStats() - Method in interface com.mysql.jdbc.ConnectionProperties
- getMaintainTimeStats() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getMaintainTimeStats() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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 interface com.mysql.jdbc.ReplicationConnection
- getMasterConnection() - Method in class com.mysql.jdbc.ReplicationConnectionProxy
- getMasterConnection() - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- getMasterHosts() - Method in class com.mysql.jdbc.ReplicationConnectionGroup
- getMasterHosts(String) - Static method in class com.mysql.jdbc.ReplicationConnectionGroupManager
- getMatchingJavaEncoding(String) - Method in class com.mysql.jdbc.MysqlCharset
-
If javaEncoding parameter value is one of available java encodings for this charset then returns javaEncoding value as is.
- getMaxAllowedPacket() - Method in interface com.mysql.jdbc.ConnectionProperties
- getMaxAllowedPacket() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getMaxAllowedPacket() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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(Integer, String) - Method in class com.mysql.jdbc.ConnectionImpl
- getMaxBytesPerChar(Integer, String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getMaxBytesPerChar(Integer, String) - Method in interface com.mysql.jdbc.MySQLConnection
- getMaxBytesPerChar(String) - Method in class com.mysql.jdbc.ConnectionImpl
- getMaxBytesPerChar(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getMaxBytesPerChar(String) - Method in interface com.mysql.jdbc.MySQLConnection
- 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.StatementImpl
-
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 interface com.mysql.jdbc.ConnectionProperties
- getMaxQuerySizeToLog() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getMaxQuerySizeToLog() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getMaxReconnects() - Method in interface com.mysql.jdbc.ConnectionProperties
- getMaxReconnects() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getMaxReconnects() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getMaxRows() - Method in interface com.mysql.jdbc.ConnectionProperties
- getMaxRows() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getMaxRows() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getMaxRows() - Method in class com.mysql.jdbc.StatementImpl
-
The maxRows limit is set to limit the number of rows that any ResultSet can contain.
- getMaxRowSize() - Method in class com.mysql.jdbc.DatabaseMetaData
-
What's the maximum length of a single row?
- 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?
- getMblen(String) - Static method in class com.mysql.jdbc.CharsetMapping
- getMessage() - Method in exception class com.mysql.jdbc.CommunicationsException
- getMessage() - Method in exception class com.mysql.jdbc.ConnectionFeatureNotAvailableException
- getMessage() - Method in exception class com.mysql.jdbc.MysqlDataTruncation
- getMetadata() - Method in class com.mysql.jdbc.CachedResultSetMetaData
- getMetaData() - Method in class com.mysql.jdbc.ConnectionImpl
-
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.MultiHostMySQLConnection
- 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.ResultSetImpl
-
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 interface com.mysql.jdbc.ConnectionProperties
-
Returns the number of queries that metadata can be cached if caching is enabled.
- getMetadataCacheSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getMetadataCacheSize() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getMetadataSafeStatement() - Method in class com.mysql.jdbc.ConnectionImpl
- getMetadataSafeStatement() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getMetadataSafeStatement() - Method in interface com.mysql.jdbc.MySQLConnection
- getMetadataSafeStatement(int) - Method in class com.mysql.jdbc.ConnectionImpl
- 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.StatementImpl
-
getMoreResults moves to a Statement's next result.
- getMoreResults(int) - Method in class com.mysql.jdbc.StatementImpl
- getMultiHostSafeProxy() - Method in class com.mysql.jdbc.ConnectionImpl
- getMultiHostSafeProxy() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getMultiHostSafeProxy() - Method in interface com.mysql.jdbc.MySQLConnection
- getMysqlCharsetForJavaEncoding(String, Connection) - Static method in class com.mysql.jdbc.CharsetMapping
- getMysqlCharsetNameForCollationIndex(Integer) - Static method in class com.mysql.jdbc.CharsetMapping
- getMysqlType() - Method in class com.mysql.jdbc.Field
- getName() - Method in enum class com.mysql.jdbc.DatabaseMetaData.TableType
- getName() - Method in class com.mysql.jdbc.Field
- getNamedParamIndex(String, boolean) - Method in class com.mysql.jdbc.CallableStatement
- getNameNoAliases() - Method in class com.mysql.jdbc.Field
- getNativeArray(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0 Get an array column.
- getNativeAsciiStream(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.ResultSetImpl
-
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.ResultSetImpl
-
Get the value of a column in the current row as a java.math.BigDecimal object
- getNativeBinaryStream(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
A column value can also be retrieved as a binary stream.
- getNativeBlob(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0 Get a BLOB column.
- getNativeByte(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a Java byte.
- getNativeByte(int, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
- getNativeBytes(int, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a Java byte array.
- getNativeCharacterStream(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0
- getNativeClob(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0 Get a CLOB column.
- getNativeDate(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a java.sql.Date object
- getNativeDate(int, byte[], int, int, MySQLConnection, ResultSetImpl, Calendar) - Method in class com.mysql.jdbc.ResultSetRow
- getNativeDate(int, MySQLConnection, ResultSetImpl, Calendar) - Method in class com.mysql.jdbc.BufferRow
- getNativeDate(int, MySQLConnection, ResultSetImpl, Calendar) - Method in class com.mysql.jdbc.ByteArrayRow
- getNativeDate(int, MySQLConnection, ResultSetImpl, Calendar) - Method in class com.mysql.jdbc.ResultSetRow
- getNativeDate(int, Calendar) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0 Get the value of a column in the current row as a java.sql.Date object.
- getNativeDateTimeValue(int, byte[], int, int, Calendar, int, int, TimeZone, boolean, MySQLConnection, ResultSetImpl) - Method in class com.mysql.jdbc.ResultSetRow
- getNativeDateTimeValue(int, Calendar, int, int, TimeZone, boolean, MySQLConnection, ResultSetImpl) - Method in class com.mysql.jdbc.BufferRow
- getNativeDateTimeValue(int, Calendar, int, int, TimeZone, boolean, MySQLConnection, ResultSetImpl) - Method in class com.mysql.jdbc.ByteArrayRow
- getNativeDateTimeValue(int, Calendar, int, int, TimeZone, boolean, MySQLConnection, ResultSetImpl) - Method in class com.mysql.jdbc.ResultSetRow
- getNativeDateViaParseConversion(int) - Method in class com.mysql.jdbc.ResultSetImpl
- getNativeDouble(byte[], int) - Method in class com.mysql.jdbc.ResultSetRow
- getNativeDouble(int) - Method in class com.mysql.jdbc.BufferRow
- getNativeDouble(int) - Method in class com.mysql.jdbc.ByteArrayRow
- getNativeDouble(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a Java double.
- getNativeDouble(int) - Method in class com.mysql.jdbc.ResultSetRow
- getNativeFloat(byte[], int) - Method in class com.mysql.jdbc.ResultSetRow
- getNativeFloat(int) - Method in class com.mysql.jdbc.BufferRow
- getNativeFloat(int) - Method in class com.mysql.jdbc.ByteArrayRow
- getNativeFloat(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a Java float.
- getNativeFloat(int) - Method in class com.mysql.jdbc.ResultSetRow
- getNativeInt(byte[], int) - Method in class com.mysql.jdbc.ResultSetRow
- getNativeInt(int) - Method in class com.mysql.jdbc.BufferRow
- getNativeInt(int) - Method in class com.mysql.jdbc.ByteArrayRow
- getNativeInt(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a Java int.
- getNativeInt(int) - Method in class com.mysql.jdbc.ResultSetRow
- getNativeInt(int, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
- getNativeLong(byte[], int) - Method in class com.mysql.jdbc.ResultSetRow
- getNativeLong(int) - Method in class com.mysql.jdbc.BufferRow
- getNativeLong(int) - Method in class com.mysql.jdbc.ByteArrayRow
- getNativeLong(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a Java long.
- getNativeLong(int) - Method in class com.mysql.jdbc.ResultSetRow
- getNativeLong(int, boolean, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
- getNativeNClob(int) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
JDBC 4.0 Get a NCLOB column.
- getNativeNClob(int) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
JDBC 4.0 Get a NCLOB column.
- getNativeRef(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0 Get a REF(<structured-type>) column.
- getNativeShort(byte[], int) - Method in class com.mysql.jdbc.ResultSetRow
- getNativeShort(int) - Method in class com.mysql.jdbc.BufferRow
- getNativeShort(int) - Method in class com.mysql.jdbc.ByteArrayRow
- getNativeShort(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a Java short.
- getNativeShort(int) - Method in class com.mysql.jdbc.ResultSetRow
- getNativeShort(int, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
- getNativeString(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a Java String
- getNativeTime(int, byte[], int, int, Calendar, TimeZone, boolean, MySQLConnection, ResultSetImpl) - Method in class com.mysql.jdbc.ResultSetRow
- getNativeTime(int, Calendar, TimeZone, boolean, MySQLConnection, ResultSetImpl) - Method in class com.mysql.jdbc.BufferRow
- getNativeTime(int, Calendar, TimeZone, boolean, MySQLConnection, ResultSetImpl) - Method in class com.mysql.jdbc.ByteArrayRow
- getNativeTime(int, Calendar, TimeZone, boolean, MySQLConnection, ResultSetImpl) - Method in class com.mysql.jdbc.ResultSetRow
- getNativeTimestamp(byte[], int, int, Calendar, TimeZone, boolean, MySQLConnection, ResultSetImpl) - Method in class com.mysql.jdbc.ResultSetRow
- getNativeTimestamp(int, Calendar, TimeZone, boolean, MySQLConnection, ResultSetImpl) - Method in class com.mysql.jdbc.BufferRow
- getNativeTimestamp(int, Calendar, TimeZone, boolean, MySQLConnection, ResultSetImpl) - Method in class com.mysql.jdbc.ByteArrayRow
- getNativeTimestamp(int, Calendar, TimeZone, boolean, MySQLConnection, ResultSetImpl) - Method in class com.mysql.jdbc.ResultSetRow
- getNativeTimestampViaParseConversion(int, Calendar, TimeZone, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
- getNativeTimeViaParseConversion(int, Calendar, TimeZone, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
- getNativeUnicodeStream(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
A column value can also be retrieved as a stream of Unicode characters.
- getNativeURL(int) - Method in class com.mysql.jdbc.ResultSetImpl
- getNCharacterStream(int) - Method in class com.mysql.jdbc.JDBC4CallableStatement
- getNCharacterStream(int) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
JDBC 4.0
- getNCharacterStream(int) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
JDBC 4.0
- getNCharacterStream(int) - Method in interface com.mysql.jdbc.ParameterBindings
- getNCharacterStream(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getNCharacterStream(String) - Method in class com.mysql.jdbc.JDBC4CallableStatement
- getNCharacterStream(String) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
JDBC 4.0
- getNCharacterStream(String) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
JDBC 4.0
- getNClob(int) - Method in class com.mysql.jdbc.JDBC4CallableStatement
- getNClob(int) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
JDBC 4.0 Get a NCLOB column.
- getNClob(int) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
JDBC 4.0 Get a NCLOB column.
- getNClob(int) - Method in interface com.mysql.jdbc.ParameterBindings
- getNClob(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getNClob(String) - Method in class com.mysql.jdbc.JDBC4CallableStatement
- getNClob(String) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
JDBC 4.0 Get a NCLOB column.
- getNClob(String) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
JDBC 4.0 Get a NCLOB column.
- getNetBufferLength() - Method in class com.mysql.jdbc.ConnectionImpl
-
Returns the packet buffer size the MySQL server reported upon connection
- getNetBufferLength() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getNetBufferLength() - Method in interface com.mysql.jdbc.MySQLConnection
- getNetTimeoutForStreamingResults() - Method in interface com.mysql.jdbc.ConnectionProperties
- getNetTimeoutForStreamingResults() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getNetTimeoutForStreamingResults() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getNetworkResources() - Method in class com.mysql.jdbc.MysqlIO
- getNetworkTimeout() - Method in interface com.mysql.jdbc.Connection
- getNetworkTimeout() - Method in class com.mysql.jdbc.ConnectionImpl
- getNetworkTimeout() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getNewJdbcInterfaceProxy(Object) - Method in class com.mysql.jdbc.FailoverConnectionProxy
- getNewJdbcInterfaceProxy(Object) - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
Instantiates a new JdbcInterfaceProxy for the given object.
- getNewWrapperForThisAsConnection() - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
-
Wraps this object with a new load balanced Connection instance.
- getNewWrapperForThisAsConnection() - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
Wraps this object with a new multi-host Connection instance.
- getNewWrapperForThisAsConnection() - Method in class com.mysql.jdbc.ReplicationConnectionProxy
-
Wraps this object with a new replication Connection instance.
- getNextResultSet() - Method in class com.mysql.jdbc.ResultSetImpl
- getNextResultSet() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
-
Returns the next ResultSet in a multi-resultset "chain", if any, null if none exists.
- getNextRoundRobinHostIndex(String, List) - Static method in class com.mysql.jdbc.ConnectionImpl
- getNioBuffer() - Method in class com.mysql.jdbc.Buffer
- getNoAccessToProcedureBodies() - Method in interface com.mysql.jdbc.ConnectionProperties
- getNoAccessToProcedureBodies() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getNoAccessToProcedureBodies() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getNoDatetimeStringSync() - Method in interface com.mysql.jdbc.ConnectionProperties
- getNoDatetimeStringSync() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getNoDatetimeStringSync() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getNonRewrittenSql() - Method in class com.mysql.jdbc.PreparedStatement
- getNoTimezoneConversionForDateType() - Method in interface com.mysql.jdbc.ConnectionProperties
- getNoTimezoneConversionForDateType() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getNoTimezoneConversionForDateType() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getNoTimezoneConversionForTimeType() - Method in interface com.mysql.jdbc.ConnectionProperties
- getNoTimezoneConversionForTimeType() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getNoTimezoneConversionForTimeType() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getNString(int) - Method in class com.mysql.jdbc.JDBC4CallableStatement
- getNString(int) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
JDBC 4.0 Get the value of a column in the current row as a Java String
- getNString(int) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
JDBC 4.0 Get the value of a column in the current row as a Java String
- getNString(String) - Method in class com.mysql.jdbc.JDBC4CallableStatement
- getNString(String) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
JDBC 4.0 The following routines simply convert the columnName into a columnIndex and then call the appropriate routine above.
- getNString(String) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
JDBC 4.0 The following routines simply convert the columnName into a columnIndex and then call the appropriate routine above.
- getNullCatalogMeansCurrent() - Method in interface com.mysql.jdbc.ConnectionProperties
- getNullCatalogMeansCurrent() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getNullCatalogMeansCurrent() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getNullLoadBalancedConnectionInstance() - Static method in class com.mysql.jdbc.LoadBalancedConnectionProxy
- getNullNamePatternMatchesAll() - Method in interface com.mysql.jdbc.ConnectionProperties
- getNullNamePatternMatchesAll() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getNullNamePatternMatchesAll() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getNumberOfCharsetsConfigured() - Static method in class com.mysql.jdbc.CharsetMapping
- getNumberOfMasterPromotion(String) - Static method in class com.mysql.jdbc.ReplicationConnectionGroupManager
- getNumberOfSlavePromotions() - Method in class com.mysql.jdbc.ReplicationConnectionGroup
- getNumberOfSlavesAdded() - Method in class com.mysql.jdbc.ReplicationConnectionGroup
- getNumberOfSlavesRemoved() - Method in class com.mysql.jdbc.ReplicationConnectionGroup
- 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) - Method in interface com.mysql.jdbc.ParameterBindings
- getObject(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getObject(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a Java object
- getObject(int, Class) - Method in class com.mysql.jdbc.CallableStatement
- getObject(int, Class) - Method in class com.mysql.jdbc.JDBC42ResultSet
-
Support for java.time.LocalDate, java.time.LocalTime, java.time.LocalDateTime, java.time.OffsetTime and java.time.OffsetDateTime.
- getObject(int, Class) - Method in class com.mysql.jdbc.JDBC42UpdatableResultSet
-
Support for java.time.LocalDate, java.time.LocalTime, java.time.LocalDateTime, java.time.OffsetTime and java.time.OffsetDateTime.
- getObject(int, Class) - Method in class com.mysql.jdbc.JDBC4ResultSet
- getObject(int, Class) - Method in class com.mysql.jdbc.ResultSetImpl
- getObject(int, Map) - Method in class com.mysql.jdbc.CallableStatement
- getObject(int, Map) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0 Returns the value of column i as a Java object.
- getObject(String) - Method in class com.mysql.jdbc.CallableStatement
- getObject(String) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a Java object
- getObject(String, Class) - Method in class com.mysql.jdbc.CallableStatement
- getObject(String, Class) - Method in class com.mysql.jdbc.ResultSetImpl
- getObject(String, Map) - Method in class com.mysql.jdbc.CallableStatement
- getObject(String, Map) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0 Returns the value of column i as a Java object.
- getObjectStoredProc(int, int) - Method in class com.mysql.jdbc.ResultSetImpl
- getObjectStoredProc(int, int) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
-
Functions like ResultSet.getObject(), but using the given SQL type (as registered during CallableStatement.registerOutParameter()).
- getObjectStoredProc(int, Map, int) - Method in class com.mysql.jdbc.ResultSetImpl
- getObjectStoredProc(int, Map, int) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
-
Functions like ResultSet.getObject(), but using the given SQL type (as registered during CallableStatement.registerOutParameter()).
- getObjectStoredProc(String, int) - Method in class com.mysql.jdbc.ResultSetImpl
- getObjectStoredProc(String, int) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
-
Functions like ResultSet.getObject(), but using the given SQL type (as registered during CallableStatement.registerOutParameter()).
- getObjectStoredProc(String, Map, int) - Method in class com.mysql.jdbc.ResultSetImpl
- getObjectStoredProc(String, Map, int) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
-
Functions like ResultSet.getObject(), but using the given SQL type (as registered during CallableStatement.registerOutParameter()).
- getOnDuplicateKeyLocation(String, boolean, boolean, boolean) - Static method in class com.mysql.jdbc.StatementImpl
- getOpenResultSetCount() - Method in interface com.mysql.jdbc.Statement
-
Returns the number of open result sets for this statement.
- getOpenResultSetCount() - Method in class com.mysql.jdbc.StatementImpl
- getOrder() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- getOriginalName() - Method in class com.mysql.jdbc.Field
- getOriginalTableName() - Method in class com.mysql.jdbc.Field
- getOSName() - Static method in class com.mysql.jdbc.NonRegisteringDriver
- getOutputParameters(int) - Method in class com.mysql.jdbc.CallableStatement
-
Returns the ResultSet that holds the output parameters, or throws an appropriate exception if none exist, or they weren't returned.
- getOutputStream() - Method in class com.mysql.jdbc.NamedPipeSocketFactory.NamedPipeSocket
- getOverrideSupportsIntegrityEnhancementFacility() - Method in interface com.mysql.jdbc.ConnectionProperties
- getOverrideSupportsIntegrityEnhancementFacility() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getOverrideSupportsIntegrityEnhancementFacility() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getOwner() - Method in interface com.mysql.jdbc.RowData
-
Returns the result set that 'owns' this RowData
- getOwner() - Method in class com.mysql.jdbc.RowDataCursor
- getOwner() - Method in class com.mysql.jdbc.RowDataDynamic
- getOwner() - Method in class com.mysql.jdbc.RowDataStatic
- getPackageName(Class) - Static method in class com.mysql.jdbc.Util
-
Returns the package name of the given class.
- getPacketDebugBufferSize() - Method in interface com.mysql.jdbc.ConnectionProperties
- getPacketDebugBufferSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getPacketDebugBufferSize() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getPadCharsWithSpace() - Method in interface com.mysql.jdbc.ConnectionProperties
- getPadCharsWithSpace() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getPadCharsWithSpace() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getParameter(int) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
- getParameter(String) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
- getParameterBindings() - Method in class com.mysql.jdbc.PreparedStatement
- getParameterBindValues() - Method in class com.mysql.jdbc.ServerPreparedStatement
-
Return current bind values for use by Statement Interceptors.
- 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
- getParameterIndexOffset() - Method in class com.mysql.jdbc.CallableStatement
- getParameterIndexOffset() - Method in class com.mysql.jdbc.PreparedStatement
-
For calling stored functions, this will be -1 as we don't really count the first '?'
- getParameterMetaData() - Method in class com.mysql.jdbc.CallableStatement
- 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
- getParamTypes(String, String) - Method in class com.mysql.jdbc.CallableStatement
- getParamTypes(String, String) - Method in class com.mysql.jdbc.JDBC4CallableStatement
- getParanoid() - Method in interface com.mysql.jdbc.ConnectionProperties
- getParanoid() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getParanoid() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getParseInfo() - Method in class com.mysql.jdbc.PreparedStatement
- getParseInfoCacheFactory() - Method in interface com.mysql.jdbc.ConnectionProperties
- getParseInfoCacheFactory() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getParseInfoCacheFactory() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getParseInfoForBatch(int) - Method in class com.mysql.jdbc.PreparedStatement.ParseInfo
-
Returns a ParseInfo for a multi-value INSERT for a batch of size numBatch (without parsing!).
- getPasswordCharacterEncoding() - Method in interface com.mysql.jdbc.ConnectionProperties
- getPasswordCharacterEncoding() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getPasswordCharacterEncoding() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getPedantic() - Method in interface com.mysql.jdbc.ConnectionProperties
- getPedantic() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getPedantic() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getPinGlobalTxToPhysicalConnection() - Method in interface com.mysql.jdbc.ConnectionProperties
- getPinGlobalTxToPhysicalConnection() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getPinGlobalTxToPhysicalConnection() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getPlatform() - Static method in class com.mysql.jdbc.NonRegisteringDriver
- getPopulateInsertRowWithDefaultValues() - Method in interface com.mysql.jdbc.ConnectionProperties
- getPopulateInsertRowWithDefaultValues() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getPopulateInsertRowWithDefaultValues() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getPosition() - Method in class com.mysql.jdbc.Buffer
-
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.
- getPreparedSql() - Method in class com.mysql.jdbc.PreparedStatement
- getPreparedStatementCacheSize() - Method in interface com.mysql.jdbc.ConnectionProperties
- getPreparedStatementCacheSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getPreparedStatementCacheSize() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getPreparedStatementCacheSqlLimit() - Method in interface com.mysql.jdbc.ConnectionProperties
- getPreparedStatementCacheSqlLimit() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getPreparedStatementCacheSqlLimit() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getPrepStmtCacheSize() - Method in interface com.mysql.jdbc.ConnectionProperties
- getPrepStmtCacheSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getPrepStmtCacheSize() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getPrepStmtCacheSqlLimit() - Method in interface com.mysql.jdbc.ConnectionProperties
- getPrepStmtCacheSqlLimit() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getPrepStmtCacheSqlLimit() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getPrimaryKeys(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
-
Get a description of a table's primary key columns.
- getPrimaryKeys(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
-
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.
- getProcedureColumns(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
-
Retrieves a description of the given catalog's stored procedure parameter and result columns.
- getProcedureColumns(String, String, String, String) - Method in class com.mysql.jdbc.JDBC4DatabaseMetaData
-
Changes in behavior introduced in JDBC4 when #getFunctionColumns became available.
- getProcedureColumnsNoISParametersView(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
-
Redirects to another implementation of #getProcedureColumns.
- getProcedureColumnsNoISParametersView(String, String, String, String) - Method in class com.mysql.jdbc.JDBC4DatabaseMetaDataUsingInfoSchema
-
Redirects to another implementation of #getProcedureColumns.
- getProcedureOrFunctionColumns(Field[], String, String, String, String, boolean, boolean) - Method in class com.mysql.jdbc.DatabaseMetaData
- getProcedureOrFunctionColumnType(boolean, boolean, boolean, boolean) - Static method in class com.mysql.jdbc.JDBC4DatabaseMetaData
-
Determines the COLUMN_TYPE information based on parameter type (IN, OUT or INOUT) or function return parameter.
- getProcedures(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
-
Get a description of stored procedures available in a catalog.
- getProcedures(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
-
Get a description of stored procedures available in a catalog.
- getProcedures(String, String, String) - Method in class com.mysql.jdbc.JDBC4DatabaseMetaData
-
Changes in behavior introduced in JDBC4 when #getFunctions became available.
- getProceduresAndOrFunctions(Field[], String, String, String, boolean, boolean) - Method in class com.mysql.jdbc.DatabaseMetaData
- getProcedureTerm() - Method in class com.mysql.jdbc.DatabaseMetaData
-
What's the database vendor's preferred term for "procedure"?
- getProcessEscapeCodesForPrepStmts() - Method in interface com.mysql.jdbc.ConnectionProperties
- getProcessEscapeCodesForPrepStmts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getProcessEscapeCodesForPrepStmts() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getProfilerEventHandler() - Method in interface com.mysql.jdbc.ConnectionProperties
- getProfilerEventHandler() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getProfilerEventHandler() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getProfilerEventHandlerInstance() - Method in class com.mysql.jdbc.ConnectionImpl
- getProfilerEventHandlerInstance() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getProfilerEventHandlerInstance() - Method in interface com.mysql.jdbc.MySQLConnection
- getProfileSql() - Method in interface com.mysql.jdbc.ConnectionProperties
- getProfileSql() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getProfileSql() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getProfileSQL() - Method in interface com.mysql.jdbc.ConnectionProperties
- getProfileSQL() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getProfileSQL() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getProperties() - Method in interface com.mysql.jdbc.Connection
-
Returns the parsed and passed in properties for this connection.
- getProperties() - Method in class com.mysql.jdbc.ConnectionImpl
- getProperties() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getProperties() - Method in interface com.mysql.jdbc.MySQLConnection
- getProperties() - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- getPropertiesTransform() - Method in interface com.mysql.jdbc.ConnectionProperties
- getPropertiesTransform() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getPropertiesTransform() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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.ConnectionPropertiesImpl.ConnectionProperty
- getProtocolPluginName() - Method in interface com.mysql.jdbc.AuthenticationPlugin
-
Returns the name that the MySQL server uses on the wire for this plugin
- getProxy() - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
Get this connection's proxy.
- getPseudoColumns(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
-
JDBC-4.1
- getQueriesBeforeRetryMaster() - Method in interface com.mysql.jdbc.ConnectionProperties
- getQueriesBeforeRetryMaster() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getQueriesBeforeRetryMaster() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getQueryTimeout() - Method in class com.mysql.jdbc.StatementImpl
-
The queryTimeout limit is the number of seconds the driver will wait for a Statement to execute.
- getQueryTimeoutKillsConnection() - Method in interface com.mysql.jdbc.ConnectionProperties
- getQueryTimeoutKillsConnection() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getQueryTimeoutKillsConnection() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getQueryTimingUnits() - Method in class com.mysql.jdbc.ConnectionImpl
- getQueryTimingUnits() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getQueryTimingUnits() - Method in interface com.mysql.jdbc.MySQLConnection
- getQueryTimingUnits() - Method in class com.mysql.jdbc.MysqlIO
- getReader(int) - Method in class com.mysql.jdbc.BufferRow
- getReader(int) - Method in class com.mysql.jdbc.ByteArrayRow
- getReader(int) - Method in class com.mysql.jdbc.ResultSetRow
- getReadFromMasterWhenNoSlaves() - Method in interface com.mysql.jdbc.ConnectionProperties
- getReadFromMasterWhenNoSlaves() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getReadFromMasterWhenNoSlaves() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getReadOnlyPropagatesToServer() - Method in interface com.mysql.jdbc.ConnectionProperties
- getReadOnlyPropagatesToServer() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getReadOnlyPropagatesToServer() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getRealTimeout(int) - Method in class com.mysql.jdbc.StandardSocketFactory
-
Validates the connection/socket timeout that must really be used.
- getReconnectAtTxEnd() - Method in interface com.mysql.jdbc.ConnectionProperties
- getReconnectAtTxEnd() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getReconnectAtTxEnd() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getRef(int) - Method in class com.mysql.jdbc.CallableStatement
- getRef(int) - Method in interface com.mysql.jdbc.ParameterBindings
- getRef(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getRef(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0 Get a REF(<structured-type>) column.
- getRef(String) - Method in class com.mysql.jdbc.CallableStatement
- getRef(String) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0 Get a REF(<structured-type>) column.
- getRegisteredConnectionGroups() - Static method in class com.mysql.jdbc.ConnectionGroupManager
- getRegisteredReplicationConnectionGroups() - Static method in class com.mysql.jdbc.ReplicationConnectionGroupManager
- getRelaxAutoCommit() - Method in interface com.mysql.jdbc.ConnectionProperties
- getRelaxAutoCommit() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getRelaxAutoCommit() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getReplicationConnectionGroup() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getReplicationEnableJMX() - Method in interface com.mysql.jdbc.ConnectionProperties
- getReplicationEnableJMX() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getReplicationEnableJMX() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getReplicationEnableJMX() - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- getReportMetricsIntervalMillis() - Method in interface com.mysql.jdbc.ConnectionProperties
- getReportMetricsIntervalMillis() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getReportMetricsIntervalMillis() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getRequiresEscapingEncoder() - Method in class com.mysql.jdbc.ConnectionImpl
- getRequiresEscapingEncoder() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getRequiresEscapingEncoder() - Method in interface com.mysql.jdbc.MySQLConnection
- getRequireSSL() - Method in interface com.mysql.jdbc.ConnectionProperties
- getRequireSSL() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getRequireSSL() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getResourceId() - Method in interface com.mysql.jdbc.ConnectionProperties
- getResourceId() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getResourceId() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getResultSet() - Method in class com.mysql.jdbc.StatementImpl
-
getResultSet returns the current result as a ResultSet.
- getResultSet(StatementImpl, long, int, int, int, boolean, String, boolean, Field[]) - Method in class com.mysql.jdbc.MysqlIO
-
Build a result set.
- getResultSetConcurrency() - Method in class com.mysql.jdbc.StatementImpl
-
JDBC 2.0 Determine the result set concurrency.
- getResultSetHoldability() - Method in class com.mysql.jdbc.DatabaseMetaData
- getResultSetHoldability() - Method in class com.mysql.jdbc.StatementImpl
- getResultSetInternal() - Method in class com.mysql.jdbc.StatementImpl
- getResultSetSizeThreshold() - Method in interface com.mysql.jdbc.ConnectionProperties
- getResultSetSizeThreshold() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getResultSetSizeThreshold() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getResultSetType() - Method in class com.mysql.jdbc.StatementImpl
-
JDBC 2.0 Determine the result set type.
- getRetainStatementAfterResultSetClose() - Method in interface com.mysql.jdbc.ConnectionProperties
- getRetainStatementAfterResultSetClose() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getRetainStatementAfterResultSetClose() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getRetriesAllDown() - Method in interface com.mysql.jdbc.ConnectionProperties
- getRetriesAllDown() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getRetriesAllDown() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getRewriteBatchedStatements() - Method in interface com.mysql.jdbc.ConnectionProperties
- getRewriteBatchedStatements() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getRewriteBatchedStatements() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getRewrittenBatchSize() - Method in class com.mysql.jdbc.PreparedStatement
- getRollbackOnPooledClose() - Method in interface com.mysql.jdbc.ConnectionProperties
- getRollbackOnPooledClose() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getRollbackOnPooledClose() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getRoundRobinLoadBalance() - Method in interface com.mysql.jdbc.ConnectionProperties
-
Returns whether or not hosts will be picked in a round-robin fashion.
- getRoundRobinLoadBalance() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getRoundRobinLoadBalance() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getRoutineTypeConditionForGetProcedureColumns() - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
-
Returns a condition to be injected in the query that returns metadata for procedure columns only.
- getRoutineTypeConditionForGetProcedureColumns() - Method in class com.mysql.jdbc.JDBC4DatabaseMetaDataUsingInfoSchema
-
Returns a condition to be injected in the query that returns metadata for procedure columns only.
- getRoutineTypeConditionForGetProcedures() - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
-
Returns a condition to be injected in the query that returns metadata for procedures only.
- getRoutineTypeConditionForGetProcedures() - Method in class com.mysql.jdbc.JDBC4DatabaseMetaDataUsingInfoSchema
-
Returns a condition to be injected in the query that returns metadata for procedures only.
- getRow() - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0
- getRowId(int) - Method in class com.mysql.jdbc.JDBC4CallableStatement
- getRowId(int) - Method in class com.mysql.jdbc.JDBC4ResultSet
- getRowId(int) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- getRowId(String) - Method in class com.mysql.jdbc.JDBC4CallableStatement
- getRowId(String) - Method in class com.mysql.jdbc.JDBC4ResultSet
- getRowId(String) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- getRowIdLifetime() - Method in class com.mysql.jdbc.JDBC4DatabaseMetaData
- getRowIdLifetime() - Method in class com.mysql.jdbc.JDBC4DatabaseMetaDataUsingInfoSchema
- getRunningCTS13() - Method in interface com.mysql.jdbc.ConnectionProperties
- getRunningCTS13() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getRunningCTS13() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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?
- getSchema() - Method in interface com.mysql.jdbc.Connection
- getSchema() - Method in class com.mysql.jdbc.ConnectionImpl
- getSchema() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getSchemaName(int) - Method in class com.mysql.jdbc.ResultSetMetaData
-
What is a column's table's schema?
- getSchemas() - Method in class com.mysql.jdbc.DatabaseMetaData
-
Get the schema names available in this database.
- getSchemas(String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
- getSchemaTerm() - Method in class com.mysql.jdbc.DatabaseMetaData
-
What's the database vendor's preferred term for "schema"?
- 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 interface com.mysql.jdbc.ConnectionProperties
- getSecondsBeforeRetryMaster() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getSecondsBeforeRetryMaster() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getSelfDestructOnPingMaxOperations() - Method in interface com.mysql.jdbc.ConnectionProperties
- getSelfDestructOnPingMaxOperations() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getSelfDestructOnPingMaxOperations() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getSelfDestructOnPingSecondsLifetime() - Method in interface com.mysql.jdbc.ConnectionProperties
- getSelfDestructOnPingSecondsLifetime() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getSelfDestructOnPingSecondsLifetime() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getSendFractionalSeconds() - Method in interface com.mysql.jdbc.ConnectionProperties
- getSendFractionalSeconds() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getSendFractionalSeconds() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getServerAffinityOrder() - Method in interface com.mysql.jdbc.ConnectionProperties
- getServerAffinityOrder() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getServerAffinityOrder() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getServerCharacterEncoding() - Method in interface com.mysql.jdbc.Connection
-
Deprecated.replaced by
Connection.getServerCharset() - getServerCharacterEncoding() - Method in class com.mysql.jdbc.ConnectionImpl
-
Deprecated.replaced by
getServerCharset() - getServerCharacterEncoding() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
-
Deprecated.replaced by
getServerCharset() - getServerCharset() - Method in interface com.mysql.jdbc.Connection
-
Returns the server's character set
- getServerCharset() - Method in class com.mysql.jdbc.ConnectionImpl
-
Returns the server's character set
- getServerCharset() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getServerCharset() - Method in interface com.mysql.jdbc.MySQLConnection
- getServerConfigCacheFactory() - Method in interface com.mysql.jdbc.ConnectionProperties
- getServerConfigCacheFactory() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getServerConfigCacheFactory() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getServerInfo() - Method in class com.mysql.jdbc.ResultSetImpl
-
Returns the server info (if any), or null if none.
- getServerInfo() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
-
Returns the server informational message returned from a DDL or DML statement (if any), or null if none.
- getServerMajorVersion() - Method in class com.mysql.jdbc.ConnectionImpl
- getServerMajorVersion() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getServerMajorVersion() - Method in interface com.mysql.jdbc.MySQLConnection
- 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.ConnectionImpl
- getServerMinorVersion() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getServerMinorVersion() - Method in interface com.mysql.jdbc.MySQLConnection
- getServerMinorVersion() - Method in class com.mysql.jdbc.MysqlIO
-
Get the minor version of the MySQL server we are talking to.
- getServerRSAPublicKeyFile() - Method in interface com.mysql.jdbc.ConnectionProperties
- getServerRSAPublicKeyFile() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getServerRSAPublicKeyFile() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getServerStatementId() - Method in class com.mysql.jdbc.ServerPreparedStatement
- getServerStatus() - Method in class com.mysql.jdbc.MysqlIO
- getServerSubMinorVersion() - Method in class com.mysql.jdbc.ConnectionImpl
- getServerSubMinorVersion() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getServerSubMinorVersion() - Method in interface com.mysql.jdbc.MySQLConnection
- getServerSubMinorVersion() - Method in class com.mysql.jdbc.MysqlIO
-
Get the sub-minor version of the MySQL server we are talking to.
- getServerTimezone() - Method in interface com.mysql.jdbc.ConnectionProperties
-
Returns the 'serverTimezone' property.
- getServerTimezone() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getServerTimezone() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getServerTimezoneTZ() - Method in interface com.mysql.jdbc.Connection
-
Returns the TimeZone that represents the configured timezone for the server.
- getServerTimezoneTZ() - Method in class com.mysql.jdbc.ConnectionImpl
- getServerTimezoneTZ() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getServerTimezoneTZ() - Method in interface com.mysql.jdbc.MySQLConnection
- getServerVariable(String) - Method in class com.mysql.jdbc.ConnectionImpl
- getServerVariable(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getServerVariable(String) - Method in interface com.mysql.jdbc.MySQLConnection
- getServerVersion() - Method in class com.mysql.jdbc.ConnectionImpl
- getServerVersion() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getServerVersion() - Method in interface com.mysql.jdbc.MySQLConnection
- getServerVersion() - Method in class com.mysql.jdbc.MysqlIO
-
Get the version string of the server we are talking to
- getSessionLockedCalendar() - Method in class com.mysql.jdbc.ConnectionImpl
- getSessionLockedCalendar() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getSessionLockedCalendar() - Method in interface com.mysql.jdbc.MySQLConnection
- getSessionMaxRows() - Method in interface com.mysql.jdbc.Connection
- getSessionMaxRows() - Method in class com.mysql.jdbc.ConnectionImpl
-
Returns the sql select limit max-rows for this session.
- getSessionMaxRows() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getSessionVariables() - Method in interface com.mysql.jdbc.ConnectionProperties
- getSessionVariables() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getSessionVariables() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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(byte[]) - Static method in class com.mysql.jdbc.StringUtils
- getShort(byte[], int, int) - Static method in class com.mysql.jdbc.StringUtils
- getShort(int) - Method in class com.mysql.jdbc.CallableStatement
- getShort(int) - Method in interface com.mysql.jdbc.ParameterBindings
- getShort(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getShort(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a Java short.
- getShort(String) - Method in class com.mysql.jdbc.CallableStatement
- getShort(String) - Method in class com.mysql.jdbc.ResultSetImpl
- getSimpleDateFormat(SimpleDateFormat, String, Calendar, TimeZone) - Static method in class com.mysql.jdbc.TimeUtil
- getSlaveHosts() - Method in class com.mysql.jdbc.ReplicationConnectionGroup
- getSlaveHosts(String) - Static method in class com.mysql.jdbc.ReplicationConnectionGroupManager
- getSlavePromotionCount(String) - Static method in class com.mysql.jdbc.ReplicationConnectionGroupManager
- getSlavesConnection() - Method in interface com.mysql.jdbc.ReplicationConnection
- getSlavesConnection() - Method in class com.mysql.jdbc.ReplicationConnectionProxy
- getSlavesConnection() - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- getSlowQueryThreshold() - Method in class com.mysql.jdbc.MysqlIO
- getSlowQueryThresholdMillis() - Method in interface com.mysql.jdbc.ConnectionProperties
- getSlowQueryThresholdMillis() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getSlowQueryThresholdMillis() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getSlowQueryThresholdNanos() - Method in interface com.mysql.jdbc.ConnectionProperties
- getSlowQueryThresholdNanos() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getSlowQueryThresholdNanos() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getSocketFactory() - Method in interface com.mysql.jdbc.ConnectionProperties
- getSocketFactory() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getSocketFactory() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getSocketFactoryClassName() - Method in interface com.mysql.jdbc.ConnectionProperties
- getSocketFactoryClassName() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getSocketFactoryClassName() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getSocketTimeout() - Method in interface com.mysql.jdbc.ConnectionProperties
- getSocketTimeout() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getSocketTimeout() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getSocksProxyHost() - Method in interface com.mysql.jdbc.ConnectionProperties
- getSocksProxyHost() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getSocksProxyHost() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getSocksProxyPort() - Method in interface com.mysql.jdbc.ConnectionProperties
- getSocksProxyPort() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getSocksProxyPort() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getSource(Class) - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
-
Returns a Source for reading the XML value designated by this SQLXML instance.
- getSqlForBatch(int) - Method in class com.mysql.jdbc.PreparedStatement.ParseInfo
-
Returns a preparable SQL string for the number of batched parameters, used by server-side prepared statements when re-writing batch INSERTs.
- getSqlForBatch(PreparedStatement.ParseInfo) - Method in class com.mysql.jdbc.PreparedStatement.ParseInfo
-
Used for filling in the SQL for getPreparedSql() - for debugging
- 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/SQL2003 keywords.
- getSQLState() - Method in exception class com.mysql.jdbc.CommunicationsException
- getSQLState() - Method in exception class com.mysql.jdbc.ConnectionFeatureNotAvailableException
- getSQLStateType() - Method in class com.mysql.jdbc.DatabaseMetaData
- getSQLType() - Method in class com.mysql.jdbc.Field
- getSQLXML(int) - Method in class com.mysql.jdbc.JDBC4CallableStatement
- getSQLXML(int) - Method in class com.mysql.jdbc.JDBC4ResultSet
- getSQLXML(int) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- getSQLXML(String) - Method in class com.mysql.jdbc.JDBC4CallableStatement
- getSQLXML(String) - Method in class com.mysql.jdbc.JDBC4ResultSet
- getSQLXML(String) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- getStatement() - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0 Return the Statement that produced the ResultSet.
- getStatementComment() - Method in interface com.mysql.jdbc.Connection
-
Returns the comment that will be prepended to all statements sent to the server.
- getStatementComment() - Method in class com.mysql.jdbc.ConnectionImpl
-
Returns the comment that will be prepended to all statements sent to the server.
- getStatementComment() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getStatementComment() - Method in interface com.mysql.jdbc.MySQLConnection
- getStatementInterceptors() - Method in interface com.mysql.jdbc.ConnectionProperties
- getStatementInterceptors() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getStatementInterceptors() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getStatementInterceptorsInstances() - Method in class com.mysql.jdbc.ConnectionImpl
- getStatementInterceptorsInstances() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getStatementInterceptorsInstances() - Method in interface com.mysql.jdbc.MySQLConnection
- getStaticSqlStrings() - Method in class com.mysql.jdbc.PreparedStatement.AppendingBatchVisitor
- getStrictFloatingPoint() - Method in interface com.mysql.jdbc.ConnectionProperties
- getStrictFloatingPoint() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getStrictFloatingPoint() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getStrictUpdates() - Method in interface com.mysql.jdbc.ConnectionProperties
- getStrictUpdates() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getStrictUpdates() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getString() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
- getString(int) - Method in class com.mysql.jdbc.CallableStatement
- getString(int) - Method in interface com.mysql.jdbc.ParameterBindings
- getString(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getString(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a Java String
- getString(int, String, MySQLConnection) - Method in class com.mysql.jdbc.BufferRow
- getString(int, String, MySQLConnection) - Method in class com.mysql.jdbc.ByteArrayRow
- getString(int, String, MySQLConnection) - Method in class com.mysql.jdbc.ResultSetRow
-
Returns the value at the given column (index starts at 0) as a java.lang.String with the requested encoding, using the given MySQLConnection to find character converters.
- getString(String) - Method in class com.mysql.jdbc.CallableStatement
- getString(String) - Static method in class com.mysql.jdbc.Messages
-
Returns the localized message for the given message key
- getString(String) - Method in class com.mysql.jdbc.ResultSetImpl
-
The following routines simply convert the columnName into a columnIndex and then call the appropriate routine above.
- getString(String, MySQLConnection, byte[], int, int) - Method in class com.mysql.jdbc.ResultSetRow
-
Convenience method for turning a byte[] into a string with the given encoding.
- getString(String, Object[]) - Static method in class com.mysql.jdbc.Messages
- 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.ResultSetImpl
- 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
- getTableName() - Method in class com.mysql.jdbc.Field
- getTableName(int) - Method in class com.mysql.jdbc.ResultSetMetaData
-
Whats a column's table's name?
- getTableNameNoAliases() - Method in class com.mysql.jdbc.Field
- getTableNameWithCase(String) - Method in class com.mysql.jdbc.DatabaseMetaData
- 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.
- getTables(String, String, String, String[]) - Method in class com.mysql.jdbc.DatabaseMetaData
-
Get a description of tables available in a catalog.
- getTables(String, String, String, String[]) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
-
Get a description of tables available in a catalog.
- getTableTypeCompliantWith(String) - Static method in enum class com.mysql.jdbc.DatabaseMetaData.TableType
- getTableTypeEqualTo(String) - Static method in enum class com.mysql.jdbc.DatabaseMetaData.TableType
- getTableTypes() - Method in class com.mysql.jdbc.DatabaseMetaData
-
Get the table types available in this database.
- getTcpKeepAlive() - Method in interface com.mysql.jdbc.ConnectionProperties
- getTcpKeepAlive() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getTcpKeepAlive() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getTcpNoDelay() - Method in interface com.mysql.jdbc.ConnectionProperties
- getTcpNoDelay() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getTcpNoDelay() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getTcpRcvBuf() - Method in interface com.mysql.jdbc.ConnectionProperties
- getTcpRcvBuf() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getTcpRcvBuf() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getTcpSndBuf() - Method in interface com.mysql.jdbc.ConnectionProperties
- getTcpSndBuf() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getTcpSndBuf() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getTcpTrafficClass() - Method in interface com.mysql.jdbc.ConnectionProperties
- getTcpTrafficClass() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getTcpTrafficClass() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getThisAsProxy() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
- getThisAsProxy() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getThisAsProxy() - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- getThread() - Static method in class com.mysql.jdbc.AbandonedConnectionCleanupThread
- getThreadId() - Method in class com.mysql.jdbc.MysqlIO
- getTime(int) - Method in class com.mysql.jdbc.CallableStatement
- getTime(int) - Method in interface com.mysql.jdbc.ParameterBindings
- getTime(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getTime(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.CallableStatement
- getTime(int, Calendar) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a java.sql.Time object.
- getTime(String) - Method in class com.mysql.jdbc.CallableStatement
- getTime(String) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.CallableStatement
- getTime(String, Calendar) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.
- getTimeFast(int, byte[], int, int, Calendar, TimeZone, boolean, MySQLConnection, ResultSetImpl) - Method in class com.mysql.jdbc.ResultSetRow
- getTimeFast(int, Calendar, TimeZone, boolean, MySQLConnection, ResultSetImpl) - Method in class com.mysql.jdbc.BufferRow
- getTimeFast(int, Calendar, TimeZone, boolean, MySQLConnection, ResultSetImpl) - Method in class com.mysql.jdbc.ByteArrayRow
- getTimeFast(int, Calendar, TimeZone, boolean, MySQLConnection, ResultSetImpl) - Method in class com.mysql.jdbc.ResultSetRow
- getTimestamp(int) - Method in class com.mysql.jdbc.CallableStatement
- getTimestamp(int) - Method in interface com.mysql.jdbc.ParameterBindings
- getTimestamp(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getTimestamp(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.CallableStatement
- getTimestamp(int, Calendar) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a java.sql.Timestamp object.
- getTimestamp(String) - Method in class com.mysql.jdbc.CallableStatement
- getTimestamp(String) - Method in class com.mysql.jdbc.ResultSetImpl
- getTimestamp(String, Calendar) - Method in class com.mysql.jdbc.CallableStatement
- getTimestamp(String, Calendar) - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the value of a column in the current row as a java.sql.Timestamp object.
- getTimestampFast(int, byte[], int, int, Calendar, TimeZone, boolean, MySQLConnection, ResultSetImpl, boolean, boolean) - Method in class com.mysql.jdbc.ResultSetRow
- getTimestampFast(int, Calendar, TimeZone, boolean, MySQLConnection, ResultSetImpl, boolean, boolean) - Method in class com.mysql.jdbc.BufferRow
- getTimestampFast(int, Calendar, TimeZone, boolean, MySQLConnection, ResultSetImpl, boolean, boolean) - Method in class com.mysql.jdbc.ByteArrayRow
- getTimestampFast(int, Calendar, TimeZone, boolean, MySQLConnection, ResultSetImpl, boolean, boolean) - Method in class com.mysql.jdbc.ResultSetRow
- getTinyInt1isBit() - Method in interface com.mysql.jdbc.ConnectionProperties
- getTinyInt1isBit() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getTinyInt1isBit() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getTotalConnectionCount() - Method in class com.mysql.jdbc.ReplicationConnectionGroup
- getTotalConnectionCount(String) - Static method in class com.mysql.jdbc.ReplicationConnectionGroupManager
- getTotalHostCount(String) - Static method in class com.mysql.jdbc.ConnectionGroupManager
- getTotalLogicalConnectionCount() - Method in class com.mysql.jdbc.ConnectionGroup
- getTotalLogicalConnectionCount(String) - Static method in class com.mysql.jdbc.ConnectionGroupManager
- getTotalPhysicalConnectionCount() - Method in class com.mysql.jdbc.ConnectionGroup
- getTotalPhysicalConnectionCount() - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
- getTotalPhysicalConnectionCount(String) - Static method in class com.mysql.jdbc.ConnectionGroupManager
- getTotalTransactionCount() - Method in class com.mysql.jdbc.ConnectionGroup
- getTotalTransactionCount(String) - Static method in class com.mysql.jdbc.ConnectionGroupManager
- getTraceProtocol() - Method in interface com.mysql.jdbc.ConnectionProperties
- getTraceProtocol() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getTraceProtocol() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getTransactionCount() - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
- getTransactionIsolation() - Method in class com.mysql.jdbc.ConnectionImpl
-
Get this Connection's current transaction isolation mode.
- getTransactionIsolation() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getTransformedBitIsBoolean() - Method in interface com.mysql.jdbc.ConnectionProperties
- getTransformedBitIsBoolean() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getTransformedBitIsBoolean() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getTreatUtilDateAsTimestamp() - Method in interface com.mysql.jdbc.ConnectionProperties
- getTreatUtilDateAsTimestamp() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getTreatUtilDateAsTimestamp() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getTrustCertificateKeyStorePassword() - Method in interface com.mysql.jdbc.ConnectionProperties
- getTrustCertificateKeyStorePassword() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getTrustCertificateKeyStorePassword() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getTrustCertificateKeyStoreType() - Method in interface com.mysql.jdbc.ConnectionProperties
- getTrustCertificateKeyStoreType() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getTrustCertificateKeyStoreType() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getTrustCertificateKeyStoreUrl() - Method in interface com.mysql.jdbc.ConnectionProperties
- getTrustCertificateKeyStoreUrl() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getTrustCertificateKeyStoreUrl() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getType() - Method in class com.mysql.jdbc.ResultSetImpl
-
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.ConnectionImpl
-
JDBC 2.0 Get the type-map object associated with this connection.
- getTypeMap() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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.
- getUltraDevHack() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUltraDevHack() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUltraDevHack() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUnderlyingInterceptor() - Method in class com.mysql.jdbc.NoSubInterceptorWrapper
- getUnicodeStream(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Deprecated.
- getUnicodeStream(String) - Method in class com.mysql.jdbc.ResultSetImpl
-
Deprecated.
- getUpdateCount() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- getUpdateCount() - Method in class com.mysql.jdbc.PreparedStatement
- getUpdateCount() - Method in class com.mysql.jdbc.ResultSetImpl
- getUpdateCount() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
-
Returns the update count for this result set (if one exists), otherwise -1.
- getUpdateCount() - Method in class com.mysql.jdbc.StatementImpl
-
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.ResultSetImpl
- getUpdateID() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
-
Returns the AUTO_INCREMENT value for the DDL/DML statement which created this result set.
- getUpperBound() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- getUpperBound() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
- getURL() - Method in class com.mysql.jdbc.ConnectionImpl
- getURL() - Method in class com.mysql.jdbc.DatabaseMetaData
-
What's the url for this database?
- getURL() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getURL() - Method in interface com.mysql.jdbc.MySQLConnection
- getURL(int) - Method in class com.mysql.jdbc.CallableStatement
- getURL(int) - Method in interface com.mysql.jdbc.ParameterBindings
- getURL(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
- getURL(int) - Method in class com.mysql.jdbc.ResultSetImpl
- getURL(String) - Method in class com.mysql.jdbc.CallableStatement
- getURL(String) - Method in class com.mysql.jdbc.ResultSetImpl
- getUseAffectedRows() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseAffectedRows() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseAffectedRows() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseBlobToStoreUTF8OutsideBMP() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseBlobToStoreUTF8OutsideBMP() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseBlobToStoreUTF8OutsideBMP() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseColumnNamesInFindColumn() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseColumnNamesInFindColumn() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseColumnNamesInFindColumn() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseCompression() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseCompression() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseCompression() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseConfigs() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseConfigs() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseConfigs() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseCursorFetch() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseCursorFetch() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseCursorFetch() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseDirectRowUnpack() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseDirectRowUnpack() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseDirectRowUnpack() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseDynamicCharsetInfo() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseDynamicCharsetInfo() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseDynamicCharsetInfo() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseFastDateParsing() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseFastDateParsing() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseFastDateParsing() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseFastIntParsing() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseFastIntParsing() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseFastIntParsing() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseGmtMillisForDatetimes() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseGmtMillisForDatetimes() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseGmtMillisForDatetimes() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseHostsInPrivileges() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseHostsInPrivileges() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseHostsInPrivileges() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseInformationSchema() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseInformationSchema() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseInformationSchema() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseJDBCCompliantTimezoneShift() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseJDBCCompliantTimezoneShift() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseJDBCCompliantTimezoneShift() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseJvmCharsetConverters() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseJvmCharsetConverters() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseJvmCharsetConverters() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseLegacyDatetimeCode() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseLegacyDatetimeCode() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseLegacyDatetimeCode() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseLocalSessionState() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseLocalSessionState() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseLocalSessionState() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseLocalTransactionState() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseLocalTransactionState() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseLocalTransactionState() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseNanosForElapsedTime() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseNanosForElapsedTime() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseNanosForElapsedTime() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseOldAliasMetadataBehavior() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseOldAliasMetadataBehavior() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseOldAliasMetadataBehavior() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseOldUTF8Behavior() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseOldUTF8Behavior() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseOldUTF8Behavior() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseOnlyServerErrorMessages() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseOnlyServerErrorMessages() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseOnlyServerErrorMessages() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUser() - Method in class com.mysql.jdbc.ConnectionImpl
- getUser() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUser() - Method in interface com.mysql.jdbc.MySQLConnection
- getUseReadAheadInput() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseReadAheadInput() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseReadAheadInput() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUserName() - Method in class com.mysql.jdbc.DatabaseMetaData
-
What's our user name as known to the database?
- getUseServerPreparedStmts() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseServerPreparedStmts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseServerPreparedStmts() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseServerPrepStmts() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseServerPrepStmts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseServerPrepStmts() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseSqlStateCodes() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseSqlStateCodes() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseSqlStateCodes() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseSSL() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseSSL() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseSSL() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseSSPSCompatibleTimezoneShift() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseSSPSCompatibleTimezoneShift() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseSSPSCompatibleTimezoneShift() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseStreamLengthsInPrepStmts() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseStreamLengthsInPrepStmts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseStreamLengthsInPrepStmts() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseTimezone() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseTimezone() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseTimezone() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseUltraDevWorkAround() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseUltraDevWorkAround() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseUltraDevWorkAround() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseUnbufferedInput() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseUnbufferedInput() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseUnbufferedInput() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseUnicode() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUseUnicode() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseUnicode() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUseUsageAdvisor() - Method in interface com.mysql.jdbc.ConnectionProperties
-
Returns whether or not the driver advises of proper usage.
- getUseUsageAdvisor() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUseUsageAdvisor() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUtcCalendar() - Method in class com.mysql.jdbc.ConnectionImpl
- getUtcCalendar() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUtcCalendar() - Method in interface com.mysql.jdbc.MySQLConnection
- getUtf8OutsideBmpExcludedColumnNamePattern() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUtf8OutsideBmpExcludedColumnNamePattern() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUtf8OutsideBmpExcludedColumnNamePattern() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getUtf8OutsideBmpIncludedColumnNamePattern() - Method in interface com.mysql.jdbc.ConnectionProperties
- getUtf8OutsideBmpIncludedColumnNamePattern() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getUtf8OutsideBmpIncludedColumnNamePattern() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getV2PostProcessMethod(Class) - Static method in class com.mysql.jdbc.ReflectiveStatementInterceptorAdapter
- getValue() - Method in class com.mysql.jdbc.DatabaseMetaData.ComparableWrapper
- getValueAsBoolean() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.BooleanConnectionProperty
- getValueAsInt() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
- getValueAsLong() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.LongConnectionProperty
- getValueAsObject() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- getValueAsString() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.MemorySizeConnectionProperty
- getValueAsString() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.StringConnectionProperty
- getvalueNeedsQuoting() - Method in class com.mysql.jdbc.Field
- getValuesClause() - Method in class com.mysql.jdbc.PreparedStatement
- getVerifyServerCertificate() - Method in interface com.mysql.jdbc.ConnectionProperties
- getVerifyServerCertificate() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getVerifyServerCertificate() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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.
- getVersionColumns(String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
- getWarnings() - Method in class com.mysql.jdbc.ConnectionImpl
-
The first warning reported by calls on this Connection is returned.
- getWarnings() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getWarnings() - Method in class com.mysql.jdbc.ResultSetImpl
-
The first warning reported by calls on this ResultSet is returned.
- getWarnings() - Method in class com.mysql.jdbc.StatementImpl
-
The first warning reported by calls on this Statement is returned.
- getYearIsDateType() - Method in interface com.mysql.jdbc.ConnectionProperties
- getYearIsDateType() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getYearIsDateType() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- getZeroDateTimeBehavior() - Method in interface com.mysql.jdbc.ConnectionProperties
- getZeroDateTimeBehavior() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- getZeroDateTimeBehavior() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- GMT_TIMEZONE - Static variable in class com.mysql.jdbc.TimeUtil
- gmtCalendar - Variable in class com.mysql.jdbc.ResultSetImpl
H
- hadWarnings() - Method in class com.mysql.jdbc.MysqlIO
- handleCloseConnection(ReplicationConnection) - Method in class com.mysql.jdbc.ReplicationConnectionGroup
- handleExceptionForBatch(int, int, long[], SQLException) - Method in class com.mysql.jdbc.StatementImpl
- handleNewInstance(Constructor, Object[], ExceptionInterceptor) - Static method in class com.mysql.jdbc.Util
-
Handles constructing new instance with the given constructor and wrapping (or not, as required) the exceptions that could possibly be generated
- hasBuiltIndexMapping - Variable in class com.mysql.jdbc.ResultSetImpl
- hasDeadlockOrTimeoutRolledBackTx(SQLException) - Method in class com.mysql.jdbc.StatementImpl
- hashCode - Variable in class com.mysql.jdbc.ConnectionImpl.CompoundCacheKey
- hashCode() - Method in class com.mysql.jdbc.ConnectionImpl.CompoundCacheKey
- hashCode() - Method in class com.mysql.jdbc.DatabaseMetaData.ComparableWrapper
- hashCode() - Method in class com.mysql.jdbc.DatabaseMetaData.IndexMetaDataKey
- hashCode() - Method in class com.mysql.jdbc.DatabaseMetaData.TableMetaDataKey
- hashPre41Password(String) - Static method in class com.mysql.jdbc.Util
- hashPre41Password(String, String) - Static method in class com.mysql.jdbc.Util
- 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 class com.mysql.jdbc.DatabaseMetaData.IteratorWithCleanup
- hasNext() - Method in class com.mysql.jdbc.DatabaseMetaData.ResultSetIterator
- hasNext() - Method in class com.mysql.jdbc.DatabaseMetaData.SingleStringIterator
- hasNext() - Method in interface com.mysql.jdbc.RowData
-
Returns true if another row exsists.
- hasNext() - Method in class com.mysql.jdbc.RowDataCursor
-
Returns true if another row exists.
- hasNext() - Method in class com.mysql.jdbc.RowDataDynamic
-
Returns true if another row exsists.
- hasNext() - Method in class com.mysql.jdbc.RowDataStatic
- hasPlaceholders - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
- hasSameProperties(Connection) - Method in interface com.mysql.jdbc.Connection
-
Does this connection have the same properties as another?
- hasSameProperties(Connection) - Method in class com.mysql.jdbc.ConnectionImpl
- hasSameProperties(Connection) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- hasSameProperties(Connection) - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- hasTriedMaster() - Method in interface com.mysql.jdbc.Connection
-
Deprecated.
- hasTriedMaster() - Method in class com.mysql.jdbc.ConnectionImpl
-
Deprecated.
- hasTriedMaster() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
-
Deprecated.
- hasValueConstraints() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.BooleanConnectionProperty
- hasValueConstraints() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- hasValueConstraints() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
- hasValueConstraints() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.StringConnectionProperty
- HEADER_LENGTH - Static variable in class com.mysql.jdbc.MysqlIO
- Helper() - Constructor for class com.mysql.jdbc.SocketMetadata.Helper
- holdResultsOpenOverClose - Variable in class com.mysql.jdbc.StatementImpl
-
Should this statement hold results open over .close() irregardless of connection's setting?
- host - Variable in class com.mysql.jdbc.MysqlIO
- host - Variable in class com.mysql.jdbc.StandardSocketFactory
-
The hostname to connect to
- host(Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
-
Returns the hostname property
- 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.
- HOST_REMOVAL_GRACE_PERIOD_PROPERTY_KEY - Static variable in class com.mysql.jdbc.LoadBalancedConnectionProxy
- hostList - Variable in class com.mysql.jdbc.MultiHostConnectionProxy
I
- ignorableWhitespace(char[], int, int) - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
- implicitlyCloseAllOpenResults() - Method in class com.mysql.jdbc.StatementImpl
-
Close all result sets in this statement.
- increment() - Method in class com.mysql.jdbc.PreparedStatement.AppendingBatchVisitor
- increment() - Method in interface com.mysql.jdbc.PreparedStatement.BatchVisitor
- incrementNumberOfPreparedExecutes() - Method in class com.mysql.jdbc.ConnectionImpl
- incrementNumberOfPreparedExecutes() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- incrementNumberOfPreparedExecutes() - Method in interface com.mysql.jdbc.MySQLConnection
- incrementNumberOfPrepares() - Method in class com.mysql.jdbc.ConnectionImpl
- incrementNumberOfPrepares() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- incrementNumberOfPrepares() - Method in interface com.mysql.jdbc.MySQLConnection
- incrementNumberOfResultSetsCreated() - Method in class com.mysql.jdbc.ConnectionImpl
- incrementNumberOfResultSetsCreated() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- incrementNumberOfResultSetsCreated() - Method in interface com.mysql.jdbc.MySQLConnection
- incrementQueriesIssuedSinceFailover() - Method in class com.mysql.jdbc.FailoverConnectionProxy
-
Increments counter for query executions.
- index - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
- index - Variable in class com.mysql.jdbc.Collation
- IndexMetaDataKey(boolean, short, String, short) - Constructor for class com.mysql.jdbc.DatabaseMetaData.IndexMetaDataKey
- indexOf(byte[], char) - Static method in class com.mysql.jdbc.StringUtils
- indexOfIgnoreCase(int, String, String) - Static method in class com.mysql.jdbc.StringUtils
-
Finds the position of a substring within a string ignoring case.
- indexOfIgnoreCase(int, String, String[], String, String, Set) - Static method in class com.mysql.jdbc.StringUtils
-
Finds the position of the first of a consecutive sequence of strings within a string, ignoring case, with the option to skip text delimited by given markers or within comments.
- indexOfIgnoreCase(int, String, String, String, String, String, Set) - Static method in class com.mysql.jdbc.StringUtils
-
Finds the position of a substring within a string, ignoring case, with the option to skip text delimited by given markers or within comments.
- indexOfIgnoreCase(int, String, String, String, String, Set) - Static method in class com.mysql.jdbc.StringUtils
-
Finds the position of a substring within a string, ignoring case, with the option to skip text delimited by given markers or within comments.
- indexOfIgnoreCase(String, String) - Static method in class com.mysql.jdbc.StringUtils
-
Finds the position of a substring within a string ignoring case.
- indexOfQuoteDoubleAware(String, String, int) - Static method in class com.mysql.jdbc.StringUtils
- indexToCustomMysqlCharset - Variable in class com.mysql.jdbc.ConnectionImpl
- init(Connection, Properties) - Method in class com.mysql.jdbc.BestResponseTimeBalanceStrategy
- init(Connection, Properties) - Method in class com.mysql.jdbc.ConnectionImpl.ExceptionInterceptorChain
- 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.LoadBalancedAutoCommitInterceptor
- init(Connection, Properties) - Method in class com.mysql.jdbc.NoSubInterceptorWrapper
- init(Connection, Properties) - Method in class com.mysql.jdbc.RandomBalanceStrategy
- init(Connection, Properties) - Method in class com.mysql.jdbc.ReflectiveStatementInterceptorAdapter
- init(Connection, Properties) - Method in class com.mysql.jdbc.SequentialBalanceStrategy
- init(Connection, Properties) - Method in class com.mysql.jdbc.ServerAffinityStrategy
- init(Connection, Properties) - Method in class com.mysql.jdbc.StandardLoadBalanceExceptionChecker
- 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().
- init(Connection, Properties) - Method in interface com.mysql.jdbc.StatementInterceptorV2
-
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().
- init(Connection, Properties) - Method in class com.mysql.jdbc.V1toV2StatementInterceptorAdapter
- INIT_DB - Static variable in class com.mysql.jdbc.MysqlDefs
- initCharset(String) - Static method in class com.mysql.jdbc.SingleByteCharsetConverter
-
Initialize the shared instance of a converter for the given character encoding.
- INITIAL_PACKET_SIZE - Static variable in class com.mysql.jdbc.MysqlIO
- 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.MultiHostMySQLConnection
- initializeFrom(String, ExceptionInterceptor) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.BooleanConnectionProperty
- initializeFrom(String, ExceptionInterceptor) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- initializeFrom(String, ExceptionInterceptor) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
- initializeFrom(String, ExceptionInterceptor) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.LongConnectionProperty
- initializeFrom(String, ExceptionInterceptor) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.MemorySizeConnectionProperty
- initializeFrom(String, ExceptionInterceptor) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.StringConnectionProperty
- initializeFrom(Properties, ExceptionInterceptor) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- initializeFrom(Reference, ExceptionInterceptor) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- 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).
- initializeHostsSpecs(List, Properties) - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
Initializes the hosts lists and makes a "clean" local copy of the given connection properties so that it can be later used to create standard connections.
- 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.
- initializeResultsMetadataFromCache(String, CachedResultSetMetaData, ResultSetInternalMethods) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- initializeResultsMetadataFromCache(String, CachedResultSetMetaData, ResultSetInternalMethods) - Method in interface com.mysql.jdbc.MySQLConnection
- initializeSafeStatementInterceptors() - Method in class com.mysql.jdbc.ConnectionImpl
- initializeSafeStatementInterceptors() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- initializeSafeStatementInterceptors() - Method in interface com.mysql.jdbc.MySQLConnection
- initializeWithMetadata() - Method in class com.mysql.jdbc.ResultSetImpl
- initializeWithMetadata() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
- inOutModifier - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
- 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().
- IntegerConnectionProperty(String, int, int, int, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
- IntegerConnectionProperty(String, int, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
- IntegerConnectionProperty(String, Object, String[], int, int, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
- interceptException(SQLException, Connection) - Method in class com.mysql.jdbc.ConnectionImpl.ExceptionInterceptorChain
- interceptException(SQLException, Connection) - Method in interface com.mysql.jdbc.ExceptionInterceptor
- interfaceExists(String) - Static method in class com.mysql.jdbc.Util
-
Does a network interface exist locally with the given hostname?
- internalRowData - Variable in class com.mysql.jdbc.ByteArrayRow
- inTransaction() - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
- inTransactionOnServer() - Method in class com.mysql.jdbc.MysqlIO
- invalidate(String) - Method in class com.mysql.jdbc.PerConnectionLRUFactory.PerConnectionLRU
- invalidate(K) - Method in interface com.mysql.jdbc.CacheAdapter
- invalidateAll() - Method in interface com.mysql.jdbc.CacheAdapter
- invalidateAll() - Method in class com.mysql.jdbc.PerConnectionLRUFactory.PerConnectionLRU
- invalidateAll(Set) - Method in class com.mysql.jdbc.PerConnectionLRUFactory.PerConnectionLRU
- invalidateAll(Set) - Method in interface com.mysql.jdbc.CacheAdapter
- invalidateConnection(MySQLConnection) - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
-
Closes specified connection and removes it from required mappings.
- invalidateConnection(MySQLConnection) - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
Invalidates the specified connection by closing it.
- invalidateCurrentConnection() - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
Invalidates the current connection.
- invoke(Object, Method, Object[]) - Method in class com.mysql.jdbc.FailoverConnectionProxy.FailoverJdbcInterfaceProxy
- invoke(Object, Method, Object[]) - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
Proxies method invocation on the java.sql.Connection interface, trapping multi-host specific methods and generic methods.
- invoke(Object, Method, Object[]) - Method in class com.mysql.jdbc.MultiHostConnectionProxy.JdbcInterfaceProxy
- invokeMore(Object, Method, Object[]) - Method in class com.mysql.jdbc.FailoverConnectionProxy
- invokeMore(Object, Method, Object[]) - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
-
Proxies method invocation on the java.sql.Connection interface, trapping "close", "isClosed" and "commit/rollback" to switch connections for load balancing.
- invokeMore(Object, Method, Object[]) - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
Continuation of the method invocation process, to be implemented within each subclass.
- invokeMore(Object, Method, Object[]) - Method in class com.mysql.jdbc.ReplicationConnectionProxy
-
Proxies method invocation on the java.sql.Connection interface.
- invokeOn - Variable in class com.mysql.jdbc.MultiHostConnectionProxy.JdbcInterfaceProxy
- invokeStatementInterceptorsPost(String, Statement, ResultSetInternalMethods, boolean, SQLException) - Method in class com.mysql.jdbc.MysqlIO
- invokeStatementInterceptorsPre(String, Statement, boolean) - Method in class com.mysql.jdbc.MysqlIO
- IS_LOCAL_HOSTNAME_REPLACEMENT_PROPERTY_NAME - Static variable in class com.mysql.jdbc.SocketMetadata.Helper
- 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.MultiHostMySQLConnection
- isAbonormallyLongQuery(long) - Method in interface com.mysql.jdbc.MySQLConnection
-
Update statistics that allows the driver to determine if a query is slow enough to be logged, and return the estimation result for millisOrNanos value.
- 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
- isAlive() - Static method in class com.mysql.jdbc.AbandonedConnectionCleanupThread
-
Returns true if the working thread is alive.
- isAuthMethodSwitchRequestPacket() - Method in class com.mysql.jdbc.Buffer
- isAutoIncrement() - Method in class com.mysql.jdbc.Field
- 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 occurred yet.
- isBeforeFirst() - Method in class com.mysql.jdbc.UpdatableResultSet
-
JDBC 2.0
- isBinary() - Method in class com.mysql.jdbc.Field
- 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
- 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?
- isCharsetApplicableType() - Method in class com.mysql.jdbc.Field
- isClientTzUTC() - Method in class com.mysql.jdbc.ConnectionImpl
- isClientTzUTC() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- isClientTzUTC() - Method in interface com.mysql.jdbc.MySQLConnection
- isClosed - Variable in class com.mysql.jdbc.MultiHostConnectionProxy
- isClosed - Variable in class com.mysql.jdbc.ResultSetImpl
-
Has this result set been closed?
- isClosed - Variable in class com.mysql.jdbc.StatementImpl
-
Has this statement been closed?
- isClosed() - Method in class com.mysql.jdbc.ConnectionImpl
- isClosed() - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- isClosed() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- isClosed() - Method in class com.mysql.jdbc.NamedPipeSocketFactory.NamedPipeSocket
- isClosed() - Method in class com.mysql.jdbc.ResultSetImpl
-
Returns true if this ResultSet is closed.
- isClosed() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
-
Returns true if this ResultSet is closed
- isClosed() - Method in class com.mysql.jdbc.StatementImpl
- isCloseOnCompletion() - Method in class com.mysql.jdbc.StatementImpl
- isColdFusion() - Static method in class com.mysql.jdbc.Util
- isCommunityEdition(String) - Static method in class com.mysql.jdbc.Util
-
Checks whether the given server version string is a MySQL Community edition
- isConnected() - Method in class com.mysql.jdbc.FailoverConnectionProxy
-
Checks if there is a underlying connection for this proxy.
- isCurrency(int) - Method in class com.mysql.jdbc.ResultSetMetaData
-
Is the column a cash value?
- isCursorFetchEnabled() - Method in class com.mysql.jdbc.ConnectionImpl
- isCursorFetchEnabled() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- isCursorFetchEnabled() - Method in interface com.mysql.jdbc.MySQLConnection
- isCursorRequired() - Method in class com.mysql.jdbc.ServerPreparedStatement
- isCursorRequired() - Method in class com.mysql.jdbc.StatementImpl
- 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.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
- 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
- isEmptyOrWhitespaceOnly(String) - Static method in class com.mysql.jdbc.StringUtils
- isEnterpriseEdition(String) - Static method in class com.mysql.jdbc.Util
-
Checks whether the given server version string is a MySQL Enterprise edition
- isEOFDeprecated() - Method in class com.mysql.jdbc.MysqlIO
- isEOFPacket() - Method in class com.mysql.jdbc.Buffer
- isExplicitlySet() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- 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
- 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)?
- isFunctionCall - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
- isGlobalBlacklistEnabled() - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
-
Checks if host blacklist management was enabled.
- isHostMaster(String) - Method in interface com.mysql.jdbc.ReplicationConnection
- isHostMaster(String) - Method in class com.mysql.jdbc.ReplicationConnectionProxy
- isHostMaster(String) - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- isHostPropertiesList(String) - Static method in class com.mysql.jdbc.NonRegisteringDriver
- isHostSlave(String) - Method in interface com.mysql.jdbc.ReplicationConnection
- isHostSlave(String) - Method in class com.mysql.jdbc.ReplicationConnectionProxy
- isHostSlave(String) - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- isIn - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
- 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.MultiHostMySQLConnection
- isJdbc4() - Static method in class com.mysql.jdbc.Util
- isJdbc42() - Static method in class com.mysql.jdbc.Util
- isJdbcInterface(Class) - Static method in class com.mysql.jdbc.Util
-
Recursively checks for interfaces on the given class to determine if it implements a java.sql, javax.sql or com.mysql.jdbc interface.
- isJdbcPackage(String) - Static method in class com.mysql.jdbc.Util
-
Check if the package name is a known JDBC package.
- 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
- 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?
- isLocallyConnected(ConnectionImpl) - Method in class com.mysql.jdbc.ExportControlled.StandardSSLSocketFactory
- isLocallyConnected(ConnectionImpl) - Method in class com.mysql.jdbc.NamedPipeSocketFactory
- isLocallyConnected(ConnectionImpl) - Static method in class com.mysql.jdbc.SocketMetadata.Helper
- isLocallyConnected(ConnectionImpl) - Method in interface com.mysql.jdbc.SocketMetadata
- isLocallyConnected(ConnectionImpl) - Method in class com.mysql.jdbc.StandardSocketFactory
- 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.FailoverConnectionProxy
-
Checks if current connection is to a master host.
- isMasterConnection() - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
-
Always returns 'true' as there are no "masters" and "slaves" in this type of connection.
- isMasterConnection() - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
Checks if current connection is to a master host.
- isMasterConnection() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- isMasterConnection() - Method in class com.mysql.jdbc.ReplicationConnectionProxy
-
Checks if current connection is the masters l/b connection.
- isMultibyteCharset(String) - Static method in class com.mysql.jdbc.CharsetMapping
-
Character sets that we can't convert ourselves.
- isMultipleKey() - Method in class com.mysql.jdbc.Field
- 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.MultiHostMySQLConnection
- isNotNull() - Method in class com.mysql.jdbc.Field
- isNull - Variable in class com.mysql.jdbc.PreparedStatement.BatchParams
- isNull - Variable in class com.mysql.jdbc.PreparedStatement
- isNull - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
- 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.PreparedStatement.EmulatedPreparedStatementBindings
- isNull(int) - Method in class com.mysql.jdbc.PreparedStatement
- isNull(int) - Method in class com.mysql.jdbc.ResultSetRow
-
Is the column value at the given index (which starts at 0) NULL?
- isNull(int) - Method in class com.mysql.jdbc.ServerPreparedStatement
- isNullable - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
- 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
- isOkayForVersion(Connection) - Method in class com.mysql.jdbc.MysqlCharset
- isOKPacket() - Method in class com.mysql.jdbc.Buffer
- isOnDuplicateKeyUpdate - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
- isOnDuplicateKeyUpdate() - Method in class com.mysql.jdbc.ServerPreparedStatement
- isOpaqueBinary() - Method in class com.mysql.jdbc.Field
- isOut - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
- isPoolable() - Method in class com.mysql.jdbc.StatementImpl
- isPrimaryHostIndex(int) - Method in class com.mysql.jdbc.FailoverConnectionProxy
-
Checks if the given host index points to the primary host.
- isPrimaryKey() - Method in class com.mysql.jdbc.Field
- isProxySet() - Method in class com.mysql.jdbc.ConnectionImpl
- isProxySet() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- isProxySet() - Method in interface com.mysql.jdbc.MySQLConnection
- isQueryCacheEnabled() - Method in class com.mysql.jdbc.ConnectionImpl
- isRangeBased() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.BooleanConnectionProperty
- isRangeBased() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- isRangeBased() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
- isRangeBased() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.StringConnectionProperty
- isRawPacket() - Method in class com.mysql.jdbc.Buffer
- isReadInfoMsgEnabled() - Method in class com.mysql.jdbc.ConnectionImpl
- isReadInfoMsgEnabled() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- isReadInfoMsgEnabled() - Method in interface com.mysql.jdbc.MySQLConnection
- 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.Field
-
Is this field _definitely_ not writable?
- isReadOnly() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- isReadOnly() - Method in interface com.mysql.jdbc.MySQLConnection
- isReadOnly() - Method in class com.mysql.jdbc.ReplicationConnectionProxy
- isReadOnly() - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- isReadOnly(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
-
Tests to see if the connection is in Read Only Mode.
- isReadOnly(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- isReadOnly(boolean) - Method in interface com.mysql.jdbc.MySQLConnection
- isReadOnly(int) - Method in class com.mysql.jdbc.ResultSetMetaData
-
Is the column definitely not writable?
- isReadOnlySafeChecked - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
-
synchronized externally in checkReadOnlyProcedure()
- isReadOnlySafeProcedure - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
-
synchronized externally in checkReadOnlyProcedure()
- isResultSetOKPacket() - Method in class com.mysql.jdbc.Buffer
- isReusable() - Method in interface com.mysql.jdbc.AuthenticationPlugin
- isRunningOnJDK13() - Method in class com.mysql.jdbc.ConnectionImpl
- isRunningOnJDK13() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- isRunningOnJDK13() - Method in interface com.mysql.jdbc.MySQLConnection
- 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.MultiHostMySQLConnection
- isSearchable(int) - Method in class com.mysql.jdbc.ResultSetMetaData
-
Can the column be used in a WHERE clause?
- isSelectQuery() - Method in class com.mysql.jdbc.PreparedStatement
- isServerLocal() - Method in interface com.mysql.jdbc.Connection
-
Is the server this connection is connected to "local" (i.e. same host) as the application?
- isServerLocal() - Method in class com.mysql.jdbc.ConnectionImpl
- isServerLocal() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- isServerTruncatesFracSecs() - Method in class com.mysql.jdbc.ConnectionImpl
- isServerTruncatesFracSecs() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- isServerTruncatesFracSecs() - Method in interface com.mysql.jdbc.MySQLConnection
- isServerTzUTC() - Method in class com.mysql.jdbc.ConnectionImpl
- isServerTzUTC() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- isServerTzUTC() - Method in interface com.mysql.jdbc.MySQLConnection
- 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?
- isSingleBit() - Method in class com.mysql.jdbc.Field
- isSlavesConnection() - Method in class com.mysql.jdbc.ReplicationConnectionProxy
-
Checks if current connection is the slaves l/b connection.
- isSqlTypeSupported(int) - Static method in class com.mysql.jdbc.JDBC42Helper
- isSSLEstablished() - Method in class com.mysql.jdbc.MysqlIO
- isSSLEstablished(Socket) - Static method in class com.mysql.jdbc.ExportControlled
- isStream - Variable in class com.mysql.jdbc.PreparedStatement.BatchParams
- isStrictlyNumeric(CharSequence) - Static method in class com.mysql.jdbc.StringUtils
-
Checks is the CharSequence contains digits only.
- isUniqueKey() - Method in class com.mysql.jdbc.Field
- isUnsigned() - Method in class com.mysql.jdbc.Field
- isUpdatable() - Method in class com.mysql.jdbc.UpdatableResultSet
- isUseSSLExplicit() - Method in interface com.mysql.jdbc.ConnectionProperties
- isUseSSLExplicit() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
Was the value of useSSL set explicitly or just got from defaults.
- isUseSSLExplicit() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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.JDBC4LoadBalancedMySQLConnection
- isValid(int) - Method in class com.mysql.jdbc.JDBC4MultiHostMySQLConnection
- isValid(int) - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
- isValid(int) - Method in class com.mysql.jdbc.JDBC4ReplicationMySQLConnection
- isValidIdChar(char) - Static method in class com.mysql.jdbc.StringUtils
- 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?
- isWrapperFor(Class) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
- 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.JDBC4LoadBalancedMySQLConnection
- isWrapperFor(Class) - Method in class com.mysql.jdbc.JDBC4MultiHostMySQLConnection
- isWrapperFor(Class) - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
- isWrapperFor(Class) - Method in class com.mysql.jdbc.JDBC4ReplicationMySQLConnection
- 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
- isWrapperFor(Class) - Method in class com.mysql.jdbc.ResultSetMetaData
- isWrapperFor(Class) - Method in class com.mysql.jdbc.StatementImpl
- isWrapperFor(Class) - Method in interface com.mysql.jdbc.Wrapper
- 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
- IterateBlock<T> - Class in com.mysql.jdbc
- IterateBlock(DatabaseMetaData.IteratorWithCleanup) - Constructor for class com.mysql.jdbc.IterateBlock
- IterateBlock(Iterator) - Constructor for class com.mysql.jdbc.IterateBlock
- iterator() - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
- iteratorWithCleanup - Variable in class com.mysql.jdbc.IterateBlock
- IteratorWithCleanup() - Constructor for class com.mysql.jdbc.DatabaseMetaData.IteratorWithCleanup
J
- javaEncodingsUc - Variable in class com.mysql.jdbc.MysqlCharset
- javaIterator - Variable in class com.mysql.jdbc.IterateBlock
- JDBC_4_CSTMT_2_ARGS_CTOR - Static variable in class com.mysql.jdbc.CallableStatement
- JDBC_4_CSTMT_4_ARGS_CTOR - Static variable in class com.mysql.jdbc.CallableStatement
- JDBC_LOCAL_CHARACTER_SET_RESULTS - Static variable in class com.mysql.jdbc.ConnectionImpl
- JDBC42CallableStatement - Class in com.mysql.jdbc
- JDBC42CallableStatement(MySQLConnection, CallableStatement.CallableStatementParamInfo) - Constructor for class com.mysql.jdbc.JDBC42CallableStatement
- JDBC42CallableStatement(MySQLConnection, String, String, boolean) - Constructor for class com.mysql.jdbc.JDBC42CallableStatement
- JDBC42Helper - Class in com.mysql.jdbc
- JDBC42Helper() - Constructor for class com.mysql.jdbc.JDBC42Helper
- JDBC42PreparedStatement - Class in com.mysql.jdbc
- JDBC42PreparedStatement(MySQLConnection, String) - Constructor for class com.mysql.jdbc.JDBC42PreparedStatement
- JDBC42PreparedStatement(MySQLConnection, String, String) - Constructor for class com.mysql.jdbc.JDBC42PreparedStatement
- JDBC42PreparedStatement(MySQLConnection, String, String, PreparedStatement.ParseInfo) - Constructor for class com.mysql.jdbc.JDBC42PreparedStatement
- JDBC42ResultSet - Class in com.mysql.jdbc
- JDBC42ResultSet(long, long, MySQLConnection, StatementImpl) - Constructor for class com.mysql.jdbc.JDBC42ResultSet
- JDBC42ResultSet(String, Field[], RowData, MySQLConnection, StatementImpl) - Constructor for class com.mysql.jdbc.JDBC42ResultSet
- JDBC42ServerPreparedStatement - Class in com.mysql.jdbc
- JDBC42ServerPreparedStatement(MySQLConnection, String, String, int, int) - Constructor for class com.mysql.jdbc.JDBC42ServerPreparedStatement
- JDBC42UpdatableResultSet - Class in com.mysql.jdbc
- JDBC42UpdatableResultSet(String, Field[], RowData, MySQLConnection, StatementImpl) - Constructor for class com.mysql.jdbc.JDBC42UpdatableResultSet
- JDBC4CallableStatement - Class in com.mysql.jdbc
- JDBC4CallableStatement(MySQLConnection, CallableStatement.CallableStatementParamInfo) - Constructor for class com.mysql.jdbc.JDBC4CallableStatement
- JDBC4CallableStatement(MySQLConnection, String, String, boolean) - Constructor for class com.mysql.jdbc.JDBC4CallableStatement
- JDBC4ClientInfoProvider - Interface in com.mysql.jdbc
-
Classes that implement this interface and provide a no-args constructor can be used by the driver to store and retrieve client information and/or labels.
- JDBC4ClientInfoProviderSP - Class in com.mysql.jdbc
- JDBC4ClientInfoProviderSP() - Constructor for class com.mysql.jdbc.JDBC4ClientInfoProviderSP
- JDBC4CommentClientInfoProvider - Class in com.mysql.jdbc
-
An implementation of JDBC4ClientInfoProvider that exposes the client info as a comment prepended to all statements issued by the driver.
- JDBC4CommentClientInfoProvider() - Constructor for class com.mysql.jdbc.JDBC4CommentClientInfoProvider
- JDBC4Connection - Class in com.mysql.jdbc
- JDBC4Connection(String, int, Properties, String, String) - Constructor for class com.mysql.jdbc.JDBC4Connection
- JDBC4DatabaseMetaData - Class in com.mysql.jdbc
- JDBC4DatabaseMetaData(MySQLConnection, String) - Constructor for class com.mysql.jdbc.JDBC4DatabaseMetaData
- JDBC4DatabaseMetaDataUsingInfoSchema - Class in com.mysql.jdbc
- JDBC4DatabaseMetaDataUsingInfoSchema(MySQLConnection, String) - Constructor for class com.mysql.jdbc.JDBC4DatabaseMetaDataUsingInfoSchema
- JDBC4LoadBalancedMySQLConnection - Class in com.mysql.jdbc
- JDBC4LoadBalancedMySQLConnection(LoadBalancedConnectionProxy) - Constructor for class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
- JDBC4MultiHostMySQLConnection - Class in com.mysql.jdbc
- JDBC4MultiHostMySQLConnection(MultiHostConnectionProxy) - Constructor for class com.mysql.jdbc.JDBC4MultiHostMySQLConnection
- JDBC4MySQLConnection - Interface in com.mysql.jdbc
- JDBC4MysqlSQLXML - Class in com.mysql.jdbc
- JDBC4MysqlSQLXML(ExceptionInterceptor) - Constructor for class com.mysql.jdbc.JDBC4MysqlSQLXML
- JDBC4MysqlSQLXML(ResultSetInternalMethods, int, ExceptionInterceptor) - Constructor for class com.mysql.jdbc.JDBC4MysqlSQLXML
- JDBC4MysqlSQLXML.SimpleSaxToReader - Class in com.mysql.jdbc
- JDBC4NClob - Class in com.mysql.jdbc
-
Simplistic implementation of java.sql.NClob for MySQL Connector/J
- JDBC4NClob(ExceptionInterceptor) - Constructor for class com.mysql.jdbc.JDBC4NClob
- JDBC4NClob(String, ExceptionInterceptor) - Constructor for class com.mysql.jdbc.JDBC4NClob
- JDBC4PreparedStatement - Class in com.mysql.jdbc
- JDBC4PreparedStatement(MySQLConnection, String) - Constructor for class com.mysql.jdbc.JDBC4PreparedStatement
- JDBC4PreparedStatement(MySQLConnection, String, String) - Constructor for class com.mysql.jdbc.JDBC4PreparedStatement
- JDBC4PreparedStatement(MySQLConnection, String, String, PreparedStatement.ParseInfo) - Constructor for class com.mysql.jdbc.JDBC4PreparedStatement
- JDBC4PreparedStatementHelper - Class in com.mysql.jdbc
- JDBC4ReplicationMySQLConnection - Class in com.mysql.jdbc
- JDBC4ReplicationMySQLConnection(ReplicationConnectionProxy) - Constructor for class com.mysql.jdbc.JDBC4ReplicationMySQLConnection
- JDBC4ResultSet - Class in com.mysql.jdbc
- JDBC4ResultSet(long, long, MySQLConnection, StatementImpl) - Constructor for class com.mysql.jdbc.JDBC4ResultSet
- JDBC4ResultSet(String, Field[], RowData, MySQLConnection, StatementImpl) - Constructor for class com.mysql.jdbc.JDBC4ResultSet
- JDBC4ServerPreparedStatement - Class in com.mysql.jdbc
- JDBC4ServerPreparedStatement(MySQLConnection, String, String, int, int) - Constructor for class com.mysql.jdbc.JDBC4ServerPreparedStatement
- JDBC4UpdatableResultSet - Class in com.mysql.jdbc
- JDBC4UpdatableResultSet(String, Field[], RowData, MySQLConnection, StatementImpl) - Constructor for class com.mysql.jdbc.JDBC4UpdatableResultSet
- jdbcCompliant() - Method in class com.mysql.jdbc.NonRegisteringDriver
-
Report whether the driver is a genuine JDBC compliant driver.
- JdbcInterfaceProxy(Object) - Constructor for class com.mysql.jdbc.MultiHostConnectionProxy.JdbcInterfaceProxy
- jdbcType - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
- jvmMeetsMinimum(int, int) - Static method in class com.mysql.jdbc.Util
K
- key - Variable in class com.mysql.jdbc.DatabaseMetaData.ComparableWrapper
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
- lastExceptionDealtWith - Variable in class com.mysql.jdbc.MultiHostConnectionProxy
- 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
- lastPacketReceivedTimeMs - Variable in class com.mysql.jdbc.MysqlIO
- lastPacketSentTimeMs - Variable in class com.mysql.jdbc.MysqlIO
- lastQueryIsOnDupKeyUpdate - Variable in class com.mysql.jdbc.StatementImpl
-
Whether or not the last query was of the form ON DUPLICATE KEY UPDATE
- lastUsed - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
- length - Variable in class com.mysql.jdbc.BlobFromLocator.LocatorInputStream
- 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
- length(int) - Method in class com.mysql.jdbc.BufferRow
- length(int) - Method in class com.mysql.jdbc.ByteArrayRow
- length(int) - Method in class com.mysql.jdbc.ResultSetRow
-
Returns the length of the column at the given index (which starts at 0).
- 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
- LICENSE - Static variable in class com.mysql.jdbc.NonRegisteringDriver
- LicenseConfiguration - Class in com.mysql.jdbc
-
Used in commercially-licensed clients that require connections to commercially-licensed servers as part of the licensing terms.
- liveConnections - Variable in class com.mysql.jdbc.LoadBalancedConnectionProxy
- LOADBALANCE_URL_PREFIX - Static variable in class com.mysql.jdbc.NonRegisteringDriver
- LoadBalancedAutoCommitInterceptor - Class in com.mysql.jdbc
- LoadBalancedAutoCommitInterceptor() - Constructor for class com.mysql.jdbc.LoadBalancedAutoCommitInterceptor
- LoadBalancedConnection - Interface in com.mysql.jdbc
- LoadBalancedConnectionProxy - Class in com.mysql.jdbc
-
A proxy for a dynamic com.mysql.jdbc.Connection implementation that load balances requests across a series of MySQL JDBC connections, where the balancing takes place at transaction commit.
- LoadBalancedMySQLConnection - Class in com.mysql.jdbc
- LoadBalancedMySQLConnection(LoadBalancedConnectionProxy) - Constructor for class com.mysql.jdbc.LoadBalancedMySQLConnection
- LoadBalanceExceptionChecker - Interface in com.mysql.jdbc
- loadExtensions(Connection, Properties, String, String, ExceptionInterceptor) - Static method in class com.mysql.jdbc.Util
-
Returns initialized instances of classes listed in extensionClassNames.
- LOCAL_TEMPORARY - Enum constant in enum class com.mysql.jdbc.DatabaseMetaData.TableType
- LocalAndReferencedColumns(List, List, String, String, String) - Constructor for class com.mysql.jdbc.DatabaseMetaData.LocalAndReferencedColumns
- localColumnsList - Variable in class com.mysql.jdbc.DatabaseMetaData.LocalAndReferencedColumns
- localProps - Variable in class com.mysql.jdbc.MultiHostConnectionProxy
- locationOfOnDuplicateKeyUpdate - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
- LocatorInputStream() - Constructor for class com.mysql.jdbc.BlobFromLocator.LocatorInputStream
- LocatorInputStream(long, long) - Constructor for class com.mysql.jdbc.BlobFromLocator.LocatorInputStream
- locatorsUpdateCopy() - Method in class com.mysql.jdbc.DatabaseMetaData
- log - Variable in class com.mysql.jdbc.ProfilerEventHandlerFactory
- loginTimeoutCheckTimestamp - Variable in class com.mysql.jdbc.StandardSocketFactory
-
Time when last Login Timeout check occurred
- loginTimeoutCountdown - Variable in class com.mysql.jdbc.StandardSocketFactory
-
The remaining login time in milliseconds.
- longBinding - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
- LongConnectionProperty(String, long, long, long, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.LongConnectionProperty
- LongConnectionProperty(String, long, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.LongConnectionProperty
- lowerBound - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- 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.MultiHostMySQLConnection
- lowerCaseTableNames() - Method in interface com.mysql.jdbc.MySQLConnection
M
- main(String[]) - Static method in class com.mysql.jdbc.DocsConnectionPropsHelper
- major - Variable in class com.mysql.jdbc.MysqlCharset
- makeScrambledPassword(String) - Static method in class com.mysql.jdbc.Security
-
Creates password to be stored in user database from raw string.
- MAP_SIZE - Static variable in class com.mysql.jdbc.CharsetMapping
- mapOutputParameterIndexToRsIndex(int) - Method in class com.mysql.jdbc.CallableStatement
- masterConnection - Variable in class com.mysql.jdbc.ReplicationConnectionProxy
- MAX_BYTES_TO_DUMP - Static variable in class com.mysql.jdbc.Buffer
- MAX_DIFF_PREC - Static variable in class com.mysql.jdbc.ResultSetImpl
-
Epsillon between Float.MAX_VALUE and the double representation of said value.
- MAX_IDENTIFIER_LENGTH - Static variable in class com.mysql.jdbc.DatabaseMetaData
- 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
- maxFieldSize - Variable in class com.mysql.jdbc.StatementImpl
-
The max field size for this statement
- maxRows - Variable in class com.mysql.jdbc.StatementImpl
-
The maximum number of rows to return for this statement (-1 means _all_ rows)
- 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
- mblen - Variable in class com.mysql.jdbc.MysqlCharset
- MemorySizeConnectionProperty(String, int, int, int, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.MemorySizeConnectionProperty
- merge(byte[], byte[]) - Method in class com.mysql.jdbc.PreparedStatement.AppendingBatchVisitor
- merge(byte[], byte[]) - Method in interface com.mysql.jdbc.PreparedStatement.BatchVisitor
- mergeWithLast(byte[]) - Method in class com.mysql.jdbc.PreparedStatement.AppendingBatchVisitor
- mergeWithLast(byte[]) - Method in interface com.mysql.jdbc.PreparedStatement.BatchVisitor
- Messages - Class in com.mysql.jdbc
-
Support for localized messages.
- metadata - Variable in class com.mysql.jdbc.CachedResultSetMetaData
-
Cached ResultSetMetaData
- metadata - Variable in class com.mysql.jdbc.MysqlParameterMetadata
- metadata - Variable in class com.mysql.jdbc.ResultSetRow
-
The metadata of the fields of this result set.
- MILLIS_I18N - Static variable in class com.mysql.jdbc.Constants
-
I18N'd representation of the abbreviation for "ms"
- MIN_COMPRESS_LEN - Static variable in class com.mysql.jdbc.MysqlIO
- MIN_DIFF_PREC - Static variable in class com.mysql.jdbc.ResultSetImpl
-
Epsillon between Float.MIN_VALUE and the double representation of said value.
- MiniAdmin - Class in com.mysql.jdbc
-
Utility functions for admin functionality from Java.
- 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
- MiniAdmin(Connection) - Constructor for class com.mysql.jdbc.MiniAdmin
-
Create a new MiniAdmin using the given connection
- minor - Variable in class com.mysql.jdbc.MysqlCharset
- 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.RowDataCursor
-
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
- moveToCurrentRow() - Method in class com.mysql.jdbc.ResultSetImpl
-
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.ResultSetImpl
-
JDBC 2.0 Move to the insert row.
- moveToInsertRow() - Method in class com.mysql.jdbc.UpdatableResultSet
-
JDBC 2.0 Move to the insert row.
- MultiHostConnectionProxy - Class in com.mysql.jdbc
-
An abstract class that processes generic multi-host configurations.
- MultiHostConnectionProxy() - Constructor for class com.mysql.jdbc.MultiHostConnectionProxy
-
Initializes a connection wrapper for this MultiHostConnectionProxy instance.
- MultiHostConnectionProxy(List, Properties) - Constructor for class com.mysql.jdbc.MultiHostConnectionProxy
-
Constructs a MultiHostConnectionProxy instance for the given list of hosts and connection properties.
- MultiHostConnectionProxy.JdbcInterfaceProxy - Class in com.mysql.jdbc
-
Proxy class to intercept and deal with errors that may occur in any object bound to the current connection.
- MultiHostMySQLConnection - Class in com.mysql.jdbc
-
Each instance of MultiHostMySQLConnection is coupled with a MultiHostConnectionProxy instance.
- MultiHostMySQLConnection(MultiHostConnectionProxy) - Constructor for class com.mysql.jdbc.MultiHostMySQLConnection
- multiplier - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
- MYSQL_COLLATION_INDEX_binary - Static variable in class com.mysql.jdbc.CharsetMapping
- MYSQL_COLLATION_INDEX_utf8 - Static variable in class com.mysql.jdbc.CharsetMapping
- mysqlCharset - Variable in class com.mysql.jdbc.Collation
- MysqlCharset - Class in com.mysql.jdbc
- MysqlCharset(String, int, int, String[]) - Constructor for class com.mysql.jdbc.MysqlCharset
-
Constructs MysqlCharset object
- MysqlCharset(String, int, int, String[], int, int) - Constructor for class com.mysql.jdbc.MysqlCharset
- MysqlCharset(String, int, int, String[], int, int, int) - Constructor for class com.mysql.jdbc.MysqlCharset
- mysqlConnection - Variable in class com.mysql.jdbc.MysqlIO
-
The connection to the server
- MySQLConnection - Interface in com.mysql.jdbc
- MysqlDataTruncation - Exception Class in com.mysql.jdbc
-
MySQL wrapper for DataTruncation until the server can support sending all needed information.
- MysqlDataTruncation(String, int, boolean, boolean, int, int, int) - Constructor for exception class com.mysql.jdbc.MysqlDataTruncation
-
Creates a new MysqlDataTruncation exception/warning.
- MysqlDefs - Class in com.mysql.jdbc
-
MysqlDefs contains many values that are needed for communication with the MySQL server.
- MysqlDefs() - Constructor for class com.mysql.jdbc.MysqlDefs
- MysqlErrorNumbers - Class in com.mysql.jdbc
-
Constants representing MySQL error numbers returned by the server in error messages.
- mysqlInput - Variable in class com.mysql.jdbc.MysqlIO
- MysqlIO - Class in com.mysql.jdbc
-
This class is used by Connection for communicating with the MySQL server.
- MysqlIO(String, int, Properties, String, MySQLConnection, int, int) - Constructor for class com.mysql.jdbc.MysqlIO
-
Constructor: Connect to the MySQL server and setup a stream connection.
- mysqlOutput - Variable in class com.mysql.jdbc.MysqlIO
-
Data to the server
- MysqlParameterMetadata - Class in com.mysql.jdbc
- MysqlParameterMetadata(int) - Constructor for class com.mysql.jdbc.MysqlParameterMetadata
-
Used for "fake" basic metadata for client-side prepared statements when we don't know the parameter types.
- MysqlParameterMetadata(Field[], int, ExceptionInterceptor) - Constructor for class com.mysql.jdbc.MysqlParameterMetadata
- MysqlSavepoint - Class in com.mysql.jdbc
-
Represents SQL SAVEPOINTS in MySQL.
- MysqlSavepoint(ExceptionInterceptor) - Constructor for class com.mysql.jdbc.MysqlSavepoint
-
Creates an unnamed savepoint.
- MysqlSavepoint(String, ExceptionInterceptor) - Constructor for class com.mysql.jdbc.MysqlSavepoint
-
Creates a named savepoint
- 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
- NAME - Static variable in class com.mysql.jdbc.NonRegisteringDriver
- NAMED_PIPE_PROP_NAME - Static variable in class com.mysql.jdbc.NamedPipeSocketFactory
- NamedPipeSocket(String) - Constructor for class com.mysql.jdbc.NamedPipeSocketFactory.NamedPipeSocket
- NamedPipeSocketFactory - Class in com.mysql.jdbc
-
A socket factory for named pipes (on Windows)
- NamedPipeSocketFactory() - Constructor for class com.mysql.jdbc.NamedPipeSocketFactory
-
Constructor for NamedPipeSocketFactory.
- NamedPipeSocketFactory.NamedPipeSocket - Class in com.mysql.jdbc
-
A socket that encapsulates named pipes on Windows
- NamedPipeSocketFactory.RandomAccessFileInputStream - Class in com.mysql.jdbc
-
Enables OutputStream-type functionality for a RandomAccessFile
- NamedPipeSocketFactory.RandomAccessFileOutputStream - Class in com.mysql.jdbc
-
Enables OutputStream-type functionality for a RandomAccessFile
- nanoTimeAvailable() - Static method in class com.mysql.jdbc.TimeUtil
- nativeSql - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
- nativeSQL(String) - Method in class com.mysql.jdbc.ConnectionImpl
-
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.MultiHostMySQLConnection
- NdbLoadBalanceExceptionChecker - Class in com.mysql.jdbc
- NdbLoadBalanceExceptionChecker() - Constructor for class com.mysql.jdbc.NdbLoadBalanceExceptionChecker
- NetworkResources - Class in com.mysql.jdbc
- NetworkResources(Socket, InputStream, OutputStream) - Constructor for class com.mysql.jdbc.NetworkResources
- newCrypt(String, String, String) - Static method in class com.mysql.jdbc.Util
- newHash(byte[]) - Static method in class com.mysql.jdbc.Util
- newReadLength() - Method in class com.mysql.jdbc.Buffer
- next() - Method in class com.mysql.jdbc.DatabaseMetaData.IteratorWithCleanup
- next() - Method in class com.mysql.jdbc.DatabaseMetaData.ResultSetIterator
- next() - Method in class com.mysql.jdbc.DatabaseMetaData.SingleStringIterator
- next() - Method in class com.mysql.jdbc.ResultSetImpl
-
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.RowDataCursor
-
Returns the next row.
- next() - Method in class com.mysql.jdbc.RowDataDynamic
-
Returns the next row.
- next() - Method in class com.mysql.jdbc.RowDataStatic
- 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.
- nextAuthenticationStep(Buffer, List) - Method in interface com.mysql.jdbc.AuthenticationPlugin
-
Process authentication handshake data from server and optionally produce data to be sent back to the server.
- nextRecord() - Method in class com.mysql.jdbc.RowDataCursor
- nextResultSet - Variable in class com.mysql.jdbc.ResultSetImpl
- nextRow(Field[], int, boolean, int, boolean, boolean, boolean, Buffer) - Method in class com.mysql.jdbc.MysqlIO
-
Retrieve one row from the MySQL server.
- nextRowFast(Field[], int, boolean, int, boolean, boolean, boolean) - Method in class com.mysql.jdbc.MysqlIO
- nextToken() - Method in class com.mysql.jdbc.EscapeTokenizer
-
Returns the next token
- 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
- NonRegisteringDriver - Class in com.mysql.jdbc
-
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 in com.mysql.jdbc
-
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
- NoSubInterceptorWrapper - Class in com.mysql.jdbc
-
Wraps statement interceptors during driver startup so that they don't produce different result sets than we expect.
- NoSubInterceptorWrapper(StatementInterceptorV2) - Constructor for class com.mysql.jdbc.NoSubInterceptorWrapper
- NOT_UPDATEABLE_MESSAGE - Static variable in exception class com.mysql.jdbc.NotUpdatable
-
The message to use when result set is not updatable.
- NOT_USED - Static variable in class com.mysql.jdbc.CharsetMapping
- NotImplemented - Exception Class in com.mysql.jdbc
-
Thrown from methods not required to be implemented.
- NotImplemented() - Constructor for exception class com.mysql.jdbc.NotImplemented
-
Creates a new NotImplemented object.
- NotUpdatable - Exception Class in com.mysql.jdbc
-
Thrown when a result sate is not updatable
- NotUpdatable() - Constructor for exception class com.mysql.jdbc.NotUpdatable
-
Creates a new NotUpdatable exception.
- NotUpdatable(String) - Constructor for exception class com.mysql.jdbc.NotUpdatable
-
Append the given reason to the not updatable message if the reason is not null.
- NULL_LENGTH - Static variable in class com.mysql.jdbc.Buffer
- NULL_LENGTH - Static variable in class com.mysql.jdbc.MysqlIO
- nullability - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
- nullability - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
- nullPlusNonNullIsNull() - Method in class com.mysql.jdbc.DatabaseMetaData
-
Are concatenations between NULL and non-NULL values NULL?
- 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?
- NUM_HOSTS_PROPERTY_KEY - Static variable in class com.mysql.jdbc.NonRegisteringDriver
- numberOfExecutions - Variable in class com.mysql.jdbc.PreparedStatement
- numberOfParameters() - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
- numberOfQueries - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
- numParameters - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
- numPrecRadix - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
O
- oldCrypt(String, String) - Static method in class com.mysql.jdbc.Util
- oldHash(String) - Static method in class com.mysql.jdbc.Util
- ON_DUPLICATE_KEY_UPDATE_CLAUSE - Static variable in class com.mysql.jdbc.StatementImpl
- onFirst - Variable in class com.mysql.jdbc.DatabaseMetaData.SingleStringIterator
- onInsertRow - Variable in class com.mysql.jdbc.ResultSetImpl
-
Are we on the insert row?
- OPEN_CURSOR_FLAG - Static variable in class com.mysql.jdbc.MysqlDefs
- openResults - Variable in class com.mysql.jdbc.StatementImpl
-
Set of currently-open ResultSets
- OperationNotSupportedException - Exception Class in com.mysql.jdbc
- OperationNotSupportedException() - Constructor for exception class com.mysql.jdbc.OperationNotSupportedException
- order - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- ordered - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.XmlMap
- org.gjt.mm.mysql - package org.gjt.mm.mysql
- origConnId - Variable in class com.mysql.jdbc.StatementImpl.CancelTask
- origConnProps - Variable in class com.mysql.jdbc.StatementImpl.CancelTask
- origConnURL - Variable in class com.mysql.jdbc.StatementImpl.CancelTask
- originalSql - Variable in class com.mysql.jdbc.PreparedStatement
-
The SQL that was passed in to 'prepare'
- OS - Static variable in class com.mysql.jdbc.NonRegisteringDriver
- othersDeletesAreVisible(int) - Method in class com.mysql.jdbc.DatabaseMetaData
- othersInsertsAreVisible(int) - Method in class com.mysql.jdbc.DatabaseMetaData
- othersUpdatesAreVisible(int) - Method in class com.mysql.jdbc.DatabaseMetaData
-
JDBC 2.0 Determine whether changes made by others are visible.
- outputParamWasNull - Variable in class com.mysql.jdbc.CallableStatement
- OutputStreamWatcher - Interface in com.mysql.jdbc
-
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.
- ownDeletesAreVisible(int) - Method in class com.mysql.jdbc.DatabaseMetaData
- owner - Variable in class com.mysql.jdbc.RowDataStatic
- owningStatement - Variable in class com.mysql.jdbc.ResultSetImpl
-
The statement that created us
- ownInsertsAreVisible(int) - Method in class com.mysql.jdbc.DatabaseMetaData
- ownUpdatesAreVisible(int) - Method in class com.mysql.jdbc.DatabaseMetaData
-
JDBC 2.0 Determine whether a result set's own changes visible.
P
- PacketTooBigException - Exception Class in com.mysql.jdbc
-
Thrown when a packet that is too big for the server is created.
- PacketTooBigException(long, long) - Constructor for exception class com.mysql.jdbc.PacketTooBigException
-
Creates a new PacketTooBigException object.
- ParameterBindings - Interface in com.mysql.jdbc
-
Interface to allow PreparedStatement implementations to expose their parameter bindings to StatementInterceptors.
- 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
- parametersInDuplicateKeyClause - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
- parameterStreams - Variable in class com.mysql.jdbc.PreparedStatement.BatchParams
- parameterStrings - Variable in class com.mysql.jdbc.PreparedStatement.BatchParams
- parameterTypes - Variable in class com.mysql.jdbc.PreparedStatement
-
Only used by statement interceptors at the moment to provide introspection of bound values
- paramInfo - Variable in class com.mysql.jdbc.CallableStatement
- paramName - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
- 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).
- parseInfo - Variable in class com.mysql.jdbc.PreparedStatement
- ParseInfo(String, MySQLConnection, DatabaseMetaData, String, SingleByteCharsetConverter) - Constructor for class com.mysql.jdbc.PreparedStatement.ParseInfo
-
Represents the "parsed" state of a client-side prepared statement, with the statement broken up into it's static and dynamic (where parameters are bound) parts.
- ParseInfo(String, MySQLConnection, DatabaseMetaData, String, SingleByteCharsetConverter, boolean) - Constructor for class com.mysql.jdbc.PreparedStatement.ParseInfo
- parserKnowsUnicode() - Method in interface com.mysql.jdbc.Connection
-
Does the server this connection is connected to support unicode?
- parserKnowsUnicode() - Method in class com.mysql.jdbc.ConnectionImpl
- parserKnowsUnicode() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- parseTableStatusIntoLocalAndReferencedColumns(String) - Method in class com.mysql.jdbc.DatabaseMetaData
- parseURL(String, Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
- 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.
- 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
- PATH_PROPERTY_KEY - Static variable in class com.mysql.jdbc.NonRegisteringDriver
- pauseCounters() - Method in class com.mysql.jdbc.LoadBalancedAutoCommitInterceptor
- pedantic - Variable in class com.mysql.jdbc.StatementImpl
-
Are we in pedantic mode?
- PerConnectionLRU(Connection, int, int) - Constructor for class com.mysql.jdbc.PerConnectionLRUFactory.PerConnectionLRU
- PerConnectionLRUFactory - Class in com.mysql.jdbc
- PerConnectionLRUFactory() - Constructor for class com.mysql.jdbc.PerConnectionLRUFactory
- PerConnectionLRUFactory.PerConnectionLRU - Class in com.mysql.jdbc
- PerVmServerConfigCacheFactory - Class in com.mysql.jdbc
- PerVmServerConfigCacheFactory() - Constructor for class com.mysql.jdbc.PerVmServerConfigCacheFactory
- physicalConnection - Variable in class com.mysql.jdbc.StatementImpl
-
The physical connection used to effectively execute the statement
- pickConnection(LoadBalancedConnectionProxy, List, Map, long[], int) - Method in interface com.mysql.jdbc.BalanceStrategy
-
Called by the driver to pick a new connection to route requests over.
- pickConnection(LoadBalancedConnectionProxy, List, Map, long[], int) - Method in class com.mysql.jdbc.BestResponseTimeBalanceStrategy
- pickConnection(LoadBalancedConnectionProxy, List, Map, long[], int) - Method in class com.mysql.jdbc.RandomBalanceStrategy
- pickConnection(LoadBalancedConnectionProxy, List, Map, long[], int) - Method in class com.mysql.jdbc.SequentialBalanceStrategy
- pickConnection(LoadBalancedConnectionProxy, List, Map, long[], int) - Method in class com.mysql.jdbc.ServerAffinityStrategy
- pickNewConnection() - Method in class com.mysql.jdbc.FailoverConnectionProxy
- pickNewConnection() - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
-
Picks the "best" connection to use for the next transaction based on the BalanceStrategy in use.
- pickNewConnection() - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
Picks the "best" connection to use from now on.
- pickNewConnection() - Method in class com.mysql.jdbc.ReplicationConnectionProxy
- ping() - Method in interface com.mysql.jdbc.Connection
-
Detect if the connection is still good by sending a ping command to the server.
- ping() - Method in class com.mysql.jdbc.ConnectionImpl
-
Detect if the connection is still good
- ping() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
- ping() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- ping() - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- ping(boolean) - Method in interface com.mysql.jdbc.LoadBalancedConnection
- ping(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
- PING - Static variable in class com.mysql.jdbc.MysqlDefs
- PING_MARKER - Static variable in class com.mysql.jdbc.StatementImpl
- pingInternal(boolean, int) - Method in class com.mysql.jdbc.ConnectionImpl
- pingInternal(boolean, int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- pingInternal(boolean, int) - Method in interface com.mysql.jdbc.MySQLConnection
- pingTarget - Variable in class com.mysql.jdbc.StatementImpl
- PingTarget - Interface in com.mysql.jdbc
- PLATFORM - Static variable in class com.mysql.jdbc.NonRegisteringDriver
- pointOfOrigin - Variable in class com.mysql.jdbc.ResultSetImpl
-
StackTrace generated where ResultSet was created... used when profiling
- populateCachedMetaData(CachedResultSetMetaData) - Method in class com.mysql.jdbc.ResultSetImpl
- populateCachedMetaData(CachedResultSetMetaData) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
- port - Variable in class com.mysql.jdbc.MysqlIO
- port - Variable in class com.mysql.jdbc.StandardSocketFactory
-
The port number to connect to
- port(Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
-
Returns the port number property
- 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.
- position(byte[], long) - Method in class com.mysql.jdbc.Blob
- position(byte[], long) - Method in class com.mysql.jdbc.BlobFromLocator
- position(String, long) - Method in class com.mysql.jdbc.Clob
- position(Blob, long) - Method in class com.mysql.jdbc.Blob
-
Finds the position of the given pattern in this BLOB.
- 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
- postInitialization() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- postProcess(String, Statement, ResultSetInternalMethods, Connection) - Method in interface com.mysql.jdbc.StatementInterceptor
-
Called after the given statement has been sent to the server for processing.
- postProcess(String, Statement, ResultSetInternalMethods, Connection, int, boolean, boolean, SQLException) - Method in class com.mysql.jdbc.LoadBalancedAutoCommitInterceptor
- postProcess(String, Statement, ResultSetInternalMethods, Connection, int, boolean, boolean, SQLException) - Method in class com.mysql.jdbc.NoSubInterceptorWrapper
- postProcess(String, Statement, ResultSetInternalMethods, Connection, int, boolean, boolean, SQLException) - Method in class com.mysql.jdbc.ReflectiveStatementInterceptorAdapter
- postProcess(String, Statement, ResultSetInternalMethods, Connection, int, boolean, boolean, SQLException) - Method in interface com.mysql.jdbc.StatementInterceptorV2
-
Called after the given statement has been sent to the server for processing, instead of the StatementAware postProcess() of the earlier api.
- postProcess(String, Statement, ResultSetInternalMethods, Connection, int, boolean, boolean, SQLException) - Method in class com.mysql.jdbc.V1toV2StatementInterceptorAdapter
- precision - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
- prepareBatchedInsertSQL(MySQLConnection, int) - Method in class com.mysql.jdbc.PreparedStatement
-
Returns a prepared statement for the number of batched parameters, used when re-writing batch INSERTs.
- prepareBatchedInsertSQL(MySQLConnection, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
- prepareCall(String) - Method in class com.mysql.jdbc.ConnectionImpl
- prepareCall(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- prepareCall(String, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
-
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) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- prepareCall(String, int, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
- prepareCall(String, int, int, int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- PreparedStatement - Class in com.mysql.jdbc
-
A SQL Statement is pre-compiled and stored in a PreparedStatement object.
- PreparedStatement(MySQLConnection, String) - Constructor for class com.mysql.jdbc.PreparedStatement
-
Constructor used by server-side prepared statements
- PreparedStatement(MySQLConnection, String, String) - Constructor for class com.mysql.jdbc.PreparedStatement
-
Constructor for the PreparedStatement class.
- PreparedStatement(MySQLConnection, String, String, PreparedStatement.ParseInfo) - Constructor for class com.mysql.jdbc.PreparedStatement
-
Creates a new PreparedStatement object.
- PreparedStatement.AppendingBatchVisitor - Class in com.mysql.jdbc
- PreparedStatement.BatchParams - Class in com.mysql.jdbc
- PreparedStatement.BatchVisitor - Interface in com.mysql.jdbc
- PreparedStatement.EmulatedPreparedStatementBindings - Class in com.mysql.jdbc
- PreparedStatement.EndPoint - Class in com.mysql.jdbc
- PreparedStatement.ParseInfo - Class in com.mysql.jdbc
- prepareMetaDataSafeStatement(String) - Method in class com.mysql.jdbc.DatabaseMetaData
-
Get a prepared statement to query information_schema tables.
- prepareStatement(String) - Method in class com.mysql.jdbc.ConnectionImpl
-
A SQL statement with or without IN parameters can be pre-compiled and stored in a PreparedStatement object.
- prepareStatement(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- prepareStatement(String, int) - Method in class com.mysql.jdbc.ConnectionImpl
- prepareStatement(String, int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- prepareStatement(String, int[]) - Method in class com.mysql.jdbc.ConnectionImpl
- prepareStatement(String, int[]) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- prepareStatement(String, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
-
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) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- prepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
- prepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- prepareStatement(String, String[]) - Method in class com.mysql.jdbc.ConnectionImpl
- prepareStatement(String, String[]) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- preProcess(String, Statement, Connection) - Method in class com.mysql.jdbc.LoadBalancedAutoCommitInterceptor
- preProcess(String, Statement, Connection) - Method in class com.mysql.jdbc.NoSubInterceptorWrapper
- preProcess(String, Statement, Connection) - Method in class com.mysql.jdbc.ReflectiveStatementInterceptorAdapter
- preProcess(String, Statement, Connection) - Method in interface com.mysql.jdbc.StatementInterceptor
-
Called before the given statement is going to be sent to the server for processing.
- preProcess(String, Statement, Connection) - Method in interface com.mysql.jdbc.StatementInterceptorV2
-
Called before the given statement is going to be sent to the server for processing.
- preProcess(String, Statement, Connection) - Method in class com.mysql.jdbc.V1toV2StatementInterceptorAdapter
- prev() - Method in class com.mysql.jdbc.ResultSetImpl
-
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.ResultSetImpl
-
JDBC 2.0
- previous() - Method in class com.mysql.jdbc.UpdatableResultSet
-
JDBC 2.0
- priority - Variable in class com.mysql.jdbc.Collation
- priority - Variable in class com.mysql.jdbc.MysqlCharset
- PROCEDURE - Enum constant in enum class com.mysql.jdbc.DatabaseMetaData.ProcedureType
- PROCESS_INFO - Static variable in class com.mysql.jdbc.MysqlDefs
- PROCESS_KILL - Static variable in class com.mysql.jdbc.MysqlDefs
- processMultiCountsAndKeys(StatementImpl, int, long[]) - Method in class com.mysql.jdbc.StatementImpl
- ProfilerEventHandlerFactory - Class in com.mysql.jdbc
- profileSQL - Variable in class com.mysql.jdbc.StatementImpl
-
Should we profile?
- promoteSlaveToMaster(String) - Method in interface com.mysql.jdbc.ReplicationConnection
- promoteSlaveToMaster(String) - Method in class com.mysql.jdbc.ReplicationConnectionGroup
-
Promotes a slave host to master.
- promoteSlaveToMaster(String) - Method in class com.mysql.jdbc.ReplicationConnectionProxy
- promoteSlaveToMaster(String) - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- promoteSlaveToMaster(String, String) - Static method in class com.mysql.jdbc.ReplicationConnectionGroupManager
- propagateProxyDown(MySQLConnection) - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
-
Propagates the connection proxy down through all live connections.
- propagateProxyDown(MySQLConnection) - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
Propagates the connection proxy down through the multi-host connections chain.
- propagateProxyDown(MySQLConnection) - Method in class com.mysql.jdbc.ReplicationConnectionProxy
-
Propagates the connection proxy down through all live connections.
- PROPERTIES_TRANSFORM_KEY - Static variable in class com.mysql.jdbc.NonRegisteringDriver
- property(String, Properties) - Method in class com.mysql.jdbc.NonRegisteringDriver
-
Returns the given property from
props - propertyName - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- props - Variable in class com.mysql.jdbc.ConnectionImpl
-
Properties for this connection specified by user
- PROTOCOL_PROPERTY_KEY - Static variable in class com.mysql.jdbc.NonRegisteringDriver
- providesQueryObjectGenerator() - Method in class com.mysql.jdbc.DatabaseMetaData
- proxyConnection - Variable in class com.mysql.jdbc.MultiHostConnectionProxy
- proxyIfReturnTypeIsJdbcInterface(Class, Object) - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
If the given return type is or implements a JDBC interface, proxies the given object so that we can catch SQL errors and fire a connection switch.
- pStmt - Variable in class com.mysql.jdbc.BlobFromLocator.LocatorInputStream
- put(String, PreparedStatement.ParseInfo) - Method in class com.mysql.jdbc.PerConnectionLRUFactory.PerConnectionLRU
- put(K, V) - Method in interface com.mysql.jdbc.CacheAdapter
Q
- QUERY - 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.
- QUIT - Static variable in class com.mysql.jdbc.MysqlDefs
- quotedId - Variable in class com.mysql.jdbc.DatabaseMetaData
-
What character to use when quoting identifiers
- quoteIdentifier(String, boolean) - Static method in class com.mysql.jdbc.StringUtils
-
Surrounds identifier with "`" and duplicates these symbols inside the identifier.
- quoteIdentifier(String, String, boolean) - Static method in class com.mysql.jdbc.StringUtils
-
Surrounds identifier with quoteChar and duplicates these symbols inside the identifier.
R
- raFile - Variable in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileInputStream
- raFile - Variable in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileOutputStream
- RandomAccessFileInputStream(RandomAccessFile) - Constructor for class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileInputStream
- RandomAccessFileOutputStream(RandomAccessFile) - Constructor for class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileOutputStream
- RandomBalanceStrategy - Class in com.mysql.jdbc
- RandomBalanceStrategy() - Constructor for class com.mysql.jdbc.RandomBalanceStrategy
- RandStructcture() - Constructor for class com.mysql.jdbc.Util.RandStructcture
- rawSocket - Variable in class com.mysql.jdbc.StandardSocketFactory
-
The underlying TCP/IP socket to use
- read() - Method in class com.mysql.jdbc.BlobFromLocator.LocatorInputStream
- read() - Method in class com.mysql.jdbc.CompressedInputStream
- read() - Method in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileInputStream
- read(byte[]) - Method in class com.mysql.jdbc.BlobFromLocator.LocatorInputStream
- read(byte[]) - Method in class com.mysql.jdbc.CompressedInputStream
- read(byte[]) - Method in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileInputStream
- read(byte[], int, int) - Method in class com.mysql.jdbc.BlobFromLocator.LocatorInputStream
- read(byte[], int, int) - Method in class com.mysql.jdbc.CompressedInputStream
- read(byte[], int, int) - Method in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileInputStream
- readAllResults(StatementImpl, int, int, int, boolean, String, Buffer, boolean, long, Field[]) - Method in class com.mysql.jdbc.MysqlIO
- readByte() - Method in class com.mysql.jdbc.Buffer
- readByte(int) - Method in class com.mysql.jdbc.Buffer
- readerToString(Reader) - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
- readFieldLength() - Method in class com.mysql.jdbc.Buffer
- readFromMasterWhenNoSlaves - Variable in class com.mysql.jdbc.ReplicationConnectionProxy
- readFromMasterWhenNoSlavesOriginal - Variable in class com.mysql.jdbc.ReplicationConnectionProxy
- readFully(Reader, char[], int) - Static method in class com.mysql.jdbc.PreparedStatement
-
Reads length bytes from reader into buf.
- readInt() - Method in class com.mysql.jdbc.Buffer
- readIntAsLong() - Method in class com.mysql.jdbc.Buffer
- readLenByteArray(int) - Method in class com.mysql.jdbc.Buffer
- readLength() - Method in class com.mysql.jdbc.Buffer
- readLong() - Method in class com.mysql.jdbc.Buffer
- readLongInt() - Method in class com.mysql.jdbc.Buffer
- readLongLong() - Method in class com.mysql.jdbc.Buffer
- readnBytes() - Method in class com.mysql.jdbc.Buffer
- readOnly - Variable in class com.mysql.jdbc.ReplicationConnectionProxy
- readPacket() - Method in class com.mysql.jdbc.MysqlIO
-
Read one packet from the MySQL server
- readResultsForQueryOrUpdate(StatementImpl, int, int, int, boolean, String, Buffer, boolean, long, Field[]) - Method in class com.mysql.jdbc.MysqlIO
-
Reads one result set off of the wire, if the result is actually an update count, creates an update-count only result set.
- readString() - Method in class com.mysql.jdbc.Buffer
- readString(String, ExceptionInterceptor) - Method in class com.mysql.jdbc.Buffer
-
Read string[NUL]
- readString(String, ExceptionInterceptor, int) - Method in class com.mysql.jdbc.Buffer
-
Read string[$len]
- readyToFallBackToPrimaryHost() - Method in class com.mysql.jdbc.FailoverConnectionProxy
-
Checks if at least one of the required conditions to fall back to primary host is met, which is determined by the properties 'queriesBeforeRetryMaster' and 'secondsBeforeRetryMaster'.
- realClose(boolean) - Method in class com.mysql.jdbc.ResultSetImpl
-
Closes this ResultSet and releases resources.
- realClose(boolean) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
-
Closes this ResultSet and releases resources.
- realClose(boolean) - Method in class com.mysql.jdbc.UpdatableResultSet
-
Closes this ResultSet and releases resources.
- realClose(boolean, boolean) - Method in class com.mysql.jdbc.PreparedStatement
-
Closes this statement, releasing all resources
- realClose(boolean, boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
-
Closes this connection and frees all resources.
- realClose(boolean, boolean) - Method in class com.mysql.jdbc.StatementImpl
-
Closes this statement, and frees resources.
- realClose(boolean, boolean, boolean, Throwable) - Method in class com.mysql.jdbc.ConnectionImpl
-
Closes connection and frees resources.
- realClose(boolean, boolean, boolean, Throwable) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- realClose(boolean, boolean, boolean, Throwable) - Method in interface com.mysql.jdbc.MySQLConnection
- reallyResult - Variable in class com.mysql.jdbc.ResultSetImpl
-
Do we actually contain rows, or just information about UPDATE/INSERT/DELETE?
- reallyResult() - Method in class com.mysql.jdbc.ResultSetImpl
- reallyResult() - Method in interface com.mysql.jdbc.ResultSetInternalMethods
-
Does the result set contain rows, or is it the result of a DDL or DML statement?
- recachePreparedStatement(ServerPreparedStatement) - Method in class com.mysql.jdbc.ConnectionImpl
- recachePreparedStatement(ServerPreparedStatement) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- recachePreparedStatement(ServerPreparedStatement) - Method in interface com.mysql.jdbc.MySQLConnection
- redefineFieldsForDBMD(Field[]) - Method in class com.mysql.jdbc.ResultSetImpl
- redefineFieldsForDBMD(Field[]) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
-
Used by DatabaseMetadata implementations to coerce the metadata returned by metadata queries into that required by the JDBC specification.
- referencedCatalog - Variable in class com.mysql.jdbc.DatabaseMetaData.LocalAndReferencedColumns
- referencedColumnsList - Variable in class com.mysql.jdbc.DatabaseMetaData.LocalAndReferencedColumns
- referencedTable - Variable in class com.mysql.jdbc.DatabaseMetaData.LocalAndReferencedColumns
- ReflectiveStatementInterceptorAdapter - Class in com.mysql.jdbc
- ReflectiveStatementInterceptorAdapter(StatementInterceptor) - Constructor for class com.mysql.jdbc.ReflectiveStatementInterceptorAdapter
- refreshRow() - Method in class com.mysql.jdbc.ResultSetImpl
-
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.
- registerConnectionProxy(LoadBalancedConnectionProxy, List) - Method in class com.mysql.jdbc.ConnectionGroup
- registerJmx() - Static method in class com.mysql.jdbc.ConnectionGroupManager
- registerJmx() - Static method in class com.mysql.jdbc.ReplicationConnectionGroupManager
- 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(int, SQLType) - Method in class com.mysql.jdbc.JDBC42CallableStatement
-
Support for java.sql.JDBCType/java.sql.SQLType.
- registerOutParameter(int, SQLType, int) - Method in class com.mysql.jdbc.JDBC42CallableStatement
-
Support for java.sql.JDBCType/java.sql.SQLType.
- registerOutParameter(int, SQLType, String) - Method in class com.mysql.jdbc.JDBC42CallableStatement
-
Support for java.sql.JDBCType/java.sql.SQLType.
- 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(String, SQLType) - Method in class com.mysql.jdbc.JDBC42CallableStatement
-
Support for java.sql.JDBCType/java.sql.SQLType.
- registerOutParameter(String, SQLType, int) - Method in class com.mysql.jdbc.JDBC42CallableStatement
-
Support for java.sql.JDBCType/java.sql.SQLType.
- registerOutParameter(String, SQLType, String) - Method in class com.mysql.jdbc.JDBC42CallableStatement
-
Support for java.sql.JDBCType/java.sql.SQLType.
- registerQueryExecutionTime(long) - Method in class com.mysql.jdbc.ConnectionImpl
- registerQueryExecutionTime(long) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- registerQueryExecutionTime(long) - Method in interface com.mysql.jdbc.MySQLConnection
- registerReplicationConnection(ReplicationConnection, List, List) - Method in class com.mysql.jdbc.ReplicationConnectionGroup
- registerStatement(Statement) - Method in class com.mysql.jdbc.ConnectionImpl
-
Register a Statement instance as open.
- registerStatement(Statement) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- registerStatement(Statement) - Method in interface com.mysql.jdbc.MySQLConnection
- relative(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0
- relative(int) - Method in class com.mysql.jdbc.UpdatableResultSet
-
JDBC 2.0
- releaseResources() - Method in class com.mysql.jdbc.MysqlIO
- releaseSavepoint(Savepoint) - Method in class com.mysql.jdbc.ConnectionImpl
- releaseSavepoint(Savepoint) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- RELOAD - Static variable in class com.mysql.jdbc.MysqlDefs
- removeHost(String) - Method in class com.mysql.jdbc.ConnectionGroup
-
Remove the given host (host:port pair) from this Connection Group.
- removeHost(String) - Method in interface com.mysql.jdbc.LoadBalancedConnection
- removeHost(String) - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
-
Removes a host from the host list.
- removeHost(String) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
- removeHost(String, boolean) - Method in class com.mysql.jdbc.ConnectionGroup
-
Remove the given host (host:port pair) from this Connection Group.
- removeHost(String, boolean, boolean) - Method in class com.mysql.jdbc.ConnectionGroup
-
Remove the given host (host:port pair) from this Connection Group and, consequently, from all the load-balanced connections it holds.
- removeHost(String, String) - Static method in class com.mysql.jdbc.ConnectionGroupManager
- removeHost(String, String, boolean) - Static method in class com.mysql.jdbc.ConnectionGroupManager
- removeHostWhenNotInUse(String) - Method in interface com.mysql.jdbc.LoadBalancedConnection
- removeHostWhenNotInUse(String) - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
-
Removes a host from the host list, allowing it some time to be released gracefully if needed.
- removeHostWhenNotInUse(String) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
- removeInstance(MySQLConnection) - Static method in class com.mysql.jdbc.ProfilerEventHandlerFactory
- removeMasterHost(String) - Method in interface com.mysql.jdbc.ReplicationConnection
- removeMasterHost(String) - Method in class com.mysql.jdbc.ReplicationConnectionGroup
-
Removes a host from the masters hosts list.
- removeMasterHost(String) - Method in class com.mysql.jdbc.ReplicationConnectionProxy
- removeMasterHost(String) - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- removeMasterHost(String, boolean) - Method in interface com.mysql.jdbc.ReplicationConnection
- removeMasterHost(String, boolean) - Method in class com.mysql.jdbc.ReplicationConnectionGroup
-
Removes a host from the masters hosts list.
- removeMasterHost(String, boolean) - Method in class com.mysql.jdbc.ReplicationConnectionProxy
- removeMasterHost(String, boolean) - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- removeMasterHost(String, boolean, boolean) - Method in class com.mysql.jdbc.ReplicationConnectionProxy
- removeMasterHost(String, String) - Static method in class com.mysql.jdbc.ReplicationConnectionGroupManager
- removeMasterHost(String, String, boolean) - Static method in class com.mysql.jdbc.ReplicationConnectionGroupManager
- removeOpenResultSet(ResultSetInternalMethods) - Method in interface com.mysql.jdbc.Statement
-
Callback for result set instances to remove them from the Set that tracks them per-statement
- removeOpenResultSet(ResultSetInternalMethods) - Method in class com.mysql.jdbc.StatementImpl
- removeRow(int) - Method in interface com.mysql.jdbc.RowData
-
Removes the row at the given index.
- removeRow(int) - Method in class com.mysql.jdbc.RowDataCursor
-
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
- removeSlave(String) - Method in interface com.mysql.jdbc.ReplicationConnection
- removeSlave(String) - Method in class com.mysql.jdbc.ReplicationConnectionProxy
- removeSlave(String) - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- removeSlave(String, boolean) - Method in interface com.mysql.jdbc.ReplicationConnection
- removeSlave(String, boolean) - Method in class com.mysql.jdbc.ReplicationConnectionProxy
- removeSlave(String, boolean) - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- removeSlaveHost(String, boolean) - Method in class com.mysql.jdbc.ReplicationConnectionGroup
-
Removes a host from the slaves hosts list.
- removeSlaveHost(String, String) - Static method in class com.mysql.jdbc.ReplicationConnectionGroupManager
- removeSlaveHost(String, String, boolean) - Static method in class com.mysql.jdbc.ReplicationConnectionGroupManager
- ReplicationConnection - Interface in com.mysql.jdbc
- ReplicationConnectionGroup - Class in com.mysql.jdbc
-
Group of connection objects which can be configured as a group.
- ReplicationConnectionGroup(String) - Constructor for class com.mysql.jdbc.ReplicationConnectionGroup
- ReplicationConnectionGroupManager - Class in com.mysql.jdbc
- ReplicationConnectionGroupManager() - Constructor for class com.mysql.jdbc.ReplicationConnectionGroupManager
- ReplicationConnectionProxy - Class in com.mysql.jdbc
-
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.
- ReplicationDriver - Class in com.mysql.jdbc
-
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
- ReplicationMySQLConnection - Class in com.mysql.jdbc
- ReplicationMySQLConnection(MultiHostConnectionProxy) - Constructor for class com.mysql.jdbc.ReplicationMySQLConnection
- reportMetricsIfNeeded() - Method in class com.mysql.jdbc.ConnectionImpl
-
Reports currently collected metrics if this feature is enabled and the timeout has passed.
- reportNumberOfTablesAccessed(int) - Method in class com.mysql.jdbc.ConnectionImpl
- reportNumberOfTablesAccessed(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- reportNumberOfTablesAccessed(int) - Method in interface com.mysql.jdbc.MySQLConnection
- reportQueryTime(long) - Method in interface com.mysql.jdbc.Connection
- reportQueryTime(long) - Method in class com.mysql.jdbc.ConnectionImpl
- reportQueryTime(long) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- rePrepare() - Method in class com.mysql.jdbc.ServerPreparedStatement
-
Used by Connection when auto-reconnecting to retrieve 'lost' prepared statements.
- required - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- requiresConfidentiality() - Method in interface com.mysql.jdbc.AuthenticationPlugin
-
Does this plugin require the connection itself to be confidential (i.e. tls/ssl)...Highly recommended to return "true" for plugins that return the credentials in the clear.
- requiresEscapeEasternUnicode(String) - Static method in class com.mysql.jdbc.CharsetMapping
- reset() - Method in interface com.mysql.jdbc.AuthenticationPlugin
-
Resets the authentication steps sequence.
- reset() - Method in class com.mysql.jdbc.ServerPreparedStatement.BindValue
- resetCancelledState() - Method in class com.mysql.jdbc.StatementImpl
- resetLoginTimeCountdown() - Method in class com.mysql.jdbc.StandardSocketFactory
-
Decrements elapsed time since last reset from login timeout count down.
- 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 interface com.mysql.jdbc.Connection
-
Resets the server-side state of this connection.
- resetServerState() - Method in class com.mysql.jdbc.ConnectionImpl
-
Resets the server-side state of this connection.
- resetServerState() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- resetToType(ServerPreparedStatement.BindValue, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
-
Reset a bind value to be used for a new value of the given type.
- 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.
- resultCounter - Static variable in class com.mysql.jdbc.ResultSetImpl
-
Counter used to generate IDs for profiling.
- resultId - Variable in class com.mysql.jdbc.ResultSetImpl
-
The id (used when profiling) to identify us
- results - Variable in class com.mysql.jdbc.StatementImpl
-
The current results
- resultSet - Variable in class com.mysql.jdbc.DatabaseMetaData.ResultSetIterator
- resultSetConcurrency - Variable in class com.mysql.jdbc.ResultSetImpl
-
Are we read-only or updatable?
- resultSetConcurrency - Variable in class com.mysql.jdbc.StatementImpl
-
The concurrency for this result set (updatable or not)
- ResultSetImpl - Class in com.mysql.jdbc
-
A ResultSet provides access to a table of data generated by executing a Statement.
- ResultSetImpl(long, long, MySQLConnection, StatementImpl) - Constructor for class com.mysql.jdbc.ResultSetImpl
-
Create a result set for an executeUpdate statement.
- ResultSetImpl(String, Field[], RowData, MySQLConnection, StatementImpl) - Constructor for class com.mysql.jdbc.ResultSetImpl
-
Creates a new ResultSet object.
- ResultSetInternalMethods - Interface in com.mysql.jdbc
-
This interface is intended to be used by implementors of statement interceptors so that implementors can create static or dynamic (via java.lang.reflect.Proxy) proxy instances of ResultSets.
- ResultSetIterator(ResultSet, int) - Constructor for class com.mysql.jdbc.DatabaseMetaData.ResultSetIterator
- ResultSetMetaData - Class in com.mysql.jdbc
-
A ResultSetMetaData object can be used to find out about the types and properties of the columns in a ResultSet
- ResultSetMetaData(Field[], boolean, boolean, ExceptionInterceptor) - Constructor for class com.mysql.jdbc.ResultSetMetaData
-
Initialize for a result with a tuple set and a field descriptor set
- resultSetMetadataCache - Variable in class com.mysql.jdbc.ConnectionImpl
-
Cache of ResultSet metadata
- ResultSetRow - Class in com.mysql.jdbc
-
Classes that implement this interface represent one row of data from the MySQL server that might be stored in different ways depending on whether the result set was streaming (so they wrap a reusable packet), or whether the result set was cached or via a server-side cursor (so they represent a byte[][]).
- ResultSetRow(ExceptionInterceptor) - Constructor for class com.mysql.jdbc.ResultSetRow
- resultSetType - Variable in class com.mysql.jdbc.ResultSetImpl
-
Are we scroll-sensitive/insensitive?
- resultSetType - Variable in class com.mysql.jdbc.StatementImpl
-
The type of this result set (scroll sensitive or in-sensitive)
- resumeCounters() - Method in class com.mysql.jdbc.LoadBalancedAutoCommitInterceptor
- retainOwningStatement - Variable in class com.mysql.jdbc.ResultSetImpl
- retrieveGeneratedKeys - Variable in class com.mysql.jdbc.StatementImpl
- returnSimpleMetadata - Variable in class com.mysql.jdbc.MysqlParameterMetadata
- rewrittenBatchSize - Variable in class com.mysql.jdbc.PreparedStatement
- rollback() - Method in class com.mysql.jdbc.ConnectionImpl
-
The method rollback() drops all changes made since the previous commit/rollback and releases any database locks currently held by the Connection.
- rollback() - Method in interface com.mysql.jdbc.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.rollback(), before the driver processes its own internal logic for rollback().
- rollback() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- rollback(Savepoint) - Method in class com.mysql.jdbc.ConnectionImpl
- rollback(Savepoint) - Method in interface com.mysql.jdbc.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.rollback(), before the driver processes its own internal logic for rollback().
- rollback(Savepoint) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- roundRobinStatsMap - Static variable in class com.mysql.jdbc.ConnectionImpl
- rowData - Variable in class com.mysql.jdbc.ResultSetImpl
-
The actual rows
- RowData - Interface in com.mysql.jdbc
-
This interface abstracts away how row data is accessed by the result set.
- RowDataCursor - Class in com.mysql.jdbc
-
Model for result set data backed by a cursor.
- RowDataCursor(MysqlIO, ServerPreparedStatement, Field[]) - Constructor for class com.mysql.jdbc.RowDataCursor
-
Creates a new cursor-backed row provider.
- RowDataDynamic - Class in com.mysql.jdbc
-
Allows streaming of MySQL data.
- RowDataDynamic(MysqlIO, int, Field[], boolean) - Constructor for class com.mysql.jdbc.RowDataDynamic
-
Creates a new RowDataDynamic object.
- RowDataStatic - Class in com.mysql.jdbc
-
Represents an in-memory result set
- RowDataStatic(List) - Constructor for class com.mysql.jdbc.RowDataStatic
-
Creates a new RowDataStatic object.
- rowDeleted() - Method in class com.mysql.jdbc.ResultSetImpl
-
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.ResultSetImpl
-
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.ResultSetImpl
-
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.
- run() - Method in class com.mysql.jdbc.AbandonedConnectionCleanupThread
- run() - Method in class com.mysql.jdbc.StatementImpl.CancelTask
- RUNTIME_VENDOR - Static variable in class com.mysql.jdbc.NonRegisteringDriver
- RUNTIME_VERSION - Static variable in class com.mysql.jdbc.NonRegisteringDriver
S
- s2b(String) - Method in class com.mysql.jdbc.DatabaseMetaData
-
Converts the given string to bytes, using the connection's character encoding, or if not available, the JVM default encoding.
- s2b(String, MySQLConnection) - Static method in class com.mysql.jdbc.StringUtils
- sanitizeProcOrFuncName(String) - Static method in class com.mysql.jdbc.StringUtils
-
Next two functions are to help DBMD check if the given string is in form of database.name and return it as "database";"name" with comments removed.
- sawVariableUse() - Method in class com.mysql.jdbc.EscapeTokenizer
-
Returns true if a variable reference was found.
- scale - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
- scanForAndThrowDataTruncation() - Method in class com.mysql.jdbc.MysqlIO
- scramble(String, String) - Static method in class com.mysql.jdbc.Util
- scramble411(String, String, String) - Static method in class com.mysql.jdbc.Security
- scrambleCachingSha2(byte[], byte[]) - Static method in class com.mysql.jdbc.Security
-
Scrambling for caching_sha2_password plugin.
- SEARCH_MODE__ALL - Static variable in class com.mysql.jdbc.StringUtils
-
Full search mode: allow backslash escape, skip between markers, skip block comments, skip line comments and skip white space.
- SEARCH_MODE__BSESC_COM_WS - Static variable in class com.mysql.jdbc.StringUtils
-
Search mode: allow backslash escape, skip block comments, skip line comments and skip white space.
- SEARCH_MODE__BSESC_MRK_WS - Static variable in class com.mysql.jdbc.StringUtils
-
Search mode: allow backslash escape, skip between markers and skip white space.
- SEARCH_MODE__COM_WS - Static variable in class com.mysql.jdbc.StringUtils
-
Search mode: skip block comments, skip line comments and skip white space.
- SEARCH_MODE__MRK_COM_WS - Static variable in class com.mysql.jdbc.StringUtils
-
Search mode: skip between markers, skip block comments, skip line comments and skip white space.
- SEARCH_MODE__MRK_WS - Static variable in class com.mysql.jdbc.StringUtils
-
Search mode: skip between markers and skip white space.
- SEARCH_MODE__NONE - Static variable in class com.mysql.jdbc.StringUtils
-
Empty search mode.
- secondsSinceMillis(long) - Static method in class com.mysql.jdbc.Util
-
Computes the number of seconds elapsed since the given time in milliseconds.
- secureAuth411(Buffer, int, String, String, String, boolean, boolean) - Method in class com.mysql.jdbc.MysqlIO
-
Secure authentication for 4.1.1 and newer servers.
- Security - Class in com.mysql.jdbc
-
Methods for doing secure authentication with MySQL-4.1 and newer.
- seed - Variable in class com.mysql.jdbc.MysqlIO
- SEED_LENGTH - Static 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
- sendCommand(int, String, Buffer, boolean, String, int) - 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.
- sendFractionalSeconds - Variable in class com.mysql.jdbc.StatementImpl
- SequentialBalanceStrategy - Class in com.mysql.jdbc
-
A balancing strategy that starts at a random point, and then advances in the list (wrapping around) for each new pickConnection() call.
- SequentialBalanceStrategy() - Constructor for class com.mysql.jdbc.SequentialBalanceStrategy
- serializeAsCharacterStream() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
- serializeAsString() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
- serialVersionUID - Static variable in exception class com.mysql.jdbc.CommunicationsException
- serialVersionUID - Static variable in exception class com.mysql.jdbc.ConnectionFeatureNotAvailableException
- serialVersionUID - Static variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- serialVersionUID - Static variable in class com.mysql.jdbc.DocsConnectionPropsHelper
- serialVersionUID - Static variable in exception class com.mysql.jdbc.MysqlDataTruncation
- serialVersionUID - Static variable in exception class com.mysql.jdbc.NotImplemented
- serialVersionUID - Static variable in exception class com.mysql.jdbc.OperationNotSupportedException
- serialVersionUID - Static variable in exception class com.mysql.jdbc.PacketTooBigException
- SERVER_MORE_RESULTS_EXISTS - Static variable in class com.mysql.jdbc.MysqlIO
- ServerAffinityStrategy - Class in com.mysql.jdbc
- ServerAffinityStrategy() - Constructor for class com.mysql.jdbc.ServerAffinityStrategy
- serverCapabilities - Variable in class com.mysql.jdbc.MysqlIO
- serverCharsetIndex - Variable in class com.mysql.jdbc.MysqlIO
- serverConfigByUrl - Static variable in class com.mysql.jdbc.PerVmServerConfigCacheFactory
- serverInfo - Variable in class com.mysql.jdbc.ResultSetImpl
-
Any info message from the server that was created while generating this result set (if 'info parsing' is enabled for the connection).
- ServerPreparedStatement - Class in com.mysql.jdbc
-
JDBC Interface for MySQL-4.1 and newer server-side PreparedStatements.
- ServerPreparedStatement(MySQLConnection, String, String, int, int) - Constructor for class com.mysql.jdbc.ServerPreparedStatement
-
Creates a new ServerPreparedStatement object.
- ServerPreparedStatement.BatchedBindValues - Class in com.mysql.jdbc
- ServerPreparedStatement.BindValue - Class in com.mysql.jdbc
- serverPrepareStatement(String) - Method in interface com.mysql.jdbc.Connection
-
Prepares a statement on the server (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- serverPrepareStatement(String) - Method in class com.mysql.jdbc.ConnectionImpl
- serverPrepareStatement(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- serverPrepareStatement(String, int) - Method in interface com.mysql.jdbc.Connection
-
Prepares a statement on the server (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- serverPrepareStatement(String, int) - Method in class com.mysql.jdbc.ConnectionImpl
- serverPrepareStatement(String, int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- serverPrepareStatement(String, int[]) - Method in interface com.mysql.jdbc.Connection
-
Prepares a statement on the server (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- serverPrepareStatement(String, int[]) - Method in class com.mysql.jdbc.ConnectionImpl
- serverPrepareStatement(String, int[]) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- serverPrepareStatement(String, int, int) - Method in interface com.mysql.jdbc.Connection
-
Prepares a statement on the server (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- serverPrepareStatement(String, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
- serverPrepareStatement(String, int, int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- serverPrepareStatement(String, int, int, int) - Method in interface com.mysql.jdbc.Connection
-
Prepares a statement on the server (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- serverPrepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
- serverPrepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- serverPrepareStatement(String, String[]) - Method in interface com.mysql.jdbc.Connection
-
Prepares a statement on the server (irregardless of the configuration property 'useServerPrepStmts') with the same semantics as the java.sql.Connection.prepareStatement() method with the same argument types.
- serverPrepareStatement(String, String[]) - Method in class com.mysql.jdbc.ConnectionImpl
- serverPrepareStatement(String, String[]) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- serverSupportsConvertFn() - Method in class com.mysql.jdbc.ConnectionImpl
- serverSupportsConvertFn() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- serverSupportsConvertFn() - Method in interface com.mysql.jdbc.MySQLConnection
- serverSupportsFracSecs - Variable in class com.mysql.jdbc.PreparedStatement
- setAllowLoadLocalInfile(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setAllowLoadLocalInfile(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setAllowLoadLocalInfile(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setAllowMasterDownConnections(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setAllowMasterDownConnections(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setAllowMasterDownConnections(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setAllowMasterDownConnections(boolean) - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- setAllowMultiQueries(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setAllowMultiQueries(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setAllowMultiQueries(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setAllowNanAndInf(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setAllowNanAndInf(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setAllowNanAndInf(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setAllowPublicKeyRetrieval(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setAllowPublicKeyRetrieval(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setAllowPublicKeyRetrieval(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setAllowSlaveDownConnections(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setAllowSlaveDownConnections(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setAllowSlaveDownConnections(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setAllowUrlInLocalInfile(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setAllowUrlInLocalInfile(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setAllowUrlInLocalInfile(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setAlwaysSendSetIsolation(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setAlwaysSendSetIsolation(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setAlwaysSendSetIsolation(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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(int, InputStream) - Method in class com.mysql.jdbc.PreparedStatement
- 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
- setAsciiStream(int, InputStream, long) - Method in class com.mysql.jdbc.PreparedStatement
- setAsciiStream(long) - Method in class com.mysql.jdbc.Clob
- setAsciiStream(String, InputStream) - Method in class com.mysql.jdbc.CallableStatement
- setAsciiStream(String, InputStream, int) - Method in class com.mysql.jdbc.CallableStatement
- setAsciiStream(String, InputStream, long) - Method in class com.mysql.jdbc.CallableStatement
- setAuthenticationParameters(String, String) - Method in interface com.mysql.jdbc.AuthenticationPlugin
-
This method called from cJ before first nextAuthenticationStep call.
- setAuthenticationPlugins(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setAuthenticationPlugins(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setAuthenticationPlugins(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setAutoClosePStmtStreams(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setAutoClosePStmtStreams(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setAutoClosePStmtStreams(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setAutoCommit(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
-
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 interface com.mysql.jdbc.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.setAutoCommit(), before the driver processes its own internal logic for setAutoCommit().
- setAutoCommit(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setAutoDeserialize(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setAutoDeserialize(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setAutoDeserialize(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setAutoGenerateTestcaseScript(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setAutoGenerateTestcaseScript(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setAutoGenerateTestcaseScript(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setAutoReconnect(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setAutoReconnect(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setAutoReconnect(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setAutoReconnectForConnectionPools(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setAutoReconnectForConnectionPools(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setAutoReconnectForConnectionPools(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setAutoReconnectForPools(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setAutoReconnectForPools(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setAutoReconnectForPools(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setAutoSlowLog(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setAutoSlowLog(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setAutoSlowLog(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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
- setBigDecimal(String, BigDecimal) - Method in class com.mysql.jdbc.CallableStatement
- setBinaryEncoded() - Method in class com.mysql.jdbc.ResultSetImpl
-
Flag that this result set is 'binary' encoded (from a PreparedStatement), not stored as strings.
- setBinaryStream() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
-
Retrieves a stream that can be used to write the XML value that this SQLXML instance represents.
- setBinaryStream(int, InputStream) - Method in class com.mysql.jdbc.PreparedStatement
- 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
- setBinaryStream(int, InputStream, long) - Method in class com.mysql.jdbc.PreparedStatement
- setBinaryStream(long) - Method in class com.mysql.jdbc.Blob
- setBinaryStream(long) - Method in class com.mysql.jdbc.BlobFromLocator
- setBinaryStream(String, InputStream) - Method in class com.mysql.jdbc.CallableStatement
- setBinaryStream(String, InputStream, int) - Method in class com.mysql.jdbc.CallableStatement
- setBinaryStream(String, InputStream, long) - Method in class com.mysql.jdbc.CallableStatement
- setBlob(int, InputStream) - Method in class com.mysql.jdbc.PreparedStatement
- setBlob(int, InputStream, long) - Method in class com.mysql.jdbc.PreparedStatement
- 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
- setBlob(String, InputStream) - Method in class com.mysql.jdbc.CallableStatement
- setBlob(String, InputStream, long) - Method in class com.mysql.jdbc.CallableStatement
- setBlob(String, Blob) - Method in class com.mysql.jdbc.CallableStatement
- setBlobsAreStrings(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setBlobsAreStrings(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setBlobsAreStrings(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setBlobSendChunkSize(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setBlobSendChunkSize(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setBlobSendChunkSize(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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
- setBoolean(String, boolean) - Method in class com.mysql.jdbc.CallableStatement
- setBufLength(int) - Method in class com.mysql.jdbc.Buffer
- 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
- setByte(String, byte) - Method in class com.mysql.jdbc.CallableStatement
- setByteBuffer(byte[]) - Method in class com.mysql.jdbc.Buffer
-
Sets the array of bytes to use as a buffer to read from.
- setBytes(int, byte[]) - Method in class com.mysql.jdbc.PreparedStatement
-
Set a parameter to a Java array of bytes.
- setBytes(int, byte[]) - Method in class com.mysql.jdbc.ServerPreparedStatement
- setBytes(int, byte[], boolean, boolean) - Method in class com.mysql.jdbc.PreparedStatement
- setBytes(long, byte[]) - 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.Blob
- setBytes(long, byte[], int, int) - Method in class com.mysql.jdbc.BlobFromLocator
- setBytes(String, byte[]) - Method in class com.mysql.jdbc.CallableStatement
- 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 interface com.mysql.jdbc.ConnectionProperties
- setCacheCallableStatements(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setCacheCallableStatements(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setCacheCallableStmts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setCacheCallableStmts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setCacheCallableStmts(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setCacheDefaultTimezone(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setCacheDefaultTimezone(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setCacheDefaultTimezone(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setCachePreparedStatements(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setCachePreparedStatements(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setCachePreparedStatements(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setCachePrepStmts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setCachePrepStmts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setCachePrepStmts(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setCacheResultSetMetadata(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
Sets whether or not we should cache result set metadata.
- setCacheResultSetMetadata(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setCacheResultSetMetadata(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setCacheServerConfiguration(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setCacheServerConfiguration(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setCacheServerConfiguration(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setCallableStatementCacheSize(int) - Method in interface com.mysql.jdbc.ConnectionProperties
-
Configures the number of callable statements to cache.
- setCallableStatementCacheSize(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setCallableStatementCacheSize(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setCallableStmtCacheSize(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setCallableStmtCacheSize(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setCallableStmtCacheSize(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setCapitalizeDBMDTypes(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setCapitalizeDBMDTypes(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setCapitalizeDBMDTypes(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setCapitalizeTypeNames(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setCapitalizeTypeNames(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setCapitalizeTypeNames(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setCatalog(String) - Method in class com.mysql.jdbc.ConnectionImpl
-
A sub-space of this Connection's database may be selected by setting a catalog name.
- setCatalog(String) - Method in interface com.mysql.jdbc.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.setCatalog(), before the driver processes its own internal logic for setCatalog().
- setCatalog(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setCategoryName(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- setCharacterEncoding(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setCharacterEncoding(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setCharacterEncoding(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setCharacterSetResults(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setCharacterSetResults(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setCharacterSetResults(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setCharacterStream() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
-
Retrieves a stream to be used to write the XML value that this SQLXML instance represents.
- setCharacterStream(int, Reader) - Method in class com.mysql.jdbc.PreparedStatement
- 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
- setCharacterStream(int, Reader, long) - Method in class com.mysql.jdbc.PreparedStatement
- setCharacterStream(long) - Method in class com.mysql.jdbc.Clob
- setCharacterStream(String, Reader) - Method in class com.mysql.jdbc.CallableStatement
- setCharacterStream(String, Reader, int) - Method in class com.mysql.jdbc.CallableStatement
- setCharacterStream(String, Reader, long) - Method in class com.mysql.jdbc.CallableStatement
- setClientCertificateKeyStorePassword(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setClientCertificateKeyStorePassword(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setClientCertificateKeyStorePassword(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setClientCertificateKeyStoreType(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setClientCertificateKeyStoreType(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setClientCertificateKeyStoreType(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setClientCertificateKeyStoreUrl(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setClientCertificateKeyStoreUrl(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setClientCertificateKeyStoreUrl(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setClientInfo(String, String) - Method in class com.mysql.jdbc.JDBC4Connection
- setClientInfo(String, String) - Method in class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
- setClientInfo(String, String) - Method in class com.mysql.jdbc.JDBC4MultiHostMySQLConnection
- setClientInfo(String, String) - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
- setClientInfo(String, String) - Method in class com.mysql.jdbc.JDBC4ReplicationMySQLConnection
- setClientInfo(Connection, String, String) - Method in interface com.mysql.jdbc.JDBC4ClientInfoProvider
-
Sets the client info for the connection that this provider instance belongs to.
- setClientInfo(Connection, String, String) - Method in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
- setClientInfo(Connection, String, String) - Method in class com.mysql.jdbc.JDBC4CommentClientInfoProvider
- setClientInfo(Connection, Properties) - Method in interface com.mysql.jdbc.JDBC4ClientInfoProvider
-
Sets the client info for the connection that this provider instance belongs to.
- setClientInfo(Connection, Properties) - Method in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
- setClientInfo(Connection, Properties) - Method in class com.mysql.jdbc.JDBC4CommentClientInfoProvider
- setClientInfo(Properties) - Method in class com.mysql.jdbc.JDBC4Connection
- setClientInfo(Properties) - Method in class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
- setClientInfo(Properties) - Method in class com.mysql.jdbc.JDBC4MultiHostMySQLConnection
- setClientInfo(Properties) - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
- setClientInfo(Properties) - Method in class com.mysql.jdbc.JDBC4ReplicationMySQLConnection
- setClientInfoProvider(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setClientInfoProvider(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setClientInfoProvider(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setClientInfoSp - Variable in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
- setClob(int, Reader) - Method in class com.mysql.jdbc.PreparedStatement
- setClob(int, Reader, long) - Method in class com.mysql.jdbc.PreparedStatement
- 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
- setClob(String, Reader) - Method in class com.mysql.jdbc.CallableStatement
- setClob(String, Reader, long) - Method in class com.mysql.jdbc.CallableStatement
- setClob(String, Clob) - Method in class com.mysql.jdbc.CallableStatement
- setClobberStreamingResults(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setClobberStreamingResults(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setClobberStreamingResults(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setClobCharacterEncoding(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setClobCharacterEncoding(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setClobCharacterEncoding(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setClosed(boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
- setColumnValue(int, byte[]) - Method in class com.mysql.jdbc.BufferRow
- setColumnValue(int, byte[]) - Method in class com.mysql.jdbc.ByteArrayRow
- setColumnValue(int, byte[]) - Method in class com.mysql.jdbc.ResultSetRow
-
Sets the given column value (only works currently with ByteArrayRowHolder).
- setCompensateOnDuplicateKeyUpdateCounts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setCompensateOnDuplicateKeyUpdateCounts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setCompensateOnDuplicateKeyUpdateCounts(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setConnection(MySQLConnection) - Method in class com.mysql.jdbc.Field
- setConnectionAttributes(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setConnectionCollation(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setConnectionCollation(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setConnectionCollation(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setConnectionLifecycleInterceptors(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setConnectionLifecycleInterceptors(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setConnectionLifecycleInterceptors(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setConnectTimeout(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setConnectTimeout(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setConnectTimeout(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setContinueBatchOnError(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setContinueBatchOnError(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setContinueBatchOnError(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setCreateDatabaseIfNotExist(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setCreateDatabaseIfNotExist(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setCreateDatabaseIfNotExist(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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.RowDataCursor
-
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
- setCursorName(String) - Method in class com.mysql.jdbc.StatementImpl
-
setCursorName defines the SQL cursor name that will be used by subsequent execute methods.
- setDate(int, Date) - 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.PreparedStatement
-
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.
- setDate(String, Date) - Method in class com.mysql.jdbc.CallableStatement
- setDate(String, Date, Calendar) - Method in class com.mysql.jdbc.CallableStatement
- setDefaultAuthenticationPlugin(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setDefaultAuthenticationPlugin(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setDefaultAuthenticationPlugin(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setDefaultFetchSize(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setDefaultFetchSize(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setDefaultFetchSize(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setDetectCustomCollations(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setDetectCustomCollations(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setDetectCustomCollations(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setDetectServerPreparedStmts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setDetectServerPreparedStmts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setDetectServerPreparedStmts(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setDisabledAuthenticationPlugins(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setDisabledAuthenticationPlugins(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setDisabledAuthenticationPlugins(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setDisconnectOnExpiredPasswords(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setDisconnectOnExpiredPasswords(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setDisconnectOnExpiredPasswords(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setDontCheckOnDuplicateKeyUpdateInSQL(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setDontCheckOnDuplicateKeyUpdateInSQL(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setDontCheckOnDuplicateKeyUpdateInSQL(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setDontTrackOpenResources(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setDontTrackOpenResources(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setDontTrackOpenResources(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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
- setDouble(String, double) - Method in class com.mysql.jdbc.CallableStatement
- setDumpMetadataOnColumnNotFound(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setDumpMetadataOnColumnNotFound(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setDumpMetadataOnColumnNotFound(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setDumpQueriesOnException(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setDumpQueriesOnException(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setDumpQueriesOnException(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setDynamicCalendars(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setDynamicCalendars(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setDynamicCalendars(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setElideSetAutoCommits(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setElideSetAutoCommits(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setElideSetAutoCommits(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setEmptyStringsConvertToZero(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setEmptyStringsConvertToZero(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setEmptyStringsConvertToZero(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setEmulateLocators(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setEmulateLocators(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setEmulateLocators(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setEmulateUnsupportedPstmts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setEmulateUnsupportedPstmts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setEmulateUnsupportedPstmts(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setEnabledSSLCipherSuites(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setEnabledSSLCipherSuites(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setEnabledSSLCipherSuites(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setEnabledTLSProtocols(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setEnabledTLSProtocols(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setEnabledTLSProtocols(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setEnableEscapeProcessing(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setEnableEscapeProcessing(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setEnableEscapeProcessing(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setEnablePacketDebug(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setEnablePacketDebug(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setEnablePacketDebug(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setEnableQueryTimeouts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setEnableQueryTimeouts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setEnableQueryTimeouts(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setEncoding(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setEncoding(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setEncoding(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setEncoding(String, Connection) - Method in class com.mysql.jdbc.Field
- setEscapeProcessing(boolean) - Method in class com.mysql.jdbc.StatementImpl
-
If escape scanning is on (the default), the driver will do escape substitution before sending the SQL to the database.
- setExceptionInterceptors(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setExceptionInterceptors(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setExceptionInterceptors(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setExplainSlowQueries(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setExplainSlowQueries(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setExplainSlowQueries(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setFailedOver(boolean) - Method in interface com.mysql.jdbc.Connection
- setFailedOver(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
- setFailedOver(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setFailOverReadOnly(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setFailOverReadOnly(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setFailOverReadOnly(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setFetchDirection(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.StatementImpl
-
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.ResultSetImpl
-
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.StatementImpl
-
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.ResultSetImpl
-
Sets the first character of the query that this result set was created from.
- setFirstCharOfQuery(char) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
-
Sets the first character of the query that was issued to create this result set.
- 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
- setFloat(String, float) - Method in class com.mysql.jdbc.CallableStatement
- setFunctionsNeverReturnBlobs(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setFunctionsNeverReturnBlobs(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setFunctionsNeverReturnBlobs(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setGatherPerfMetrics(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setGatherPerfMetrics(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setGatherPerfMetrics(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setGatherPerformanceMetrics(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setGatherPerformanceMetrics(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setGatherPerformanceMetrics(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setGenerateSimpleParameterMetadata(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setGenerateSimpleParameterMetadata(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setGenerateSimpleParameterMetadata(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setGetProceduresReturnsFunctions(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setGetProceduresReturnsFunctions(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setGetProceduresReturnsFunctions(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setHighAvailability(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setHoldability(int) - Method in class com.mysql.jdbc.ConnectionImpl
- setHoldability(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setHoldResultsOpenOverClose(boolean) - Method in interface com.mysql.jdbc.Statement
- setHoldResultsOpenOverClose(boolean) - Method in class com.mysql.jdbc.StatementImpl
- setHoldResultsOpenOverStatementClose(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setHoldResultsOpenOverStatementClose(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setHoldResultsOpenOverStatementClose(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setIgnoreNonTxTables(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setIgnoreNonTxTables(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setIgnoreNonTxTables(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setIncludeInnodbStatusInDeadlockExceptions(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setIncludeInnodbStatusInDeadlockExceptions(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setIncludeInnodbStatusInDeadlockExceptions(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setIncludeThreadDumpInDeadlockExceptions(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setIncludeThreadDumpInDeadlockExceptions(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setIncludeThreadDumpInDeadlockExceptions(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setIncludeThreadNamesAsStatementComment(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setIncludeThreadNamesAsStatementComment(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setIncludeThreadNamesAsStatementComment(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setInGlobalTx(boolean) - Method in interface com.mysql.jdbc.Connection
-
Set the state of being in a global (XA) transaction.
- setInGlobalTx(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
- setInGlobalTx(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setInitialTimeout(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setInitialTimeout(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setInitialTimeout(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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
- setInt(String, int) - Method in class com.mysql.jdbc.CallableStatement
- setInteractiveClient(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setInteractiveClient(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setInteractiveClient(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setInternal(int, byte[]) - Method in class com.mysql.jdbc.PreparedStatement
- setInternal(int, String) - Method in class com.mysql.jdbc.PreparedStatement
- setIsInteractiveClient(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setIsInteractiveClient(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setIsInteractiveClient(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setJdbcCompliantTruncation(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setJdbcCompliantTruncation(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setJdbcCompliantTruncation(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setJdbcCompliantTruncationForReads(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setJdbcCompliantTruncationForReads(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setJdbcCompliantTruncationForReads(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setLargeMaxRows(long) - Method in class com.mysql.jdbc.StatementImpl
-
JDBC 4.2 Same as
StatementImpl.setMaxRows(int)but accepts a long value instead of an int. - setLargeRowSizeThreshold(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setLargeRowSizeThreshold(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setLargeRowSizeThreshold(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setLoadBalanceAutoCommitStatementRegex(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setLoadBalanceAutoCommitStatementRegex(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setLoadBalanceAutoCommitStatementRegex(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setLoadBalanceAutoCommitStatementThreshold(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setLoadBalanceAutoCommitStatementThreshold(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setLoadBalanceAutoCommitStatementThreshold(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setLoadBalanceBlacklistTimeout(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setLoadBalanceBlacklistTimeout(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setLoadBalanceBlacklistTimeout(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setLoadBalanceConnectionGroup(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setLoadBalanceConnectionGroup(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setLoadBalanceConnectionGroup(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setLoadBalanceEnableJMX(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setLoadBalanceEnableJMX(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setLoadBalanceEnableJMX(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setLoadBalanceExceptionChecker(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setLoadBalanceExceptionChecker(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setLoadBalanceExceptionChecker(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setLoadBalanceHostRemovalGracePeriod(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setLoadBalanceHostRemovalGracePeriod(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setLoadBalanceHostRemovalGracePeriod(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setLoadBalancePingTimeout(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setLoadBalancePingTimeout(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setLoadBalancePingTimeout(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setLoadBalanceSQLExceptionSubclassFailover(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setLoadBalanceSQLExceptionSubclassFailover(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setLoadBalanceSQLExceptionSubclassFailover(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setLoadBalanceSQLStateFailover(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setLoadBalanceSQLStateFailover(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setLoadBalanceSQLStateFailover(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setLoadBalanceStrategy(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setLoadBalanceStrategy(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setLoadBalanceStrategy(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setLoadBalanceValidateConnectionOnSwapServer(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setLoadBalanceValidateConnectionOnSwapServer(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setLoadBalanceValidateConnectionOnSwapServer(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setLocalInfileInputStream(InputStream) - Method in interface com.mysql.jdbc.Statement
-
Sets an InputStream instance that will be used to send data to the MySQL server for a "LOAD DATA LOCAL INFILE" statement rather than a FileInputStream or URLInputStream that represents the path given as an argument to the statement.
- setLocalInfileInputStream(InputStream) - Method in class com.mysql.jdbc.StatementImpl
- setLocalSocketAddress(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setLocalSocketAddress(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setLocalSocketAddress(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setLocatorFetchBufferSize(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setLocatorFetchBufferSize(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setLocatorFetchBufferSize(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setLogger(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setLogger(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setLogger(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setLoggerClassName(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setLoggerClassName(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setLoggerClassName(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setLogSlowQueries(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setLogSlowQueries(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setLogSlowQueries(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setLogXaCommands(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setLogXaCommands(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setLogXaCommands(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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
- setLong(String, long) - Method in class com.mysql.jdbc.CallableStatement
- setMaintainTimeStats(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setMaintainTimeStats(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setMaintainTimeStats(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setMaxAllowedPacket(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setMaxFieldSize(int) - Method in class com.mysql.jdbc.StatementImpl
-
Sets the maxFieldSize
- setMaxQuerySizeToLog(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setMaxQuerySizeToLog(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setMaxQuerySizeToLog(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setMaxReconnects(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setMaxReconnects(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setMaxReconnects(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setMaxRows(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setMaxRows(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setMaxRows(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setMaxRows(int) - Method in class com.mysql.jdbc.StatementImpl
-
Set the maximum number of rows
- setMetadata(Field[]) - Method in class com.mysql.jdbc.BufferRow
- setMetadata(Field[]) - Method in class com.mysql.jdbc.ResultSetRow
- setMetadata(Field[]) - Method in interface com.mysql.jdbc.RowData
-
Sometimes the driver doesn't have metadata until after the statement has the result set in-hand (because it's cached), so it can call this to set it after the fact.
- setMetadata(Field[]) - Method in class com.mysql.jdbc.RowDataCursor
- setMetadata(Field[]) - Method in class com.mysql.jdbc.RowDataDynamic
- setMetadata(Field[]) - Method in class com.mysql.jdbc.RowDataStatic
- setMetadataCacheSize(int) - Method in interface com.mysql.jdbc.ConnectionProperties
-
Sets the number of queries that metadata can be cached if caching is enabled.
- setMetadataCacheSize(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setMetadataCacheSize(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setMysqlType(int) - Method in class com.mysql.jdbc.Field
- setNCharacterStream(int, Reader) - Method in class com.mysql.jdbc.PreparedStatement
- setNCharacterStream(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4ServerPreparedStatement
- setNCharacterStream(int, Reader, long) - 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.
- setNCharacterStream(String, Reader) - Method in class com.mysql.jdbc.CallableStatement
- setNCharacterStream(String, Reader, long) - Method in class com.mysql.jdbc.CallableStatement
- setNClob(int, Reader) - Method in class com.mysql.jdbc.PreparedStatement
- setNClob(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4ServerPreparedStatement
-
JDBC 4.0 Set a NCLOB parameter.
- setNClob(int, Reader, long) - Method in class com.mysql.jdbc.PreparedStatement
-
JDBC 4.0 Set a NCLOB parameter.
- setNClob(int, NClob) - Method in class com.mysql.jdbc.JDBC4CallableStatement
-
JDBC 4.0 Set a NCLOB parameter.
- setNClob(int, NClob) - Method in class com.mysql.jdbc.JDBC4PreparedStatement
-
JDBC 4.0 Set a NCLOB parameter.
- setNClob(int, NClob) - Method in class com.mysql.jdbc.JDBC4ServerPreparedStatement
- setNClob(PreparedStatement, int, Reader) - Static method in class com.mysql.jdbc.JDBC4PreparedStatementHelper
- setNClob(PreparedStatement, int, Reader, long) - Static method in class com.mysql.jdbc.JDBC4PreparedStatementHelper
-
JDBC 4.0 Set a NCLOB parameter.
- setNClob(PreparedStatement, int, NClob) - Static method in class com.mysql.jdbc.JDBC4PreparedStatementHelper
-
JDBC 4.0 Set a NCLOB parameter.
- setNClob(String, Reader) - Method in class com.mysql.jdbc.JDBC4CallableStatement
- setNClob(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4CallableStatement
- setNClob(String, NClob) - Method in class com.mysql.jdbc.JDBC4CallableStatement
- setNetTimeoutForStreamingResults(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setNetTimeoutForStreamingResults(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setNetTimeoutForStreamingResults(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setNetworkTimeout(Executor, int) - Method in interface com.mysql.jdbc.Connection
- setNetworkTimeout(Executor, int) - Method in class com.mysql.jdbc.ConnectionImpl
- setNetworkTimeout(Executor, int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setNextResultSet(ResultSetInternalMethods) - Method in class com.mysql.jdbc.ResultSetImpl
- setNoAccessToProcedureBodies(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setNoAccessToProcedureBodies(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setNoAccessToProcedureBodies(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setNoDatetimeStringSync(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setNoDatetimeStringSync(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setNoDatetimeStringSync(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setNoTimezoneConversionForDateType(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setNoTimezoneConversionForDateType(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setNoTimezoneConversionForDateType(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setNoTimezoneConversionForTimeType(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setNoTimezoneConversionForTimeType(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setNoTimezoneConversionForTimeType(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setNString(int, String) - Method in class com.mysql.jdbc.JDBC4ServerPreparedStatement
- setNString(int, String) - Method in class com.mysql.jdbc.PreparedStatement
-
Set a parameter to a Java String value.
- setNString(String, String) - Method in class com.mysql.jdbc.JDBC4CallableStatement
- setNull(int, int) - 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.PreparedStatement
-
Set a parameter to SQL NULL.
- setNull(int, int, String) - Method in class com.mysql.jdbc.ServerPreparedStatement
- setNull(String, int) - Method in class com.mysql.jdbc.CallableStatement
- setNull(String, int, String) - Method in class com.mysql.jdbc.CallableStatement
- setNullCatalogMeansCurrent(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setNullCatalogMeansCurrent(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setNullCatalogMeansCurrent(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setNullNamePatternMatchesAll(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setNullNamePatternMatchesAll(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setNullNamePatternMatchesAll(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setObject(int, Object) - Method in class com.mysql.jdbc.JDBC42CallableStatement
-
Support for java.time.LocalDate, java.time.LocalTime, java.time.LocalDateTime, java.time.OffsetTime and java.time.OffsetDateTime.
- setObject(int, Object) - Method in class com.mysql.jdbc.JDBC42PreparedStatement
-
Support for java.time.LocalDate, java.time.LocalTime, java.time.LocalDateTime, java.time.OffsetTime and java.time.OffsetDateTime.
- setObject(int, Object) - Method in class com.mysql.jdbc.JDBC42ServerPreparedStatement
-
Support for java.time.LocalDate, java.time.LocalTime, java.time.LocalDateTime, java.time.OffsetTime and java.time.OffsetDateTime.
- setObject(int, Object) - Method in class com.mysql.jdbc.PreparedStatement
- setObject(int, Object, int) - Method in class com.mysql.jdbc.JDBC42CallableStatement
-
Support for java.time.LocalDate, java.time.LocalTime, java.time.LocalDateTime, java.time.OffsetTime and java.time.OffsetDateTime.
- setObject(int, Object, int) - Method in class com.mysql.jdbc.JDBC42PreparedStatement
-
Support for java.time.LocalDate, java.time.LocalTime, java.time.LocalDateTime, java.time.OffsetTime and java.time.OffsetDateTime.
- setObject(int, Object, int) - Method in class com.mysql.jdbc.JDBC42ServerPreparedStatement
-
Support for java.time.LocalDate, java.time.LocalTime, java.time.LocalDateTime, java.time.OffsetTime and java.time.OffsetDateTime.
- setObject(int, Object, int) - Method in class com.mysql.jdbc.PreparedStatement
- setObject(int, Object, int, int) - Method in class com.mysql.jdbc.JDBC42CallableStatement
-
Support for java.time.LocalDate, java.time.LocalTime, java.time.LocalDateTime, java.time.OffsetTime and java.time.OffsetDateTime.
- setObject(int, Object, int, int) - Method in class com.mysql.jdbc.JDBC42PreparedStatement
-
Support for java.time.LocalDate, java.time.LocalTime, java.time.LocalDateTime, java.time.OffsetTime and java.time.OffsetDateTime.
- setObject(int, Object, int, int) - Method in class com.mysql.jdbc.JDBC42ServerPreparedStatement
-
Support for java.time.LocalDate, java.time.LocalTime, java.time.LocalDateTime, java.time.OffsetTime and java.time.OffsetDateTime.
- 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.
- setObject(int, Object, SQLType) - Method in class com.mysql.jdbc.JDBC42CallableStatement
-
Support for java.sql.JDBCType/java.sql.SQLType.
- setObject(int, Object, SQLType) - Method in class com.mysql.jdbc.JDBC42PreparedStatement
-
Support for java.sql.JDBCType/java.sql.SQLType.
- setObject(int, Object, SQLType) - Method in class com.mysql.jdbc.JDBC42ServerPreparedStatement
-
Support for java.sql.JDBCType/java.sql.SQLType.
- setObject(int, Object, SQLType, int) - Method in class com.mysql.jdbc.JDBC42CallableStatement
-
Support for java.sql.JDBCType/java.sql.SQLType.
- setObject(int, Object, SQLType, int) - Method in class com.mysql.jdbc.JDBC42PreparedStatement
-
Support for java.sql.JDBCType/java.sql.SQLType.
- setObject(int, Object, SQLType, int) - Method in class com.mysql.jdbc.JDBC42ServerPreparedStatement
-
Support for java.sql.JDBCType/java.sql.SQLType.
- 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(String, Object, SQLType) - Method in class com.mysql.jdbc.JDBC42CallableStatement
-
Support for java.sql.JDBCType/java.sql.SQLType.
- setObject(String, Object, SQLType, int) - Method in class com.mysql.jdbc.JDBC42CallableStatement
-
Support for java.sql.JDBCType/java.sql.SQLType.
- setOneBatchedParameterSet(PreparedStatement, int, Object) - Method in class com.mysql.jdbc.PreparedStatement
- setOneBatchedParameterSet(PreparedStatement, int, Object) - Method in class com.mysql.jdbc.ServerPreparedStatement
- setOrder(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- setOverrideSupportsIntegrityEnhancementFacility(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setOverrideSupportsIntegrityEnhancementFacility(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setOverrideSupportsIntegrityEnhancementFacility(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setOwner(ResultSetImpl) - Method in interface com.mysql.jdbc.RowData
-
Set the result set that 'owns' this RowData
- setOwner(ResultSetImpl) - Method in class com.mysql.jdbc.RowDataCursor
- setOwner(ResultSetImpl) - Method in class com.mysql.jdbc.RowDataDynamic
- setOwner(ResultSetImpl) - Method in class com.mysql.jdbc.RowDataStatic
- setOwningStatement(StatementImpl) - Method in class com.mysql.jdbc.ResultSetImpl
- setOwningStatement(StatementImpl) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
-
Sets the statement that "owns" this result set (usually used when the result set should internally "belong" to one statement, but is created by another.
- setPacketDebugBufferSize(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setPacketDebugBufferSize(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setPacketDebugBufferSize(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setPadCharsWithSpace(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setPadCharsWithSpace(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setPadCharsWithSpace(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setParanoid(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setParanoid(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setParanoid(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setParseInfoCacheFactory(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setParseInfoCacheFactory(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setParseInfoCacheFactory(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setPasswordCharacterEncoding(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setPasswordCharacterEncoding(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setPasswordCharacterEncoding(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setPedantic(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setPedantic(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setPedantic(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setPinGlobalTxToPhysicalConnection(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setPinGlobalTxToPhysicalConnection(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setPinGlobalTxToPhysicalConnection(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setPingTarget(PingTarget) - Method in interface com.mysql.jdbc.Statement
- setPingTarget(PingTarget) - Method in class com.mysql.jdbc.StatementImpl
- setPoolable(boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
- setPoolable(boolean) - Method in class com.mysql.jdbc.StatementImpl
- setPopulateInsertRowWithDefaultValues(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setPopulateInsertRowWithDefaultValues(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setPopulateInsertRowWithDefaultValues(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setPosition(int) - Method in class com.mysql.jdbc.Buffer
-
Set the current position to write to/ read from
- setPreferSlaveDuringFailover(boolean) - Method in interface com.mysql.jdbc.Connection
-
Deprecated.
- setPreferSlaveDuringFailover(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
-
Deprecated.
- setPreferSlaveDuringFailover(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
-
Deprecated.
- setPreparedStatementCacheSize(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setPreparedStatementCacheSize(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setPreparedStatementCacheSize(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setPreparedStatementCacheSqlLimit(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setPreparedStatementCacheSqlLimit(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setPreparedStatementCacheSqlLimit(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setPrepStmtCacheSize(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setPrepStmtCacheSize(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setPrepStmtCacheSize(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setPrepStmtCacheSqlLimit(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setPrepStmtCacheSqlLimit(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setPrepStmtCacheSqlLimit(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setProcessEscapeCodesForPrepStmts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setProcessEscapeCodesForPrepStmts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setProcessEscapeCodesForPrepStmts(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setProfilerEventHandler(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setProfilerEventHandler(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setProfilerEventHandler(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setProfilerEventHandlerInstance(ProfilerEventHandler) - Method in class com.mysql.jdbc.ConnectionImpl
- setProfilerEventHandlerInstance(ProfilerEventHandler) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setProfilerEventHandlerInstance(ProfilerEventHandler) - Method in interface com.mysql.jdbc.MySQLConnection
- setProfileSql(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setProfileSql(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setProfileSql(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setProfileSQL(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setProfileSQL(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setProfileSQL(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setProlepticIfNeeded(Calendar, Calendar) - Static method in class com.mysql.jdbc.TimeUtil
-
Return the proleptic version of origCalendar if refCalendar is proleptic.
- setPropertiesTransform(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setPropertiesTransform(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setPropertiesTransform(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setProxy(MySQLConnection) - Method in interface com.mysql.jdbc.Connection
- setProxy(MySQLConnection) - Method in class com.mysql.jdbc.ConnectionImpl
- setProxy(MySQLConnection) - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
Sets this connection's proxy.
- setProxy(MySQLConnection) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setProxy(MySQLConnection) - Method in interface com.mysql.jdbc.MySQLConnection
- setProxy(MySQLConnection) - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- setQueriesBeforeRetryMaster(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setQueriesBeforeRetryMaster(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setQueriesBeforeRetryMaster(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setQueryTimeout(int) - Method in class com.mysql.jdbc.StatementImpl
-
Sets the queryTimeout limit
- setQueryTimeoutKillsConnection(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setQueryTimeoutKillsConnection(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setQueryTimeoutKillsConnection(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setReadFromMasterWhenNoSlaves(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setReadFromMasterWhenNoSlaves(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setReadFromMasterWhenNoSlaves(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setReadInfoMsgEnabled(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
- setReadInfoMsgEnabled(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setReadInfoMsgEnabled(boolean) - Method in interface com.mysql.jdbc.MySQLConnection
- setReadOnly(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
-
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.MultiHostMySQLConnection
- setReadOnly(boolean) - Method in class com.mysql.jdbc.ReplicationConnectionProxy
- setReadOnly(boolean) - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- setReadOnlyInternal(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
- setReadOnlyInternal(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setReadOnlyInternal(boolean) - Method in interface com.mysql.jdbc.MySQLConnection
- setReadOnlyPropagatesToServer(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setReadOnlyPropagatesToServer(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setReadOnlyPropagatesToServer(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setReconnectAtTxEnd(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setReconnectAtTxEnd(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setReconnectAtTxEnd(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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 interface com.mysql.jdbc.ConnectionProperties
- setRelaxAutoCommit(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setRelaxAutoCommit(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setReplicationConnectionGroup(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setReplicationEnableJMX(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setReplicationEnableJMX(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setReplicationEnableJMX(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setReplicationEnableJMX(boolean) - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- setReportMetricsIntervalMillis(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setReportMetricsIntervalMillis(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setReportMetricsIntervalMillis(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setRequireSSL(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setRequireSSL(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setRequireSSL(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setResourceId(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setResourceId(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setResourceId(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setResult(Class) - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
-
Returns a Result for setting the XML value designated by this SQLXML instance.
- setResultSetConcurrency(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Sets the concurrency (JDBC2)
- setResultSetConcurrency(int) - Method in class com.mysql.jdbc.StatementImpl
-
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
- setResultSetSizeThreshold(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setResultSetSizeThreshold(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setResultSetSizeThreshold(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setResultSetType(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
Sets the result set type for (JDBC2)
- setResultSetType(int) - Method in class com.mysql.jdbc.StatementImpl
-
Sets the result set type for result sets generated by this statement
- setRetainStatementAfterResultSetClose(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setRetainStatementAfterResultSetClose(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setRetainStatementAfterResultSetClose(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setRetriesAllDown(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setRetriesAllDown(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setRetriesAllDown(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setRetrieveGeneratedKeys(boolean) - Method in class com.mysql.jdbc.PreparedStatement
- setRewriteBatchedStatements(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setRewriteBatchedStatements(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setRewriteBatchedStatements(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setRollbackOnPooledClose(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setRollbackOnPooledClose(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setRollbackOnPooledClose(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setRoundRobinLoadBalance(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
Sets whether or not hosts will be picked in a round-robin fashion.
- setRoundRobinLoadBalance(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setRoundRobinLoadBalance(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setRowId(int, RowId) - Method in class com.mysql.jdbc.JDBC4CallableStatement
- setRowId(int, RowId) - Method in class com.mysql.jdbc.JDBC4PreparedStatement
- setRowId(int, RowId) - Method in class com.mysql.jdbc.JDBC4ServerPreparedStatement
- setRowId(PreparedStatement, int, RowId) - Static method in class com.mysql.jdbc.JDBC4PreparedStatementHelper
- setRowId(String, RowId) - Method in class com.mysql.jdbc.JDBC4CallableStatement
- setRunningCTS13(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setRunningCTS13(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setRunningCTS13(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setSavepoint() - Method in class com.mysql.jdbc.ConnectionImpl
- setSavepoint() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setSavepoint(String) - Method in class com.mysql.jdbc.ConnectionImpl
- setSavepoint(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setSchema(String) - Method in interface com.mysql.jdbc.Connection
- setSchema(String) - Method in class com.mysql.jdbc.ConnectionImpl
- setSchema(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setSecondsBeforeRetryMaster(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setSecondsBeforeRetryMaster(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setSecondsBeforeRetryMaster(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setSelfDestructOnPingMaxOperations(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setSelfDestructOnPingMaxOperations(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setSelfDestructOnPingMaxOperations(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setSelfDestructOnPingSecondsLifetime(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setSelfDestructOnPingSecondsLifetime(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setSelfDestructOnPingSecondsLifetime(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setSendFractionalSeconds(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setSendFractionalSeconds(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setSendFractionalSeconds(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setServerAffinityOrder(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setServerAffinityOrder(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setServerAffinityOrder(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setServerConfigCacheFactory(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setServerConfigCacheFactory(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setServerConfigCacheFactory(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setServerInfo(String) - Method in class com.mysql.jdbc.ResultSetImpl
-
Sets server info (if any)
- setServerRSAPublicKeyFile(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setServerRSAPublicKeyFile(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setServerRSAPublicKeyFile(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setServerTimezone(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setServerTimezone(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setServerTimezone(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setSessionMaxRows(int) - Method in interface com.mysql.jdbc.Connection
- setSessionMaxRows(int) - Method in class com.mysql.jdbc.ConnectionImpl
-
Sets the sql select limit max-rows for this session if different from current.
- setSessionMaxRows(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setSessionVariables(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setSessionVariables(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setSessionVariables(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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
- setShort(String, short) - Method in class com.mysql.jdbc.CallableStatement
- setSlowQueryThresholdMillis(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setSlowQueryThresholdMillis(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setSlowQueryThresholdMillis(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setSlowQueryThresholdNanos(long) - Method in interface com.mysql.jdbc.ConnectionProperties
- setSlowQueryThresholdNanos(long) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setSlowQueryThresholdNanos(long) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setSocketFactory(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setSocketFactory(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setSocketFactory(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setSocketFactoryClassName(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setSocketFactoryClassName(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setSocketFactoryClassName(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setSocketTimeout(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setSocketTimeout(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setSocketTimeout(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setSocketTimeout(int) - Method in class com.mysql.jdbc.MysqlIO
- setSocksProxyHost(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setSocksProxyHost(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setSocksProxyHost(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setSocksProxyPort(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setSocksProxyPort(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setSocksProxyPort(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setSQLXML(int, SQLXML) - Method in class com.mysql.jdbc.JDBC4CallableStatement
- setSQLXML(int, SQLXML) - Method in class com.mysql.jdbc.JDBC4PreparedStatement
- setSQLXML(int, SQLXML) - Method in class com.mysql.jdbc.JDBC4ServerPreparedStatement
- setSQLXML(PreparedStatement, int, SQLXML) - Static method in class com.mysql.jdbc.JDBC4PreparedStatementHelper
- setSQLXML(String, SQLXML) - Method in class com.mysql.jdbc.JDBC4CallableStatement
- setStatementComment(String) - Method in interface com.mysql.jdbc.Connection
-
Sets the comment that will be prepended to all statements sent to the server.
- setStatementComment(String) - Method in class com.mysql.jdbc.ConnectionImpl
-
Sets the comment that will be prepended to all statements sent to the server.
- setStatementComment(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setStatementComment(String) - Method in class com.mysql.jdbc.ReplicationMySQLConnection
- setStatementInterceptors(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setStatementInterceptors(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setStatementInterceptors(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setStatementInterceptors(List) - Method in class com.mysql.jdbc.MysqlIO
- setStatementUsedForFetchingRows(PreparedStatement) - Method in class com.mysql.jdbc.ResultSetImpl
- setStatementUsedForFetchingRows(PreparedStatement) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
- setStrictFloatingPoint(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setStrictFloatingPoint(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setStrictFloatingPoint(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setStrictUpdates(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setStrictUpdates(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setStrictUpdates(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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
- setString(long, String) - Method in class com.mysql.jdbc.Clob
- setString(long, String, int, int) - Method in class com.mysql.jdbc.Clob
- setString(String) - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
-
Sets the XML value designated by this SQLXML instance to the given String representation.
- setString(String, String) - Method in class com.mysql.jdbc.CallableStatement
- setTcpKeepAlive(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setTcpKeepAlive(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setTcpKeepAlive(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setTcpNoDelay(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setTcpNoDelay(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setTcpNoDelay(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setTcpRcvBuf(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setTcpRcvBuf(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setTcpRcvBuf(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setTcpSndBuf(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setTcpSndBuf(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setTcpSndBuf(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setTcpTrafficClass(int) - Method in interface com.mysql.jdbc.ConnectionProperties
- setTcpTrafficClass(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setTcpTrafficClass(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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.PreparedStatement
-
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.
- setTime(String, Time) - Method in class com.mysql.jdbc.CallableStatement
- setTime(String, Time, Calendar) - Method in class com.mysql.jdbc.CallableStatement
- 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.PreparedStatement
-
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.
- setTimestamp(String, Timestamp) - Method in class com.mysql.jdbc.CallableStatement
- setTimestamp(String, Timestamp, Calendar) - Method in class com.mysql.jdbc.CallableStatement
- setTimestampInternal(int, Timestamp, Calendar, TimeZone, boolean, int, boolean) - Method in class com.mysql.jdbc.PreparedStatement
-
Set a parameter to a java.sql.Timestamp value.
- setTinyInt1isBit(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setTinyInt1isBit(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setTinyInt1isBit(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setTraceProtocol(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setTraceProtocol(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setTraceProtocol(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setTransactionIsolation(int) - Method in class com.mysql.jdbc.ConnectionImpl
- setTransactionIsolation(int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setTransformedBitIsBoolean(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setTransformedBitIsBoolean(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setTransformedBitIsBoolean(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setTreatUtilDateAsTimestamp(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setTreatUtilDateAsTimestamp(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setTreatUtilDateAsTimestamp(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setTrustCertificateKeyStorePassword(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setTrustCertificateKeyStorePassword(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setTrustCertificateKeyStorePassword(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setTrustCertificateKeyStoreType(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setTrustCertificateKeyStoreType(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setTrustCertificateKeyStoreType(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setTrustCertificateKeyStoreUrl(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setTrustCertificateKeyStoreUrl(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setTrustCertificateKeyStoreUrl(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setTypeMap(Map) - Method in class com.mysql.jdbc.ConnectionImpl
-
JDBC 2.0 Install a type-map object as the default type-map for this connection
- setTypeMap(Map) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUltraDevHack(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUltraDevHack(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUltraDevHack(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUnicodeStream(int, InputStream, int) - Method in class com.mysql.jdbc.PreparedStatement
-
Deprecated.
- setUnicodeStream(int, InputStream, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
-
Deprecated.
- setUnsigned() - Method in class com.mysql.jdbc.Field
- setupStreamingTimeout(MySQLConnection) - Method in class com.mysql.jdbc.StatementImpl
-
Adjust net_write_timeout to a higher value if we're streaming result sets.
- setURL(int, URL) - Method in class com.mysql.jdbc.PreparedStatement
- setURL(int, URL) - Method in class com.mysql.jdbc.ServerPreparedStatement
- setURL(String, URL) - Method in class com.mysql.jdbc.CallableStatement
- setUseAffectedRows(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseAffectedRows(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseAffectedRows(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseBlobToStoreUTF8OutsideBMP(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseBlobToStoreUTF8OutsideBMP(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseBlobToStoreUTF8OutsideBMP(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseColumnNamesInFindColumn(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseColumnNamesInFindColumn(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseColumnNamesInFindColumn(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseCompression(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseCompression(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseCompression(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseConfigs(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseConfigs(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseConfigs(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseCursorFetch(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseCursorFetch(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseCursorFetch(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseDirectRowUnpack(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseDirectRowUnpack(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseDirectRowUnpack(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseDynamicCharsetInfo(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseDynamicCharsetInfo(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseDynamicCharsetInfo(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseFastDateParsing(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseFastDateParsing(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseFastDateParsing(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseFastIntParsing(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseFastIntParsing(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseFastIntParsing(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseGmtMillisForDatetimes(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseGmtMillisForDatetimes(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseGmtMillisForDatetimes(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseHostsInPrivileges(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseHostsInPrivileges(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseHostsInPrivileges(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseInformationSchema(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseInformationSchema(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseInformationSchema(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseJDBCCompliantTimezoneShift(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseJDBCCompliantTimezoneShift(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseJDBCCompliantTimezoneShift(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseJvmCharsetConverters(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseJvmCharsetConverters(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseJvmCharsetConverters(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseLegacyDatetimeCode(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseLegacyDatetimeCode(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseLegacyDatetimeCode(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseLocalSessionState(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseLocalSessionState(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseLocalSessionState(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseLocalTransactionState(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseLocalTransactionState(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseLocalTransactionState(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseNanosForElapsedTime(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseNanosForElapsedTime(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseNanosForElapsedTime(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseOldAliasMetadataBehavior(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseOldAliasMetadataBehavior(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseOldAliasMetadataBehavior(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseOldNameMetadata(boolean) - Method in class com.mysql.jdbc.Field
- setUseOldUTF8Behavior(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseOldUTF8Behavior(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseOldUTF8Behavior(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseOnlyServerErrorMessages(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseOnlyServerErrorMessages(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseOnlyServerErrorMessages(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseReadAheadInput(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseReadAheadInput(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseReadAheadInput(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseServerPreparedStmts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseServerPreparedStmts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseServerPreparedStmts(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseServerPrepStmts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseServerPrepStmts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseServerPrepStmts(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseSqlStateCodes(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseSqlStateCodes(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseSqlStateCodes(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseSSL(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseSSL(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseSSL(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseSSPSCompatibleTimezoneShift(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseSSPSCompatibleTimezoneShift(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseSSPSCompatibleTimezoneShift(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseStreamLengthsInPrepStmts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseStreamLengthsInPrepStmts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseStreamLengthsInPrepStmts(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseTimezone(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseTimezone(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseTimezone(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseUltraDevWorkAround(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseUltraDevWorkAround(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseUltraDevWorkAround(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseUnbufferedInput(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseUnbufferedInput(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseUnbufferedInput(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseUnicode(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUseUnicode(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseUnicode(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUseUsageAdvisor(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
Sets whether or not the driver advises of proper usage.
- setUseUsageAdvisor(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUseUsageAdvisor(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUtf8OutsideBmpExcludedColumnNamePattern(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUtf8OutsideBmpExcludedColumnNamePattern(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUtf8OutsideBmpExcludedColumnNamePattern(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setUtf8OutsideBmpIncludedColumnNamePattern(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setUtf8OutsideBmpIncludedColumnNamePattern(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setUtf8OutsideBmpIncludedColumnNamePattern(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setValue(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.BooleanConnectionProperty
- setValue(int, ExceptionInterceptor) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
- setValue(int, String, ExceptionInterceptor) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
- setValue(long, ExceptionInterceptor) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.LongConnectionProperty
- setValue(long, String, ExceptionInterceptor) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.LongConnectionProperty
- setValue(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.StringConnectionProperty
- setValue(String, ExceptionInterceptor) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.MemorySizeConnectionProperty
- setValueAsObject(Object) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- setVerifyServerCertificate(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setVerifyServerCertificate(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setVerifyServerCertificate(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setWasMultiPacket(boolean) - Method in class com.mysql.jdbc.Buffer
-
Sets whether this packet was part of a multipacket
- setWasStreamingResults() - Method in exception class com.mysql.jdbc.CommunicationsException
- setWasStreamingResults() - Method in interface com.mysql.jdbc.StreamingNotifiable
- setWatcher(OutputStreamWatcher) - Method in class com.mysql.jdbc.WatchableOutputStream
- setWatcher(WriterWatcher) - Method in class com.mysql.jdbc.WatchableWriter
- setWrapperStatement(Statement) - Method in class com.mysql.jdbc.ResultSetImpl
- setWrapperStatement(Statement) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
- setYearIsDateType(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
- setYearIsDateType(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setYearIsDateType(boolean) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- setZeroDateTimeBehavior(String) - Method in interface com.mysql.jdbc.ConnectionProperties
- setZeroDateTimeBehavior(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- setZeroDateTimeBehavior(String) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- shouldExceptionTriggerConnectionSwitch(Throwable) - Method in class com.mysql.jdbc.FailoverConnectionProxy
- shouldExceptionTriggerConnectionSwitch(Throwable) - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
-
Consults the registered LoadBalanceExceptionChecker if the given exception should trigger a connection fail-over.
- shouldExceptionTriggerConnectionSwitch(Throwable) - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
Checks if the given throwable should trigger a connection switch.
- shouldExceptionTriggerConnectionSwitch(Throwable) - Method in class com.mysql.jdbc.ReplicationConnectionProxy
-
Has no use in replication connections.
- shouldExceptionTriggerFailover(SQLException) - Method in interface com.mysql.jdbc.LoadBalanceExceptionChecker
-
Invoked to determine whether or a given SQLException should trigger a failover in a load-balanced deployment.
- shouldExceptionTriggerFailover(SQLException) - Method in class com.mysql.jdbc.NdbLoadBalanceExceptionChecker
- shouldExceptionTriggerFailover(SQLException) - Method in class com.mysql.jdbc.StandardLoadBalanceExceptionChecker
- shouldIntercept() - Method in class com.mysql.jdbc.MysqlIO
- shouldNotHappen(Exception) - Static method in exception 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.
- SHUTDOWN - Static variable in class com.mysql.jdbc.MysqlDefs
- shutdownServer() - Method in interface com.mysql.jdbc.Connection
-
Used by MiniAdmin to shutdown a MySQL server
- shutdownServer() - Method in class com.mysql.jdbc.ConnectionImpl
-
Used by MiniAdmin to shutdown a MySQL server
- shutdownServer() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- shutdownServer() - Method in interface com.mysql.jdbc.MySQLConnection
- SimpleSaxToReader() - Constructor for class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
- sinceVersion - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- SingleByteCharsetConverter - Class in com.mysql.jdbc
-
Converter for char[]->byte[] and byte[]->char[] for single-byte character sets.
- SingleStringIterator(String) - Constructor for class com.mysql.jdbc.DatabaseMetaData.SingleStringIterator
- size() - Method in interface com.mysql.jdbc.RowData
-
Only works on non dynamic result sets.
- size() - Method in class com.mysql.jdbc.RowDataCursor
-
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
- skip(long) - Method in class com.mysql.jdbc.CompressedInputStream
- SKIP_BETWEEN_MARKERS - Enum constant in enum class com.mysql.jdbc.StringUtils.SearchMode
- SKIP_BLOCK_COMMENTS - Enum constant in enum class com.mysql.jdbc.StringUtils.SearchMode
- SKIP_LINE_COMMENTS - Enum constant in enum class com.mysql.jdbc.StringUtils.SearchMode
- SKIP_WHITE_SPACE - Enum constant in enum class com.mysql.jdbc.StringUtils.SearchMode
- skipPacket() - Method in class com.mysql.jdbc.MysqlIO
-
Reads and discards a single MySQL packet from the input stream.
- SLASH_STAR_SPACE_AS_BYTES - Static variable in class com.mysql.jdbc.Constants
- slavesConnection - Variable in class com.mysql.jdbc.ReplicationConnectionProxy
- SLEEP - Static variable in class com.mysql.jdbc.MysqlDefs
- socketFactory - Variable in class com.mysql.jdbc.MysqlIO
- SocketFactory - Interface in com.mysql.jdbc
-
Interface to allow pluggable socket creation in the driver
- SocketMetadata - Interface in com.mysql.jdbc
- SocketMetadata.Helper - Class in com.mysql.jdbc
- socketTimeoutBackup - Variable in class com.mysql.jdbc.StandardSocketFactory
-
Backup original Socket timeout to be restored after handshake
- SOCKS_DEFAULT_PORT - Static variable in class com.mysql.jdbc.SocksProxySocketFactory
- SocksProxySocketFactory - Class in com.mysql.jdbc
-
A socket factory used to create sockets connecting through a SOCKS proxy.
- SocksProxySocketFactory() - Constructor for class com.mysql.jdbc.SocksProxySocketFactory
- SPACE_STAR_SLASH_SPACE_AS_BYTES - Static variable in class com.mysql.jdbc.Constants
- split(String, String, boolean) - Static method in class com.mysql.jdbc.StringUtils
-
Splits stringToSplit into a list, using the given delimiter
- split(String, String, String, String, boolean) - Static method in class com.mysql.jdbc.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- split(String, String, String, String, String, boolean) - Static method in class com.mysql.jdbc.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- splitDBdotName(String, String, String, boolean) - Static method in class com.mysql.jdbc.StringUtils
-
Splits an entity identifier into its parts (database and entity name) and returns a list containing the two elements.
- SQL_STATE_ACTIVE_SQL_TRANSACTION - Static variable in 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_CARDINALITY_VIOLATION - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_CASE_NOT_FOUND_FOR_CASE_STATEMENT - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_CLI_SPECIFIC_CONDITION - 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_FAILURE - 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_DATA_TRUNCATED - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_DATETIME_FIELD_OVERFLOW - 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_ER_BAD_FIELD_ERROR - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_ER_DUP_FIELDNAME - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_ER_NO_SUCH_INDEX - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_ER_QUERY_INTERRUPTED - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_ER_TABLE_EXISTS_ERROR - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_ERROR_IN_ROW - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_FEATURE_NOT_SUPPORTED - 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_INTEGRITY_CONSTRAINT_VIOLATION - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_INVALID_AUTH_SPEC - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_INVALID_CATALOG_NAME - 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_CONDITION_NUMBER - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_INVALID_CONNECTION_ATTRIBUTE - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_INVALID_CURSOR_STATE - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_INVALID_DATETIME_FORMAT - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_INVALID_LOGARITHM_ARGUMENT - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_INVALID_TRANSACTION_STATE - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_INVALID_TRANSACTION_TERMINATION - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_MEMORY_ALLOCATION_ERROR - 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_DATA - 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_NULL_VALUE_NOT_ALLOWED - 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_READ_ONLY_SQL_TRANSACTION - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_RESIGNAL_WHEN_HANDLER_NOT_ACTIVE - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_ROLLBACK_SERIALIZATION_FAILURE - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_SRE_FUNCTION_EXECUTED_NO_RETURN_STATEMENT - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_SRE_PROHIBITED_SQL_STATEMENT_ATTEMPTED - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_STRING_DATA_RIGHT_TRUNCATION - 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_WARNING - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_WRONG_NO_OF_PARAMETERS - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_XA_RBDEADLOCK - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_XA_RBROLLBACK - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_XA_RBTIMEOUT - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_XA_RMERR - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_XAER_DUPID - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_XAER_INVAL - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_XAER_NOTA - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_XAER_OUTSIDE - Static variable in class com.mysql.jdbc.SQLError
- SQL_STATE_XAER_RMFAIL - Static variable in class com.mysql.jdbc.SQLError
- SQLError - Class in com.mysql.jdbc
-
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
- sqlQueryDirect(StatementImpl, String, String, Buffer, int, int, int, boolean, String, Field[]) - 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
- StandardLoadBalanceExceptionChecker - Class in com.mysql.jdbc
- StandardLoadBalanceExceptionChecker() - Constructor for class com.mysql.jdbc.StandardLoadBalanceExceptionChecker
- StandardSocketFactory - Class in com.mysql.jdbc
-
Socket factory for vanilla TCP/IP sockets (the standard)
- StandardSocketFactory() - Constructor for class com.mysql.jdbc.StandardSocketFactory
- StandardSSLSocketFactory(SSLSocketFactory, SocketFactory, Socket) - Constructor for class com.mysql.jdbc.ExportControlled.StandardSSLSocketFactory
- startCDATA() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
- startDocument() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
- startElement(String, String, String, Attributes) - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
- 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 string '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 string 'searchIn' contains the string 'searchFor', disregarding case and leading whitespace
- startsWithIgnoreCaseAndWs(String, String[]) - Static method in class com.mysql.jdbc.StringUtils
-
Determines whether or not the string 'searchIn' starts with one of the strings in 'searchFor', disregarding case and leading whitespace
- startsWithIgnoreCaseAndWs(String, String, int) - Static method in class com.mysql.jdbc.StringUtils
-
Determines whether or not the string 'searchIn' contains the string 'searchFor', disregarding case and leading whitespace
- Statement - Interface in com.mysql.jdbc
-
This interface contains methods that are considered the "vendor extension" to the JDBC API for MySQL's implementation of java.sql.Statement.
- statementBegins() - Method in class com.mysql.jdbc.StatementImpl
- statementComponents - Variable in class com.mysql.jdbc.PreparedStatement.AppendingBatchVisitor
- statementCounter - Static variable in class com.mysql.jdbc.StatementImpl
-
Used to generate IDs when profiling.
- statementExecuting - Variable in class com.mysql.jdbc.StatementImpl
-
Are we currently executing a statement?
- statementId - Variable in class com.mysql.jdbc.StatementImpl
-
Used to identify this statement when profiling.
- StatementImpl - Class in com.mysql.jdbc
-
A Statement object is used for executing a static SQL statement and obtaining the results produced by it.
- StatementImpl(MySQLConnection, String) - Constructor for class com.mysql.jdbc.StatementImpl
-
Constructor for a Statement.
- StatementImpl.CancelTask - Class in com.mysql.jdbc
-
Thread used to implement query timeouts...Eventually we could be more efficient and have one thread with timers, but this is a straightforward and simple way to implement a feature that isn't used all that often.
- StatementInterceptor - Interface in com.mysql.jdbc
-
Implement this interface to be placed "in between" query execution, so that you can influence it.
- StatementInterceptorV2 - Interface in com.mysql.jdbc
- statementLength - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
- statementStartPos - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
- statementUsedForFetchingRows - Variable in class com.mysql.jdbc.ResultSetImpl
- staticSql - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
- STATISTICS - Static variable in class com.mysql.jdbc.MysqlDefs
- stopIterating - Variable in class com.mysql.jdbc.IterateBlock
- 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?
- storesLowerCaseTableName() - Method in class com.mysql.jdbc.ConnectionImpl
- storesLowerCaseTableName() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- storesLowerCaseTableName() - Method in interface com.mysql.jdbc.MySQLConnection
- 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?
- 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?
- storeTo(Reference) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- storeToRef(Reference) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- STREAM_DATA_MARKER - Static variable in class com.mysql.jdbc.UpdatableResultSet
-
Marker for 'stream' data when doing INSERT rows
- 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
- StreamingNotifiable - Interface in com.mysql.jdbc
- streamLengths - Variable in class com.mysql.jdbc.PreparedStatement.BatchParams
- StringConnectionProperty(String, String, String[], String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.StringConnectionProperty
- StringConnectionProperty(String, String, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.StringConnectionProperty
- StringUtils - Class in com.mysql.jdbc
-
Various utility methods for converting to/from byte arrays in the platform encoding
- StringUtils() - Constructor for class com.mysql.jdbc.StringUtils
- StringUtils.SearchMode - Enum Class in com.mysql.jdbc
- stripComments(String, String, String, boolean, boolean, boolean, boolean) - Static method in class com.mysql.jdbc.StringUtils
-
Returns the given string, with comments removed
- stripEnclosure(byte[], String, String) - Static method in class com.mysql.jdbc.StringUtils
- subminor - Variable in class com.mysql.jdbc.MysqlCharset
- 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?
- supportsANSI92EntryLevelSQL() - Method in class com.mysql.jdbc.DatabaseMetaData
-
Is the ANSI92 entry level SQL grammar supported?
- 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?
- 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?
- 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?
- 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 interface com.mysql.jdbc.Connection
-
Does the server this connection is connected to support isolation levels?
- supportsIsolationLevel() - Method in class com.mysql.jdbc.ConnectionImpl
- supportsIsolationLevel() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- supportsLikeEscapeClause() - Method in class com.mysql.jdbc.DatabaseMetaData
-
Is the escape character in "LIKE" clauses supported?
- supportsLimitedOuterJoins() - Method in class com.mysql.jdbc.DatabaseMetaData
-
Is there limited support for outer joins?
- supportsMinimumSQLGrammar() - Method in class com.mysql.jdbc.DatabaseMetaData
-
Is the ODBC Minimum SQL grammar supported?
- 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?
- 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?
- 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 interface com.mysql.jdbc.Connection
-
Does the server this connection is connected to support quoted identifiers?
- supportsQuotedIdentifiers() - Method in class com.mysql.jdbc.ConnectionImpl
- supportsQuotedIdentifiers() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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
- supportsStoredFunctionsUsingCallSyntax() - 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?
- supportsSubqueriesInExists() - Method in class com.mysql.jdbc.DatabaseMetaData
-
Are subqueries in exists expressions supported?
- supportsSubqueriesInIns() - Method in class com.mysql.jdbc.DatabaseMetaData
-
Are subqueries in "in" statements supported?
- supportsSubqueriesInQuantifieds() - Method in class com.mysql.jdbc.DatabaseMetaData
-
Are subqueries in quantified expressions supported?
- supportsTableCorrelationNames() - Method in class com.mysql.jdbc.DatabaseMetaData
-
Are table correlation names supported?
- supportsTransactionIsolationLevel(int) - Method in class com.mysql.jdbc.DatabaseMetaData
-
Does the database support the given transaction isolation level?
- supportsTransactions() - Method in interface com.mysql.jdbc.Connection
-
Does the server this connection is connected to support transactions?
- supportsTransactions() - Method in class com.mysql.jdbc.ConnectionImpl
- supportsTransactions() - Method in class com.mysql.jdbc.DatabaseMetaData
-
Are transactions supported?
- supportsTransactions() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- supportsUnion() - Method in class com.mysql.jdbc.DatabaseMetaData
-
Is SQL UNION supported?
- supportsUnionAll() - Method in class com.mysql.jdbc.DatabaseMetaData
-
Is SQL UNION ALL supported?
- syncSessionState(Connection, Connection) - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
Synchronizes session state between two connections.
- syncSessionState(Connection, Connection, boolean) - Method in class com.mysql.jdbc.LoadBalancedConnectionProxy
- syncSessionState(Connection, Connection, boolean) - Method in class com.mysql.jdbc.MultiHostConnectionProxy
-
Synchronizes session state between two connections, allowing to override the read-only status.
- syncSessionState(Connection, Connection, boolean) - Method in class com.mysql.jdbc.ReplicationConnectionProxy
- syncUpdate() - Method in class com.mysql.jdbc.UpdatableResultSet
-
Reset UPDATE prepared statement to value in current row.
- SYSTEM_TABLE - Enum constant in enum class com.mysql.jdbc.DatabaseMetaData.TableType
- SYSTEM_TABLE_AS_BYTES - Static variable in class com.mysql.jdbc.DatabaseMetaData
- SYSTEM_VIEW - Enum constant in enum class com.mysql.jdbc.DatabaseMetaData.TableType
- systemNanoTimeMethod - Static variable in class com.mysql.jdbc.TimeUtil
T
- TABLE - Enum constant in enum class com.mysql.jdbc.DatabaseMetaData.TableType
- TABLE_AS_BYTES - Static variable in class com.mysql.jdbc.DatabaseMetaData
- tableCat - Variable in class com.mysql.jdbc.DatabaseMetaData.TableMetaDataKey
- TableMetaDataKey(String, String, String, String) - Constructor for class com.mysql.jdbc.DatabaseMetaData.TableMetaDataKey
- tableName - Variable in class com.mysql.jdbc.DatabaseMetaData.TableMetaDataKey
- tableSchem - Variable in class com.mysql.jdbc.DatabaseMetaData.TableMetaDataKey
- tableType - Variable in class com.mysql.jdbc.DatabaseMetaData.TableMetaDataKey
- tackOnMoreStreamingResults(ResultSetImpl) - Method in class com.mysql.jdbc.MysqlIO
- TCP_KEEP_ALIVE_DEFAULT_VALUE - Static variable in class com.mysql.jdbc.StandardSocketFactory
- TCP_KEEP_ALIVE_PROPERTY_NAME - Static variable in class com.mysql.jdbc.StandardSocketFactory
- TCP_NO_DELAY_DEFAULT_VALUE - Static variable in class com.mysql.jdbc.StandardSocketFactory
- TCP_NO_DELAY_PROPERTY_NAME - Static variable in class com.mysql.jdbc.StandardSocketFactory
- TCP_RCV_BUF_DEFAULT_VALUE - Static variable in class com.mysql.jdbc.StandardSocketFactory
- TCP_RCV_BUF_PROPERTY_NAME - Static variable in class com.mysql.jdbc.StandardSocketFactory
- TCP_SND_BUF_DEFAULT_VALUE - Static variable in class com.mysql.jdbc.StandardSocketFactory
- TCP_SND_BUF_PROPERTY_NAME - Static variable in class com.mysql.jdbc.StandardSocketFactory
- TCP_TRAFFIC_CLASS_DEFAULT_VALUE - Static variable in class com.mysql.jdbc.StandardSocketFactory
- TCP_TRAFFIC_CLASS_PROPERTY_NAME - Static variable in class com.mysql.jdbc.StandardSocketFactory
- thisAsConnection - Variable in class com.mysql.jdbc.MultiHostConnectionProxy
- thisAsProxy - Variable in class com.mysql.jdbc.MultiHostMySQLConnection
-
thisAsProxy holds the proxy (MultiHostConnectionProxy or one of its subclasses) this connection is associated with.
- thisRow - Variable in class com.mysql.jdbc.ResultSetImpl
-
Pointer to current row data
- threadRef - Static variable in class com.mysql.jdbc.AbandonedConnectionCleanupThread
- throwConnectionClosedException() - Method in class com.mysql.jdbc.ConnectionImpl
- throwConnectionClosedException() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- throwConnectionClosedException() - Method in interface com.mysql.jdbc.MySQLConnection
- TIME - Static variable in class com.mysql.jdbc.MysqlDefs
- timeoutInMillis - Variable in class com.mysql.jdbc.StatementImpl
-
The timeout for a query
- TimeUtil - Class in com.mysql.jdbc
-
Timezone conversion routines and other time related methods
- TimeUtil() - Constructor for class com.mysql.jdbc.TimeUtil
- 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.
- toBytesWrapped(char[], char, char) - Method in class com.mysql.jdbc.SingleByteCharsetConverter
- toBytesWrapped(String, char, char) - Method in class com.mysql.jdbc.SingleByteCharsetConverter
- toCancel - Variable in class com.mysql.jdbc.StatementImpl.CancelTask
- toReader() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
- toString() - Method in class com.mysql.jdbc.Buffer
- toString() - Method in class com.mysql.jdbc.Collation
- toString() - Method in class com.mysql.jdbc.DatabaseMetaData.ComparableWrapper
- toString() - Method in class com.mysql.jdbc.Field
- toString() - Method in class com.mysql.jdbc.MysqlCharset
- toString() - Method in class com.mysql.jdbc.PreparedStatement.AppendingBatchVisitor
- toString() - Method in class com.mysql.jdbc.PreparedStatement
-
Returns this PreparedStatement represented as a string.
- toString() - Method in class com.mysql.jdbc.ReplicationConnectionGroup
- toString() - Method in class com.mysql.jdbc.ResultSetImpl
- 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() - Method in class com.mysql.jdbc.ServerPreparedStatement
- toString(boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement.BindValue
- toString(byte[]) - Method in class com.mysql.jdbc.SingleByteCharsetConverter
-
Convert the byte buffer to a string using this instance's character encoding.
- toString(byte[]) - Static method in class com.mysql.jdbc.StringUtils
- 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(byte[], int, int) - Static method in class com.mysql.jdbc.StringUtils
- toString(byte[], int, int, String) - Static method in class com.mysql.jdbc.StringUtils
- toString(byte[], String) - Static method in class com.mysql.jdbc.StringUtils
- 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
- TRACE - Static variable in class com.mysql.jdbc.NonRegisteringDriver
-
Should the driver generate method-call traces?
- traceProtocol - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl
- trackConnection(MySQLConnection, NetworkResources) - Static method in class com.mysql.jdbc.AbandonedConnectionCleanupThread
-
Tracks the finalization of aobject and keeps a reference to its
invalid reference
MysqlConnectionNetworkResourcesso that they can be later released. - transactionBegun() - Method in class com.mysql.jdbc.ConnectionImpl
- transactionBegun() - Method in interface com.mysql.jdbc.ConnectionLifecycleInterceptor
-
Called when the driver has been told by the server that a transaction is now in progress (when one has not been currently in progress).
- transactionBegun() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- transactionBegun() - Method in interface com.mysql.jdbc.MySQLConnection
- transactionCompleted() - Method in class com.mysql.jdbc.ConnectionImpl
- transactionCompleted() - Method in interface com.mysql.jdbc.ConnectionLifecycleInterceptor
-
Called when the driver has been told by the server that a transaction has completed, and no transaction is currently in progress.
- transactionCompleted() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- transactionCompleted() - Method in interface com.mysql.jdbc.MySQLConnection
- 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.
- translateAndCheckSqlType(SQLType, ExceptionInterceptor) - Static method in class com.mysql.jdbc.JDBC42Helper
- treatYearAsDate - Variable in class com.mysql.jdbc.ResultSetMetaData
- truncate(long) - Method in class com.mysql.jdbc.Blob
-
Truncates the
BLOBvalue that thisBlobobject represents to belenbytes in length. - truncate(long) - Method in class com.mysql.jdbc.BlobFromLocator
- truncate(long) - Method in class com.mysql.jdbc.Clob
- truncateAndConvertToInt(long) - Static method in class com.mysql.jdbc.Util
-
Converts long to int, truncating to maximum/minimum value if needed.
- truncateAndConvertToInt(long[]) - Static method in class com.mysql.jdbc.Util
-
Converts long[] to int[], truncating to maximum/minimum value if needed.
- truncateFractionalSeconds(Timestamp) - Static method in class com.mysql.jdbc.TimeUtil
- TYPE_ID_AUTH_SWITCH - Static variable in class com.mysql.jdbc.Buffer
-
It has the same signature as EOF, but may be issued by server only during handshake phase
- TYPE_ID_EOF - Static variable in class com.mysql.jdbc.Buffer
- TYPE_ID_ERROR - Static variable in class com.mysql.jdbc.Buffer
- TYPE_ID_LOCAL_INFILE - Static variable in class com.mysql.jdbc.Buffer
- TYPE_ID_OK - Static variable in class com.mysql.jdbc.Buffer
- TypeDescriptor(String, String) - Constructor for class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
- 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
- uncheckedShutdown() - Static method in class com.mysql.jdbc.AbandonedConnectionCleanupThread
-
Performs an unchecked shutdown, i.e., the shutdown is performed independently of the context ClassLoaders from the involved threads.
- UNKNOWN - Enum constant in enum class com.mysql.jdbc.DatabaseMetaData.TableType
- unpackField(Buffer, boolean) - Method in class com.mysql.jdbc.MysqlIO
-
Unpacks the Field information from the given packet.
- unQuoteIdentifier(String, String) - Static method in class com.mysql.jdbc.StringUtils
-
Trims identifier, removes quote chars from first and last positions and replaces double occurrences of quote char from entire identifier, i.e converts quoted identifier into form as it is stored in database.
- unregisterStatement(Statement) - Method in class com.mysql.jdbc.ConnectionImpl
-
Remove the given statement from the list of open statements
- unregisterStatement(Statement) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- unregisterStatement(Statement) - Method in interface com.mysql.jdbc.MySQLConnection
- unSafeStatementInterceptors() - Method in class com.mysql.jdbc.ConnectionImpl
- unSafeStatementInterceptors() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- unSafeStatementInterceptors() - Method in interface com.mysql.jdbc.MySQLConnection
- unwrap(Class) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
- unwrap(Class) - Method in class com.mysql.jdbc.JDBC4Connection
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class) - Method in class com.mysql.jdbc.JDBC4DatabaseMetaData
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class) - Method in class com.mysql.jdbc.JDBC4DatabaseMetaDataUsingInfoSchema
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class) - Method in class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
- unwrap(Class) - Method in class com.mysql.jdbc.JDBC4MultiHostMySQLConnection
- unwrap(Class) - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
- unwrap(Class) - Method in class com.mysql.jdbc.JDBC4ReplicationMySQLConnection
- unwrap(Class) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class) - Method in class com.mysql.jdbc.MysqlParameterMetadata
- unwrap(Class) - Method in class com.mysql.jdbc.ResultSetMetaData
- unwrap(Class) - Method in class com.mysql.jdbc.StatementImpl
- unwrap(Class) - Method in interface com.mysql.jdbc.Wrapper
- UpdatableResultSet - Class in com.mysql.jdbc
-
A result set that is updatable.
- UpdatableResultSet(String, Field[], RowData, MySQLConnection, StatementImpl) - Constructor for class com.mysql.jdbc.UpdatableResultSet
-
Creates a new ResultSet object.
- updateArray(int, Array) - Method in class com.mysql.jdbc.ResultSetImpl
- updateArray(String, Array) - Method in class com.mysql.jdbc.ResultSetImpl
- updateAsciiStream(int, InputStream) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateAsciiStream(int, InputStream) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateAsciiStream(int, InputStream, int) - Method in class com.mysql.jdbc.ResultSetImpl
-
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(int, InputStream, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateAsciiStream(int, InputStream, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateAsciiStream(String, InputStream) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateAsciiStream(String, InputStream) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateAsciiStream(String, InputStream, int) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.
- updateAsciiStream(String, InputStream, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateAsciiStream(String, InputStream, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateBigDecimal(int, BigDecimal) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.ResultSetImpl
-
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) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateBinaryStream(int, InputStream) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateBinaryStream(int, InputStream, int) - Method in class com.mysql.jdbc.ResultSetImpl
-
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(int, InputStream, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateBinaryStream(int, InputStream, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateBinaryStream(String, InputStream) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateBinaryStream(String, InputStream) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateBinaryStream(String, InputStream, int) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.
- updateBinaryStream(String, InputStream, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateBinaryStream(String, InputStream, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateBlob(int, InputStream) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateBlob(int, InputStream) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateBlob(int, InputStream, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateBlob(int, InputStream, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateBlob(int, Blob) - Method in class com.mysql.jdbc.ResultSetImpl
- updateBlob(int, Blob) - Method in class com.mysql.jdbc.UpdatableResultSet
- updateBlob(String, InputStream) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateBlob(String, InputStream) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateBlob(String, InputStream, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateBlob(String, InputStream, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateBlob(String, Blob) - Method in class com.mysql.jdbc.ResultSetImpl
- updateBlob(String, Blob) - Method in class com.mysql.jdbc.UpdatableResultSet
- updateBoolean(int, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.ResultSetImpl
-
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.ResultSetImpl
-
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.ResultSetImpl
-
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.ResultSetImpl
-
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.ResultSetImpl
-
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) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateCharacterStream(int, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateCharacterStream(int, Reader, int) - Method in class com.mysql.jdbc.ResultSetImpl
-
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(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateCharacterStream(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateCharacterStream(String, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateCharacterStream(String, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateCharacterStream(String, Reader, int) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.
- updateCharacterStream(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateCharacterStream(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateClob(int, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateClob(int, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateClob(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateClob(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateClob(int, Clob) - Method in class com.mysql.jdbc.ResultSetImpl
- updateClob(int, Clob) - Method in class com.mysql.jdbc.UpdatableResultSet
- updateClob(String, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateClob(String, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateClob(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateClob(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateClob(String, Clob) - Method in class com.mysql.jdbc.ResultSetImpl
- updateCount - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- updateCount - Variable in class com.mysql.jdbc.ResultSetImpl
-
How many rows were affected by UPDATE/INSERT/DELETE?
- updateCount - Variable in class com.mysql.jdbc.StatementImpl
-
The update count for this statement
- updateDate(int, Date) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.ResultSetImpl
-
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.ResultSetImpl
-
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.ResultSetImpl
-
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.ResultSetImpl
-
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.ResultSetImpl
-
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.ResultSetImpl
-
Value generated for AUTO_INCREMENT columns
- updateInt(int, int) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.ResultSetImpl
-
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.ResultSetImpl
-
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.ResultSetImpl
-
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.
- updateNCharacterStream(int, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateNCharacterStream(int, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateNCharacterStream(int, Reader, int) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
JDBC 4.0 Update a column with a character stream value.
- updateNCharacterStream(int, Reader, int) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
JDBC 4.0 Update a column with a character stream value.
- updateNCharacterStream(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateNCharacterStream(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateNCharacterStream(String, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateNCharacterStream(String, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateNCharacterStream(String, Reader, int) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
JDBC 4.0 Update a column with a character stream value.
- updateNCharacterStream(String, Reader, int) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
JDBC 4.0 Update a column with a character stream value.
- updateNCharacterStream(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateNCharacterStream(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateNClob(int, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateNClob(int, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateNClob(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateNClob(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateNClob(int, NClob) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateNClob(int, NClob) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateNClob(String, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateNClob(String, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateNClob(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateNClob(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateNClob(String, NClob) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateNClob(String, NClob) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateNString(int, String) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateNString(int, String) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
JDBC 4.0 Update a column with NATIONAL CHARACTER.
- updateNString(String, String) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateNString(String, String) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
JDBC 4.0 Update a column with NATIONAL CHARACTER.
- updateNull(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0 Give a nullable column 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.ResultSetImpl
-
JDBC 2.0 Update a column with 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.JDBC42UpdatableResultSet
-
Support for java.time.LocalDate, java.time.LocalTime, java.time.LocalDateTime, java.time.OffsetTime and java.time.OffsetDateTime.
- updateObject(int, Object) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.JDBC42UpdatableResultSet
-
Support for java.time.LocalDate, java.time.LocalTime, java.time.LocalDateTime, java.time.OffsetTime and java.time.OffsetDateTime.
- updateObject(int, Object, int) - Method in class com.mysql.jdbc.ResultSetImpl
-
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(int, Object, SQLType) - Method in class com.mysql.jdbc.JDBC42ResultSet
-
Support for java.sql.JDBCType/java.sql.SQLType.
- updateObject(int, Object, SQLType) - Method in class com.mysql.jdbc.JDBC42UpdatableResultSet
-
Support for java.sql.JDBCType/java.sql.SQLType.
- updateObject(int, Object, SQLType, int) - Method in class com.mysql.jdbc.JDBC42ResultSet
-
Support for java.sql.JDBCType/java.sql.SQLType.
- updateObject(int, Object, SQLType, int) - Method in class com.mysql.jdbc.JDBC42UpdatableResultSet
-
Support for java.sql.JDBCType/java.sql.SQLType.
- updateObject(String, Object) - Method in class com.mysql.jdbc.JDBC42UpdatableResultSet
-
Support for java.time.LocalDate, java.time.LocalTime, java.time.LocalDateTime, java.time.OffsetTime and java.time.OffsetDateTime.
- updateObject(String, Object) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.JDBC42UpdatableResultSet
-
Support for java.time.LocalDate, java.time.LocalTime, java.time.LocalDateTime, java.time.OffsetTime and java.time.OffsetDateTime.
- updateObject(String, Object, int) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.
- updateObject(String, Object, SQLType) - Method in class com.mysql.jdbc.JDBC42ResultSet
-
Support for java.sql.JDBCType/java.sql.SQLType.
- updateObject(String, Object, SQLType) - Method in class com.mysql.jdbc.JDBC42UpdatableResultSet
-
Support for java.sql.JDBCType/java.sql.SQLType.
- updateObject(String, Object, SQLType, int) - Method in class com.mysql.jdbc.JDBC42ResultSet
-
Support for java.sql.JDBCType/java.sql.SQLType.
- updateObject(String, Object, SQLType, int) - Method in class com.mysql.jdbc.JDBC42UpdatableResultSet
-
Support for java.sql.JDBCType/java.sql.SQLType.
- updateObjectInternal(int, Object, Integer, int) - Method in class com.mysql.jdbc.UpdatableResultSet
-
Internal setObject implementation.
- updater - Variable in class com.mysql.jdbc.UpdatableResultSet
-
PreparedStatement used to delete data
- updateRef(int, Ref) - Method in class com.mysql.jdbc.ResultSetImpl
- updateRef(String, Ref) - Method in class com.mysql.jdbc.ResultSetImpl
- updateRow() - Method in class com.mysql.jdbc.ResultSetImpl
-
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.
- updateRowId(int, RowId) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateRowId(int, RowId) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateRowId(String, RowId) - Method in class com.mysql.jdbc.JDBC4ResultSet
- 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().
- updateShort(int, short) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.ResultSetImpl
-
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.
- updateSQLXML(int, SQLXML) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateSQLXML(int, SQLXML) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateSQLXML(String, SQLXML) - Method in class com.mysql.jdbc.JDBC4ResultSet
- updateSQLXML(String, SQLXML) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
- updateString(int, String) - Method in class com.mysql.jdbc.ResultSetImpl
-
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.ResultSetImpl
-
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.ResultSetImpl
-
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.ResultSetImpl
-
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.ResultSetImpl
-
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.ResultSetImpl
-
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.
- upperBound - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- USE_CONFIG_PROPERTY_KEY - Static variable in class com.mysql.jdbc.NonRegisteringDriver
- useAnsiQuotedIdentifiers() - Method in class com.mysql.jdbc.ConnectionImpl
- useAnsiQuotedIdentifiers() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- useAnsiQuotedIdentifiers() - Method in interface com.mysql.jdbc.MySQLConnection
- useBufferRowExplicit(Field[]) - Static method in class com.mysql.jdbc.MysqlIO
- useFastDateParsing - Variable in class com.mysql.jdbc.ResultSetImpl
- useLegacyDatetimeCode - Variable in class com.mysql.jdbc.ResultSetImpl
- useLegacyDatetimeCode - Variable in class com.mysql.jdbc.StatementImpl
- useNanosForElapsedTime() - Method in class com.mysql.jdbc.MysqlIO
- useOldAliasBehavior - Variable in class com.mysql.jdbc.ResultSetMetaData
- 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.StatementImpl
- USES_VARIABLES_TRUE - Static variable in class com.mysql.jdbc.StatementImpl
- USES_VARIABLES_UNKNOWN - Static variable in class com.mysql.jdbc.StatementImpl
- 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
- 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 interface com.mysql.jdbc.ConnectionProperties
- useUnbufferedInput() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
- useUnbufferedInput() - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- useUsageAdvisor - Variable in class com.mysql.jdbc.ResultSetImpl
- useUsageAdvisor - Variable in class com.mysql.jdbc.StatementImpl
-
Should we use the usage advisor?
- usingAnsiMode - Variable in class com.mysql.jdbc.PreparedStatement
- UTF8MB4_INDEXES - Static variable in class com.mysql.jdbc.CharsetMapping
- Util - Class in com.mysql.jdbc
-
Various utility methods for the driver.
- Util() - Constructor for class com.mysql.jdbc.Util
- Util.RandStructcture - Class in com.mysql.jdbc
V
- V1toV2StatementInterceptorAdapter - Class in com.mysql.jdbc
- V1toV2StatementInterceptorAdapter(StatementInterceptor) - Constructor for class com.mysql.jdbc.V1toV2StatementInterceptorAdapter
- v2PostProcessMethod - Variable in class com.mysql.jdbc.ReflectiveStatementInterceptorAdapter
- validateStringValues(String, ExceptionInterceptor) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- value - Variable in class com.mysql.jdbc.DatabaseMetaData.ComparableWrapper
- value - Variable in class com.mysql.jdbc.DatabaseMetaData.SingleStringIterator
- value - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
- valueAsObject - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- valueOf(String) - Static method in enum class com.mysql.jdbc.DatabaseMetaData.ProcedureType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.mysql.jdbc.DatabaseMetaData.TableType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.mysql.jdbc.StringUtils.SearchMode
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.mysql.jdbc.DatabaseMetaData.ProcedureType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.mysql.jdbc.DatabaseMetaData.TableType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema.JDBC4FunctionConstant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.mysql.jdbc.StringUtils.SearchMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valuesClause - Variable in class com.mysql.jdbc.PreparedStatement.ParseInfo
- VERSION - Static variable in class com.mysql.jdbc.NonRegisteringDriver
- version5013OrNewer - Variable in class com.mysql.jdbc.StatementImpl
- versionMeetsMinimum(int, int, int) - Method in interface com.mysql.jdbc.Connection
-
Does the server this connection is connected to meet or exceed the given version?
- versionMeetsMinimum(int, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
- versionMeetsMinimum(int, int, int) - Method in class com.mysql.jdbc.MultiHostMySQLConnection
- 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?
- VIEW - Enum constant in enum class com.mysql.jdbc.DatabaseMetaData.TableType
- VIEW_AS_BYTES - Static variable in class com.mysql.jdbc.DatabaseMetaData
W
- WARN_COND_ITEM_TRUNCATED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- WARN_NO_MASTER_INFO - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- WARN_ON_BLOCKHOLE_IN_RBR - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- WARN_OPTION_BELOW_LIMIT - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- WARN_OPTION_IGNORED - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- WARN_PLUGIN_BUSY - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- WARN_PLUGIN_DELETE_BUILTIN - Static variable in class com.mysql.jdbc.MysqlErrorNumbers
- warningChain - Variable in class com.mysql.jdbc.ResultSetImpl
-
The warning chain
- warningChain - Variable in class com.mysql.jdbc.StatementImpl
-
The warnings chain.
- wasCancelled - Variable in class com.mysql.jdbc.StatementImpl
- wasCancelledByTimeout - Variable in class com.mysql.jdbc.StatementImpl
- wasEmpty() - Method in interface com.mysql.jdbc.RowData
-
Did this result set have no rows?
- wasEmpty() - Method in class com.mysql.jdbc.RowDataCursor
- wasEmpty() - Method in class com.mysql.jdbc.RowDataDynamic
- wasEmpty() - Method in class com.mysql.jdbc.RowDataStatic
- wasExplicitlySet - Variable in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
- 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.ResultSetImpl
-
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.ResultSetImpl
-
Did the previous value retrieval find a NULL?
- WatchableOutputStream - Class in com.mysql.jdbc
-
A java.io.OutputStream used to write ASCII data into Blobs and Clobs
- WatchableOutputStream() - Constructor for class com.mysql.jdbc.WatchableOutputStream
- WatchableWriter - Class in com.mysql.jdbc
-
A java.io.Writer used to write unicode data into Blobs and Clobs
- WatchableWriter() - Constructor for class com.mysql.jdbc.WatchableWriter
- WILDCARD_ESCAPE - Static variable in class com.mysql.jdbc.StringUtils
- WILDCARD_MANY - Static variable in class com.mysql.jdbc.StringUtils
- WILDCARD_ONE - Static variable in class com.mysql.jdbc.StringUtils
- wildCompareIgnoreCase(String, String) - Static method in class com.mysql.jdbc.StringUtils
-
Compares searchIn against searchForWildcard with wildcards, in a case insensitive manner.
- Wrapper - Interface in com.mysql.jdbc
-
This interface is a duplicate of java.sql.Wrapper, added in Java 1.6, and it's used to backport wrapping ability to older JDBC versions.
- wrapperStatement - Variable in class com.mysql.jdbc.ResultSetImpl
- 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
- writeBytesNoNull(byte[]) - Method in class com.mysql.jdbc.Buffer
- writeBytesNoNull(byte[], int, int) - Method in class com.mysql.jdbc.Buffer
- writeDouble(double) - Method in class com.mysql.jdbc.Buffer
- writeFieldLength(long) - Method in class com.mysql.jdbc.Buffer
- writeFloat(float) - Method in class com.mysql.jdbc.Buffer
- writeInt(int) - Method in class com.mysql.jdbc.Buffer
- writeLenBytes(byte[]) - Method in class com.mysql.jdbc.Buffer
- writeLenString(String, String, String, SingleByteCharsetConverter, boolean, MySQLConnection) - Method in class com.mysql.jdbc.Buffer
- writeLong(long) - Method in class com.mysql.jdbc.Buffer
- writeLongInt(int) - Method in class com.mysql.jdbc.Buffer
- writeLongLong(long) - Method in class com.mysql.jdbc.Buffer
- 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
- WriterWatcher - Interface in com.mysql.jdbc
-
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.
- writeString(String) - Method in class com.mysql.jdbc.Buffer
- writeString(String, String, MySQLConnection) - Method in class com.mysql.jdbc.Buffer
- writeStringNoNull(String) - Method in class com.mysql.jdbc.Buffer
- writeStringNoNull(String, String, String, boolean, MySQLConnection) - Method in class com.mysql.jdbc.Buffer
X
- X509TrustManagerWrapper() - Constructor for class com.mysql.jdbc.ExportControlled.X509TrustManagerWrapper
- X509TrustManagerWrapper(X509TrustManager, boolean) - Constructor for class com.mysql.jdbc.ExportControlled.X509TrustManagerWrapper
- XmlMap() - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.XmlMap
- xorString(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 encrypt random strings
Z
- 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
- ZERO_DATETIME_BEHAVIOR_CONVERT_TO_NULL - Static variable in class com.mysql.jdbc.ConnectionPropertiesImpl
- ZERO_DATETIME_BEHAVIOR_EXCEPTION - Static variable in class com.mysql.jdbc.ConnectionPropertiesImpl
- ZERO_DATETIME_BEHAVIOR_ROUND - Static variable in class com.mysql.jdbc.ConnectionPropertiesImpl
- ZERO_DATETIME_VALUE_MARKER - Static variable in class com.mysql.jdbc.MysqlIO
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
getEncodingForIndex(int charsetIndex)