- 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
-
- 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.CallableStatementParam(String, int, boolean, boolean, int, String, int, int, short, int) - Constructor for class com.mysql.jdbc.CallableStatement.CallableStatementParam
-
- CallableStatement.CallableStatementParamInfo - Class in com.mysql.jdbc
-
- CallableStatement.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 ()}.
- CallableStatement.CallableStatementParamInfo(ResultSet) - Constructor for class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
-
- CallableStatement.CallableStatementParamInfoJDBC3 - Class in com.mysql.jdbc
-
Can't implement this directly, as then you can't use callable statements
on JDK-1.3.1, which unfortunately isn't EOL'd yet, and still present
quite a bit out there in the wild (Websphere, FreeBSD, anyone?)
- CallableStatement.CallableStatementParamInfoJDBC3(ResultSet) - Constructor for class com.mysql.jdbc.CallableStatement.CallableStatementParamInfoJDBC3
-
- CallableStatement.CallableStatementParamInfoJDBC3(CallableStatement.CallableStatementParamInfo) - Constructor for class com.mysql.jdbc.CallableStatement.CallableStatementParamInfoJDBC3
-
- 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.
- 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
-
- canRewriteAsMultivalueInsertStatement() - Method in class com.mysql.jdbc.ServerPreparedStatement
-
- cast(Object, Object) - Static method in class com.mysql.jdbc.Util
-
Reflexive access on JDK-1.5's Class.cast() method so we don't have to
move that out into separate classes built for JDBC-4.0.
- 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.LoadBalancedMySQLConnection
-
- changeUser(String, String, String) - Method in class com.mysql.jdbc.MysqlIO
-
Re-authenticates as the given user and password
- changeUser(String, String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.StatementImpl
-
The character encoding to use (if available)
- charOctetLength - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
-
- 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.Collation
-
- checkBounds(int) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
-
- checkBounds(int, int) - Method in class com.mysql.jdbc.PreparedStatement
-
- checkClosed() - Method in interface com.mysql.jdbc.Connection
-
- checkClosed() - Method in class com.mysql.jdbc.ConnectionImpl
-
- checkClosed() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- checkClosed() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.
- 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<String, String>) - 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
-
- checkUpdatability() - Method in class com.mysql.jdbc.UpdatableResultSet
-
Is this ResultSet updateable?
- cleanup() - Method in class com.mysql.jdbc.NonRegisteringDriver.ConnectionPhantomReference
-
- 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
-
- clearHasTriedMaster() - Method in class com.mysql.jdbc.ConnectionImpl
-
- clearHasTriedMaster() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- clearHasTriedMaster() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- clearWarnings() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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, 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 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 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 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 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
-
DOCUMENT ME!
- clientPrepareStatement(String, int) - Method in class com.mysql.jdbc.ConnectionImpl
-
- clientPrepareStatement(String, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
-
DOCUMENT ME!
- clientPrepareStatement(String, int, int, boolean) - Method in class com.mysql.jdbc.ConnectionImpl
-
- clientPrepareStatement(String, int[]) - Method in class com.mysql.jdbc.ConnectionImpl
-
- clientPrepareStatement(String, String[]) - Method in class com.mysql.jdbc.ConnectionImpl
-
- clientPrepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
-
- clientPrepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- clientPrepareStatement(String, int, int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- clientPrepareStatement(String, int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- clientPrepareStatement(String, int[]) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- clientPrepareStatement(String, String[]) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- clientPrepareStatement(String) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- clientPrepareStatement(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- clientPrepareStatement(String, int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- clientPrepareStatement(String, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- clientPrepareStatement(String, int[]) - Method in class com.mysql.jdbc.ReplicationConnection
-
- clientPrepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- clientPrepareStatement(String, String[]) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.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.ReplicationConnection
-
- 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
-
DOCUMENT ME!
- 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(LoadBalancingConnectionProxy) - Method in class com.mysql.jdbc.ConnectionGroup
-
- closedReason - Variable in class com.mysql.jdbc.LoadBalancingConnectionProxy
-
- 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, String) - Constructor for class com.mysql.jdbc.Collation
-
- Collation(int, String, String, String) - Constructor for class com.mysql.jdbc.Collation
-
- collationName - Variable in class com.mysql.jdbc.Collation
-
- columnIndexName - Variable in class com.mysql.jdbc.DatabaseMetaData.IndexInfoKeyComparable
-
- 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.IndexInfoKeyComparable
-
- columnOrdinalPosition - Variable in class com.mysql.jdbc.DatabaseMetaData.IndexInfoKeyComparable
-
- 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.IndexInfoKeyComparable
-
- columnUsed - Variable in class com.mysql.jdbc.ResultSetImpl
-
Keep track of columns accessed
- com.mysql.jdbc - package com.mysql.jdbc
-
- 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
-
- 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.LoadBalancedMySQLConnection
-
- commit() - Method in class com.mysql.jdbc.ReplicationConnection
-
- CommunicationsException - Exception in com.mysql.jdbc
-
An exception to represent communications errors with the database.
- CommunicationsException(MySQLConnection, long, long, Exception) - Constructor for exception com.mysql.jdbc.CommunicationsException
-
- COMP_HEADER_LENGTH - Static variable in class com.mysql.jdbc.MysqlIO
-
- compareTo(DatabaseMetaData.IndexInfoKeyComparable) - Method in class com.mysql.jdbc.DatabaseMetaData.IndexInfoKeyComparable
-
- componentOne - Variable in class com.mysql.jdbc.ConnectionImpl.CompoundCacheKey
-
- componentTwo - Variable in 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 - Static variable in class com.mysql.jdbc.MysqlDefs
-
- connect(String, int, Properties) - Method in class com.mysql.jdbc.NamedPipeSocketFactory
-
- 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(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
-
- 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.
- 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
- ConnectionFeatureNotAvailableException - Exception 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 com.mysql.jdbc.ConnectionFeatureNotAvailableException
-
- 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
-
- connectionId - Variable in class com.mysql.jdbc.ResultSetImpl
-
- connectionId - Variable in class com.mysql.jdbc.StatementImpl.CancelTask
-
- connectionId - Variable in class com.mysql.jdbc.StatementImpl
-
- 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.CompoundCacheKey(String, String) - Constructor for class com.mysql.jdbc.ConnectionImpl.CompoundCacheKey
-
- ConnectionImpl.ExceptionInterceptorChain - Class in com.mysql.jdbc
-
- ConnectionImpl.ExceptionInterceptorChain(String) - Constructor for class com.mysql.jdbc.ConnectionImpl.ExceptionInterceptorChain
-
- 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.
- connectionPhantomRefs - Static variable in class com.mysql.jdbc.NonRegisteringDriver
-
- 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.BooleanConnectionProperty(String, boolean, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.BooleanConnectionProperty
-
DOCUMENT ME!
- ConnectionPropertiesImpl.ConnectionProperty - Class in com.mysql.jdbc
-
- ConnectionPropertiesImpl.ConnectionProperty() - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
-
- ConnectionPropertiesImpl.ConnectionProperty(String, Object, String[], int, int, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
-
- ConnectionPropertiesImpl.IntegerConnectionProperty - Class in com.mysql.jdbc
-
- ConnectionPropertiesImpl.IntegerConnectionProperty(String, Object, String[], int, int, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
-
- ConnectionPropertiesImpl.IntegerConnectionProperty(String, int, int, int, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
-
- ConnectionPropertiesImpl.IntegerConnectionProperty(String, int, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
-
DOCUMENT ME!
- ConnectionPropertiesImpl.LongConnectionProperty - Class in com.mysql.jdbc
-
- ConnectionPropertiesImpl.LongConnectionProperty(String, long, long, long, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.LongConnectionProperty
-
- ConnectionPropertiesImpl.LongConnectionProperty(String, long, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.LongConnectionProperty
-
- ConnectionPropertiesImpl.MemorySizeConnectionProperty - Class in com.mysql.jdbc
-
- ConnectionPropertiesImpl.MemorySizeConnectionProperty(String, int, int, int, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.MemorySizeConnectionProperty
-
- ConnectionPropertiesImpl.StringConnectionProperty - Class in com.mysql.jdbc
-
- ConnectionPropertiesImpl.StringConnectionProperty(String, String, String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.StringConnectionProperty
-
- ConnectionPropertiesImpl.StringConnectionProperty(String, String, String[], String, String, String, int) - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.StringConnectionProperty
-
DOCUMENT ME!
- ConnectionPropertiesImpl.XmlMap - Class in com.mysql.jdbc
-
- ConnectionPropertiesImpl.XmlMap() - Constructor for class com.mysql.jdbc.ConnectionPropertiesImpl.XmlMap
-
- 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.
- 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
-
- 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, Map<String, ResultSetRow>, int, Field[]) - Method in class com.mysql.jdbc.DatabaseMetaData
-
- convertToJdbcProcedureList(boolean, String, ResultSet, boolean, String, Map<String, ResultSetRow>, 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 interface com.mysql.jdbc.JDBC4MySQLConnection
-
- createBlob() - Method in class com.mysql.jdbc.JDBC4Connection
-
- createBlob() - Method in class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
-
- createBlob() - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
-
- createClob() - Method in class com.mysql.jdbc.JDBC4Connection
-
- createClob() - Method in class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
-
- createClob() - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
-
- 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.LoadBalancingConnectionProxy
-
Creates a new physical connection for the given host:port and updates
required internal mappings and statistics for that connection.
- createConnectionProxy(Object) - Method in class com.mysql.jdbc.FailoverConnectionProxy
-
- createConnectionProxy(Object) - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
-
- 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, boolean) - 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 interface com.mysql.jdbc.JDBC4MySQLConnection
-
- createNewIO(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
-
Creates an IO channel to the server
- createNewIO(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- createNewIO(boolean) - Method in interface com.mysql.jdbc.MySQLConnection
-
- createProcedureColumnsFields() - Method in class com.mysql.jdbc.DatabaseMetaData
-
- createSQLException(String, String, ExceptionInterceptor) - Static method in class com.mysql.jdbc.SQLError
-
- 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, Throwable, ExceptionInterceptor) - Static method in class com.mysql.jdbc.SQLError
-
- createSQLException(String, String, Throwable, 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, 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
-
- createSQLXML() - Method in class com.mysql.jdbc.JDBC4Connection
-
- createSQLXML() - Method in class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
-
- createSQLXML() - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
-
- createStatement() - Method in class com.mysql.jdbc.ConnectionImpl
-
SQL statements without parameters are normally executed using Statement
objects.
- 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, int) - Method in class com.mysql.jdbc.ConnectionImpl
-
- createStatement() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- createStatement(int, int, int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- createStatement(int, int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- createStatement() - Method in class com.mysql.jdbc.ReplicationConnection
-
- createStatement(int, int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- createStatement(int, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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 interface com.mysql.jdbc.JDBC4MySQLConnection
-
- createTablesFields() - Method in class com.mysql.jdbc.DatabaseMetaData
-
- currentCatalog - Variable in class com.mysql.jdbc.StatementImpl
-
The catalog in use
- currentConn - Variable in class com.mysql.jdbc.LoadBalancingConnectionProxy
-
- currentConnection - Variable in class com.mysql.jdbc.ReplicationConnection
-
- 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
- generateConnectionCommentBlock(StringBuffer) - Method in class com.mysql.jdbc.ConnectionImpl
-
- generateConnectionCommentBlock(StringBuffer) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- generateConnectionCommentBlock(StringBuffer) - 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(K) - Method in interface com.mysql.jdbc.CacheAdapter
-
- get(String) - Method in class com.mysql.jdbc.PerConnectionLRUFactory.PerConnectionLRU
-
- get(String) - Static method in class com.mysql.jdbc.SQLError
-
- 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.LoadBalancedMySQLConnection
-
- getActivePhysicalConnectionCount() - Method in class com.mysql.jdbc.ConnectionGroup
-
- getActivePhysicalConnectionCount(String) - Static method in class com.mysql.jdbc.ConnectionGroupManager
-
- getActivePhysicalConnectionCount() - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
-
- 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.LoadBalancedMySQLConnection
-
- getActiveStatementCount() - Method in interface com.mysql.jdbc.MySQLConnection
-
- getActiveStatementCount() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
-
DOCUMENT ME!
- getAllowLoadLocalInfile() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getAllowLoadLocalInfile() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getAllowLoadLocalInfile() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getAllowMultiQueries() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getAllowMultiQueries() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getAllowMultiQueries() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getAllowMultiQueries() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getAllowNanAndInf() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getAllowNanAndInf() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getAllowNanAndInf() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getAllowNanAndInf() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getAllowUrlInLocalInfile() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getAllowUrlInLocalInfile() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getAllowUrlInLocalInfile() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getAllowUrlInLocalInfile() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getAlwaysSendSetIsolation() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getAlwaysSendSetIsolation() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getAlwaysSendSetIsolation() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getAlwaysSendSetIsolation() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getArray(int) - Method in class com.mysql.jdbc.CallableStatement
-
- getArray(String) - 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.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
-
DOCUMENT ME!
- 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
-
DOCUMENT ME!
- 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.LoadBalancedMySQLConnection
-
- getAuthenticationPlugins() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getAutoClosePStmtStreams() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getAutoClosePStmtStreams() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getAutoClosePStmtStreams() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getAutoClosePStmtStreams() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getAutoCommit() - Method in class com.mysql.jdbc.ConnectionImpl
-
Gets the current auto-commit state
- getAutoCommit() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getAutoCommit() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getAutoDeserialize() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getAutoDeserialize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getAutoDeserialize() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getAutoDeserialize() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getAutoGenerateTestcaseScript() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getAutoGenerateTestcaseScript() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getAutoGenerateTestcaseScript() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getAutoGenerateTestcaseScript() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getAutoIncrementIncrement() - Method in interface com.mysql.jdbc.MySQLConnection
-
- getAutoIncrementIncrement() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getAutoReconnectForPools() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getAutoReconnectForPools() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getAutoReconnectForPools() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getAutoReconnectForPools() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getAutoSlowLog() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getAutoSlowLog() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getAutoSlowLog() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getAutoSlowLog() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getBatchedArgs() - Method in class com.mysql.jdbc.StatementImpl
-
Get the batched args as added by the addBatch method(s).
- getBatchedGeneratedKeys(Statement) - Method in class com.mysql.jdbc.StatementImpl
-
- getBatchedGeneratedKeys(int) - 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, int) - Method in class com.mysql.jdbc.CallableStatement
-
Deprecated.
- getBigDecimal(String) - 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.ResultSetImpl
-
Deprecated.
- 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
-
DOCUMENT ME!
- getBinaryStream() - Method in class com.mysql.jdbc.Blob
-
Retrieves the BLOB designated by this Blob instance as a stream.
- getBinaryStream(long, long) - Method in class com.mysql.jdbc.Blob
-
Returns an InputStream
object that contains a partial Blob
value,
starting with the byte specified by pos, which is length bytes in length.
- getBinaryStream() - Method in class com.mysql.jdbc.BlobFromLocator
-
Retrieves the BLOB designated by this Blob instance as a stream.
- getBinaryStream(long, long) - Method in class com.mysql.jdbc.BlobFromLocator
-
- 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(String) - Method in class com.mysql.jdbc.ResultSetImpl
-
DOCUMENT ME!
- 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(String) - 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.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.LoadBalancedMySQLConnection
-
- getBlobsAreStrings() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getBlobSendChunkSize() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getBlobSendChunkSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getBlobSendChunkSize() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getBlobSendChunkSize() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getBoolean(int) - Method in class com.mysql.jdbc.CallableStatement
-
- getBoolean(String) - 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.ResultSetImpl
-
DOCUMENT ME!
- 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(String) - 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.ResultSetImpl
-
DOCUMENT ME!
- getByteBuffer() - Method in class com.mysql.jdbc.Buffer
-
Returns the array of bytes this Buffer is using to read from.
- 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(int) - Method in class com.mysql.jdbc.Buffer
-
- getBytes(int, int) - Method in class com.mysql.jdbc.Buffer
-
- getBytes(int) - Method in class com.mysql.jdbc.CallableStatement
-
- getBytes(String) - 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, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
-
- getBytes(String) - Method in class com.mysql.jdbc.ResultSetImpl
-
DOCUMENT ME!
- getBytes(int) - Method in class com.mysql.jdbc.ServerPreparedStatement
-
- getBytes(char[], SingleByteCharsetConverter, String, String, boolean, ExceptionInterceptor) - Static method in class com.mysql.jdbc.StringUtils
-
- getBytes(char[], SingleByteCharsetConverter, String, String, int, int, boolean, ExceptionInterceptor) - Static method in class com.mysql.jdbc.StringUtils
-
- getBytes(char[], String, String, boolean, MySQLConnection, ExceptionInterceptor) - 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
-
DOCUMENT ME!
- getBytes(String, String, String, boolean, MySQLConnection, ExceptionInterceptor) - Static method in class com.mysql.jdbc.StringUtils
-
Returns the byte[] representation of the given string using given
encoding.
- getBytes(String, String) - Static method in class com.mysql.jdbc.StringUtils
-
- getBytes(String) - Static method in class com.mysql.jdbc.StringUtils
-
- getBytesInternal(PreparedStatement, long, int) - Method in class com.mysql.jdbc.BlobFromLocator
-
- getBytesRepresentation(int) - Method in class com.mysql.jdbc.PreparedStatement
-
DOCUMENT ME!
- 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
-
- getCacheCallableStatements() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getCacheCallableStatements() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getCacheCallableStatements() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getCacheCallableStatements() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getCacheCallableStmts() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getCacheCallableStmts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getCacheCallableStmts() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getCacheCallableStmts() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getCachedMetaData(String) - Method in interface com.mysql.jdbc.MySQLConnection
-
- getCachePreparedStatements() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getCachePreparedStatements() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getCachePreparedStatements() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getCachePreparedStatements() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getCachePrepStmts() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getCachePrepStmts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getCachePrepStmts() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getCachePrepStmts() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getCacheResultSetMetadata() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getCacheResultSetMetadata() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getCacheResultSetMetadata() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getCacheResultSetMetadata() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getCacheServerConfiguration() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getCacheServerConfiguration() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getCacheServerConfiguration() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getCacheServerConfiguration() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- 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
-
DOCUMENT ME!
- getCallableStatementCacheSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getCallableStatementCacheSize() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getCallableStatementCacheSize() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getCallableStmtCacheSize() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getCallableStmtCacheSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getCallableStmtCacheSize() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getCallableStmtCacheSize() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getCallStmtParameterTypes(String, String, String, List<ResultSetRow>) - Method in class com.mysql.jdbc.DatabaseMetaData
-
- getCancelTimer() - Method in class com.mysql.jdbc.ConnectionImpl
-
- getCancelTimer() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getCancelTimer() - Method in interface com.mysql.jdbc.MySQLConnection
-
- getCanoncialTimezone(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
-
DOCUMENT ME!
- getCapitalizeTypeNames() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getCapitalizeTypeNames() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getCapitalizeTypeNames() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getCatalog() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.
- getCharacterSet() - Method in class com.mysql.jdbc.Field
-
Returns the character set (if known) for this field.
- getCharacterSetMetadata() - Method in class com.mysql.jdbc.ConnectionImpl
-
- getCharacterSetMetadata() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getCharacterSetMetadata() - Method in interface com.mysql.jdbc.MySQLConnection
-
- getCharacterSetResults() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getCharacterSetResults() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getCharacterSetResults() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getCharacterSetResults() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getCharacterStream() - Method in class com.mysql.jdbc.Clob
-
- getCharacterStream(long, long) - Method in class com.mysql.jdbc.Clob
-
- getCharacterStream(int) - Method in class com.mysql.jdbc.JDBC4CallableStatement
-
- getCharacterStream(String) - Method in class com.mysql.jdbc.JDBC4CallableStatement
-
- 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 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
Get the value of a column in the current row as a java.io.Reader.
- getCharacterStream(String) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0
Get the value of a column in the current row as a java.io.Reader.
- 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.LoadBalancedMySQLConnection
-
- getCharsetConverter(String) - Method in interface com.mysql.jdbc.MySQLConnection
-
- getCharsetIndexForMysqlEncodingName(String) - Static method in class com.mysql.jdbc.CharsetMapping
-
- getCharsetNameForIndex(int) - Method in class com.mysql.jdbc.ConnectionImpl
-
Returns the Java character encoding name for the given MySQL server
charset index
- getCharsetNameForIndex(int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getCharsetNameForIndex(int) - Method in interface com.mysql.jdbc.MySQLConnection
-
- getClassNameForJavaType(int, boolean, int, 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.LoadBalancedMySQLConnection
-
- getClientCertificateKeyStorePassword() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getClientCertificateKeyStoreType() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getClientCertificateKeyStoreType() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getClientCertificateKeyStoreType() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getClientCertificateKeyStoreType() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getClientCertificateKeyStoreUrl() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getClientCertificateKeyStoreUrl() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getClientCertificateKeyStoreUrl() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getClientCertificateKeyStoreUrl() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getClientInfo(Connection) - 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 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, String) - Method in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
-
- getClientInfo(Connection) - Method in class com.mysql.jdbc.JDBC4CommentClientInfoProvider
-
- getClientInfo(Connection, String) - Method in class com.mysql.jdbc.JDBC4CommentClientInfoProvider
-
- getClientInfo() - Method in class com.mysql.jdbc.JDBC4Connection
-
- getClientInfo(String) - Method in class com.mysql.jdbc.JDBC4Connection
-
- getClientInfo() - Method in class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
-
- getClientInfo(String) - Method in class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
-
- getClientInfo() - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
-
- getClientInfo(String) - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
-
- 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.LoadBalancedMySQLConnection
-
- getClientInfoProvider() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getClientInfoProviderImpl() - Method in class com.mysql.jdbc.JDBC4Connection
-
- getClientInfoProviderImpl() - Method in class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
-
- getClientInfoSp - Variable in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
-
- getClob(int) - Method in class com.mysql.jdbc.CallableStatement
-
- getClob(String) - 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.ResultSetImpl
-
JDBC 2.0 Get a CLOB column.
- getClobberStreamingResults() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getClobberStreamingResults() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getClobberStreamingResults() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getClobberStreamingResults() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getClobCharacterEncoding() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getClobCharacterEncoding() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getClobCharacterEncoding() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getClobCharacterEncoding() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getClosedHosts() - Method in class com.mysql.jdbc.ConnectionGroup
-
- getCollation() - Method in class com.mysql.jdbc.Field
-
- 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
Return the fully qualified name of the Java class whose instances are
manufactured if ResultSet.getObject() is called to retrieve a value from
the column.
- 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.
- 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.LoadBalancedMySQLConnection
-
- getCompensateOnDuplicateKeyUpdateCounts() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getConnectionAttributes() - Method in interface com.mysql.jdbc.MySQLConnection
-
- getConnectionAttributes() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getConnectionCollation() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getConnectionCollation() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getConnectionCollation() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getConnectionCollation() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getConnectionGroup(String) - Static method in class com.mysql.jdbc.ConnectionGroupManager
-
- getConnectionGroupInstance(String) - Static method in class com.mysql.jdbc.ConnectionGroupManager
-
- getConnectionGroupProxyID() - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
-
- getConnectionLifecycleInterceptors() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getConnectionLifecycleInterceptors() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getConnectionLifecycleInterceptors() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getConnectionLifecycleInterceptors() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getConnectionMutex() - Method in interface com.mysql.jdbc.Connection
-
- getConnectionMutex() - Method in class com.mysql.jdbc.ConnectionImpl
-
- getConnectionMutex() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getConnectionMutex() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getConnectTimeout() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getConnectTimeout() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getConnectTimeout() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getConnectTimeout() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getContinueBatchOnError() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getContinueBatchOnError() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getContinueBatchOnError() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getContinueBatchOnError() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getCreateDatabaseIfNotExist() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getCreateDatabaseIfNotExist() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getCreateDatabaseIfNotExist() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getCreateDatabaseIfNotExist() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancingConnectionProxy
-
- getCurrentConnection() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
-
DOCUMENT ME!
- getCurrentTimeNanosOrMillis() - Method in class com.mysql.jdbc.MysqlIO
-
- getCurrentTimeNanosOrMillis() - Static method in class com.mysql.jdbc.Util
-
- getCurrentTransactionDuration() - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
-
- getCursorName() - Method in class com.mysql.jdbc.ResultSetImpl
-
Get the name of the SQL cursor used by this ResultSet
In SQL, a result table is retrieved though a cursor that is named.
- getDatabaseMajorVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
-
- getDatabaseMinorVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
-
- getDatabaseName() - Method in class com.mysql.jdbc.Field
-
DOCUMENT ME!
- 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, Calendar) - Method in class com.mysql.jdbc.CallableStatement
-
- getDate(String) - Method in class com.mysql.jdbc.CallableStatement
-
- getDate(String, Calendar) - 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.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.ResultSetImpl
-
DOCUMENT ME!
- 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, MySQLConnection, ResultSetImpl, Calendar) - Method in class com.mysql.jdbc.BufferRow
-
- getDateFast(int, MySQLConnection, ResultSetImpl, Calendar) - Method in class com.mysql.jdbc.ByteArrayRow
-
- 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.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.LoadBalancedMySQLConnection
-
- getDefaultAuthenticationPlugin() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getDefaultFetchSize() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getDefaultFetchSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getDefaultFetchSize() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getDefaultFetchSize() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getDefaultTimeZone() - Method in class com.mysql.jdbc.ConnectionImpl
-
DOCUMENT ME!
- getDefaultTimeZone() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getDefaultTimeZone() - Method in interface com.mysql.jdbc.MySQLConnection
-
- getDefaultTimeZone() - Static method in class com.mysql.jdbc.Util
-
- 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
-
- getDisabledAuthenticationPlugins() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getDisabledAuthenticationPlugins() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getDisabledAuthenticationPlugins() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getDisabledAuthenticationPlugins() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getDisconnectOnExpiredPasswords() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getDisconnectOnExpiredPasswords() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getDisconnectOnExpiredPasswords() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getDisconnectOnExpiredPasswords() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getDontTrackOpenResources() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getDontTrackOpenResources() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getDontTrackOpenResources() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getDontTrackOpenResources() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getDouble(int) - Method in class com.mysql.jdbc.CallableStatement
-
- getDouble(String) - 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.ResultSetImpl
-
DOCUMENT ME!
- 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.LoadBalancedMySQLConnection
-
- getDumpMetadataOnColumnNotFound() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getDumpQueriesOnException() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getDumpQueriesOnException() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getDumpQueriesOnException() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getDumpQueriesOnException() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getDynamicCalendars() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getDynamicCalendars() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getDynamicCalendars() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getDynamicCalendars() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getElideSetAutoCommits() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getElideSetAutoCommits() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getElideSetAutoCommits() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getElideSetAutoCommits() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getEmptyStringsConvertToZero() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getEmptyStringsConvertToZero() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getEmptyStringsConvertToZero() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getEmptyStringsConvertToZero() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getEmulateLocators() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getEmulateLocators() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getEmulateLocators() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getEmulateLocators() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getEmulateUnsupportedPstmts() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getEmulateUnsupportedPstmts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getEmulateUnsupportedPstmts() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getEmulateUnsupportedPstmts() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getEnablePacketDebug() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getEnablePacketDebug() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getEnablePacketDebug() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getEnablePacketDebug() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getEnableQueryTimeouts() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getEnableQueryTimeouts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getEnableQueryTimeouts() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getEnableQueryTimeouts() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getEncoding() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getEncoding() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getEncoding() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getEncoding() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getErrorCode() - Method in exception com.mysql.jdbc.MysqlDataTruncation
-
- getErrorMessageEncoding() - Method in class com.mysql.jdbc.ConnectionImpl
-
- getErrorMessageEncoding() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- 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.LoadBalancedMySQLConnection
-
- getExceptionInterceptor() - Method in interface com.mysql.jdbc.MySQLConnection
-
- getExceptionInterceptor() - Method in class com.mysql.jdbc.MysqlIO
-
- getExceptionInterceptor() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getExceptionInterceptors() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getExplainSlowQueries() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getExplainSlowQueries() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getExplainSlowQueries() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getExplainSlowQueries() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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<ResultSetRow>, 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
-
DOCUMENT ME!
- getFailOverReadOnly() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getFailOverReadOnly() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getFailOverReadOnly() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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(String) - 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.ResultSetImpl
-
DOCUMENT ME!
- 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
-
DOCUMENT ME!
- getFullOriginalName() - Method in class com.mysql.jdbc.Field
-
DOCUMENT ME!
- 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.LoadBalancedMySQLConnection
-
- getFunctionsNeverReturnBlobs() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getGatherPerfMetrics() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getGatherPerfMetrics() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getGatherPerfMetrics() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getGatherPerfMetrics() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getGatherPerformanceMetrics() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getGatherPerformanceMetrics() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getGatherPerformanceMetrics() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getGatherPerformanceMetrics() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getGeneratedKeys() - Method in class com.mysql.jdbc.StatementImpl
-
DOCUMENT ME!
- getGeneratedKeysInternal() - Method in class com.mysql.jdbc.StatementImpl
-
- getGeneratedKeysInternal(int) - 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.LoadBalancedMySQLConnection
-
- getGenerateSimpleParameterMetadata() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getGetProceduresReturnsFunctions() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getGetProceduresReturnsFunctions() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getGetProceduresReturnsFunctions() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getGetProceduresReturnsFunctions() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getGlobalBlacklist() - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
-
- getGmtCalendar() - Method in class com.mysql.jdbc.ResultSetImpl
-
- getGroupName() - Method in class com.mysql.jdbc.ConnectionGroup
-
- gethasParametersView() - Method in class com.mysql.jdbc.DatabaseMetaDataUsingInfoSchema
-
- getHighAvailability() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
DOCUMENT ME!
- 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.LoadBalancedMySQLConnection
-
- getHoldability() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getHoldResultsOpenOverStatementClose() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getHoldResultsOpenOverStatementClose() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getHoldResultsOpenOverStatementClose() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getHoldResultsOpenOverStatementClose() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getHost() - Method in interface com.mysql.jdbc.Connection
-
- getHost() - Method in class com.mysql.jdbc.ConnectionImpl
-
- getHost() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getHost() - Method in interface com.mysql.jdbc.MySQLConnection
-
- getHost() - Method in class com.mysql.jdbc.MysqlIO
-
Returns the host this IO is connected to
- getHost() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getId() - Method in class com.mysql.jdbc.ConnectionImpl
-
- getId() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getId() - Method in interface com.mysql.jdbc.MySQLConnection
-
- getId() - Method in class com.mysql.jdbc.StatementImpl
-
Returns the id used when profiling
- 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.LoadBalancedMySQLConnection
-
- getIdleFor() - Method in interface com.mysql.jdbc.MySQLConnection
-
- getIdleFor() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getIgnoreNonTxTables() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getIgnoreNonTxTables() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getIgnoreNonTxTables() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getIgnoreNonTxTables() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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<ResultSetRow>) - 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.LoadBalancedMySQLConnection
-
- getIncludeInnodbStatusInDeadlockExceptions() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getIncludeThreadDumpInDeadlockExceptions() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getIncludeThreadDumpInDeadlockExceptions() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getIncludeThreadDumpInDeadlockExceptions() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getIncludeThreadDumpInDeadlockExceptions() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getIncludeThreadNamesAsStatementComment() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getIncludeThreadNamesAsStatementComment() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getIncludeThreadNamesAsStatementComment() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getIncludeThreadNamesAsStatementComment() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
-
DOCUMENT ME!
- getInitialTimeout() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getInitialTimeout() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getInitialTimeout() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getInputStream() - Method in class com.mysql.jdbc.NamedPipeSocketFactory.NamedPipeSocket
-
- getInstance(Connection, String, int, int, Properties) - Method in interface com.mysql.jdbc.CacheAdapterFactory
-
- 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, 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(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(MySQLConnection, String, boolean) - Static method in class com.mysql.jdbc.DatabaseMetaData
-
- 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, 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) - 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, 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(MySQLConnection) - Static method in class com.mysql.jdbc.ProfilerEventHandlerFactory
-
Returns the ProfilerEventHandlerFactory that handles profiler events for the given
connection.
- getInstance(long, long, MySQLConnection, StatementImpl) - Static method in class com.mysql.jdbc.ResultSetImpl
-
- 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(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(String, Connection) - Static method in class com.mysql.jdbc.SingleByteCharsetConverter
-
Get a converter for the given encoding name
- getInstance(String, Class<?>[], Object[], ExceptionInterceptor) - Static method in class com.mysql.jdbc.Util
-
- 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(String) - 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(String) - Method in class com.mysql.jdbc.ResultSetImpl
-
DOCUMENT ME!
- getInt(int) - Method in class com.mysql.jdbc.ResultSetRow
-
Returns the value at the given column (index starts at 0) as an int
- getInt(byte[], int, int) - Static method in class com.mysql.jdbc.StringUtils
-
- getInt(byte[]) - Static method in class com.mysql.jdbc.StringUtils
-
- getInteractiveClient() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getInteractiveClient() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getInteractiveClient() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getInteractiveClient() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getIO() - Method in class com.mysql.jdbc.ConnectionImpl
-
Returns the IO channel to the server
- getIO() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getIO() - Method in interface com.mysql.jdbc.MySQLConnection
-
- getIsInteractiveClient() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getIsInteractiveClient() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getIsInteractiveClient() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getIsInteractiveClient() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getJavaEncodingForMysqlEncoding(String) - Method in class com.mysql.jdbc.ConnectionImpl
-
- 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
-
DOCUMENT ME!
- getJdbcCompliantTruncation() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getJdbcCompliantTruncation() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getJdbcCompliantTruncation() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getJdbcCompliantTruncationForReads() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getJdbcCompliantTruncationForReads() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getJdbcCompliantTruncationForReads() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getJdbcCompliantTruncationForReads() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getJDBCMajorVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
-
- getJDBCMinorVersion() - Method in class com.mysql.jdbc.DatabaseMetaData
-
- getLargeRowSizeThreshold() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getLargeRowSizeThreshold() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getLargeRowSizeThreshold() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getLargeRowSizeThreshold() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
-
DOCUMENT ME!
- getLastUsed() - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
-
- getLength() - Method in class com.mysql.jdbc.Field
-
DOCUMENT ME!
- getLoadBalanceAutoCommitStatementRegex() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getLoadBalanceAutoCommitStatementRegex() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getLoadBalanceAutoCommitStatementRegex() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getLoadBalanceAutoCommitStatementRegex() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getLoadBalanceAutoCommitStatementThreshold() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getLoadBalanceAutoCommitStatementThreshold() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getLoadBalanceAutoCommitStatementThreshold() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getLoadBalanceAutoCommitStatementThreshold() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getLoadBalanceBlacklistTimeout() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getLoadBalanceBlacklistTimeout() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getLoadBalanceBlacklistTimeout() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getLoadBalanceBlacklistTimeout() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getLoadBalanceConnectionGroup() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getLoadBalanceConnectionGroup() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getLoadBalanceConnectionGroup() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getLoadBalanceConnectionGroup() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getLoadBalanceEnableJMX() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getLoadBalanceEnableJMX() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getLoadBalanceEnableJMX() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getLoadBalanceEnableJMX() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getLoadBalanceExceptionChecker() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getLoadBalanceExceptionChecker() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getLoadBalanceExceptionChecker() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getLoadBalanceExceptionChecker() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getLoadBalancePingTimeout() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getLoadBalancePingTimeout() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getLoadBalancePingTimeout() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getLoadBalancePingTimeout() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getLoadBalanceSafeProxy() - Method in class com.mysql.jdbc.ConnectionImpl
-
- getLoadBalanceSafeProxy() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getLoadBalanceSafeProxy() - Method in interface com.mysql.jdbc.MySQLConnection
-
- getLoadBalanceSQLExceptionSubclassFailover() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getLoadBalanceSQLExceptionSubclassFailover() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getLoadBalanceSQLExceptionSubclassFailover() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getLoadBalanceSQLExceptionSubclassFailover() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getLoadBalanceSQLStateFailover() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getLoadBalanceSQLStateFailover() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getLoadBalanceSQLStateFailover() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getLoadBalanceSQLStateFailover() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getLoadBalanceStrategy() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getLoadBalanceStrategy() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getLoadBalanceStrategy() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getLoadBalanceStrategy() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getLoadBalanceValidateConnectionOnSwapServer() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getLoadBalanceValidateConnectionOnSwapServer() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getLoadBalanceValidateConnectionOnSwapServer() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getLoadBalanceValidateConnectionOnSwapServer() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getLocalSocketAddress() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getLocatorFetchBufferSize() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getLog() - Method in interface com.mysql.jdbc.MySQLConnection
-
- getLog() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getLogger() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getLogger() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getLogger() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getLogger() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getLoggerClassName() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getLoggerClassName() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getLoggerClassName() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getLoggerClassName() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getLogSlowQueries() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getLogSlowQueries() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getLogSlowQueries() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getLogSlowQueries() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getLogXaCommands() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getLogXaCommands() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getLogXaCommands() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getLogXaCommands() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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(String) - 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(String) - Method in class com.mysql.jdbc.ResultSetImpl
-
DOCUMENT ME!
- getLong(int) - Method in class com.mysql.jdbc.ResultSetRow
-
Returns the value at the given column (index starts at 0) as a long
- getLong(byte[]) - Static method in class com.mysql.jdbc.StringUtils
-
- getLong(byte[], int, int) - Static method in class com.mysql.jdbc.StringUtils
-
- 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.LoadBalancedMySQLConnection
-
- getMaintainTimeStats() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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 class com.mysql.jdbc.ReplicationConnection
-
- getMaxAllowedPacket() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getMaxAllowedPacket() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getMaxAllowedPacket() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getMaxAllowedPacket() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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(String) - Method in class com.mysql.jdbc.ConnectionImpl
-
- getMaxBytesPerChar(Integer, String) - Method in class com.mysql.jdbc.ConnectionImpl
-
- getMaxBytesPerChar(String) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getMaxBytesPerChar(Integer, String) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getMaxBytesPerChar(String) - Method in interface com.mysql.jdbc.MySQLConnection
-
- getMaxBytesPerChar(Integer, 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
-
DOCUMENT ME!
- getMaxQuerySizeToLog() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getMaxQuerySizeToLog() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getMaxQuerySizeToLog() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getMaxReconnects() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getMaxReconnects() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getMaxReconnects() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getMaxReconnects() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getMaxRows() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getMaxRows() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getMaxRows() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getMaxRows() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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?
- getMessage() - Method in exception com.mysql.jdbc.CommunicationsException
-
- getMessage() - Method in exception com.mysql.jdbc.ConnectionFeatureNotAvailableException
-
- getMessage() - Method in exception 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.LoadBalancedMySQLConnection
-
- 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.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getMetadataCacheSize() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getMetadataSafeStatement() - Method in class com.mysql.jdbc.ConnectionImpl
-
- getMetadataSafeStatement() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getMetadataSafeStatement() - Method in interface com.mysql.jdbc.MySQLConnection
-
- 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
-
- getMysqlEncodingForJavaEncoding(String, Connection) - Static method in class com.mysql.jdbc.CharsetMapping
-
- getMysqlType() - Method in class com.mysql.jdbc.Field
-
DOCUMENT ME!
- getName() - Method in class com.mysql.jdbc.Field
-
DOCUMENT ME!
- 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
Get the value of a column in the current row as a java.io.Reader.
- getNativeClob(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0 Get a CLOB column.
- 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) - 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, 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.
- 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.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, 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.ResultSetRow
-
- getNativeDateViaParseConversion(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
- 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(byte[], int) - Method in class com.mysql.jdbc.ResultSetRow
-
- getNativeDouble(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(byte[], int) - Method in class com.mysql.jdbc.ResultSetRow
-
- getNativeFloat(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, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
-
- getNativeInt(byte[], int) - Method in class com.mysql.jdbc.ResultSetRow
-
- getNativeInt(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, boolean, 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.ResultSetRow
-
- 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(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, boolean) - Method in class com.mysql.jdbc.ResultSetImpl
-
- getNativeShort(byte[], int) - Method in class com.mysql.jdbc.ResultSetRow
-
- getNativeShort(int) - Method in class com.mysql.jdbc.ResultSetRow
-
- 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, 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, 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.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(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.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(String) - Method in class com.mysql.jdbc.JDBC4CallableStatement
-
- getNCharacterStream(int) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
JDBC 4.0
Get the value of a column in the current row as a java.io.Reader.
- getNCharacterStream(String) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
JDBC 4.0
Get the value of a column in the current row as a java.io.Reader.
- getNCharacterStream(int) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
JDBC 4.0
Get the value of a column in the current row as a java.io.Reader.
- getNCharacterStream(String) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
JDBC 4.0
Get the value of a column in the current row as a java.io.Reader.
- getNCharacterStream(int) - Method in interface com.mysql.jdbc.ParameterBindings
-
- getNCharacterStream(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
-
- getNClob(int) - Method in class com.mysql.jdbc.JDBC4CallableStatement
-
- getNClob(String) - Method in class com.mysql.jdbc.JDBC4CallableStatement
-
- getNClob(int) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
JDBC 4.0 Get a NCLOB column.
- getNClob(String) - 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(String) - 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
-
- 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.LoadBalancedMySQLConnection
-
- 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.LoadBalancedMySQLConnection
-
- getNetTimeoutForStreamingResults() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getNetworkTimeout() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getNextResultSet() - Method in class com.mysql.jdbc.ResultSetImpl
-
DOCUMENT ME!
- 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.LoadBalancedMySQLConnection
-
- getNoAccessToProcedureBodies() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getNoDatetimeStringSync() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getNoDatetimeStringSync() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getNoDatetimeStringSync() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getNoDatetimeStringSync() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getNonRewrittenSql() - Method in class com.mysql.jdbc.PreparedStatement
-
- getNoTimezoneConversionForTimeType() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getNoTimezoneConversionForTimeType() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getNoTimezoneConversionForTimeType() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getNoTimezoneConversionForTimeType() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getNString(int) - Method in class com.mysql.jdbc.JDBC4CallableStatement
-
- getNString(String) - 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(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(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.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.LoadBalancedMySQLConnection
-
- getNullCatalogMeansCurrent() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getNullNamePatternMatchesAll() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getNullNamePatternMatchesAll() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getNullNamePatternMatchesAll() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getNullNamePatternMatchesAll() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getNumberOfCharsetsConfigured() - Static method in class com.mysql.jdbc.CharsetMapping
-
- 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, Map<String, Class<?>>) - Method in class com.mysql.jdbc.CallableStatement
-
- getObject(String) - Method in class com.mysql.jdbc.CallableStatement
-
- getObject(String, Map<String, Class<?>>) - Method in class com.mysql.jdbc.CallableStatement
-
- getObject(int, Class<T>) - Method in class com.mysql.jdbc.CallableStatement
-
- getObject(String, Class<T>) - Method in class com.mysql.jdbc.CallableStatement
-
- getObject(int, Class<T>) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- 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
This method will return the value of the given column as a Java object.
- getObject(int, Class<T>) - Method in class com.mysql.jdbc.ResultSetImpl
-
- getObject(String, Class<T>) - Method in class com.mysql.jdbc.ResultSetImpl
-
- getObject(int, Map<String, Class<?>>) - 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.ResultSetImpl
-
Get the value of a column in the current row as a Java object
This method will return the value of the given column as a Java object.
- getObject(String, Map<String, Class<?>>) - 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, Map<Object, Object>, int) - Method in class com.mysql.jdbc.ResultSetImpl
-
- getObjectStoredProc(String, int) - Method in class com.mysql.jdbc.ResultSetImpl
-
- getObjectStoredProc(String, Map<Object, Object>, 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<Object, Object>, 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 interface com.mysql.jdbc.ResultSetInternalMethods
-
Functions like ResultSet.getObject(), but using the given SQL type
(as registered during CallableStatement.registerOutParameter()).
- getObjectStoredProc(String, Map<Object, Object>, 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) - 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
-
DOCUMENT ME!
- getOriginalTableName() - Method in class com.mysql.jdbc.Field
-
DOCUMENT ME!
- 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.LoadBalancedMySQLConnection
-
- getOverrideSupportsIntegrityEnhancementFacility() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
-
- getPacketDebugBufferSize() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getPacketDebugBufferSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getPacketDebugBufferSize() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getPacketDebugBufferSize() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getPadCharsWithSpace() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getPadCharsWithSpace() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getPadCharsWithSpace() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getPadCharsWithSpace() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
-
- getParanoid() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getParanoid() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getParanoid() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getParanoid() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getParseInfoCacheFactory() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getPasswordCharacterEncoding() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getPedantic() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getPedantic() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getPedantic() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getPedantic() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getPinGlobalTxToPhysicalConnection() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getPinGlobalTxToPhysicalConnection() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getPinGlobalTxToPhysicalConnection() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getPinGlobalTxToPhysicalConnection() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getPopulateInsertRowWithDefaultValues() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
-
DOCUMENT ME!
- getPreparedStatementCacheSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getPreparedStatementCacheSize() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getPreparedStatementCacheSize() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getPreparedStatementCacheSqlLimit() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getPreparedStatementCacheSqlLimit() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getPreparedStatementCacheSqlLimit() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getPreparedStatementCacheSqlLimit() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getPrepStmtCacheSize() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getPrepStmtCacheSize() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getPrepStmtCacheSize() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getPrepStmtCacheSize() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getPrepStmtCacheSqlLimit() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getPrepStmtCacheSqlLimit() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getPrepStmtCacheSqlLimit() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getPrepStmtCacheSqlLimit() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getProcessEscapeCodesForPrepStmts() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getProfilerEventHandler() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getProfilerEventHandler() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getProfilerEventHandler() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getProfilerEventHandler() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getProfileSql() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getProfileSQL() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getProfileSql() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getProfileSQL() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getProfileSQL() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getProfileSql() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getProfileSQL() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getProfileSql() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getProperties() - Method in interface com.mysql.jdbc.MySQLConnection
-
- getProperties() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getPropertiesTransform() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getPropertiesTransform() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getPropertiesTransform() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getPropertiesTransform() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getPseudoColumns(String, String, String, String) - Method in class com.mysql.jdbc.DatabaseMetaData
-
JDBC-4.1
- getQueriesBeforeRetryMaster() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getQueriesBeforeRetryMaster() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getQueriesBeforeRetryMaster() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getQueriesBeforeRetryMaster() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getQueryTimeoutKillsConnection() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
-
- getReconnectAtTxEnd() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getReconnectAtTxEnd() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getReconnectAtTxEnd() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getReconnectAtTxEnd() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getRef(int) - Method in class com.mysql.jdbc.CallableStatement
-
- getRef(String) - 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.ResultSetImpl
-
JDBC 2.0 Get a REF(<structured-type>) column.
- getRegisteredConnectionGroups() - Static method in class com.mysql.jdbc.ConnectionGroupManager
-
- getRelaxAutoCommit() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getRelaxAutoCommit() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getRelaxAutoCommit() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getRelaxAutoCommit() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getReportMetricsIntervalMillis() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getReportMetricsIntervalMillis() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getReportMetricsIntervalMillis() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getReportMetricsIntervalMillis() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getRequiresEscapingEncoder() - Method in class com.mysql.jdbc.ConnectionImpl
-
- getRequiresEscapingEncoder() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getRequiresEscapingEncoder() - Method in interface com.mysql.jdbc.MySQLConnection
-
- getRequireSSL() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getRequireSSL() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getRequireSSL() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getRequireSSL() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getResourceId() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getResourceId() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getResourceId() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getResourceId() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getResultSet(StatementImpl, long, int, int, int, boolean, String, boolean, Field[]) - Method in class com.mysql.jdbc.MysqlIO
-
Build a result set.
- getResultSet() - Method in class com.mysql.jdbc.StatementImpl
-
getResultSet returns the current result as a ResultSet.
- 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.LoadBalancedMySQLConnection
-
- getResultSetSizeThreshold() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getRetainStatementAfterResultSetClose() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getRetriesAllDown() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getRetriesAllDown() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getRetriesAllDown() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getRetriesAllDown() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getRewriteBatchedStatements() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getRewriteBatchedStatements() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getRewriteBatchedStatements() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getRewriteBatchedStatements() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getRollbackOnPooledClose() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getRoundRobinLoadBalance() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
Determine the current row number.
- getRowId(int) - Method in class com.mysql.jdbc.JDBC4CallableStatement
-
- getRowId(String) - Method in class com.mysql.jdbc.JDBC4CallableStatement
-
- getRowId(int) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- getRowId(String) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- getRowId(int) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- 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.LoadBalancedMySQLConnection
-
- getRunningCTS13() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getSchema() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
-
DOCUMENT ME!
- getSecondsBeforeRetryMaster() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getSecondsBeforeRetryMaster() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getSecondsBeforeRetryMaster() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getSelfDestructOnPingMaxOperations() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getSelfDestructOnPingMaxOperations() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getSelfDestructOnPingMaxOperations() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getSelfDestructOnPingMaxOperations() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getSelfDestructOnPingSecondsLifetime() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getSelfDestructOnPingSecondsLifetime() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getSelfDestructOnPingSecondsLifetime() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getSelfDestructOnPingSecondsLifetime() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getServerCharacterEncoding() - Method in interface com.mysql.jdbc.Connection
-
Returns the server's character set
- getServerCharacterEncoding() - Method in class com.mysql.jdbc.ConnectionImpl
-
Returns the server's character set
- getServerCharacterEncoding() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getServerCharacterEncoding() - Method in interface com.mysql.jdbc.MySQLConnection
-
- getServerCharacterEncoding() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getServerConfigCacheFactory() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getServerConfigCacheFactory() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getServerConfigCacheFactory() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getServerConfigCacheFactory() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- 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.LoadBalancedMySQLConnection
-
- 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.
- 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.LoadBalancedMySQLConnection
-
- 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.LoadBalancedMySQLConnection
-
- getServerTimezone() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
-
DOCUMENT ME!
- getServerTimezoneTZ() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getServerTimezoneTZ() - Method in interface com.mysql.jdbc.MySQLConnection
-
- getServerTimezoneTZ() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getServerVariable(String) - Method in class com.mysql.jdbc.ConnectionImpl
-
- getServerVariable(String) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getServerVariable(String) - Method in interface com.mysql.jdbc.MySQLConnection
-
- getServerVersion() - Method in class com.mysql.jdbc.ConnectionImpl
-
- getServerVersion() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- 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.LoadBalancedMySQLConnection
-
- getSessionLockedCalendar() - Method in interface com.mysql.jdbc.MySQLConnection
-
- getSessionVariables() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getSessionVariables() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getSessionVariables() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getSessionVariables() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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(int) - Method in class com.mysql.jdbc.CallableStatement
-
- getShort(String) - 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.ResultSetImpl
-
DOCUMENT ME!
- getShort(byte[]) - Static method in class com.mysql.jdbc.StringUtils
-
- getSlavesConnection() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getSlowQueryThreshold() - Method in class com.mysql.jdbc.MysqlIO
-
- getSlowQueryThresholdMillis() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getSlowQueryThresholdMillis() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getSlowQueryThresholdMillis() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getSlowQueryThresholdMillis() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getSlowQueryThresholdNanos() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getSlowQueryThresholdNanos() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getSlowQueryThresholdNanos() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getSlowQueryThresholdNanos() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getSocketFactory() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getSocketFactory() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getSocketFactory() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getSocketFactory() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getSocketFactoryClassName() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getSocketFactoryClassName() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getSocketFactoryClassName() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getSocketFactoryClassName() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getSocketTimeout() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getSocketTimeout() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getSocketTimeout() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getSocketTimeout() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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 keywords.
- getSQLState() - Method in exception com.mysql.jdbc.CommunicationsException
-
- getSQLState() - Method in exception com.mysql.jdbc.ConnectionFeatureNotAvailableException
-
- getSQLStateType() - Method in class com.mysql.jdbc.DatabaseMetaData
-
- getSQLType() - Method in class com.mysql.jdbc.Field
-
DOCUMENT ME!
- getSQLXML(int) - Method in class com.mysql.jdbc.JDBC4CallableStatement
-
- getSQLXML(String) - Method in class com.mysql.jdbc.JDBC4CallableStatement
-
- getSQLXML(int) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- getSQLXML(String) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- getSQLXML(int) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- 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.LoadBalancedMySQLConnection
-
- getStatementComment() - Method in interface com.mysql.jdbc.MySQLConnection
-
- getStatementComment() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getStatementInterceptors() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getStatementInterceptors() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getStatementInterceptors() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getStatementInterceptors() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getStatementInterceptorsInstances() - Method in class com.mysql.jdbc.ConnectionImpl
-
- getStatementInterceptorsInstances() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- 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
-
DOCUMENT ME!
- getStrictFloatingPoint() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getStrictFloatingPoint() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getStrictFloatingPoint() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getStrictUpdates() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getStrictUpdates() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getStrictUpdates() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getStrictUpdates() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getString(int, String, MySQLConnection) - Method in class com.mysql.jdbc.BufferRow
-
- getString(int, String, MySQLConnection) - Method in class com.mysql.jdbc.ByteArrayRow
-
- getString(int) - Method in class com.mysql.jdbc.CallableStatement
-
- getString(String) - Method in class com.mysql.jdbc.CallableStatement
-
- getString() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
-
- getString(String) - Static method in class com.mysql.jdbc.Messages
-
Returns the localized message for the given message key
- getString(String, Object[]) - Static method in class com.mysql.jdbc.Messages
-
- 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(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(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, MySQLConnection, byte[], int, int) - Method in class com.mysql.jdbc.ResultSetRow
-
Convenience method for turning a byte[] into a string with the given
encoding.
- 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
-
DOCUMENT ME!
- getTableName() - Method in class com.mysql.jdbc.Field
-
DOCUMENT ME!
- 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.
- 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.LoadBalancedMySQLConnection
-
- getTcpKeepAlive() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getTcpNoDelay() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getTcpNoDelay() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getTcpNoDelay() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getTcpNoDelay() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getTcpRcvBuf() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getTcpRcvBuf() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getTcpRcvBuf() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getTcpRcvBuf() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getTcpSndBuf() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getTcpSndBuf() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getTcpSndBuf() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getTcpSndBuf() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getTcpTrafficClass() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getTcpTrafficClass() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getTcpTrafficClass() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getTcpTrafficClass() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getThreadId() - Method in class com.mysql.jdbc.MysqlIO
-
- getTime(int) - Method in class com.mysql.jdbc.CallableStatement
-
- getTime(int, Calendar) - Method in class com.mysql.jdbc.CallableStatement
-
- getTime(String) - Method in class com.mysql.jdbc.CallableStatement
-
- getTime(String, Calendar) - 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.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.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.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, 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, 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.ResultSetRow
-
- getTimestamp(int) - Method in class com.mysql.jdbc.CallableStatement
-
- getTimestamp(int, Calendar) - Method in class com.mysql.jdbc.CallableStatement
-
- getTimestamp(String) - Method in class com.mysql.jdbc.CallableStatement
-
- getTimestamp(String, Calendar) - 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.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.ResultSetImpl
-
DOCUMENT ME!
- 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, Calendar, TimeZone, boolean, MySQLConnection, ResultSetImpl) - Method in class com.mysql.jdbc.BufferRow
-
- getTimestampFast(int, Calendar, TimeZone, boolean, MySQLConnection, ResultSetImpl) - Method in class com.mysql.jdbc.ByteArrayRow
-
- getTimestampFast(int, byte[], int, int, Calendar, TimeZone, boolean, MySQLConnection, ResultSetImpl) - Method in class com.mysql.jdbc.ResultSetRow
-
- getTimestampFast(int, Calendar, TimeZone, boolean, MySQLConnection, ResultSetImpl) - 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.LoadBalancedMySQLConnection
-
- getTinyInt1isBit() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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(String) - Static method in class com.mysql.jdbc.ConnectionGroupManager
-
- getTotalPhysicalConnectionCount() - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
-
- 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
-
DOCUMENT ME!
- getTraceProtocol() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getTraceProtocol() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getTraceProtocol() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getTransactionCount() - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
-
- getTransactionIsolation() - Method in class com.mysql.jdbc.ConnectionImpl
-
Get this Connection's current transaction isolation mode.
- getTransactionIsolation() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getTransactionIsolation() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getTransformedBitIsBoolean() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getTransformedBitIsBoolean() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getTransformedBitIsBoolean() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getTransformedBitIsBoolean() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getTreatUtilDateAsTimestamp() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getTreatUtilDateAsTimestamp() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getTreatUtilDateAsTimestamp() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getTreatUtilDateAsTimestamp() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getTrustCertificateKeyStorePassword() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getTrustCertificateKeyStorePassword() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getTrustCertificateKeyStorePassword() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getTrustCertificateKeyStorePassword() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getTrustCertificateKeyStoreType() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getTrustCertificateKeyStoreType() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getTrustCertificateKeyStoreType() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getTrustCertificateKeyStoreType() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getTrustCertificateKeyStoreUrl() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getTrustCertificateKeyStoreUrl() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getTrustCertificateKeyStoreUrl() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getTrustCertificateKeyStoreUrl() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getTypeMap() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getUltraDevHack() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.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(int) - Method in class com.mysql.jdbc.CallableStatement
-
- getURL(String) - Method in class com.mysql.jdbc.CallableStatement
-
- 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.LoadBalancedMySQLConnection
-
- getURL() - Method in interface com.mysql.jdbc.MySQLConnection
-
- 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.ResultSetImpl
-
- getUseAffectedRows() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseAffectedRows() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseAffectedRows() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseAffectedRows() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseBlobToStoreUTF8OutsideBMP() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseBlobToStoreUTF8OutsideBMP() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseBlobToStoreUTF8OutsideBMP() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseBlobToStoreUTF8OutsideBMP() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseColumnNamesInFindColumn() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseColumnNamesInFindColumn() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseColumnNamesInFindColumn() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseColumnNamesInFindColumn() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseCompression() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getUseCompression() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseCompression() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseCompression() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseConfigs() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseConfigs() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseConfigs() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseConfigs() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseCursorFetch() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseCursorFetch() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseCursorFetch() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseCursorFetch() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseDirectRowUnpack() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseDirectRowUnpack() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseDirectRowUnpack() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseDirectRowUnpack() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseDynamicCharsetInfo() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseDynamicCharsetInfo() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseDynamicCharsetInfo() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseDynamicCharsetInfo() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseFastDateParsing() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseFastDateParsing() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseFastDateParsing() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseFastDateParsing() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseFastIntParsing() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseFastIntParsing() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseFastIntParsing() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseFastIntParsing() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseGmtMillisForDatetimes() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseGmtMillisForDatetimes() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseGmtMillisForDatetimes() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseGmtMillisForDatetimes() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseHostsInPrivileges() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getUseHostsInPrivileges() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseHostsInPrivileges() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseHostsInPrivileges() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseInformationSchema() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseInformationSchema() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseInformationSchema() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseInformationSchema() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseJDBCCompliantTimezoneShift() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseJDBCCompliantTimezoneShift() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseJDBCCompliantTimezoneShift() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseJDBCCompliantTimezoneShift() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseJvmCharsetConverters() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseJvmCharsetConverters() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseJvmCharsetConverters() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseJvmCharsetConverters() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseLegacyDatetimeCode() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseLegacyDatetimeCode() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseLegacyDatetimeCode() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseLegacyDatetimeCode() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseLocalSessionState() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseLocalSessionState() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseLocalSessionState() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseLocalSessionState() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseLocalTransactionState() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseLocalTransactionState() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseLocalTransactionState() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseLocalTransactionState() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseNanosForElapsedTime() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseNanosForElapsedTime() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseNanosForElapsedTime() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseNanosForElapsedTime() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseOldAliasMetadataBehavior() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseOldAliasMetadataBehavior() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseOldAliasMetadataBehavior() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseOldAliasMetadataBehavior() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseOldUTF8Behavior() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseOldUTF8Behavior() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseOldUTF8Behavior() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseOldUTF8Behavior() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseOnlyServerErrorMessages() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseOnlyServerErrorMessages() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseOnlyServerErrorMessages() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseOnlyServerErrorMessages() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUser() - Method in class com.mysql.jdbc.ConnectionImpl
-
- getUser() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- 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.LoadBalancedMySQLConnection
-
- getUseReadAheadInput() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
-
DOCUMENT ME!
- getUseServerPreparedStmts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseServerPreparedStmts() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseServerPreparedStmts() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseServerPrepStmts() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseServerPrepStmts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseServerPrepStmts() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseServerPrepStmts() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseSqlStateCodes() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getUseSqlStateCodes() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseSqlStateCodes() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseSqlStateCodes() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseSSL() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getUseSSL() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseSSL() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseSSL() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseSSPSCompatibleTimezoneShift() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUseSSPSCompatibleTimezoneShift() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseSSPSCompatibleTimezoneShift() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseSSPSCompatibleTimezoneShift() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseStreamLengthsInPrepStmts() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getUseStreamLengthsInPrepStmts() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseStreamLengthsInPrepStmts() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseStreamLengthsInPrepStmts() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseTimezone() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getUseTimezone() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseTimezone() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseTimezone() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseUltraDevWorkAround() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getUseUltraDevWorkAround() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseUltraDevWorkAround() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseUltraDevWorkAround() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseUnbufferedInput() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getUseUnbufferedInput() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseUnbufferedInput() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseUnbufferedInput() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUseUnicode() - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- getUseUnicode() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUseUnicode() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUseUnicode() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getUseUsageAdvisor() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUtcCalendar() - Method in class com.mysql.jdbc.ConnectionImpl
-
- getUtcCalendar() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- 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.LoadBalancedMySQLConnection
-
- getUtf8OutsideBmpExcludedColumnNamePattern() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getUtf8OutsideBmpIncludedColumnNamePattern() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getUtf8OutsideBmpIncludedColumnNamePattern() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getUtf8OutsideBmpIncludedColumnNamePattern() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getUtf8OutsideBmpIncludedColumnNamePattern() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getV2PostProcessMethod(Class<?>) - Static method in class com.mysql.jdbc.ReflectiveStatementInterceptorAdapter
-
- 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.LoadBalancedMySQLConnection
-
- getVerifyServerCertificate() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getWarnings() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- getYearIsDateType() - Method in class com.mysql.jdbc.ReplicationConnection
-
- getZeroDateTimeBehavior() - Method in interface com.mysql.jdbc.ConnectionProperties
-
- getZeroDateTimeBehavior() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- getZeroDateTimeBehavior() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- getZeroDateTimeBehavior() - Method in class com.mysql.jdbc.ReplicationConnection
-
- GMT_TIMEZONE - Static variable in class com.mysql.jdbc.TimeUtil
-
- gmtCalendar - Variable in class com.mysql.jdbc.ResultSetImpl
-
- ignorableWhitespace(char[], int, int) - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML.SimpleSaxToReader
-
- 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.LoadBalancedMySQLConnection
-
- incrementNumberOfPreparedExecutes() - Method in interface com.mysql.jdbc.MySQLConnection
-
- incrementNumberOfPrepares() - Method in class com.mysql.jdbc.ConnectionImpl
-
- incrementNumberOfPrepares() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- incrementNumberOfPrepares() - Method in interface com.mysql.jdbc.MySQLConnection
-
- incrementNumberOfResultSetsCreated() - Method in class com.mysql.jdbc.ConnectionImpl
-
- incrementNumberOfResultSetsCreated() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- incrementNumberOfResultSetsCreated() - Method in interface com.mysql.jdbc.MySQLConnection
-
- index - Variable in class com.mysql.jdbc.CallableStatement.CallableStatementParam
-
- index - Variable in class com.mysql.jdbc.Collation
-
- INDEX_TO_CHARSET - Static variable in class com.mysql.jdbc.CharsetMapping
-
Map of MySQL-4.1 charset indexes to Java encoding names
- INDEX_TO_COLLATION - Static variable in class com.mysql.jdbc.CharsetMapping
-
Map of MySQL-4.1 collation index to collation names
- indexOf(byte[], char) - Static method in class com.mysql.jdbc.StringUtils
-
- indexOfIgnoreCase(int, String, String) - Static method in class com.mysql.jdbc.StringUtils
-
- indexOfIgnoreCase(String, String) - Static method in class com.mysql.jdbc.StringUtils
-
DOCUMENT ME!
- indexOfIgnoreCaseRespectMarker(int, String, String, String, String, boolean) - Static method in class com.mysql.jdbc.StringUtils
-
- indexOfIgnoreCaseRespectQuotes(int, String, String, char, boolean) - Static method in class com.mysql.jdbc.StringUtils
-
- indexOfQuoteDoubleAware(String, String, int) - Static method in class com.mysql.jdbc.StringUtils
-
- indexToCustomMysqlCharset - Variable in class com.mysql.jdbc.ConnectionImpl
-
- indexToJavaCharset - Variable in class com.mysql.jdbc.ConnectionImpl
-
We need this 'bootstrapped', because 4.1 and newer will send fields back
with this even before we fill this dynamically from the server.
- 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.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.LoadBalancedMySQLConnection
-
- initializeExtension(Extension) - Method in class com.mysql.jdbc.ReplicationConnection
-
- initializeFrom(String, ExceptionInterceptor) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.BooleanConnectionProperty
-
- initializeFrom(Properties, ExceptionInterceptor) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
-
- initializeFrom(Reference, ExceptionInterceptor) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
-
- 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
-
- initializeFromCachedMetaData(CachedResultSetMetaData) - Method in class com.mysql.jdbc.ResultSetImpl
-
- initializeFromCachedMetaData(CachedResultSetMetaData) - Method in interface com.mysql.jdbc.ResultSetInternalMethods
-
- initializeFromRef(Reference) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
Initializes driver properties that come from a JNDI reference (in the
case of a javax.sql.DataSource bound into some name service that doesn't
handle Java objects directly).
- initializeProperties(Properties) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
Initializes driver properties that come from URL or properties passed to
the driver manager.
- initializeResultsMetadataFromCache(String, CachedResultSetMetaData, ResultSetInternalMethods) - Method in class com.mysql.jdbc.ConnectionImpl
-
Caches CachedResultSetMetaData that has been placed in the cache using
the given SQL as a key.
- initializeResultsMetadataFromCache(String, CachedResultSetMetaData, ResultSetInternalMethods) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- 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.LoadBalancedMySQLConnection
-
- 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().
- interceptException(SQLException, Connection) - Method in class com.mysql.jdbc.ConnectionImpl.ExceptionInterceptorChain
-
- interceptException(SQLException, Connection) - Method in interface com.mysql.jdbc.ExceptionInterceptor
-
- interceptors - Variable in class com.mysql.jdbc.ConnectionImpl.ExceptionInterceptorChain
-
- 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.LoadBalancingConnectionProxy
-
- inTransactionOnServer() - Method in class com.mysql.jdbc.MysqlIO
-
- invalidate(K) - Method in interface com.mysql.jdbc.CacheAdapter
-
- invalidate(String) - Method in class com.mysql.jdbc.PerConnectionLRUFactory.PerConnectionLRU
-
- invalidateAll(Set<K>) - Method in interface com.mysql.jdbc.CacheAdapter
-
- invalidateAll() - Method in interface com.mysql.jdbc.CacheAdapter
-
- invalidateAll(Set<String>) - Method in class com.mysql.jdbc.PerConnectionLRUFactory.PerConnectionLRU
-
- invalidateAll() - Method in class com.mysql.jdbc.PerConnectionLRUFactory.PerConnectionLRU
-
- invalidateConnection(MySQLConnection) - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
-
Closes specified connection and removes it from required mappings.
- invalidateCurrentConnection() - Method in class com.mysql.jdbc.FailoverConnectionProxy
-
- invalidateCurrentConnection() - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
-
Closes current connection and removes it from required mappings.
- invoke(Object, Method, Object[]) - Method in class com.mysql.jdbc.FailoverConnectionProxy.FailoverInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class com.mysql.jdbc.FailoverConnectionProxy
-
- invoke(Object, Method, Object[]) - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy.ConnectionErrorFiringInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
-
- invoke(Object, Method, Object[], boolean) - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
-
Proxies method invocation on the java.sql.Connection interface, trapping
"close", "isClosed" and "commit/rollback" (to switch connections for load
balancing).
- invokeOn - Variable in class com.mysql.jdbc.LoadBalancingConnectionProxy.ConnectionErrorFiringInvocationHandler
-
- 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.StandardSocketFactory
-
- 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.LoadBalancedMySQLConnection
-
- isAbonormallyLongQuery(long) - Method in interface com.mysql.jdbc.MySQLConnection
-
- isAbonormallyLongQuery(long) - Method in class com.mysql.jdbc.ReplicationConnection
-
- isAfterLast() - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0
Determine if the cursor is after the last row in the result set.
- 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
Determine if the cursor is after the last row in the result set.
- isAliasForSjis(String) - Static method in class com.mysql.jdbc.CharsetMapping
-
- isAuthMethodSwitchRequestPacket() - Method in class com.mysql.jdbc.Buffer
-
- isAutoIncrement() - Method in class com.mysql.jdbc.Field
-
DOCUMENT ME!
- isAutoIncrement(int) - Method in class com.mysql.jdbc.ResultSetMetaData
-
Is the column automatically numbered (and thus read-only)
- isBeforeFirst() - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0
Determine if the cursor is before the first row in the result set.
- isBeforeFirst() - Method in interface com.mysql.jdbc.RowData
-
Returns if iteration has not occured yet.
- isBeforeFirst() - Method in class com.mysql.jdbc.RowDataCursor
-
Returns if iteration has not occured yet.
- isBeforeFirst() - Method in class com.mysql.jdbc.RowDataDynamic
-
Returns if iteration has not occured yet.
- isBeforeFirst() - Method in class com.mysql.jdbc.RowDataStatic
-
Returns if iteration has not occured yet.
- isBeforeFirst() - Method in class com.mysql.jdbc.UpdatableResultSet
-
JDBC 2.0
Determine if the cursor is before the first row in the result set.
- isBinary() - Method in class com.mysql.jdbc.Field
-
DOCUMENT ME!
- isBinaryEncoded - Variable in class com.mysql.jdbc.ResultSetImpl
-
Is the data stored as strings (default) or natively (which is the case
with results from PrepStmts)
- isBlob() - Method in class com.mysql.jdbc.Field
-
DOCUMENT ME!
- isCached - Variable in class com.mysql.jdbc.ServerPreparedStatement
-
- isCaseSensitive(int) - Method in class com.mysql.jdbc.ResultSetMetaData
-
Does a column's case matter?
- isCatalogAtStart() - Method in class com.mysql.jdbc.DatabaseMetaData
-
Does a catalog appear at the start of a qualified table name?
- isClientTzUTC() - Method in class com.mysql.jdbc.ConnectionImpl
-
- isClientTzUTC() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- isClientTzUTC() - Method in interface com.mysql.jdbc.MySQLConnection
-
- isClosed() - Method in class com.mysql.jdbc.ConnectionImpl
-
DOCUMENT ME!
- isClosed() - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- isClosed() - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- isClosed() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- isClosed - Variable in class com.mysql.jdbc.LoadBalancingConnectionProxy
-
- isClosed() - Method in class com.mysql.jdbc.NamedPipeSocketFactory.NamedPipeSocket
-
- isClosed() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.StatementImpl
-
- isCloseOnCompletion() - Method in class com.mysql.jdbc.StatementImpl
-
- isColdFusion() - Static method in class com.mysql.jdbc.Util
-
- isCurrency(int) - Method in class com.mysql.jdbc.ResultSetMetaData
-
Is the column a cash value?
- isCursorFetchEnabled() - Method in class com.mysql.jdbc.ConnectionImpl
-
- isCursorFetchEnabled() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- isCursorFetchEnabled() - Method in interface com.mysql.jdbc.MySQLConnection
-
- 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
-
DOCUMENT ME!
- isEmpty() - Method in class com.mysql.jdbc.JDBC4MysqlSQLXML
-
- isEmpty() - Method in interface com.mysql.jdbc.RowData
-
Has no records.
- isEmpty() - Method in class com.mysql.jdbc.RowDataCursor
-
Has no records.
- isEmpty() - Method in class com.mysql.jdbc.RowDataDynamic
-
Has no records.
- isEmpty() - Method in class com.mysql.jdbc.RowDataStatic
-
DOCUMENT ME!
- isEmptyOrWhitespaceOnly(String) - Static method in class com.mysql.jdbc.StringUtils
-
- isFirst() - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0
Determine if the cursor is on the first row of the result set.
- isFirst() - Method in interface com.mysql.jdbc.RowData
-
Are we on the first row of the result set?
- isFirst() - Method in class com.mysql.jdbc.RowDataCursor
-
Are we on the first row of the result set?
- isFirst() - Method in class com.mysql.jdbc.RowDataDynamic
-
Are we on the first row of the result set?
- isFirst() - Method in class com.mysql.jdbc.RowDataStatic
-
DOCUMENT ME!
- isFirst() - Method in class com.mysql.jdbc.UpdatableResultSet
-
JDBC 2.0
Determine if the cursor is on the first row of the result set.
- 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.LoadBalancingConnectionProxy
-
- isHostPropertiesList(String) - Static method in class com.mysql.jdbc.NonRegisteringDriver
-
- 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.LoadBalancedMySQLConnection
-
- isInGlobalTx() - Method in class com.mysql.jdbc.ReplicationConnection
-
- isJdbc4() - Static method in class com.mysql.jdbc.Util
-
- isLast() - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0
Determine if the cursor is on the last row of the result set.
- isLast() - Method in interface com.mysql.jdbc.RowData
-
Are we on the last row of the result set?
- isLast() - Method in class com.mysql.jdbc.RowDataCursor
-
Are we on the last row of the result set?
- isLast() - Method in class com.mysql.jdbc.RowDataDynamic
-
Are we on the last row of the result set?
- isLast() - Method in class com.mysql.jdbc.RowDataStatic
-
DOCUMENT ME!
- isLast() - Method in class com.mysql.jdbc.UpdatableResultSet
-
JDBC 2.0
Determine if the cursor is on the last row of the result set.
- isLastDataPacket() - Method in class com.mysql.jdbc.Buffer
-
- isLoadDataQuery - Variable in class com.mysql.jdbc.PreparedStatement
-
Is this query a LOAD DATA query?
- isLocallyConnected(ConnectionImpl) - Method in class com.mysql.jdbc.NamedPipeSocketFactory
-
- 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.LoadBalancedMySQLConnection
-
- isMasterConnection() - Method in class com.mysql.jdbc.ReplicationConnection
-
- isMultibyteCharset(String) - Static method in class com.mysql.jdbc.CharsetMapping
-
- isMultipleKey() - Method in class com.mysql.jdbc.Field
-
DOCUMENT ME!
- isNoBackslashEscapesSet() - Method in interface com.mysql.jdbc.Connection
-
Is the server in a sql_mode that doesn't allow us to use \\ to escape
things?
- isNoBackslashEscapesSet() - Method in class com.mysql.jdbc.ConnectionImpl
-
Is the server in a sql_mode that doesn't allow us to use \\ to escape
things?
- isNoBackslashEscapesSet() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- isNoBackslashEscapesSet() - Method in class com.mysql.jdbc.ReplicationConnection
-
- isNotNull() - Method in class com.mysql.jdbc.Field
-
- 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 - Variable in class com.mysql.jdbc.PreparedStatement.BatchParams
-
- isNull(int) - Method in class com.mysql.jdbc.PreparedStatement.EmulatedPreparedStatementBindings
-
- isNull - Variable in class com.mysql.jdbc.PreparedStatement
-
- 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 - Variable in class com.mysql.jdbc.ServerPreparedStatement.BindValue
-
- isNull(int) - Method in class com.mysql.jdbc.ServerPreparedStatement
-
- isNullable(int) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
-
- isNullable - Variable in class com.mysql.jdbc.DatabaseMetaData.TypeDescriptor
-
- 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.VersionedStringProperty
-
- 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
-
- isPrimaryKey() - Method in class com.mysql.jdbc.Field
-
DOCUMENT ME!
- isProxySet() - Method in class com.mysql.jdbc.ConnectionImpl
-
- isProxySet() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- isProxySet() - Method in interface com.mysql.jdbc.MySQLConnection
-
- 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.LoadBalancedMySQLConnection
-
- 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(boolean) - 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.LoadBalancedMySQLConnection
-
- isReadOnly(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- isReadOnly() - Method in interface com.mysql.jdbc.MySQLConnection
-
- isReadOnly(boolean) - Method in interface com.mysql.jdbc.MySQLConnection
-
- isReadOnly() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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()
- isReusable() - Method in interface com.mysql.jdbc.AuthenticationPlugin
-
- isRunningOnJDK13() - Method in class com.mysql.jdbc.ConnectionImpl
-
- isRunningOnJDK13() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- 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.LoadBalancedMySQLConnection
-
- isSameResource(Connection) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- isServerLocal() - Method in class com.mysql.jdbc.ReplicationConnection
-
- isServerTzUTC() - Method in class com.mysql.jdbc.ConnectionImpl
-
- isServerTzUTC() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- 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
-
- isStream - Variable in class com.mysql.jdbc.PreparedStatement.BatchParams
-
- isUniqueKey() - Method in class com.mysql.jdbc.Field
-
DOCUMENT ME!
- isUnsigned() - Method in class com.mysql.jdbc.Field
-
DOCUMENT ME!
- isUpdatable() - Method in class com.mysql.jdbc.UpdatableResultSet
-
- 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 interface com.mysql.jdbc.JDBC4MySQLConnection
-
- 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.CallableStatementParamInfoJDBC3
-
Returns true if this either implements the interface argument or is directly or indirectly a wrapper
for an object that does.
- isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.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 interface com.mysql.jdbc.JDBC4MySQLConnection
-
- isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
Returns true if this either implements the interface argument or is directly or indirectly a wrapper
for an object that does.
- isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
Returns true if this either implements the interface argument or is
directly or indirectly a wrapper for an object that does.
- isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.MysqlParameterMetadata
-
Returns true if this either implements the interface argument or is directly or indirectly a wrapper
for an object that does.
- isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.ResultSetMetaData
-
Returns true if this either implements the interface argument or is directly or indirectly a wrapper
for an object that does.
- isWrapperFor(Class<?>) - Method in class com.mysql.jdbc.StatementImpl
-
Returns true if this either implements the interface argument or is directly or indirectly a wrapper
for an object that does.
- isWritable(int) - Method in class com.mysql.jdbc.ResultSetMetaData
-
Is it possible for a write on the column to succeed?
- isZeroFill() - Method in class com.mysql.jdbc.Field
-
DOCUMENT ME!
- IterateBlock<T> - Class in com.mysql.jdbc
-
- IterateBlock(DatabaseMetaData.IteratorWithCleanup<T>) - Constructor for class com.mysql.jdbc.IterateBlock
-
- IterateBlock(Iterator<T>) - Constructor for class com.mysql.jdbc.IterateBlock
-
- iterator() - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfo
-
- iteratorWithCleanup - Variable in class com.mysql.jdbc.IterateBlock
-
- raFile - Variable in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileInputStream
-
- raFile - Variable in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileOutputStream
-
- RandomBalanceStrategy - Class in com.mysql.jdbc
-
- RandomBalanceStrategy() - Constructor for class com.mysql.jdbc.RandomBalanceStrategy
-
- 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(byte[], int, int) - Method in class com.mysql.jdbc.BlobFromLocator.LocatorInputStream
-
- read(byte[]) - Method in class com.mysql.jdbc.BlobFromLocator.LocatorInputStream
-
- read() - Method in class com.mysql.jdbc.CompressedInputStream
-
- read(byte[]) - Method in class com.mysql.jdbc.CompressedInputStream
-
- read(byte[], int, int) - Method in class com.mysql.jdbc.CompressedInputStream
-
- read() - Method in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileInputStream
-
- read(byte[]) - Method in class com.mysql.jdbc.NamedPipeSocketFactory.RandomAccessFileInputStream
-
- 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
-
- 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
-
- readObject(ResultSet, int) - Static method in class com.mysql.jdbc.Util
-
Given a ResultSet and an index into the columns of that ResultSet, read
binary data from the column which represents a serialized object, and
re-create the object.
- 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
-
- readString(String, ExceptionInterceptor, int) - Method in class com.mysql.jdbc.Buffer
-
Read a fixed length string
- 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.LoadBalancedMySQLConnection
-
- realClose(boolean, boolean, boolean, Throwable) - Method in interface com.mysql.jdbc.MySQLConnection
-
- realClose(boolean, boolean) - Method in class com.mysql.jdbc.PreparedStatement
-
Closes this statement, releasing all resources
- 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, 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) - Method in class com.mysql.jdbc.UpdatableResultSet
-
Closes this ResultSet, releasing all resources.
- 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.LoadBalancedMySQLConnection
-
- 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
-
- refQueue - Static variable in class com.mysql.jdbc.NonRegisteringDriver
-
- 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(LoadBalancingConnectionProxy, List<String>) - Method in class com.mysql.jdbc.ConnectionGroup
-
- registerJmx() - Static method in class com.mysql.jdbc.ConnectionGroupManager
-
- 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(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
-
- registerQueryExecutionTime(long) - Method in class com.mysql.jdbc.ConnectionImpl
-
DOCUMENT ME!
- registerQueryExecutionTime(long) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- registerQueryExecutionTime(long) - Method in interface com.mysql.jdbc.MySQLConnection
-
- registerStatement(Statement) - Method in class com.mysql.jdbc.ConnectionImpl
-
Register a Statement instance as open.
- registerStatement(Statement) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- registerStatement(Statement) - Method in interface com.mysql.jdbc.MySQLConnection
-
- relative(int) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0
Moves a relative number of rows, either positive or negative.
- relative(int) - Method in class com.mysql.jdbc.UpdatableResultSet
-
JDBC 2.0
Moves a relative number of rows, either positive or negative.
- 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.LoadBalancedMySQLConnection
-
- releaseSavepoint(Savepoint) - Method in class com.mysql.jdbc.ReplicationConnection
-
- RELOAD - Static variable in class com.mysql.jdbc.MysqlDefs
-
- removeHost(String) - Method in class com.mysql.jdbc.ConnectionGroup
-
- removeHost(String, boolean) - Method in class com.mysql.jdbc.ConnectionGroup
-
- removeHost(String, boolean, boolean) - Method in class com.mysql.jdbc.ConnectionGroup
-
- removeHost(String, String) - Static method in class com.mysql.jdbc.ConnectionGroupManager
-
- removeHost(String, String, boolean) - Static method in class com.mysql.jdbc.ConnectionGroupManager
-
- removeHost(String) - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
-
- removeHostWhenNotInUse(String) - Method in class com.mysql.jdbc.LoadBalancingConnectionProxy
-
- removeInstance(Connection) - Static method in class com.mysql.jdbc.ProfilerEventHandlerFactory
-
- removeOpenResultSet(ResultSet) - Method in interface com.mysql.jdbc.Statement
-
Callback for result set instances to remove them from the Set that
tracks them per-statement
- removeOpenResultSet(ResultSet) - 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
-
DOCUMENT ME!
- ReplicationConnection - 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.
- ReplicationConnection() - Constructor for class com.mysql.jdbc.ReplicationConnection
-
- ReplicationConnection(Properties, Properties) - Constructor for class com.mysql.jdbc.ReplicationConnection
-
- 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
- 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.LoadBalancedMySQLConnection
-
- 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.LoadBalancedMySQLConnection
-
- reportQueryTime(long) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.
- reset() - Method in class com.mysql.jdbc.ServerPreparedStatement.BindValue
-
- resetCancelledState() - Method in class com.mysql.jdbc.StatementImpl
-
- 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.LoadBalancedMySQLConnection
-
- resetServerState() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.
- 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, ExceptionInterceptor) - Constructor for class com.mysql.jdbc.ResultSetMetaData
-
Initialise 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
-
- resultSetToMap(Map, ResultSet) - Static method in class com.mysql.jdbc.Util
-
- resultSetToMap(Map, ResultSet, int, int) - Static method in class com.mysql.jdbc.Util
-
- resultSetToMap(Map, ResultSet, String, String) - Static method in class com.mysql.jdbc.Util
-
- 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)
- 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(Savepoint) - Method in class com.mysql.jdbc.ConnectionImpl
-
- 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(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() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- rollback(Savepoint) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- rollback() - Method in class com.mysql.jdbc.ReplicationConnection
-
- rollback(Savepoint) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.
- RowDataDynamic.OperationNotSupportedException - Exception in com.mysql.jdbc
-
- RowDataDynamic.OperationNotSupportedException() - Constructor for exception com.mysql.jdbc.RowDataDynamic.OperationNotSupportedException
-
- RowDataStatic - Class in com.mysql.jdbc
-
Represents an in-memory result set
- RowDataStatic(List<ResultSetRow>) - 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
-
- 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
-
- 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
-
DOCUMENT ME!
- scramble411(String, String, Connection) - Static method in class com.mysql.jdbc.Security
-
- secureAuth411(Buffer, int, String, String, String, 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
-
- 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.
- 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 com.mysql.jdbc.CommunicationsException
-
- serialVersionUID - Static variable in exception 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 com.mysql.jdbc.MysqlDataTruncation
-
- serialVersionUID - Static variable in exception com.mysql.jdbc.NotImplemented
-
- serialVersionUID - Static variable in exception com.mysql.jdbc.OperationNotSupportedException
-
- serialVersionUID - Static variable in exception com.mysql.jdbc.PacketTooBigException
-
- serialVersionUID - Static variable in exception com.mysql.jdbc.RowDataDynamic.OperationNotSupportedException
-
- SERVER_MORE_RESULTS_EXISTS - Static variable in class com.mysql.jdbc.MysqlIO
-
- 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.BatchedBindValues(ServerPreparedStatement.BindValue[]) - Constructor for class com.mysql.jdbc.ServerPreparedStatement.BatchedBindValues
-
- ServerPreparedStatement.BindValue - Class in com.mysql.jdbc
-
- ServerPreparedStatement.BindValue() - Constructor for class com.mysql.jdbc.ServerPreparedStatement.BindValue
-
- ServerPreparedStatement.BindValue(ServerPreparedStatement.BindValue) - Constructor for class com.mysql.jdbc.ServerPreparedStatement.BindValue
-
- 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, 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 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 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 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 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, int) - Method in class com.mysql.jdbc.ConnectionImpl
-
- serverPrepareStatement(String, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
-
- serverPrepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.ConnectionImpl
-
- serverPrepareStatement(String, int[]) - Method in class com.mysql.jdbc.ConnectionImpl
-
- serverPrepareStatement(String, String[]) - Method in class com.mysql.jdbc.ConnectionImpl
-
- serverPrepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- serverPrepareStatement(String, int, int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- serverPrepareStatement(String, int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- serverPrepareStatement(String, int[]) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- serverPrepareStatement(String, String[]) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- serverPrepareStatement(String) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- serverPrepareStatement(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- serverPrepareStatement(String, int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- serverPrepareStatement(String, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- serverPrepareStatement(String, int, int, int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- serverPrepareStatement(String, int[]) - Method in class com.mysql.jdbc.ReplicationConnection
-
- serverPrepareStatement(String, String[]) - Method in class com.mysql.jdbc.ReplicationConnection
-
- serverSupportsConvertFn() - Method in class com.mysql.jdbc.ConnectionImpl
-
- serverSupportsConvertFn() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- 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
-
DOCUMENT ME!
- setAllowLoadLocalInfile(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setAllowLoadLocalInfile(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setAllowLoadLocalInfile(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setAllowMultiQueries(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setAllowMultiQueries(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setAllowMultiQueries(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setAllowMultiQueries(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setAllowNanAndInf(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setAllowUrlInLocalInfile(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setAlwaysSendSetIsolation(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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(String, InputStream, int) - Method in class com.mysql.jdbc.CallableStatement
-
- setAsciiStream(String, InputStream) - Method in class com.mysql.jdbc.CallableStatement
-
- setAsciiStream(String, InputStream, long) - Method in class com.mysql.jdbc.CallableStatement
-
- setAsciiStream(long) - Method in class com.mysql.jdbc.Clob
-
- 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) - Method in class com.mysql.jdbc.PreparedStatement
-
- setAsciiStream(int, InputStream, long) - Method in class com.mysql.jdbc.PreparedStatement
-
- setAsciiStream(int, InputStream, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
-
- 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.LoadBalancedMySQLConnection
-
- setAuthenticationPlugins(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setAutoClosePStmtStreams(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setAutoCommit(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setAutoDeserialize(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setAutoGenerateTestcaseScript(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setAutoReconnect(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setAutoReconnect(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setAutoReconnect(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setAutoReconnect(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setAutoReconnectForConnectionPools(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setAutoReconnectForConnectionPools(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setAutoReconnectForConnectionPools(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setAutoReconnectForConnectionPools(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setAutoReconnectForPools(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setAutoReconnectForPools(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setAutoReconnectForPools(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setAutoReconnectForPools(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setAutoSlowLog(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setBigDecimal(String, BigDecimal) - Method in class com.mysql.jdbc.CallableStatement
-
- 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
-
- setBinaryEncoded() - Method in class com.mysql.jdbc.ResultSetImpl
-
Flag that this result set is 'binary' encoded (from a PreparedStatement),
not stored as strings.
- setBinaryStream(long) - Method in class com.mysql.jdbc.Blob
-
- setBinaryStream(long) - Method in class com.mysql.jdbc.BlobFromLocator
-
- setBinaryStream(String, InputStream, int) - Method in class com.mysql.jdbc.CallableStatement
-
- setBinaryStream(String, InputStream) - Method in class com.mysql.jdbc.CallableStatement
-
- setBinaryStream(String, InputStream, long) - Method in class com.mysql.jdbc.CallableStatement
-
- 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, 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) - Method in class com.mysql.jdbc.PreparedStatement
-
- setBinaryStream(int, InputStream, long) - Method in class com.mysql.jdbc.PreparedStatement
-
- setBinaryStream(int, InputStream, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
-
- setBlob(String, Blob) - Method in class com.mysql.jdbc.CallableStatement
-
- setBlob(String, InputStream) - Method in class com.mysql.jdbc.CallableStatement
-
- setBlob(String, InputStream, long) - Method in class com.mysql.jdbc.CallableStatement
-
- 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, InputStream) - Method in class com.mysql.jdbc.PreparedStatement
-
- setBlob(int, Blob) - Method in class com.mysql.jdbc.ServerPreparedStatement
-
- 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.LoadBalancedMySQLConnection
-
- setBlobsAreStrings(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setBlobSendChunkSize(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setBoolean(String, boolean) - Method in class com.mysql.jdbc.CallableStatement
-
- 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
-
- setBufLength(int) - Method in class com.mysql.jdbc.Buffer
-
- setByte(String, byte) - Method in class com.mysql.jdbc.CallableStatement
-
- 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
-
- setByteBuffer(byte[]) - Method in class com.mysql.jdbc.Buffer
-
Sets the array of bytes to use as a buffer to read from.
- setBytes(long, byte[]) - Method in class com.mysql.jdbc.Blob
-
- 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(long, byte[]) - Method in class com.mysql.jdbc.BlobFromLocator
-
- setBytes(String, byte[]) - Method in class com.mysql.jdbc.CallableStatement
-
- setBytes(int, byte[]) - Method in class com.mysql.jdbc.PreparedStatement
-
Set a parameter to a Java array of bytes.
- setBytes(int, byte[], boolean, boolean) - Method in class com.mysql.jdbc.PreparedStatement
-
- setBytes(int, byte[]) - Method in class com.mysql.jdbc.ServerPreparedStatement
-
- 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
-
DOCUMENT ME!
- setCacheCallableStatements(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setCacheCallableStatements(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setCacheCallableStatements(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setCacheCallableStmts(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setCachePreparedStatements(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setCachePreparedStatements(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setCachePreparedStatements(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setCachePreparedStatements(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setCachePrepStmts(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setCacheResultSetMetadata(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setCacheServerConfiguration(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setCallableStatementCacheSize(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setCallableStmtCacheSize(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setCapitalizeDBMDTypes(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setCapitalizeDBMDTypes(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setCapitalizeDBMDTypes(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setCapitalizeDBMDTypes(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setCapitalizeTypeNames(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setCapitalizeTypeNames(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setCapitalizeTypeNames(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setCapitalizeTypeNames(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setCatalog(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setCategoryName(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.ConnectionProperty
-
- setCharacterEncoding(String) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setCharacterEncoding(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setCharacterEncoding(String) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setCharacterEncoding(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setCharacterSet(String) - Method in class com.mysql.jdbc.Field
-
- setCharacterSetResults(String) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setCharacterSetResults(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setCharacterSetResults(String) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setCharacterSetResults(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setCharacterStream(String, Reader, int) - Method in class com.mysql.jdbc.CallableStatement
-
- setCharacterStream(String, Reader) - Method in class com.mysql.jdbc.CallableStatement
-
- setCharacterStream(String, Reader, long) - Method in class com.mysql.jdbc.CallableStatement
-
- setCharacterStream(long) - Method in class com.mysql.jdbc.Clob
-
- 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, 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) - Method in class com.mysql.jdbc.PreparedStatement
-
- setCharacterStream(int, Reader, long) - Method in class com.mysql.jdbc.PreparedStatement
-
- setCharacterStream(int, Reader, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
-
- 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.LoadBalancedMySQLConnection
-
- setClientCertificateKeyStorePassword(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setClientCertificateKeyStoreType(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setClientCertificateKeyStoreUrl(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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, String, String) - 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, String, String) - Method in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
-
- setClientInfo(Connection, Properties) - Method in class com.mysql.jdbc.JDBC4CommentClientInfoProvider
-
- setClientInfo(Connection, String, String) - Method in class com.mysql.jdbc.JDBC4CommentClientInfoProvider
-
- setClientInfo(Properties) - Method in class com.mysql.jdbc.JDBC4Connection
-
- setClientInfo(String, String) - Method in class com.mysql.jdbc.JDBC4Connection
-
- setClientInfo(Properties) - Method in class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
-
- setClientInfo(String, String) - Method in class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
-
- setClientInfo(Properties) - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
-
- setClientInfo(String, String) - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
-
- 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.LoadBalancedMySQLConnection
-
- setClientInfoProvider(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setClientInfoSp - Variable in class com.mysql.jdbc.JDBC4ClientInfoProviderSP
-
- setClob(String, Clob) - Method in class com.mysql.jdbc.CallableStatement
-
- setClob(String, Reader) - Method in class com.mysql.jdbc.CallableStatement
-
- setClob(String, Reader, long) - Method in class com.mysql.jdbc.CallableStatement
-
- setClob(int, Clob) - Method in class com.mysql.jdbc.PreparedStatement
-
JDBC 2.0 Set a CLOB parameter.
- 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.ServerPreparedStatement
-
- setClobberStreamingResults(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setClobberStreamingResults(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setClobberStreamingResults(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setClobberStreamingResults(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setClobCharacterEncoding(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setCompensateOnDuplicateKeyUpdateCounts(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setConnection(MySQLConnection) - Method in class com.mysql.jdbc.Field
-
DOCUMENT ME!
- setConnectionAttributes(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setConnectionCollation(String) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setConnectionCollation(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setConnectionCollation(String) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setConnectionCollation(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setConnectionLifecycleInterceptors(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setConnectTimeout(int) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setConnectTimeout(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setConnectTimeout(int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setConnectTimeout(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setContinueBatchOnError(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setContinueBatchOnError(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setContinueBatchOnError(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setContinueBatchOnError(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setCreateDatabaseIfNotExist(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
-
DOCUMENT ME!
- setCursorName(String) - Method in class com.mysql.jdbc.StatementImpl
-
setCursorName defines the SQL cursor name that will be used by subsequent
execute methods.
- setDate(String, Date) - Method in class com.mysql.jdbc.CallableStatement
-
- setDate(String, Date, Calendar) - Method in class com.mysql.jdbc.CallableStatement
-
- setDate(int, Date) - 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.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.ServerPreparedStatement
-
Set a parameter to a java.sql.Date value.
- 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.LoadBalancedMySQLConnection
-
- setDefaultAuthenticationPlugin(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setDefaultFetchSize(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setDetectServerPreparedStmts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setDetectServerPreparedStmts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setDetectServerPreparedStmts(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setDetectServerPreparedStmts(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setDisabledAuthenticationPlugins(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setDisconnectOnExpiredPasswords(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setDontTrackOpenResources(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setDouble(String, double) - Method in class com.mysql.jdbc.CallableStatement
-
- 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
-
- 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.LoadBalancedMySQLConnection
-
- setDumpMetadataOnColumnNotFound(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setDumpQueriesOnException(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setDumpQueriesOnException(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setDumpQueriesOnException(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setDumpQueriesOnException(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setDynamicCalendars(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setElideSetAutoCommits(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setElideSetAutoCommits(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setElideSetAutoCommits(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setElideSetAutoCommits(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setEmptyStringsConvertToZero(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setEmulateLocators(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setEmulateLocators(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setEmulateLocators(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setEmulateLocators(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setEmulateUnsupportedPstmts(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setEnablePacketDebug(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setEnablePacketDebug(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setEnablePacketDebug(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setEnablePacketDebug(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setEnableQueryTimeouts(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setEncoding(String) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setEncoding(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setEncoding(String) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setEncoding(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setExceptionInterceptors(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setExplainSlowQueries(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setExplainSlowQueries(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setExplainSlowQueries(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setExplainSlowQueries(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setFailedOver(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setFailOverReadOnly(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setFailOverReadOnly(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setFailOverReadOnly(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setFailOverReadOnly(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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(String, float) - Method in class com.mysql.jdbc.CallableStatement
-
- 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
-
- 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.LoadBalancedMySQLConnection
-
- setFunctionsNeverReturnBlobs(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setGatherPerfMetrics(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setGatherPerformanceMetrics(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setGatherPerformanceMetrics(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setGatherPerformanceMetrics(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setGatherPerformanceMetrics(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setGenerateSimpleParameterMetadata(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setGetProceduresReturnsFunctions(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setHighAvailability(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
DOCUMENT ME!
- setHoldability(int) - Method in class com.mysql.jdbc.ConnectionImpl
-
- setHoldability(int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setHoldability(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setHoldResultsOpenOverStatementClose(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setIgnoreNonTxTables(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setIgnoreNonTxTables(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setIgnoreNonTxTables(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setIgnoreNonTxTables(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setIncludeInnodbStatusInDeadlockExceptions(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setIncludeThreadDumpInDeadlockExceptions(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setIncludeThreadNamesAsStatementComment(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setInGlobalTx(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setInitialTimeout(int) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setInitialTimeout(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setInitialTimeout(int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setInitialTimeout(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setInt(String, int) - Method in class com.mysql.jdbc.CallableStatement
-
- 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
-
- 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.LoadBalancedMySQLConnection
-
- setInteractiveClient(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
-
DOCUMENT ME!
- setIsInteractiveClient(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setIsInteractiveClient(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setIsInteractiveClient(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setJdbcCompliantTruncation(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setJdbcCompliantTruncation(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setJdbcCompliantTruncation(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setJdbcCompliantTruncation(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setJdbcCompliantTruncationForReads(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setLargeRowSizeThreshold(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setLoadBalanceAutoCommitStatementRegex(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setLoadBalanceAutoCommitStatementThreshold(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setLoadBalanceBlacklistTimeout(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setLoadBalanceConnectionGroup(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setLoadBalanceEnableJMX(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setLoadBalanceExceptionChecker(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setLoadBalancePingTimeout(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setLoadBalanceSQLExceptionSubclassFailover(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setLoadBalanceSQLStateFailover(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setLoadBalanceStrategy(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setLoadBalanceValidateConnectionOnSwapServer(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setLocalSocketAddress(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setLocatorFetchBufferSize(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setLogger(String) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setLogger(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setLogger(String) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setLogger(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setLoggerClassName(String) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setLoggerClassName(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setLoggerClassName(String) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setLoggerClassName(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setLogSlowQueries(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setLogSlowQueries(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setLogSlowQueries(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setLogSlowQueries(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setLogXaCommands(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setLong(String, long) - Method in class com.mysql.jdbc.CallableStatement
-
- 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
-
- 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.LoadBalancedMySQLConnection
-
- setMaintainTimeStats(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
-
DOCUMENT ME!
- setMaxQuerySizeToLog(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setMaxQuerySizeToLog(int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setMaxQuerySizeToLog(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setMaxReconnects(int) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setMaxReconnects(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setMaxReconnects(int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setMaxReconnects(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setMaxRows(int) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setMaxRows(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setMaxRows(int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setMaxRows(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setMetadataCacheSize(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setMysqlType(int) - Method in class com.mysql.jdbc.Field
-
- setNCharacterStream(String, Reader) - Method in class com.mysql.jdbc.CallableStatement
-
- setNCharacterStream(String, Reader, long) - Method in class com.mysql.jdbc.CallableStatement
-
- setNCharacterStream(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4ServerPreparedStatement
-
- setNCharacterStream(int, Reader) - Method in class com.mysql.jdbc.PreparedStatement
-
- 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.
- setNClob(int, NClob) - Method in class com.mysql.jdbc.JDBC4CallableStatement
-
JDBC 4.0 Set a NCLOB parameter.
- setNClob(String, NClob) - Method in class com.mysql.jdbc.JDBC4CallableStatement
-
- setNClob(String, Reader) - Method in class com.mysql.jdbc.JDBC4CallableStatement
-
- setNClob(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4CallableStatement
-
- setNClob(int, NClob) - Method in class com.mysql.jdbc.JDBC4PreparedStatement
-
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(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(int, NClob) - Method in class com.mysql.jdbc.JDBC4ServerPreparedStatement
-
- setNClob(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4ServerPreparedStatement
-
JDBC 4.0 Set a NCLOB parameter.
- setNClob(int, Reader) - Method in class com.mysql.jdbc.PreparedStatement
-
- setNClob(int, Reader, long) - Method in class com.mysql.jdbc.PreparedStatement
-
JDBC 4.0 Set a NCLOB parameter.
- 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.LoadBalancedMySQLConnection
-
- setNetTimeoutForStreamingResults(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setNetworkTimeout(Executor, int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setNextResultSet(ResultSetInternalMethods) - Method in class com.mysql.jdbc.ResultSetImpl
-
DOCUMENT ME!
- 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.LoadBalancedMySQLConnection
-
- setNoAccessToProcedureBodies(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setNoDatetimeStringSync(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setNoTimezoneConversionForTimeType(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setNString(String, String) - Method in class com.mysql.jdbc.JDBC4CallableStatement
-
- 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.
- setNull(String, int) - Method in class com.mysql.jdbc.CallableStatement
-
- setNull(String, int, String) - Method in class com.mysql.jdbc.CallableStatement
-
- setNull(int, int) - Method in class com.mysql.jdbc.PreparedStatement
-
Set a parameter to SQL NULL
Note: You must specify the parameters SQL type (although MySQL
ignores it)
- setNull(int, int, String) - 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.ServerPreparedStatement
-
- 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.LoadBalancedMySQLConnection
-
- setNullCatalogMeansCurrent(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setNullNamePatternMatchesAll(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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(int, Object) - Method in class com.mysql.jdbc.PreparedStatement
-
- setObject(int, Object, int) - Method in class com.mysql.jdbc.PreparedStatement
-
DOCUMENT ME!
- 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.
- 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.LoadBalancedMySQLConnection
-
- setOverrideSupportsIntegrityEnhancementFacility(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
-
DOCUMENT ME!
- setPacketDebugBufferSize(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setPacketDebugBufferSize(int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setPacketDebugBufferSize(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setPadCharsWithSpace(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setParanoid(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setParanoid(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setParanoid(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setParanoid(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setParseInfoCacheFactory(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setPasswordCharacterEncoding(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setPedantic(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setPedantic(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setPedantic(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setPedantic(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setPinGlobalTxToPhysicalConnection(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.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.LoadBalancedMySQLConnection
-
- setPopulateInsertRowWithDefaultValues(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
-
- setPreferSlaveDuringFailover(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
-
- setPreferSlaveDuringFailover(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setPreferSlaveDuringFailover(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setPreparedStatementCacheSize(int) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setPreparedStatementCacheSize(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setPreparedStatementCacheSize(int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setPreparedStatementCacheSize(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setPreparedStatementCacheSqlLimit(int) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setPreparedStatementCacheSqlLimit(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setPreparedStatementCacheSqlLimit(int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setPreparedStatementCacheSqlLimit(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setPrepStmtCacheSize(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setPrepStmtCacheSqlLimit(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setProcessEscapeCodesForPrepStmts(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setProfilerEventHandler(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setProfileSql(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setProfileSQL(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setProfileSql(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setProfileSQL(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setProfileSQL(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setProfileSql(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setProfileSQL(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setProfileSql(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setPropertiesTransform(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setProxy(MySQLConnection) - Method in interface com.mysql.jdbc.MySQLConnection
-
- setProxy(MySQLConnection) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setQueriesBeforeRetryMaster(int) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setQueriesBeforeRetryMaster(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setQueriesBeforeRetryMaster(int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setQueriesBeforeRetryMaster(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setQueryTimeoutKillsConnection(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setReadInfoMsgEnabled(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
-
- setReadInfoMsgEnabled(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- 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.LoadBalancedMySQLConnection
-
- setReadOnly(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setReadOnlyInternal(boolean) - Method in class com.mysql.jdbc.ConnectionImpl
-
- setReadOnlyInternal(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setReadOnlyInternal(boolean) - Method in interface com.mysql.jdbc.MySQLConnection
-
- setRealProxy(InvocationHandler) - Method in class com.mysql.jdbc.ConnectionImpl
-
- setReconnectAtTxEnd(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setReconnectAtTxEnd(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setReconnectAtTxEnd(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setReconnectAtTxEnd(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
-
DOCUMENT ME!
- setRelaxAutoCommit(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setRelaxAutoCommit(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setRelaxAutoCommit(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setReportMetricsIntervalMillis(int) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setReportMetricsIntervalMillis(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setReportMetricsIntervalMillis(int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setReportMetricsIntervalMillis(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setRequireSSL(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setRequireSSL(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setRequireSSL(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setRequireSSL(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setResourceId(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setResultSetSizeThreshold(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setRetainStatementAfterResultSetClose(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setRetriesAllDown(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setRewriteBatchedStatements(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setRollbackOnPooledClose(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setRoundRobinLoadBalance(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setRowId(int, RowId) - Method in class com.mysql.jdbc.JDBC4CallableStatement
-
- setRowId(String, RowId) - Method in class com.mysql.jdbc.JDBC4CallableStatement
-
- setRowId(int, RowId) - Method in class com.mysql.jdbc.JDBC4PreparedStatement
-
- setRowId(PreparedStatement, int, RowId) - Static method in class com.mysql.jdbc.JDBC4PreparedStatementHelper
-
- setRowId(int, RowId) - Method in class com.mysql.jdbc.JDBC4ServerPreparedStatement
-
- 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.LoadBalancedMySQLConnection
-
- setRunningCTS13(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setSavepoint() - Method in class com.mysql.jdbc.ConnectionImpl
-
- setSavepoint(String) - Method in class com.mysql.jdbc.ConnectionImpl
-
- setSavepoint() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setSavepoint(String) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setSavepoint() - Method in class com.mysql.jdbc.ReplicationConnection
-
- setSavepoint(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setSchema(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setSecondsBeforeRetryMaster(int) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setSecondsBeforeRetryMaster(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setSecondsBeforeRetryMaster(int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setSecondsBeforeRetryMaster(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setSelfDestructOnPingMaxOperations(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setSelfDestructOnPingSecondsLifetime(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setServerConfigCacheFactory(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setServerInfo(String) - Method in class com.mysql.jdbc.ResultSetImpl
-
Sets server info (if any)
- setServerTimezone(String) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setServerTimezone(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setServerTimezone(String) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setServerTimezone(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setSessionVariables(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setShort(String, short) - Method in class com.mysql.jdbc.CallableStatement
-
- 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
-
- setSlowQueryThresholdMillis(int) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setSlowQueryThresholdMillis(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setSlowQueryThresholdMillis(int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setSlowQueryThresholdMillis(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setSlowQueryThresholdNanos(long) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setSocketFactory(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setSocketFactoryClassName(String) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setSocketFactoryClassName(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setSocketFactoryClassName(String) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setSocketFactoryClassName(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setSocketTimeout(int) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setSocketTimeout(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setSocketTimeout(int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setSocketTimeout(int) - Method in class com.mysql.jdbc.MysqlIO
-
- setSocketTimeout(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setSQLXML(int, SQLXML) - Method in class com.mysql.jdbc.JDBC4CallableStatement
-
- setSQLXML(String, SQLXML) - Method in class com.mysql.jdbc.JDBC4CallableStatement
-
- setSQLXML(int, SQLXML) - Method in class com.mysql.jdbc.JDBC4PreparedStatement
-
- setSQLXML(PreparedStatement, int, SQLXML) - Static method in class com.mysql.jdbc.JDBC4PreparedStatementHelper
-
- setSQLXML(int, SQLXML) - Method in class com.mysql.jdbc.JDBC4ServerPreparedStatement
-
- 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.LoadBalancedMySQLConnection
-
- setStatementComment(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setStatementInterceptors(List<StatementInterceptorV2>) - Method in class com.mysql.jdbc.MysqlIO
-
- setStatementInterceptors(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
-
DOCUMENT ME!
- setStrictFloatingPoint(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setStrictFloatingPoint(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setStrictFloatingPoint(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setStrictUpdates(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setStrictUpdates(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setStrictUpdates(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setStrictUpdates(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setString(String, String) - Method in class com.mysql.jdbc.CallableStatement
-
- 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(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
-
- 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.LoadBalancedMySQLConnection
-
- setTcpKeepAlive(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setTcpNoDelay(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setTcpRcvBuf(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setTcpSndBuf(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setTcpTrafficClass(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setTime(String, Time) - Method in class com.mysql.jdbc.CallableStatement
-
- setTime(String, Time, Calendar) - Method in class com.mysql.jdbc.CallableStatement
-
- setTime(int, Time, Calendar) - 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.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.ServerPreparedStatement
-
Set a parameter to a java.sql.Time value.
- setTimeInternal(int, Time, Calendar, TimeZone, boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
-
Set a parameter to a java.sql.Time value.
- setTimestamp(String, Timestamp) - Method in class com.mysql.jdbc.CallableStatement
-
- setTimestamp(String, Timestamp, Calendar) - Method in class com.mysql.jdbc.CallableStatement
-
- setTimestamp(int, Timestamp, Calendar) - 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.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.ServerPreparedStatement
-
Set a parameter to a java.sql.Timestamp value.
- setTimestampInternal(int, Timestamp, Calendar, TimeZone, boolean) - Method in class com.mysql.jdbc.ServerPreparedStatement
-
- 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.LoadBalancedMySQLConnection
-
- setTinyInt1isBit(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setTraceProtocol(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setTraceProtocol(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setTraceProtocol(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setTraceProtocol(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setTransactionIsolation(int) - Method in class com.mysql.jdbc.ConnectionImpl
-
DOCUMENT ME!
- setTransactionIsolation(int) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setTransactionIsolation(int) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setTransformedBitIsBoolean(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setTreatUtilDateAsTimestamp(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setTrustCertificateKeyStorePassword(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setTrustCertificateKeyStoreType(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setTrustCertificateKeyStoreUrl(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setType(ServerPreparedStatement.BindValue, int) - Method in class com.mysql.jdbc.ServerPreparedStatement
-
- setTypeMap(Map<String, Class<?>>) - 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<String, Class<?>>) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setTypeMap(Map<String, Class<?>>) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUltraDevHack(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
-
- setURL(String, URL) - Method in class com.mysql.jdbc.CallableStatement
-
- setURL(int, URL) - Method in class com.mysql.jdbc.PreparedStatement
-
- setURL(int, URL) - Method in class com.mysql.jdbc.ServerPreparedStatement
-
- 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.LoadBalancedMySQLConnection
-
- setUseAffectedRows(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseBlobToStoreUTF8OutsideBMP(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseColumnNamesInFindColumn(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setUseCompression(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setUseCompression(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setUseCompression(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setUseCompression(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseConfigs(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseCursorFetch(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseDirectRowUnpack(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseDynamicCharsetInfo(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseFastDateParsing(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseFastIntParsing(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseGmtMillisForDatetimes(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setUseHostsInPrivileges(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setUseHostsInPrivileges(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setUseHostsInPrivileges(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setUseHostsInPrivileges(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseInformationSchema(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseJDBCCompliantTimezoneShift(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseJvmCharsetConverters(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseLegacyDatetimeCode(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseLocalSessionState(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseLocalTransactionState(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseNanosForElapsedTime(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseOldAliasMetadataBehavior(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseOldUTF8Behavior(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseOnlyServerErrorMessages(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseReadAheadInput(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setUseServerPreparedStmts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setUseServerPreparedStmts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setUseServerPreparedStmts(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setUseServerPreparedStmts(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseServerPrepStmts(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setUseSqlStateCodes(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setUseSqlStateCodes(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setUseSqlStateCodes(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setUseSqlStateCodes(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setUseSSL(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setUseSSL(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setUseSSL(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setUseSSL(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseSSPSCompatibleTimezoneShift(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setUseStreamLengthsInPrepStmts(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setUseStreamLengthsInPrepStmts(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setUseStreamLengthsInPrepStmts(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setUseStreamLengthsInPrepStmts(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setUseTimezone(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setUseTimezone(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setUseTimezone(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setUseTimezone(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setUseUltraDevWorkAround(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setUseUltraDevWorkAround(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setUseUltraDevWorkAround(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setUseUltraDevWorkAround(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setUseUnbufferedInput(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setUseUnbufferedInput(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setUseUnbufferedInput(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setUseUnbufferedInput(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setUseUnicode(boolean) - Method in interface com.mysql.jdbc.ConnectionProperties
-
DOCUMENT ME!
- setUseUnicode(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- setUseUnicode(boolean) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- setUseUnicode(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUseUsageAdvisor(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUtf8OutsideBmpExcludedColumnNamePattern(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setUtf8OutsideBmpIncludedColumnNamePattern(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setValue(boolean) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.BooleanConnectionProperty
-
- setValue(int) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.IntegerConnectionProperty
-
- setValue(long) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.LongConnectionProperty
-
- setValue(String, ExceptionInterceptor) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.MemorySizeConnectionProperty
-
- setValue(String) - Method in class com.mysql.jdbc.ConnectionPropertiesImpl.StringConnectionProperty
-
- 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.LoadBalancedMySQLConnection
-
- setVerifyServerCertificate(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- setWasMultiPacket(boolean) - Method in class com.mysql.jdbc.Buffer
-
Sets whether this packet was part of a multipacket
- setWasStreamingResults() - Method in exception com.mysql.jdbc.CommunicationsException
-
- setWasStreamingResults() - Method in interface com.mysql.jdbc.StreamingNotifiable
-
- setWatcher(OutputStreamWatcher) - Method in class com.mysql.jdbc.WatchableOutputStream
-
DOCUMENT ME!
- setWatcher(WriterWatcher) - Method in class com.mysql.jdbc.WatchableWriter
-
DOCUMENT ME!
- 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.LoadBalancedMySQLConnection
-
- setYearIsDateType(boolean) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancedMySQLConnection
-
- setZeroDateTimeBehavior(String) - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancingConnectionProxy
-
- shouldExceptionTriggerFailover(SQLException) - Method in class com.mysql.jdbc.NdbLoadBalanceExceptionChecker
-
- shouldExceptionTriggerFailover(SQLException) - Method in class com.mysql.jdbc.StandardLoadBalanceExceptionChecker
-
- shouldExecutionTriggerServerSwapAfter(String) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- shouldIntercept() - Method in class com.mysql.jdbc.MysqlIO
-
- shouldNotHappen(Exception) - Static method in exception com.mysql.jdbc.AssertionFailedException
-
Convenience method.
- shutdown() - Static method in class com.mysql.jdbc.AbandonedConnectionCleanupThread
-
- 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.LoadBalancedMySQLConnection
-
- shutdownServer() - Method in interface com.mysql.jdbc.MySQLConnection
-
- shutdownServer() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.
- 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
-
DOCUMENT ME!
- skip(long) - Method in class com.mysql.jdbc.CompressedInputStream
-
- 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.ReplicationConnection
-
- 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
-
- 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 delimitter
- split(String, String, String, String, boolean) - Static method in class com.mysql.jdbc.StringUtils
-
Splits stringToSplit into a list, using the given delimitter
- splitDBdotName(String, String, String, boolean) - Static method in class com.mysql.jdbc.StringUtils
-
Next we check if there is anything to split.
- 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_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_FAIL_DURING_TX - 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_DATE_TRUNCATED - Static variable in class com.mysql.jdbc.SQLError
-
- SQL_STATE_DATETIME_FIELD_OVERFLOW - Static variable in class com.mysql.jdbc.SQLError
-
- SQL_STATE_DEADLOCK - 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_ERROR_IN_ROW - 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_INVALID_AUTH_SPEC - 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_CONNECTION_ATTRIBUTE - 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_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_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_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_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_WRONG_NO_OF_PARAMETERS - 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
-
- 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 sting '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 sting 'searchIn' contains the string
'searchFor', disregarding case and leading whitespace
- startsWithIgnoreCaseAndWs(String, String, int) - Static method in class com.mysql.jdbc.StringUtils
-
Determines whether or not the sting '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.
- StatementImpl.CancelTask(StatementImpl) - Constructor for class com.mysql.jdbc.StatementImpl.CancelTask
-
- 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
-
- STATIC_4_0_CHARSET_TO_NUM_BYTES_MAP - Static variable in class com.mysql.jdbc.CharsetMapping
-
Map of MySQL-4.0 charset names to mblen
- STATIC_CHARSET_TO_NUM_BYTES_MAP - Static variable in class com.mysql.jdbc.CharsetMapping
-
Map of MySQL-4.1 charset names to mblen
- STATIC_INDEX_TO_MYSQL_CHARSET_MAP - Static variable in class com.mysql.jdbc.CharsetMapping
-
Map of MySQL-4.1 collation indexes to MySQL encoding names
- 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.LoadBalancedMySQLConnection
-
- 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
-
- 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
-
- 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
-
- subminorVersion - Variable in class com.mysql.jdbc.VersionedStringProperty
-
- 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 quoted isolation levels?
- supportsIsolationLevel() - Method in class com.mysql.jdbc.ConnectionImpl
-
DOCUMENT ME!
- supportsIsolationLevel() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- supportsIsolationLevel() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
-
DOCUMENT ME!
- supportsQuotedIdentifiers() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- supportsQuotedIdentifiers() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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 quoted identifiers?
- supportsTransactions() - Method in class com.mysql.jdbc.ConnectionImpl
-
DOCUMENT ME!
- supportsTransactions() - Method in class com.mysql.jdbc.DatabaseMetaData
-
Are transactions supported?
- supportsTransactions() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- supportsTransactions() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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.LoadBalancingConnectionProxy
-
- syncUpdate() - Method in class com.mysql.jdbc.UpdatableResultSet
-
Reset UPDATE prepared statement to value in current row.
- SYSTEM_TABLE_AS_BYTES - Static variable in class com.mysql.jdbc.DatabaseMetaData
-
- systemNanoTimeMethod - Static variable in class com.mysql.jdbc.Util
-
- unpackField(Buffer, boolean) - Method in class com.mysql.jdbc.MysqlIO
-
Unpacks the Field information from the given packet.
- unQuoteIdentifier(String, boolean) - 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.LoadBalancedMySQLConnection
-
- unregisterStatement(Statement) - Method in interface com.mysql.jdbc.MySQLConnection
-
- unSafeStatementInterceptors() - Method in class com.mysql.jdbc.ConnectionImpl
-
- unSafeStatementInterceptors() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- unSafeStatementInterceptors() - Method in interface com.mysql.jdbc.MySQLConnection
-
- unsetMaxRows(Statement) - Method in class com.mysql.jdbc.ConnectionImpl
-
Called by statements on their .close() to let the connection know when it
is safe to set the connection back to 'default' row limits.
- unsetMaxRows(Statement) - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- unsetMaxRows(Statement) - Method in interface com.mysql.jdbc.MySQLConnection
-
- unwrap(Class<?>) - Method in class com.mysql.jdbc.CallableStatement.CallableStatementParamInfoJDBC3
-
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<T>) - 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<T>) - 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<T>) - 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<T>) - Method in class com.mysql.jdbc.JDBC4LoadBalancedMySQLConnection
-
- unwrap(Class<T>) - Method in interface com.mysql.jdbc.JDBC4MySQLConnection
-
- unwrap(Class<T>) - 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<T>) - 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
-
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.ResultSetMetaData
-
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.StatementImpl
-
Returns an object that implements the given interface to allow access to non-standard methods,
or standard methods not exposed by the proxy.
- 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(String, InputStream) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateAsciiStream(int, InputStream, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateAsciiStream(String, InputStream, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateAsciiStream(int, InputStream) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- updateAsciiStream(int, InputStream, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- updateAsciiStream(String, InputStream) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- updateAsciiStream(String, InputStream, long) - 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(String, 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(String, InputStream, int) - Method in class com.mysql.jdbc.UpdatableResultSet
-
JDBC 2.0 Update a column with an ascii stream value.
- updateBigDecimal(int, 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.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.UpdatableResultSet
-
JDBC 2.0 Update a column with a BigDecimal value.
- updateBinaryStream(int, InputStream) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateBinaryStream(String, InputStream) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateBinaryStream(int, InputStream, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateBinaryStream(String, InputStream, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateBinaryStream(int, InputStream) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- updateBinaryStream(int, InputStream, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- updateBinaryStream(String, InputStream) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- updateBinaryStream(String, InputStream, long) - 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(String, 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(String, InputStream, int) - Method in class com.mysql.jdbc.UpdatableResultSet
-
JDBC 2.0 Update a column with a binary stream value.
- updateBlob(int, InputStream) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateBlob(String, InputStream) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateBlob(int, InputStream, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateBlob(String, InputStream, long) - 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.JDBC4UpdatableResultSet
-
- updateBlob(String, InputStream) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- updateBlob(String, InputStream, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- updateBlob(int, Blob) - Method in class com.mysql.jdbc.ResultSetImpl
-
- updateBlob(String, Blob) - Method in class com.mysql.jdbc.ResultSetImpl
-
- updateBlob(int, Blob) - Method in class com.mysql.jdbc.UpdatableResultSet
-
- 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(String, 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.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(String, 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.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(String, 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.UpdatableResultSet
-
JDBC 2.0 Update a column with a byte array value.
- updateCharacterStream(int, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateCharacterStream(String, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateCharacterStream(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateCharacterStream(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateCharacterStream(int, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- updateCharacterStream(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- updateCharacterStream(String, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- updateCharacterStream(String, Reader, long) - 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(String, 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(String, Reader, int) - Method in class com.mysql.jdbc.UpdatableResultSet
-
JDBC 2.0 Update a column with a character stream value.
- updateClob(int, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateClob(String, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateClob(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateClob(String, Reader, long) - 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.JDBC4UpdatableResultSet
-
- updateClob(String, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- updateClob(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- updateClob(int, Clob) - Method in class com.mysql.jdbc.ResultSetImpl
-
- updateClob(String, Clob) - Method in class com.mysql.jdbc.ResultSetImpl
-
- updateClob(int, Clob) - Method in class com.mysql.jdbc.UpdatableResultSet
-
- 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(String, 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.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(String, 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.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(String, 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.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(String, 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.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(String, 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.UpdatableResultSet
-
JDBC 2.0 Update a column with a long value.
- updateNCharacterStream(int, 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.JDBC4ResultSet
-
JDBC 4.0 Update a column with a character stream value.
- updateNCharacterStream(int, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateNCharacterStream(String, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateNCharacterStream(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateNCharacterStream(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateNCharacterStream(int, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- updateNCharacterStream(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- updateNCharacterStream(String, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- updateNCharacterStream(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- updateNCharacterStream(int, Reader, int) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
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.
- updateNClob(String, NClob) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateNClob(int, NClob) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateNClob(int, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateNClob(String, Reader) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateNClob(int, Reader, long) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateNClob(String, Reader, long) - 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.JDBC4UpdatableResultSet
-
- updateNClob(String, Reader) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- updateNClob(String, Reader, long) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- updateNClob(int, NClob) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- updateNClob(String, NClob) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- updateNString(int, String) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateNString(String, 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.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(String) - Method in class com.mysql.jdbc.ResultSetImpl
-
JDBC 2.0 Update a column with 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.UpdatableResultSet
-
JDBC 2.0 Update a column with a null value.
- updateObject(int, Object) - 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.ResultSetImpl
-
JDBC 2.0 Update a column with an Object value.
- updateObject(String, Object) - 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.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.UpdatableResultSet
-
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.UpdatableResultSet
-
JDBC 2.0 Update a column with an Object value.
- 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(String, RowId) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateRowId(int, RowId) - Method in class com.mysql.jdbc.JDBC4UpdatableResultSet
-
- 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(String, 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.UpdatableResultSet
-
JDBC 2.0 Update a column with a short value.
- updateSQLXML(int, SQLXML) - Method in class com.mysql.jdbc.JDBC4ResultSet
-
- updateSQLXML(String, 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.JDBC4UpdatableResultSet
-
- updateString(int, 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.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.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(String, 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.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(String, 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.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.LoadBalancedMySQLConnection
-
- 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
-
- useMaxRows() - Method in class com.mysql.jdbc.ConnectionImpl
-
Has maxRows() been set?
- useMaxRows() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- useMaxRows() - Method in interface com.mysql.jdbc.MySQLConnection
-
- 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
-
DOCUMENT ME!
- useUnbufferedInput() - Method in class com.mysql.jdbc.ConnectionPropertiesImpl
-
- useUnbufferedInput() - Method in class com.mysql.jdbc.LoadBalancedMySQLConnection
-
- useUnbufferedInput() - Method in class com.mysql.jdbc.ReplicationConnection
-
- 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
-
- 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
-
- Util.RandStructcture() - Constructor for class com.mysql.jdbc.Util.RandStructcture
-