- cache - Variable in class com.mysql.cj.PerConnectionLRUFactory.PerConnectionLRU
-
- CacheAdapter<K,V> - Interface in com.mysql.cj
-
- CacheAdapterFactory<K,V> - Interface in com.mysql.cj
-
- CachedResultSetMetaData - Interface in com.mysql.cj.jdbc.result
-
- cacheSqlLimit - Variable in class com.mysql.cj.PerConnectionLRUFactory.PerConnectionLRU
-
- calculateDifferences(Map<?, ?>, Map<?, ?>) - Static method in class com.mysql.cj.util.Util
-
- CALLER_INFORMATION_NOT_AVAILABLE - Static variable in class com.mysql.cj.util.LogUtils
-
- cancel() - Method in interface com.mysql.cj.CancelQueryTask
-
- CancelQueryTask - Interface in com.mysql.cj
-
- CancelStatus() - Constructor for enum com.mysql.cj.Query.CancelStatus
-
- canHandleAsServerPreparedStatementNoCache(String, ServerVersion, boolean, boolean, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
- cardinality - Variable in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- caseInsensitiveValues - Static variable in enum com.mysql.cj.conf.PropertyKey
-
- CATEGORY_AUTH - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_BLOBS - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_CONNECTION - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_DATETIMES - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_DEBUGING_PROFILING - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_EXCEPTIONS - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_HA - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_INTEGRATION - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_JDBC - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_METADATA - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_NETWORK - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_PERFORMANCE - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_PREPARED_STATEMENTS - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_RESULT_SETS - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_SECURITY - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_SESSION - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_STATEMENTS - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_USER_DEFINED - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- CATEGORY_XDEVAPI - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- ccAlias - Variable in enum com.mysql.cj.conf.PropertyKey
-
- change(String, Object) - Method in interface com.mysql.cj.xdevapi.ModifyStatement
-
Add an update to the statement setting the field, if it exists at the document path, to the given value.
- changeDatabase(String) - Method in interface com.mysql.cj.protocol.Protocol
-
- changeUser(String, String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Changes the user on this connection by performing a re-authentication.
- changeUser(String, String, String) - Method in interface com.mysql.cj.protocol.AuthenticationProvider
-
Re-authenticates as the given user and password
- changeUser(String, String, String) - Method in interface com.mysql.cj.protocol.Protocol
-
Re-authenticates as the given user and password
- changeUser(String, String, String) - Method in interface com.mysql.cj.Session
-
Re-authenticates as the given user and password
- CHARACTER_SET_CLIENT - Static variable in interface com.mysql.cj.CharsetSettings
-
- CHARACTER_SET_CONNECTION - Static variable in interface com.mysql.cj.CharsetSettings
-
- CHARACTER_SET_RESULTS - Static variable in interface com.mysql.cj.CharsetSettings
-
- CHARSET_NAME_TO_CHARSET - Static variable in class com.mysql.cj.CharsetMapping
-
- CHARSET_NAME_TO_COLLATION_INDEX - Static variable in class com.mysql.cj.CharsetMapping
-
- CharsetMapping - Class in com.mysql.cj
-
Mapping between MySQL charset names and Java charset names.
- CharsetMapping() - Constructor for class com.mysql.cj.CharsetMapping
-
- charsetName - Variable in class com.mysql.cj.MysqlCharset
-
- CharsetSettings - Interface in com.mysql.cj
-
- checkAllParametersSet() - Method in interface com.mysql.cj.QueryBindings
-
- checkCancelTimeout() - Method in interface com.mysql.cj.Query
-
- checkClosed() - Method in interface com.mysql.cj.MysqlConnection
-
- checkErrorMessage() - Method in interface com.mysql.cj.protocol.Protocol
-
Read one message from the MySQL server, checks for errors in it, and if none,
returns the message, ready for reading
- checkNullOrEmptyQuery(String) - Method in interface com.mysql.cj.PreparedQuery
-
- checkParameterSet(int) - Method in interface com.mysql.cj.QueryBindings
-
- CHR_BEGIN_TOKEN - Static variable in class com.mysql.cj.util.EscapeTokenizer
-
- CHR_COMMENT - Static variable in class com.mysql.cj.util.EscapeTokenizer
-
- CHR_CR - Static variable in class com.mysql.cj.util.EscapeTokenizer
-
- CHR_DBL_QUOTE - Static variable in class com.mysql.cj.util.EscapeTokenizer
-
- CHR_END_TOKEN - Static variable in class com.mysql.cj.util.EscapeTokenizer
-
- CHR_ESCAPE - Static variable in class com.mysql.cj.util.EscapeTokenizer
-
- CHR_LF - Static variable in class com.mysql.cj.util.EscapeTokenizer
-
- CHR_SGL_QUOTE - Static variable in class com.mysql.cj.util.EscapeTokenizer
-
- CHR_VARIABLE - Static variable in class com.mysql.cj.util.EscapeTokenizer
-
- CJ_FULL_NAME - Static variable in class com.mysql.cj.Constants
-
- CJ_LICENSE - Static variable in class com.mysql.cj.Constants
-
- CJ_MAJOR_VERSION - Static variable in class com.mysql.cj.Constants
-
- CJ_MINOR_VERSION - Static variable in class com.mysql.cj.Constants
-
- CJ_NAME - Static variable in class com.mysql.cj.Constants
-
- CJ_REVISION - Static variable in class com.mysql.cj.Constants
-
- CJ_VERSION - Static variable in class com.mysql.cj.Constants
-
- CJCommunicationsException - Exception in com.mysql.cj.exceptions
-
- CJCommunicationsException() - Constructor for exception com.mysql.cj.exceptions.CJCommunicationsException
-
- CJCommunicationsException(String) - Constructor for exception com.mysql.cj.exceptions.CJCommunicationsException
-
- CJCommunicationsException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.CJCommunicationsException
-
- CJCommunicationsException(Throwable) - Constructor for exception com.mysql.cj.exceptions.CJCommunicationsException
-
- CJCommunicationsException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.CJCommunicationsException
-
- CJConnectionFeatureNotAvailableException - Exception in com.mysql.cj.exceptions
-
- CJConnectionFeatureNotAvailableException() - Constructor for exception com.mysql.cj.exceptions.CJConnectionFeatureNotAvailableException
-
- CJConnectionFeatureNotAvailableException(PropertySet, ServerSession, PacketSentTimeHolder, Exception) - Constructor for exception com.mysql.cj.exceptions.CJConnectionFeatureNotAvailableException
-
- CJException - Exception in com.mysql.cj.exceptions
-
The base unchecked exception thrown internally in connector.
- CJException() - Constructor for exception com.mysql.cj.exceptions.CJException
-
- CJException(String) - Constructor for exception com.mysql.cj.exceptions.CJException
-
- CJException(Throwable) - Constructor for exception com.mysql.cj.exceptions.CJException
-
- CJException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.CJException
-
- CJException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.CJException
-
- CJOperationNotSupportedException - Exception in com.mysql.cj.exceptions
-
- CJOperationNotSupportedException() - Constructor for exception com.mysql.cj.exceptions.CJOperationNotSupportedException
-
- CJOperationNotSupportedException(String) - Constructor for exception com.mysql.cj.exceptions.CJOperationNotSupportedException
-
- CJPacketTooBigException - Exception in com.mysql.cj.exceptions
-
Thrown when a packet that is too big for the server is created.
- CJPacketTooBigException() - Constructor for exception com.mysql.cj.exceptions.CJPacketTooBigException
-
- CJPacketTooBigException(String) - Constructor for exception com.mysql.cj.exceptions.CJPacketTooBigException
-
- CJPacketTooBigException(Throwable) - Constructor for exception com.mysql.cj.exceptions.CJPacketTooBigException
-
- CJPacketTooBigException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.CJPacketTooBigException
-
- CJPacketTooBigException(long, long) - Constructor for exception com.mysql.cj.exceptions.CJPacketTooBigException
-
Creates a new CJPacketTooBigException object.
- CJTimeoutException - Exception in com.mysql.cj.exceptions
-
- CJTimeoutException() - Constructor for exception com.mysql.cj.exceptions.CJTimeoutException
-
- CJTimeoutException(String) - Constructor for exception com.mysql.cj.exceptions.CJTimeoutException
-
- CJTimeoutException(Throwable) - Constructor for exception com.mysql.cj.exceptions.CJTimeoutException
-
- CJTimeoutException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.CJTimeoutException
-
- cleanup(Throwable) - Method in interface com.mysql.cj.MysqlConnection
-
Destroys this connection and any underlying resources.
- clearArgs() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Remove all current bindings.
- clearAttributes() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- clearAttributes() - Method in interface com.mysql.cj.QueryAttributesBindings
-
Removes all query attributes from the query attributes list.
- clearBatchedArgs() - Method in interface com.mysql.cj.Query
-
- clearBindings() - Method in interface com.mysql.cj.xdevapi.Statement
-
Clear all bindings for this statement.
- clearBindValues() - Method in interface com.mysql.cj.QueryBindings
-
- clearHasTriedMaster() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Deprecated.
- clearNextResultset() - Method in interface com.mysql.cj.protocol.Resultset
-
Clears the reference to the next result set in a multi-result set
"chain".
- Client - Interface in com.mysql.cj.xdevapi
-
X DevAPI class encapsulating a Session pooling functionality.
- Client.ClientProperty - Enum in com.mysql.cj.xdevapi
-
- ClientFactory - Class in com.mysql.cj.xdevapi
-
ClientFactory is used for creation of
Client instances.
- ClientFactory() - Constructor for class com.mysql.cj.xdevapi.ClientFactory
-
- ClientInfoProvider - Interface in com.mysql.cj.jdbc
-
Classes that implement this interface and provide a no-args constructor can be used by the driver to store and retrieve client information and/or labels.
- clientPrepareStatement(String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
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.cj.jdbc.JdbcConnection
-
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.cj.jdbc.JdbcConnection
-
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.cj.jdbc.JdbcConnection
-
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.cj.jdbc.JdbcConnection
-
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.cj.jdbc.JdbcConnection
-
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.
- ClientProperty(String) - Constructor for enum com.mysql.cj.xdevapi.Client.ClientProperty
-
- clone() - Method in interface com.mysql.cj.BindValue
-
- clone() - Method in interface com.mysql.cj.QueryBindings
-
- close() - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.close(), before the driver
processes its own internal logic for close.
- close() - Method in interface com.mysql.cj.protocol.Protocol
-
- close() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
We're done.
- close() - Method in interface com.mysql.cj.xdevapi.Client
-
Close Client.
- close() - Method in interface com.mysql.cj.xdevapi.Session
-
Close this session.
- ClosedOnExpiredPasswordException - Exception in com.mysql.cj.exceptions
-
Equivalent to SQLSTATE ER_MUST_CHANGE_PASSWORD_LOGIN = 1862
"Your password has expired.
- ClosedOnExpiredPasswordException() - Constructor for exception com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
-
- ClosedOnExpiredPasswordException(String) - Constructor for exception com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
-
- ClosedOnExpiredPasswordException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
-
- ClosedOnExpiredPasswordException(Throwable) - Constructor for exception com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
-
- ClosedOnExpiredPasswordException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
-
- closeOwner(boolean) - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- closeQuery() - Method in interface com.mysql.cj.Query
-
- CLOSING_MARKERS - Static variable in class com.mysql.cj.QueryInfo
-
- closingMarkers - Variable in class com.mysql.cj.util.StringInspector
-
- colDecimals - Variable in class com.mysql.cj.result.Field
-
- colFlag - Variable in class com.mysql.cj.result.Field
-
- Collation - Class in com.mysql.cj
-
- Collation(int, String, int, String) - Constructor for class com.mysql.cj.Collation
-
- Collation(int, String[], int, String) - Constructor for class com.mysql.cj.Collation
-
- COLLATION_CONNECTION - Static variable in interface com.mysql.cj.CharsetSettings
-
- COLLATION_INDEX_TO_CHARSET - Static variable in class com.mysql.cj.CharsetMapping
-
- COLLATION_INDEX_TO_COLLATION_NAME - Static variable in class com.mysql.cj.CharsetMapping
-
- COLLATION_NAME_TO_COLLATION_INDEX - Static variable in class com.mysql.cj.CharsetMapping
-
- collationIndex - Variable in class com.mysql.cj.result.Field
-
- collationNames - Variable in class com.mysql.cj.Collation
-
- collectHostsInfo(ConnectionUrlParser) - Method in class com.mysql.cj.conf.ConnectionUrl
-
- Collection - Interface in com.mysql.cj.xdevapi
-
Representation of a document collection.
- collectProperties(ConnectionUrlParser, Properties) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Joins the connection arguments from the connection string with the ones from the given connection arguments map collecting them in a single map.
- Column - Interface in com.mysql.cj.xdevapi
-
- ColumnDefinition - Interface in com.mysql.cj.protocol
-
Represents protocol specific result set metadata,
eg., for native protocol, Protocol::ColumnDefinition41 protocol entity.
- columnName - Variable in class com.mysql.cj.result.Field
-
- com.mysql.cj - package com.mysql.cj
-
- com.mysql.cj.callback - package com.mysql.cj.callback
-
- com.mysql.cj.conf - package com.mysql.cj.conf
-
- com.mysql.cj.exceptions - package com.mysql.cj.exceptions
-
- com.mysql.cj.interceptors - package com.mysql.cj.interceptors
-
- com.mysql.cj.jdbc - package com.mysql.cj.jdbc
-
- com.mysql.cj.jdbc.ha - package com.mysql.cj.jdbc.ha
-
- com.mysql.cj.jdbc.interceptors - package com.mysql.cj.jdbc.interceptors
-
- com.mysql.cj.jdbc.result - package com.mysql.cj.jdbc.result
-
- com.mysql.cj.log - package com.mysql.cj.log
-
- com.mysql.cj.protocol - package com.mysql.cj.protocol
-
- com.mysql.cj.result - package com.mysql.cj.result
-
- com.mysql.cj.util - package com.mysql.cj.util
-
- com.mysql.cj.xdevapi - package com.mysql.cj.xdevapi
-
Java classes for X DevAPI support.
- commit() - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.commit(), before the
driver processes its own internal logic for commit().
- commit() - Method in interface com.mysql.cj.xdevapi.Session
-
Commit the transaction.
- compareTo(ServerVersion) - Method in class com.mysql.cj.ServerVersion
-
- compareTo(DnsSrv.SrvRecord) - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
-
- completeVersion - Variable in class com.mysql.cj.ServerVersion
-
- Compression() - Constructor for enum com.mysql.cj.conf.PropertyDefinitions.Compression
-
- computeBatchSize(int) - Method in interface com.mysql.cj.PreparedQuery
-
- Concurrency(int) - Constructor for enum com.mysql.cj.protocol.Resultset.Concurrency
-
- configurePostHandshake(boolean) - Method in interface com.mysql.cj.CharsetSettings
-
Sets up client character set.
- configurePreHandshake(boolean) - Method in interface com.mysql.cj.CharsetSettings
-
Choose the MySQL collation index for the handshake packet and the corresponding Java encodings for the password and error messages.
- configureTimeZone() - Method in interface com.mysql.cj.protocol.Protocol
-
- connect(String, String, String) - Method in interface com.mysql.cj.protocol.AuthenticationProvider
-
- connect(String, String, String) - Method in interface com.mysql.cj.protocol.Protocol
-
Create a new session.
- connect(String, int, PropertySet, ExceptionInterceptor, Log, int) - Method in interface com.mysql.cj.protocol.SocketConnection
-
Connect to the MySQL server and setup a stream connection.
- connect(String, int, PropertySet, int) - Method in interface com.mysql.cj.protocol.SocketFactory
-
Creates a new socket or channel using the given properties.
- CONNECTION_STRING_PTRN - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
-
- ConnectionIsClosedException - Exception in com.mysql.cj.exceptions
-
Operation attempted on already closed Connection
- ConnectionIsClosedException() - Constructor for exception com.mysql.cj.exceptions.ConnectionIsClosedException
-
- ConnectionIsClosedException(String) - Constructor for exception com.mysql.cj.exceptions.ConnectionIsClosedException
-
- ConnectionIsClosedException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.ConnectionIsClosedException
-
- ConnectionIsClosedException(Throwable) - Constructor for exception com.mysql.cj.exceptions.ConnectionIsClosedException
-
- ConnectionIsClosedException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.ConnectionIsClosedException
-
- ConnectionLifecycleInterceptor - Interface in com.mysql.cj.jdbc.interceptors
-
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.
- ConnectionPropertiesTransform - Interface in com.mysql.cj.conf
-
Implement this interface, and pass the class name as the 'propertiesTransform' property in your 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.
- ConnectionUrl - Class in com.mysql.cj.conf
-
A container for a database URL and a collection of given connection arguments.
- ConnectionUrl() - Constructor for class com.mysql.cj.conf.ConnectionUrl
-
Empty constructor.
- ConnectionUrl(String) - Constructor for class com.mysql.cj.conf.ConnectionUrl
-
Constructor for unsupported URLs
- ConnectionUrl(ConnectionUrlParser, Properties) - Constructor for class com.mysql.cj.conf.ConnectionUrl
-
Constructs an instance of
ConnectionUrl, performing all the required initializations.
- ConnectionUrl.HostsCardinality - Enum in com.mysql.cj.conf
-
The rules describing the number of hosts a database URL may contain.
- ConnectionUrl.Type - Enum in com.mysql.cj.conf
-
The database URL type which is determined by the scheme section of the connection string.
- connectionUrlCache - Static variable in class com.mysql.cj.conf.ConnectionUrl
-
- ConnectionUrlParser - Class in com.mysql.cj.conf
-
This class parses a connection string using the general URI structure defined in RFC 3986.
- ConnectionUrlParser(String) - Constructor for class com.mysql.cj.conf.ConnectionUrlParser
-
Constructs a connection string parser for the given connection string.
- ConnectionUrlParser.Pair<T,U> - Class in com.mysql.cj.conf
-
This class is a simple container for two elements.
- Constants - Class in com.mysql.cj
-
Represents various constants used in the driver.
- Constants() - Constructor for class com.mysql.cj.Constants
-
Prevents instantiation
- consumeEvent(ProfilerEvent) - Method in interface com.mysql.cj.log.ProfilerEventHandler
-
- containsOnDuplicateKeyUpdate - Variable in class com.mysql.cj.QueryInfo
-
- containsOnDuplicateKeyUpdate() - Method in class com.mysql.cj.QueryInfo
-
Does this query info represent a query that contains an ON DUPLICATE KEY UPDATE clause? This operation does not take into consideration the multiplicity
of queries in the original SQL.
- containsOnDuplicateKeyUpdateClause(String, boolean) - Static method in class com.mysql.cj.QueryInfo
-
Checks whether the specified SQL contains or not an ON DUPLICATE KEY UPDATE clause.
- count() - Method in interface com.mysql.cj.xdevapi.Collection
-
Query the number of documents in this collection.
- count() - Method in interface com.mysql.cj.xdevapi.FetchResult
-
How many items are in this result? This method forces internal buffering of the entire result.
- count() - Method in interface com.mysql.cj.xdevapi.Table
-
Query the number of rows in this table.
- createAndCacheString() - Method in class com.mysql.cj.util.LazyString
-
- createCollection(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Create a new collection.
- createCollection(String, boolean) - Method in interface com.mysql.cj.xdevapi.Schema
-
Create a new collection if it does not already exist on the server.
- createCollection(String, Schema.CreateCollectionOptions) - Method in interface com.mysql.cj.xdevapi.Schema
-
Create a new collection.
- CreateCollectionOptions() - Constructor for class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
-
- createCommunicationsException(PropertySet, ServerSession, PacketSentTimeHolder, PacketReceivedTimeHolder, Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
- createException(String) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
- createException(Class<T>, String) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
- createException(String, ExceptionInterceptor) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
- createException(Class<T>, String, ExceptionInterceptor) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
- createException(String, Throwable) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
- createException(Class<T>, String, Throwable) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
- createException(String, Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
- createException(String, String, int, boolean, Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
- createException(Class<T>, String, Throwable, ExceptionInterceptor) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
- createFromBigDecimal(BigDecimal) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromBigInteger(BigInteger) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromBit(byte[], int, int) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromBytes(byte[], int, int, Field) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromDate(InternalDate) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromDatetime(InternalTimestamp) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromDouble(double) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromLong(long) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromMessage(M) - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
-
Create ProtocolEntity of type T from protocol message.
- createFromNull() - Method in interface com.mysql.cj.result.ValueFactory
-
Create result value from intermediate null value.
- createFromProtocolEntity(ProtocolEntity) - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
-
Create object from protocol entity.
- createFromTime(InternalTime) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromTimestamp(InternalTimestamp) - Method in interface com.mysql.cj.result.ValueFactory
-
- createFromYear(long) - Method in interface com.mysql.cj.result.ValueFactory
-
- createIndex(String, DbDoc) - Method in interface com.mysql.cj.xdevapi.Collection
-
Create a new statement defining the creation of an index on this collection.
- createIndex(String, String) - Method in interface com.mysql.cj.xdevapi.Collection
-
Create a new statement defining the creation of an index on this collection.
- createLinkFailureMessageBasedOnHeuristics(PropertySet, ServerSession, PacketSentTimeHolder, PacketReceivedTimeHolder, Throwable) - Static method in class com.mysql.cj.exceptions.ExceptionFactory
-
Creates a communications link failure message to be used in CommunicationsException
that (hopefully) has some better information and suggestions based on heuristics.
- createNewIO(boolean) - Method in interface com.mysql.cj.MysqlConnection
-
Creates an IO channel to the server.
- createParams - Variable in enum com.mysql.cj.MysqlType
-
- createRuntimeProperty() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Creates instance of ReadableProperty or ModifiableProperty depending on isRuntimeModifiable() result.
- createSchema(String) - Method in interface com.mysql.cj.xdevapi.Session
-
Create and return a new schema with the name given by name.
- createSchema(String, boolean) - Method in interface com.mysql.cj.xdevapi.Session
-
Create and return a new schema with the name given by name.
- credentialId - Variable in class com.mysql.cj.callback.FidoAuthenticationCallback
-
- cursorExists() - Method in interface com.mysql.cj.protocol.ServerSession
-
Server will only open a cursor and set this flag if it can, otherwise it punts and goes back to mysql_store_results() behavior.
- GENERIC_HOST_PTRN - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
-
- get(K) - Method in interface com.mysql.cj.CacheAdapter
-
- get(String) - Static method in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- get(String) - Method in class com.mysql.cj.PerConnectionLRUFactory.PerConnectionLRU
-
- get(int) - Method in interface com.mysql.cj.result.RowList
-
Optionally retrieve Row at index n.
- get() - Method in class com.mysql.cj.util.LazyString
-
- getActiveMySQLConnection() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getActiveStatementCount() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns the number of statements active on this connection, which
haven't been .close()d.
- getAffectedItemsCount() - Method in interface com.mysql.cj.xdevapi.Result
-
Get the count of affected items from manipulation statements.
- getAllowableValues() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the list of allowable values.
- getAlternateDnsSrvType() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- getArgs() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get binding arguments.
- getArray(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getAsciiStream(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getAttributeValue(int) - Method in interface com.mysql.cj.QueryAttributesBindings
-
Returns an internal representation of the query attribute in the given position of the query attributes list.
- getAuthenticationProvider() - Method in interface com.mysql.cj.protocol.Protocol
-
- getAuthenticatorData() - Method in class com.mysql.cj.callback.FidoAuthenticationCallback
-
Returns the FIDO Authenticator Data produced by the authenticator interaction.
- getAuthority() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the authority section.
- getAutoIncrementIncrement() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns the -session- value of 'auto_increment_increment' from the server if it exists,
or '1' if not.
- getAutoIncrementValue() - Method in interface com.mysql.cj.xdevapi.InsertResult
-
Get the auto-increment value if one was generated from a row insert statement.
- getAutoIncrementValue() - Method in interface com.mysql.cj.xdevapi.SqlResult
-
- getBatchCommandIndex() - Method in interface com.mysql.cj.PreparedQuery
-
- getBatchedArgs() - Method in interface com.mysql.cj.Query
-
Get the batched args as added by the addBatch method(s).
- getBigDecimal(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getBigDecimal(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a decimal value.
- getBigDecimal(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a decimal value.
- getBigInteger(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getBigInteger(int) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
- getBinaryLength() - Method in interface com.mysql.cj.BindValue
-
Gets the length of this bind value in the binary protocol representation.
- getBinaryLength(BindValue) - Method in interface com.mysql.cj.protocol.ValueEncoder
-
- getBinaryStream(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getBinding(int, boolean) - Method in interface com.mysql.cj.QueryBindings
-
- getBindValues() - Method in interface com.mysql.cj.QueryBindings
-
- getBlob(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getBoolean(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getBoolean(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a boolean value.
- getBoolean(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a boolean value.
- getBooleanProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
-
- getBooleanProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
-
- getBoundBeforeExecutionNum() - Method in interface com.mysql.cj.BindValue
-
- getBuffer() - Method in interface com.mysql.cj.protocol.MessageHeader
-
- getByJdbcType(int) - Static method in enum com.mysql.cj.MysqlType
-
- getByName(String) - Static method in enum com.mysql.cj.MysqlType
-
Get MysqlType matching the full MySQL type name, for example "DECIMAL(5,3) UNSIGNED ZEROFILL".
- getByte(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getByte(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a byte value.
- getByte(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
- getByteBuffer() - Method in interface com.mysql.cj.protocol.Message
-
Returns the array of bytes this Buffer is using to read from.
- getBytes(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getBytes(BindValue) - Method in interface com.mysql.cj.protocol.ValueEncoder
-
- getBytes(int) - Method in interface com.mysql.cj.result.Row
-
Returns the value at the given column as a byte array.
- getBytes(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the byte[] representation of the given string using the given encoding.
- getBytes(char[]) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the byte[] representation of subset of the given char[] using the default/platform encoding.
- getBytes(char[], String) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the byte[] representation of subset of the given char[] using the given encoding.
- getBytes(char[], int, int) - Static method in class com.mysql.cj.util.StringUtils
-
- getBytes(char[], int, int, String) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the byte[] representation of subset of the given char[] using the given encoding.
- getBytes(String) - Static method in class com.mysql.cj.util.StringUtils
-
- getBytes(String, int, int) - Static method in class com.mysql.cj.util.StringUtils
-
- getBytes(String, int, int, String) - Static method in class com.mysql.cj.util.StringUtils
-
- getBytesNullTerminated(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
- getBytesRepresentation(int) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- getBytesRepresentation(int) - Method in interface com.mysql.cj.QueryBindings
-
- getBytesWrapped(String, char, char, String) - Static method in class com.mysql.cj.util.StringUtils
-
Returns the byte[] representation of the given string properly wrapped between the given char delimiters using the given encoding.
- getByteValue() - Method in interface com.mysql.cj.BindValue
-
- getCachedMetaData(String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns cached metadata (or null if not cached) for the given query, which must match _exactly_.
- getCalendar() - Method in interface com.mysql.cj.BindValue
-
- getCancelTimeoutMutex() - Method in interface com.mysql.cj.Query
-
- getCanonicalDate(String) - Static method in class com.mysql.cj.util.TimeUtil
-
- getCanonicalDateTime(String) - Static method in class com.mysql.cj.util.TimeUtil
-
- getCanonicalTime(String) - Static method in class com.mysql.cj.util.TimeUtil
-
- getCanonicalTimeZone(String, ExceptionInterceptor) - Static method in class com.mysql.cj.util.TimeUtil
-
Returns the 'official' Java timezone name for the given timezone
- getCapabilities() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getCapabilityFlags() - Method in interface com.mysql.cj.protocol.ServerCapabilities
-
- getCardinality() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- getCategory() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property category.
- getCaughtWhileCancelling() - Method in interface com.mysql.cj.CancelQueryTask
-
- getCcAlias() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property camel-case alias.
- getCcAlias() - Method in enum com.mysql.cj.conf.PropertyKey
-
Gets the camel-case alias key name of this enum element.
- getChar() - Method in class com.mysql.cj.util.StringInspector
-
Returns the character in the current position.
- getCharacterSetMetadata() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getCharacterSetName() - Method in interface com.mysql.cj.xdevapi.Column
-
Get character set name for the column value.
- getCharacterStream(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getCharsetSettings() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getClassName() - Method in enum com.mysql.cj.MysqlType
-
- getClient(String, String) - Method in class com.mysql.cj.xdevapi.ClientFactory
-
Creates a
Client object which provides a Session pooling functionality.
- getClient(String, Properties) - Method in class com.mysql.cj.xdevapi.ClientFactory
-
Creates a
Client object that provides a Session pooling functionality.
- getClientInfo(Connection) - Method in interface com.mysql.cj.jdbc.ClientInfoProvider
-
Returns the client info for the connection that this provider
instance belongs to.
- getClientInfo(Connection, String) - Method in interface com.mysql.cj.jdbc.ClientInfoProvider
-
Returns the client info for the connection that this provider
instance belongs to.
- getClientInfoProviderImpl() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getClientParam() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getClob(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getCode() - Method in interface com.mysql.cj.protocol.Warning
-
Get warning code.
- getCollationIndex() - Method in class com.mysql.cj.result.Field
-
- getCollationIndexForCollationName(String) - Method in interface com.mysql.cj.CharsetSettings
-
- getCollationIndexForJavaEncoding(String, ServerVersion) - Method in interface com.mysql.cj.CharsetSettings
-
- getCollationIndexForMysqlCharsetName(String) - Method in interface com.mysql.cj.CharsetSettings
-
- getCollationName() - Method in interface com.mysql.cj.xdevapi.Column
-
Get collation name for the column value.
- getCollationNameForCollationIndex(Integer) - Method in interface com.mysql.cj.CharsetSettings
-
- getCollection() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Collection object.
- getCollection(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named collection.
- getCollection(String, boolean) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named collection hinting that an exception should be thrown if the collection is not known to the server.
- getCollectionAsTable(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named collection using the table API.
- getCollections() - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve the set of collections existing in this schema.
- getCollections(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve the set of collections existing in this schema and matching the given pattern.
- getColumnCount() - Method in interface com.mysql.cj.xdevapi.RowResult
-
Count of columns.
- getColumnDefinition() - Method in interface com.mysql.cj.protocol.Resultset
-
- getColumnLabel() - Method in class com.mysql.cj.result.Field
-
- getColumnLabel() - Method in interface com.mysql.cj.xdevapi.Column
-
Get alias of this column.
- getColumnLabelToIndex() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- getColumnName() - Method in interface com.mysql.cj.xdevapi.Column
-
Get name of this column.
- getColumnNames() - Method in interface com.mysql.cj.xdevapi.RowResult
-
Names of columns.
- getColumnNameToIndex() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- getColumns() - Method in interface com.mysql.cj.xdevapi.RowResult
-
Metadata.
- getColumnToIndexCache() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- getConnection() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getConnectionArgumentsAsProperties() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a
Properties instance containing the connection arguments extracted from the URL query section, i.e., per host attributes are excluded.
- getConnectionGroupId() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
- getConnectionId() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the id of the associated connection (-1 for none).
- getConnectionMutex() - Method in interface com.mysql.cj.MysqlConnection
-
- getConnectionUrlInstance(String, Properties) - Static method in class com.mysql.cj.conf.ConnectionUrl
-
Static factory method that returns either a new instance of a
ConnectionUrl or a cached one.
- getConnectionUrlInstance(ConnectionUrlParser, Properties) - Static method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
Instantiates a class that implements the right type of connection URLs for the given
ConnectionUrlParser.
- getContextForWithStatement(String, boolean) - Static method in class com.mysql.cj.QueryInfo
-
Returns the context of the WITH statement.
- getCount() - Method in interface com.mysql.cj.QueryAttributesBindings
-
Get the count of query attributes in the list.
- getCreateParams() - Method in enum com.mysql.cj.MysqlType
-
- getCredentialId() - Method in class com.mysql.cj.callback.FidoAuthenticationCallback
-
Returns the FIDO Credential ID for the coming authenticator interaction.
- getCriteria() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get the search criteria.
- getCurrentConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
- getCurrentDatabase() - Method in interface com.mysql.cj.Query
-
- getCurrentTimeNanosOrMillis() - Static method in class com.mysql.cj.util.TimeUtil
-
- getDatabase() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the database from this connection URL.
- getDatabase() - Method in class com.mysql.cj.conf.HostInfo
-
Shortcut to the database connection argument.
- getDatabase() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Retrieves this connection object's current database name.
- getDatabase() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the database the event occurred on.
- getDatabaseName() - Method in class com.mysql.cj.result.Field
-
- getDatabaseUrl() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the original database URL that produced this connection string.
- getDatabaseUrl() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the original database URL that produced this connection string parser.
- getDatabaseUrl() - Method in interface com.mysql.cj.conf.DatabaseUrlContainer
-
Returns the original database URL that produced this connection string.
- getDatabaseUrl() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the original database URL that produced this host info.
- getDataSize() - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- getDataStoreMetadata() - Method in interface com.mysql.cj.Session
-
- getDate(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getDate(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a
Date value.
- getDate(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
- getDay() - Method in class com.mysql.cj.protocol.InternalDate
-
- getDbDoc(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a DbDoc value.
- getDbDoc(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a DbDoc value.
- getDecimals() - Method in class com.mysql.cj.result.Field
-
- getDefaultHost() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the default host.
- getDefaultPassword() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the default password.
- getDefaultPort() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the default port.
- getDefaultSchema() - Method in interface com.mysql.cj.xdevapi.Session
-
Retrieve the default schema name, which might have been configured at the time of connection.
- getDefaultSchemaName() - Method in interface com.mysql.cj.xdevapi.Session
-
Retrieve the default schema name, which might have been configured at the time of connection.
- getDefaultTimeZone() - Method in interface com.mysql.cj.protocol.ServerSession
-
The default time zone used to marshal date/time values to/from the server.
- getDefaultUser() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the default user.
- getDefaultValue() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the default value.
- getDescription() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property description.
- getDnsSrvPropertyKey() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- getDouble(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getDouble(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a double value.
- getDouble(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a double value.
- getDurationString(Duration) - Static method in class com.mysql.cj.util.TimeUtil
-
- getDurationUnits() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the units for getEventDuration()
- getEncoding() - Method in class com.mysql.cj.result.Field
-
Returns the Java encoding for this field.
- getEnumProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
-
- getEnumProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
-
- getErrorMessageEncoding() - Method in interface com.mysql.cj.CharsetSettings
-
- getEventCreationPointAsString() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the description of where the event was created.
- getEventCreationTime() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the time (in System.currentTimeMillis() form) when this event was created.
- getEventDuration() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the duration of the event in milliseconds
- getEventType() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the event type
- getExceptionInterceptor() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- getExceptionInterceptor() - Method in interface com.mysql.cj.MysqlConnection
-
- getExceptionInterceptor() - Method in interface com.mysql.cj.protocol.Protocol
-
- getExceptionInterceptor() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getExceptionInterceptor() - Method in interface com.mysql.cj.Session
-
- getExecuteTime() - Method in interface com.mysql.cj.Query
-
Returns the elapsed time for the server to execute the query.
- getExpressionString() - Method in class com.mysql.cj.xdevapi.Expression
-
Get the string form of this expression
- getFetchSize() - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
-
- getField() - Method in interface com.mysql.cj.BindValue
-
- getFields() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- getFields() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Projection objects.
- getFieldType() - Method in interface com.mysql.cj.BindValue
-
- getFilterParams() - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
- getFirstCharOfQuery() - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Returns the first character of the query that was issued to create this
result set, upper-cased.
- getFirstStmtChar() - Method in class com.mysql.cj.QueryInfo
-
Returns the first character of the statement from the query used to build this
QueryInfo.
- getFlags() - Method in class com.mysql.cj.result.Field
-
- getFloat(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getFractionalDigits() - Method in interface com.mysql.cj.xdevapi.Column
-
Get number of fractional digits in this column's value.
- getFullColumnNameToIndex() - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- getFullName() - Method in class com.mysql.cj.result.Field
-
- getFullyQualifiedName(String, String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Builds and returns a fully qualified name, quoted if necessary, for the given database entity.
- getGeneratedIds() - Method in interface com.mysql.cj.xdevapi.AddResult
-
Get a list of document ids generated in the server for the documents added by collection.add().
- getGrouping() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Expr objects for groupBy.
- getGroupingCriteria() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Expr objects for grouping criteria.
- getHost() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the host.
- getHost() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getHost() - Method in interface com.mysql.cj.protocol.SocketConnection
-
Returns the host this IO is connected to
- getHostInfo() - Method in interface com.mysql.cj.Session
-
- getHostName() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the host name the event occurred on.
- getHostOrSpawnIsolated(String) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns an existing host info with the same host:port part or spawns a new isolated host info based on this connection URL if none was found.
- getHostOrSpawnIsolated(String, List<HostInfo>) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns an existing host info with the same host:port part or spawns a new isolated host info based on this connection URL if none was found.
- getHostPortPair() - Method in class com.mysql.cj.conf.HostInfo
-
Returns a host:port representation of this host.
- getHostPortPair() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getHostProperties() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the properties specific to this host.
- getHosts() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the hosts information.
- getHostsList() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a list of the hosts in this connection URL.
- getHostsList(HostsListView) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a list of the hosts in this connection URL, filtered for the given view.
- getHostsListFromDnsSrv(HostInfo) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a hosts list built from the result of the DNS SRV lookup for the original host name.
- getHours() - Method in class com.mysql.cj.protocol.InternalTime
-
- getHours() - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- getId() - Method in interface com.mysql.cj.MysqlConnection
-
- getId() - Method in interface com.mysql.cj.Query
-
Returns the query id used when profiling
- getIdentifierQuoteString() - Method in interface com.mysql.cj.Session
-
- getIdleFor() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Reports how long this connection has been idle.
- getImplementedInterfaces(Class<?>) - Static method in class com.mysql.cj.util.Util
-
Retrieves a list with all interfaces implemented by the given class.
- getImplementingClass() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- getImplementingInstance(ConnectionUrlParser, Properties) - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
Instantiates a class that implements this type of connection URLs with the given arguments.
- getIndex() - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- getInitialValue() - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Get initial value (default or defined in connection string/Properties)
- getInstance(Object, String, int, int) - Method in interface com.mysql.cj.CacheAdapterFactory
-
- getInstance(Object, String, int, int) - Method in class com.mysql.cj.PerConnectionLRUFactory
-
- getInstance(Object, String, int, int) - Method in class com.mysql.cj.util.PerVmServerConfigCacheFactory
-
- getInstance(Class<T>, String, Class<?>[], Object[], ExceptionInterceptor) - Static method in class com.mysql.cj.util.Util
-
Creates an instance of the specified class name through reflection using the given arguments, as long as the class implements the return type specified.
- getInt(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getInt(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as an integer value.
- getInt(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as an integer value.
- getIntegerProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
-
- getIntegerProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
-
- getInterceptors() - Method in class com.mysql.cj.exceptions.ExceptionInterceptorChain
-
- getIntValue() - Method in enum com.mysql.cj.protocol.Resultset.Concurrency
-
- getIntValue() - Method in enum com.mysql.cj.protocol.Resultset.Type
-
- getJavaEncodingForCollationIndex(int) - Method in interface com.mysql.cj.CharsetSettings
-
- getJavaEncodingForMysqlCharset(String) - Method in interface com.mysql.cj.CharsetSettings
-
- getJavaType() - Method in class com.mysql.cj.result.Field
-
- getJdbcType() - Method in enum com.mysql.cj.MysqlType
-
- getJVMUpdateNumber() - Static method in class com.mysql.cj.util.Util
-
- getJVMVersion() - Static method in class com.mysql.cj.util.Util
-
- getKeyName() - Method in enum com.mysql.cj.conf.PropertyKey
-
Gets the key name of this enum element.
- getKeyName() - Method in enum com.mysql.cj.xdevapi.Client.ClientProperty
-
- getLastPacketReceivedTime() - Method in interface com.mysql.cj.protocol.PacketReceivedTimeHolder
-
- getLastPacketSentTime() - Method in interface com.mysql.cj.protocol.PacketSentTimeHolder
-
Returns the send time of a very recent packet.
- getLength() - Method in class com.mysql.cj.result.Field
-
- getLength() - Method in interface com.mysql.cj.xdevapi.Column
-
Get this column's length.
- getLevel() - Method in interface com.mysql.cj.protocol.Warning
-
Get warning level.
- getLevel() - Method in class com.mysql.cj.xdevapi.Schema.Validation
-
- getLimit() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get max number of rows to filter.
- getLocalInfileInputStream() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
Returns the InputStream instance that will be used to send
data in response to a "LOAD DATA LOCAL INFILE" statement.
- getLocalInfileInputStream() - Method in interface com.mysql.cj.protocol.Protocol
-
Returns the InputStream instance that will be used to send
data in response to a "LOAD DATA LOCAL INFILE" statement.
- getLock() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
- getLockOption() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
- getLog() - Method in interface com.mysql.cj.Session
-
Returns the log mechanism that should be used to log information from/for this Session.
- getLong(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getLong(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a long value.
- getLong(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a long value.
- getLongProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
-
- getLongProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
-
- getLowerBound() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
The lowest possible value of range-based property
- getMainHost() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the single or first host info structure.
- getMajor() - Method in class com.mysql.cj.ServerVersion
-
- getMasterConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- getMatchingJavaEncoding(String) - Method in class com.mysql.cj.MysqlCharset
-
If javaEncoding parameter value is one of available java encodings for this charset
then returns javaEncoding value as is.
- getMaxBytesPerChar(String) - Method in interface com.mysql.cj.CharsetSettings
-
- getMaxBytesPerChar(Integer, String) - Method in interface com.mysql.cj.CharsetSettings
-
- getMemorySizeProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
-
- getMemorySizeProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
-
- getMessage() - Method in exception com.mysql.cj.exceptions.CJConnectionFeatureNotAvailableException
-
- getMessage() - Method in exception com.mysql.cj.exceptions.CJException
-
- getMessage() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the optional message for this event
- getMessage() - Method in interface com.mysql.cj.protocol.Warning
-
Get warning message.
- getMessageBuilder() - Method in interface com.mysql.cj.protocol.Protocol
-
- getMessageBuilder() - Method in interface com.mysql.cj.Session
-
- getMessageSequence() - Method in interface com.mysql.cj.protocol.MessageHeader
-
- getMessageSequence() - Method in interface com.mysql.cj.protocol.MessageReader
-
- getMessageSize() - Method in interface com.mysql.cj.protocol.MessageHeader
-
- getMetadata() - Method in interface com.mysql.cj.jdbc.result.CachedResultSetMetaData
-
- getMetadata() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
- getMetadataCollationIndex() - Method in interface com.mysql.cj.CharsetSettings
-
- getMetadataEncoding() - Method in interface com.mysql.cj.CharsetSettings
-
- getMetadataSafeStatement() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getMinor() - Method in class com.mysql.cj.ServerVersion
-
- getMinutes() - Method in class com.mysql.cj.protocol.InternalTime
-
- getMinutes() - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- getMonth() - Method in class com.mysql.cj.protocol.InternalDate
-
- getMultiHostParentProxy() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getMultiHostSafeProxy() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getMysqlCharsetForJavaEncoding(String, ServerVersion) - Method in interface com.mysql.cj.CharsetSettings
-
- getMysqlCharsetNameForCollationIndex(Integer) - Method in interface com.mysql.cj.CharsetSettings
-
- getMysqlInput() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getMysqlOutput() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getMysqlSocket() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getMysqlType() - Method in interface com.mysql.cj.BindValue
-
- getMysqlType() - Method in class com.mysql.cj.result.Field
-
- getMysqlTypeId() - Method in class com.mysql.cj.result.Field
-
- getName() - Method in interface com.mysql.cj.BindValue
-
Gets the name of this query attribute.
- getName() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property name.
- getName() - Method in enum com.mysql.cj.MysqlType
-
- getName() - Method in class com.mysql.cj.result.Field
-
- getName() - Method in interface com.mysql.cj.xdevapi.DatabaseObject
-
Retrieve the name of the database object represented by the Java object.
- getNanos() - Method in class com.mysql.cj.protocol.InternalTime
-
- getNanos() - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- getNCharacterStream(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getNClob(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getNetworkResources() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getNextResultset() - Method in interface com.mysql.cj.protocol.Resultset
-
Returns the next ResultSet in a multi-resultset "chain", if any,
null if none exists.
- getNextValidByte(byte[], Base64Decoder.IntWrapper, int) - Static method in class com.mysql.cj.util.Base64Decoder
-
- getNull(int) - Method in interface com.mysql.cj.result.Row
-
Check whether a column is NULL and update the 'wasNull' status.
- getNumberOfExecutions() - Method in interface com.mysql.cj.QueryBindings
-
- getNumberOfQueries() - Method in class com.mysql.cj.QueryInfo
-
Returns the number of queries identified in the original SQL string.
- getObject(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getObjectStoredProc(int, int) - Method in interface com.mysql.cj.jdbc.result.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.cj.jdbc.result.ResultSetInternalMethods
-
Functions like ResultSet.getObject(), but using the given SQL type
(as registered during CallableStatement.registerOutParameter()).
- getObjectStoredProc(String, int) - Method in interface com.mysql.cj.jdbc.result.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.cj.jdbc.result.ResultSetInternalMethods
-
Functions like ResultSet.getObject(), but using the given SQL type
(as registered during CallableStatement.registerOutParameter()).
- getOffset() - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- getOffset() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get number of rows to skip before finding others.
- getOne(String) - Method in interface com.mysql.cj.xdevapi.Collection
-
Return the document with the given id.
- getOpenResultSetCount() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
Returns the number of open result sets for this statement.
- getOrder() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the property order.
- getOrder() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Get X Protocol Order objects.
- getOriginalName() - Method in class com.mysql.cj.result.Field
-
- getOriginalProperties() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns the original (common to all hosts) connection arguments as provided in the connection string query section.
- getOriginalSql() - Method in interface com.mysql.cj.PreparedQuery
-
- getOriginalTableName() - Method in class com.mysql.cj.result.Field
-
- getOwner() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Returns the result set that 'owns' this RowData
- getOwnerFetchSize() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getOwningQuery() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getOwningStatementFetchSize() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getOwningStatementMaxRows() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getOwningStatementServerId() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getPackageName(Class<?>) - Static method in class com.mysql.cj.util.Util
-
Returns the package name of the given class.
- getPacketReceivedTimeHolder() - Method in interface com.mysql.cj.protocol.Protocol
-
- getPacketSentTimeHolder() - Method in interface com.mysql.cj.protocol.Protocol
-
- getParameterBindings() - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- getParameterCount() - Method in interface com.mysql.cj.PreparedQuery
-
- getPassword() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the password.
- getPasswordCharacterEncoding() - Method in interface com.mysql.cj.CharsetSettings
-
- getPath() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the path section.
- getPointOfOrigin() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
StackTrace generated where ResultSet was created...
- getPort() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the port.
- getPort() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getPort() - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
-
- getPosition() - Method in interface com.mysql.cj.protocol.Message
-
Returns the current position to write to/ read from
- getPosition() - Method in interface com.mysql.cj.result.RowList
-
Returns the current position.
- getPosition() - Method in class com.mysql.cj.util.StringInspector
-
Returns the current position.
- getPrecision() - Method in enum com.mysql.cj.MysqlType
-
The PRECISION column represents the maximum column size that the server supports for the given datatype.
- getPreparedSql() - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- getPreviousPacketSentTime() - Method in interface com.mysql.cj.protocol.PacketSentTimeHolder
-
Returns the send time of a previous packet.
- getPriority() - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
-
- getProcessHost() - Method in interface com.mysql.cj.Session
-
- getProfilerEventHandler() - Method in interface com.mysql.cj.Session
-
Returns the current ProfilerEventHandler or initializes a new one if none exists.
- getProperties() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the properties map contained in this connection string.
- getProperties() - Method in interface com.mysql.cj.MysqlConnection
-
Returns the parsed and passed in properties for this connection.
- getPropertiesFromConfigFiles(String) - Static method in class com.mysql.cj.conf.ConnectionUrl
-
Returns a map containing the properties read from the given configuration files.
- getProperty(String) - Method in class com.mysql.cj.conf.HostInfo
-
Returns the connection argument for the given key.
- getProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
-
- getProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
-
- getPropertyDefinition(PropertyKey) - Static method in class com.mysql.cj.conf.PropertyDefinitions
-
- getPropertyDefinition() - Method in interface com.mysql.cj.conf.RuntimeProperty
-
- getPropertyKey() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Get the property key.
- getPropertySet() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getPropertySet() - Method in interface com.mysql.cj.MysqlConnection
-
- getPropertySet() - Method in interface com.mysql.cj.protocol.Protocol
-
- getPropertySet() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getPropertySet() - Method in interface com.mysql.cj.Session
-
- getProtocolPluginName() - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
Returns the client-side name that the MySQL server uses on the wire for this plugin.
- getQuery() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the query section.
- getQuery() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- getQueryAttributesBindings() - Method in interface com.mysql.cj.Query
-
- getQueryBindings() - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- getQueryBindings() - Method in interface com.mysql.cj.PreparedQuery
-
- getQueryComment() - Method in interface com.mysql.cj.protocol.Protocol
-
Returns the comment that will be prepended to all statements
sent to the server.
- getQueryInfo() - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- getQueryInfo() - Method in interface com.mysql.cj.PreparedQuery
-
- getQueryInfoForBatch(int) - Method in class com.mysql.cj.QueryInfo
-
Returns a
QueryInfo for a multi-values INSERT/REPLACE assembled for the specified batch count, without re-parsing.
- getQueryInterceptorsInstances() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getQueryReturnType() - Method in class com.mysql.cj.QueryInfo
-
Returns the return type of the parsed query.
- getQueryReturnType(String, boolean) - Static method in class com.mysql.cj.QueryInfo
-
Returns the type of return that can be expected from executing the given query.
- getQueryTimingUnits() - Method in interface com.mysql.cj.protocol.Protocol
-
- getQueryTimingUnits() - Method in interface com.mysql.cj.Session
-
- getQueryToCancel() - Method in interface com.mysql.cj.CancelQueryTask
-
- getRef(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getRelyingPartyId() - Method in class com.mysql.cj.callback.FidoAuthenticationCallback
-
Returns the FIDO Relying Party ID for the coming authenticator interaction.
- getRemoteSocketAddress() - Method in interface com.mysql.cj.Session
-
- getReplicaConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
- getRequiresEscapingEncoder() - Method in interface com.mysql.cj.CharsetSettings
-
- getResultFetchSize() - Method in interface com.mysql.cj.Query
-
- getResultId() - Method in interface com.mysql.cj.protocol.Resultset
-
The id (used when profiling) to identify us
- getResultSetConcurrency() - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
-
- getResultSetFactory() - Method in interface com.mysql.cj.Query
-
- getResultSetId() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the id of the associated result set (-1 for none).
- getResultSetInternal() - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- getResultSetType() - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
-
- getResultType() - Method in interface com.mysql.cj.Query
-
- getReuseExisting() - Method in class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
-
- getRows() - Method in interface com.mysql.cj.protocol.Resultset
-
- getScale() - Method in class com.mysql.cj.protocol.InternalTime
-
- getScale() - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- getScaleOrLength() - Method in interface com.mysql.cj.BindValue
-
- getSchema() - Method in interface com.mysql.cj.xdevapi.DatabaseObject
-
Retrieve the schema owning this database object.
- getSchema() - Method in class com.mysql.cj.xdevapi.Schema.Validation
-
- getSchema(String) - Method in interface com.mysql.cj.xdevapi.Session
-
Retrieve the Schema corresponding to name.
- getSchemaName() - Method in interface com.mysql.cj.xdevapi.Column
-
- getSchemas() - Method in interface com.mysql.cj.xdevapi.Session
-
Retrieve the list of Schema objects for which the current user has access.
- getScheme() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- getScheme() - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Returns the scheme section.
- getScramble() - Method in class com.mysql.cj.callback.FidoAuthenticationCallback
-
Returns the FIDO Client Data Hash (scramble) for the coming authenticator interaction.
- getSeconds() - Method in class com.mysql.cj.protocol.InternalTime
-
- getSeconds() - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- getSendTypesToServer() - Method in interface com.mysql.cj.QueryBindings
-
- getServerDefaultCollationIndex() - Method in interface com.mysql.cj.protocol.ServerCapabilities
-
- getServerInfo() - Method in interface com.mysql.cj.protocol.Resultset
-
Returns the server informational message returned from a DDL or DML
statement (if any), or null if none.
- getServerSession() - Method in interface com.mysql.cj.protocol.Protocol
-
- getServerSession() - Method in interface com.mysql.cj.Session
-
- getServerSessionStateController() - Method in interface com.mysql.cj.MysqlConnection
-
- getServerSessionStateController() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getServerVariable(String) - Method in interface com.mysql.cj.protocol.ServerSession
-
- getServerVariable(String, int) - Method in interface com.mysql.cj.protocol.ServerSession
-
- getServerVariables() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getServerVersion() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- getServerVersion() - Method in interface com.mysql.cj.protocol.ServerCapabilities
-
- getServerVersion() - Method in interface com.mysql.cj.protocol.ServerSession
-
Get the version of the MySQL server we are talking to.
- getSession() - Method in interface com.mysql.cj.MysqlConnection
-
- getSession() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getSession() - Method in interface com.mysql.cj.Query
-
- getSession() - Method in interface com.mysql.cj.xdevapi.Client
-
Get Session from pool or the new one.
- getSession() - Method in interface com.mysql.cj.xdevapi.DatabaseObject
-
Retrieve the session owning the given schema object.
- getSession(ConnectionUrl) - Method in class com.mysql.cj.xdevapi.SessionFactory
-
- getSession(String) - Method in class com.mysql.cj.xdevapi.SessionFactory
-
- getSession(Properties) - Method in class com.mysql.cj.xdevapi.SessionFactory
-
Creates a
Session using the information contained in the given properties.
- getSessionMaxRows() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns the sql select limit max-rows for this session.
- getSessionStateChanges() - Method in interface com.mysql.cj.protocol.ServerSessionStateController
-
Get the object containing server session changes collected from the latest query execution.
- getSessionStateChangesList() - Method in interface com.mysql.cj.protocol.ServerSessionStateController.ServerSessionStateChanges
-
- getSessionTimeZone() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getShort(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getSignature() - Method in class com.mysql.cj.callback.FidoAuthenticationCallback
-
Returns the FIDO Signature produced by the authenticator interaction
- getSimpleDateFormat(SimpleDateFormat, String, TimeZone) - Static method in class com.mysql.cj.util.TimeUtil
-
Get SimpleDateFormat with a default Calendar which TimeZone is replaced with the provided one.
- getSimpleDateFormat(String, Calendar) - Static method in class com.mysql.cj.util.TimeUtil
-
Get SimpleDateFormat where a default Calendar is replaced with a clone of the provided one.
- getSinceVersion() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns the driver version where the property was introduced first.
- getSlavesConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- getSocketConnection() - Method in interface com.mysql.cj.protocol.Protocol
-
- getSocketFactory() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- getSourceConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
- getSqlForBatch() - Method in class com.mysql.cj.QueryInfo
-
Returns a preparable query for the batch count of this
QueryInfo.
- getSqlForBatch(int) - Method in class com.mysql.cj.QueryInfo
-
Returns a preparable query for the specified batch count.
- getSQLState() - Method in exception com.mysql.cj.exceptions.CJException
-
- getStatementComment() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Returns the comment that will be prepended to all statements
sent to the server.
- getStatementExecuting() - Method in interface com.mysql.cj.Query
-
- getStatementId() - Method in interface com.mysql.cj.log.ProfilerEvent
-
Returns the id of the associated statement (-1 for none).
- getStaticCollationIndexForCollationName(String) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticCollationIndexForJavaEncoding(String, ServerVersion) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticCollationIndexForMysqlCharsetName(String) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticCollationNameForCollationIndex(Integer) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticJavaEncodingForCollationIndex(Integer, String) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticJavaEncodingForCollationIndex(Integer) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticJavaEncodingForMysqlCharset(String, String) - Static method in class com.mysql.cj.CharsetMapping
-
MySQL charset could map to several Java encodings.
- getStaticJavaEncodingForMysqlCharset(String) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticMblen(String) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticMysqlCharsetAliasesByName(String) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticMysqlCharsetByName(String) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticMysqlCharsetForJavaEncoding(String, ServerVersion) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticMysqlCharsetNameForCollationIndex(Integer) - Static method in class com.mysql.cj.CharsetMapping
-
- getStaticSqlParts() - Method in class com.mysql.cj.QueryInfo
-
Returns the static sections of the parsed query, as byte arrays, split by the places where the placeholders were located.
- getStatusFlags() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getString() - Method in interface com.mysql.cj.BindValue
-
Get a String representation of the value.
- getString(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getString(String) - Static method in class com.mysql.cj.Messages
-
Returns the localized message for the given message key
- getString(String, Object[]) - Static method in class com.mysql.cj.Messages
-
- getString(BindValue) - Method in interface com.mysql.cj.protocol.ValueEncoder
-
- getString(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a string value.
- getString(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a string value.
- getStringProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
-
- getStringProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
-
- getStringValue() - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Get internal value representation as String.
- getSubminor() - Method in class com.mysql.cj.ServerVersion
-
- getSyncMutex() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
-
- getTable(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named table.
- getTable(String, boolean) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve a reference to the named table hinting that an exception should be thrown if the collection is not known to the server.
- getTableLabel() - Method in interface com.mysql.cj.xdevapi.Column
-
- getTableName() - Method in class com.mysql.cj.result.Field
-
- getTableName() - Method in interface com.mysql.cj.xdevapi.Column
-
- getTableRowCount(String, String) - Method in interface com.mysql.cj.DataStoreMetadata
-
- getTables() - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve the set of tables existing in this schema.
- getTables(String) - Method in interface com.mysql.cj.xdevapi.Schema
-
Retrieve the set of tables existing in this schema and matching the given pattern.
- getTarget() - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
-
- getTargetTypeName() - Method in interface com.mysql.cj.result.ValueFactory
-
Get the actual class name of T parameter.
- getTextLength() - Method in interface com.mysql.cj.BindValue
-
Gets the length of this bind value in the text protocol representation.
- getTextLength(BindValue) - Method in interface com.mysql.cj.protocol.ValueEncoder
-
- getThreadId() - Method in interface com.mysql.cj.protocol.ServerCapabilities
-
- getThreadId() - Method in interface com.mysql.cj.Session
-
- getTime(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getTime(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a
Time value.
- getTime(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
- getTimeoutInMillis() - Method in interface com.mysql.cj.Query
-
- getTimestamp(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getTimestamp(String) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column `fieldName' as a
Timestamp value.
- getTimestamp(int) - Method in interface com.mysql.cj.xdevapi.Row
-
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
- getTransactionState() - Method in interface com.mysql.cj.protocol.ServerSession
-
- getTransferSize() - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- getType() - Method in class com.mysql.cj.conf.ConnectionUrl
-
Returns this connection URL type.
- getType() - Method in class com.mysql.cj.protocol.ServerSessionStateController.SessionStateChange
-
- getType() - Method in interface com.mysql.cj.xdevapi.Column
-
- getUnderlyingStream() - Method in class com.mysql.cj.protocol.FullReadInputStream
-
- getUniqueSavepointId() - Static method in class com.mysql.cj.util.StringUtils
-
- getUpdateCount() - Method in interface com.mysql.cj.protocol.Resultset
-
Returns the update count for this result set (if one exists), otherwise
-1.
- getUpdateID() - Method in interface com.mysql.cj.protocol.Resultset
-
Returns the AUTO_INCREMENT value for the DDL/DML statement which created
this result set.
- getUpperBound() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
The highest possible value of range-based property
- getUri() - Method in interface com.mysql.cj.xdevapi.Session
-
Get the URL used to create this session.
- getURL(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- getURL() - Method in interface com.mysql.cj.MysqlConnection
-
- getUser() - Method in class com.mysql.cj.conf.HostInfo
-
Returns the user name.
- getUser() - Method in interface com.mysql.cj.MysqlConnection
-
- getUsername() - Method in class com.mysql.cj.callback.UsernameCallback
-
- getValidation() - Method in class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
-
- getValidation() - Method in class com.mysql.cj.xdevapi.Schema.ModifyCollectionOptions
-
- getValue() - Method in interface com.mysql.cj.BindValue
-
- getValue() - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Get internal value representation as Object.
- getValue(int, ValueFactory<T>) - Method in interface com.mysql.cj.result.Row
-
Retrieve a value for the given column.
- getValueEncoderSupplier(Object) - Method in interface com.mysql.cj.protocol.Protocol
-
- getValueNeedsQuoting() - Method in class com.mysql.cj.result.Field
-
- getValues() - Method in class com.mysql.cj.protocol.ServerSessionStateController.SessionStateChange
-
- getValuesClauseLength() - Method in class com.mysql.cj.QueryInfo
-
If this object represents a query that is re-writable as a multi-values statement and if rewriting batched statements is enabled, then returns the
length of the parsed VALUES clause section, including the placeholder characters themselves, otherwise returns -1.
- getVendor() - Method in enum com.mysql.cj.MysqlType
-
- getVendorCode() - Method in exception com.mysql.cj.exceptions.CJException
-
- getVendorTypeNumber() - Method in enum com.mysql.cj.MysqlType
-
- getWarnings() - Method in interface com.mysql.cj.xdevapi.Result
-
Get warnings generated during statement execution.
- getWarningsCount() - Method in interface com.mysql.cj.xdevapi.Result
-
Get the number of warnings generated during statement execution.
- getWeight() - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
-
- getYear() - Method in class com.mysql.cj.protocol.InternalDate
-
- GMT_TIMEZONE - Static variable in class com.mysql.cj.util.TimeUtil
-
- groupBy(String...) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Add/replace the aggregation fields for this query.
- groupBy(String...) - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
Add/replace the aggregation fields for this query.
- IMPERMISSIBLE_INDEXES - Static variable in class com.mysql.cj.CharsetMapping
-
Indexes of collations using ucs2, utf16, utf16le or utf32 character sets and that cannot be set to character_set_client system variable.
- implementedInterfacesCache - Static variable in class com.mysql.cj.util.Util
-
Cache for the implemented interfaces searched.
- implementingClass - Variable in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- incrementPosition() - Method in class com.mysql.cj.util.StringInspector
-
Increments the current position index, by one, taking into consideration the "escaped" status of current character, if the mode
SearchMode.ALLOW_BACKSLASH_ESCAPE is present in the default search mode.
- incrementPosition(Set<SearchMode>) - Method in class com.mysql.cj.util.StringInspector
-
Increments the current position index, by one, taking into consideration the "escaped" status of current character, if the mode
SearchMode.ALLOW_BACKSLASH_ESCAPE is present in the search mode specified.
- incrementPosition(int) - Method in class com.mysql.cj.util.StringInspector
-
Increments the current position index, by be given number, taking into consideration the "escaped" status of current character, if the mode
SearchMode.ALLOW_BACKSLASH_ESCAPE is present in the default search mode.
- incrementPosition(int, Set<SearchMode>) - Method in class com.mysql.cj.util.StringInspector
-
Increments the current position index, by be given number, taking into consideration the "escaped" status of current character, if the mode
SearchMode.ALLOW_BACKSLASH_ESCAPE is present in the specified search mode.
- index - Variable in class com.mysql.cj.Collation
-
- index - Variable in exception com.mysql.cj.exceptions.DataTruncationException
-
- indexOf(byte[], char) - Static method in class com.mysql.cj.util.StringUtils
-
- indexOfClosingMarker(Set<SearchMode>) - Method in class com.mysql.cj.util.StringInspector
-
Returns the position of the next closing marker corresponding to the opening marker in the current position.
- indexOfIgnoreCase(String) - Method in class com.mysql.cj.util.StringInspector
-
Finds the position of the given string within the source string, ignoring case, with the option to skip text delimited by the specified markers or inside
comment blocks.
- indexOfIgnoreCase(String, Set<SearchMode>) - Method in class com.mysql.cj.util.StringInspector
-
Finds the position of the given string within the source string, ignoring case, with the option to skip text delimited by the specified markers or inside
comment blocks.
- indexOfIgnoreCase(String...) - Method in class com.mysql.cj.util.StringInspector
-
Finds the position of the of the first of a consecutive sequence of strings within the source string, ignoring case, with the option to skip text
delimited by the specified markers or inside comment blocks.
- indexOfIgnoreCase(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Finds the position of a substring within a string ignoring case.
- indexOfIgnoreCase(int, String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Finds the position of a substring within a string ignoring case.
- indexOfIgnoreCase(int, String, String[], String, String, Set<SearchMode>) - Static method in class com.mysql.cj.util.StringUtils
-
Finds the position of the first of a consecutive sequence of strings within a string, ignoring case, with the option to skip text delimited by given
markers or within comments.
- indexOfIgnoreCase(int, String, String, String, String, Set<SearchMode>) - Static method in class com.mysql.cj.util.StringUtils
-
Finds the position of a substring within a string, ignoring case, with the option to skip text delimited by given markers or within comments.
- indexOfIgnoreCase(int, String, String, String, String, String, Set<SearchMode>) - Static method in class com.mysql.cj.util.StringUtils
-
Finds the position of a substring within a string, ignoring case, with the option to skip text delimited by given markers or within comments.
- indexOfNextAlphanumericChar() - Method in class com.mysql.cj.util.StringInspector
-
Returns the position of the next alphanumeric character regardless the default search mode originally specified.
- indexOfNextAlphanumericChar(int, String, String, String, String, Set<SearchMode>) - Static method in class com.mysql.cj.util.StringUtils
-
Finds the position of the next alphanumeric character within a string, with the option to skip text delimited by given markers or within comments.
- indexOfNextChar() - Method in class com.mysql.cj.util.StringInspector
-
Returns the position of the next valid character.
- indexOfNextChar(Set<SearchMode>) - Method in class com.mysql.cj.util.StringInspector
-
Returns the position of the next valid character using the given search mode instead of the default one.
- indexOfNextNonWsChar() - Method in class com.mysql.cj.util.StringInspector
-
Returns the position of the next non-whitespace character regardless the default search mode originally specified.
- indexOfNextNonWsChar(int, String, String, String, String, Set<SearchMode>) - Static method in class com.mysql.cj.util.StringUtils
-
Finds the position of the next non-whitespace character within a string, with the option to skip text delimited by given markers or within comments.
- indexOfNextWsChar() - Method in class com.mysql.cj.util.StringInspector
-
Returns the position of the next whitespace character regardless the default search mode originally specified.
- indexOfNextWsChar(int, String, String, String, String, Set<SearchMode>) - Static method in class com.mysql.cj.util.StringUtils
-
Finds the position of the next whitespace character within a string, with the option to skip text delimited by given markers or within comments.
- indexOfQuoteDoubleAware(String, String, int) - Static method in class com.mysql.cj.util.StringUtils
-
- indexOfStatementKeyword(String, boolean) - Static method in class com.mysql.cj.QueryInfo
-
Finds and returns the position of the first non-whitespace character from the specified SQL, skipping comments and quoted text.
- INFO - Static variable in class com.mysql.cj.log.Jdk14Logger
-
- INFO - Static variable in class com.mysql.cj.log.StandardLogger
-
- init(PropertySet, ServerSession, PacketSentTimeHolder, PacketReceivedTimeHolder) - Method in exception com.mysql.cj.exceptions.CJCommunicationsException
-
- init(Properties, Log) - Method in interface com.mysql.cj.exceptions.ExceptionInterceptor
-
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(Properties, Log) - Method in class com.mysql.cj.exceptions.ExceptionInterceptorChain
-
- init(MysqlConnection, Properties, Log) - Method in interface com.mysql.cj.interceptors.QueryInterceptor
-
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(Properties) - Method in interface com.mysql.cj.jdbc.ha.LoadBalanceExceptionChecker
-
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(MysqlConnection, Properties, Log) - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
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(Log) - Method in interface com.mysql.cj.log.ProfilerEventHandler
-
- init(Protocol<M>) - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
We need direct Protocol reference because it isn't available from Connection before authentication complete.
- init(Protocol<M>, MysqlCallbackHandler) - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
Initializes this plugin with a direct Protocol reference and a generic
MysqlCallbackHandler that can be used to pass over information back to the
authentication provider.
- init(Protocol<M>, PropertySet, ExceptionInterceptor) - Method in interface com.mysql.cj.protocol.AuthenticationProvider
-
- init(Session, SocketConnection, PropertySet, TransactionEventHandler) - Method in interface com.mysql.cj.protocol.Protocol
-
Init method takes the place of constructor.
- init(PropertySet, ServerSession, ExceptionInterceptor) - Method in interface com.mysql.cj.protocol.ValueEncoder
-
- initialize(Connection, Properties) - Method in interface com.mysql.cj.jdbc.ClientInfoProvider
-
Called once by the driver when it needs to configure the provider.
- initializeFrom(Properties, ExceptionInterceptor) - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Explicitly set value of this RuntimeProperty according to the self-titled property value contained in extractFrom.
- initializeFrom(Reference, ExceptionInterceptor) - Method in interface com.mysql.cj.conf.RuntimeProperty
-
- initializeFrom(ColumnDefinition) - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- initializeProperties(Properties) - Method in interface com.mysql.cj.conf.PropertySet
-
Initializes the property set with driver properties that come from URL or passed to
the driver manager.
- initializeResultsMetadataFromCache(String, CachedResultSetMetaData, ResultSetInternalMethods) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Caches CachedResultSetMetaData that has been placed in the cache using the given SQL as a key.
- initializeSafeQueryInterceptors() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- initializeWithMetadata() - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
- initRowsWithMetadata() - Method in interface com.mysql.cj.protocol.Resultset
-
Set metadata of this Resultset to ResultsetRows it contains.
- initServerSession() - Method in interface com.mysql.cj.protocol.Protocol
-
- injectPerTypeProperties(Map<String, String>) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Subclasses must override this method if they need to inject additional properties in the connection arguments map while it's being constructed.
- inMysqlBlock - Variable in class com.mysql.cj.util.StringInspector
-
- inQuotes - Variable in class com.mysql.cj.util.EscapeTokenizer
-
- insert() - Method in interface com.mysql.cj.xdevapi.Table
-
Create an insert statement using the list of all columns in the table.
- insert(String...) - Method in interface com.mysql.cj.xdevapi.Table
-
Create an insert statement using the given list columns.
- insert(Map<String, Object>) - Method in interface com.mysql.cj.xdevapi.Table
-
Create an insert statement using the given key/value pairs.
- INSERT_STATEMENT - Static variable in class com.mysql.cj.QueryInfo
-
- InsertResult - Interface in com.mysql.cj.xdevapi
-
A result from the table.insert() statement.
- InsertStatement - Interface in com.mysql.cj.xdevapi
-
A statement INSERTing new row(s) into a table.
- interceptException(Exception) - Method in interface com.mysql.cj.exceptions.ExceptionInterceptor
-
- interceptException(Exception) - Method in class com.mysql.cj.exceptions.ExceptionInterceptorChain
-
- interceptors - Variable in class com.mysql.cj.exceptions.ExceptionInterceptorChain
-
- InternalDate - Class in com.mysql.cj.protocol
-
- InternalDate() - Constructor for class com.mysql.cj.protocol.InternalDate
-
Constructs a zero date.
- InternalDate(int, int, int) - Constructor for class com.mysql.cj.protocol.InternalDate
-
- InternalTime - Class in com.mysql.cj.protocol
-
- InternalTime() - Constructor for class com.mysql.cj.protocol.InternalTime
-
Constructs a zero time
- InternalTime(int, int, int, int, int) - Constructor for class com.mysql.cj.protocol.InternalTime
-
- InternalTimestamp - Class in com.mysql.cj.protocol
-
- InternalTimestamp() - Constructor for class com.mysql.cj.protocol.InternalTimestamp
-
Constructs a zero datetime
- InternalTimestamp(int, int, int, int, int, int, int, int) - Constructor for class com.mysql.cj.protocol.InternalTimestamp
-
- inTransactionOnServer() - Method in interface com.mysql.cj.protocol.ServerSession
-
- IntWrapper(int) - Constructor for class com.mysql.cj.util.Base64Decoder.IntWrapper
-
- invalidate(K) - Method in interface com.mysql.cj.CacheAdapter
-
- invalidate(String) - Method in class com.mysql.cj.PerConnectionLRUFactory.PerConnectionLRU
-
- invalidateAll(Set<K>) - Method in interface com.mysql.cj.CacheAdapter
-
- invalidateAll() - Method in interface com.mysql.cj.CacheAdapter
-
- invalidateAll(Set<String>) - Method in class com.mysql.cj.PerConnectionLRUFactory.PerConnectionLRU
-
- invalidateAll() - Method in class com.mysql.cj.PerConnectionLRUFactory.PerConnectionLRU
-
- InvalidConnectionAttributeException - Exception in com.mysql.cj.exceptions
-
- InvalidConnectionAttributeException() - Constructor for exception com.mysql.cj.exceptions.InvalidConnectionAttributeException
-
- InvalidConnectionAttributeException(String) - Constructor for exception com.mysql.cj.exceptions.InvalidConnectionAttributeException
-
- InvalidConnectionAttributeException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.InvalidConnectionAttributeException
-
- InvalidConnectionAttributeException(Throwable) - Constructor for exception com.mysql.cj.exceptions.InvalidConnectionAttributeException
-
- InvalidConnectionAttributeException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.InvalidConnectionAttributeException
-
- invokeListeners(Protocol.ProtocolEventListener.EventType, Throwable) - Method in interface com.mysql.cj.protocol.Protocol.ProtocolEventHandler
-
- IS_DECIMAL - Static variable in enum com.mysql.cj.MysqlType
-
- IS_NOT_DECIMAL - Static variable in enum com.mysql.cj.MysqlType
-
- isAfterLast() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Returns true if we got the last element.
- isAllowed(int) - Method in enum com.mysql.cj.MysqlType
-
- isAsciiControlCharacter(char) - Static method in class com.mysql.cj.util.SaslPrep
-
- isAutocommit() - Method in interface com.mysql.cj.protocol.ServerSession
-
- isAutoCommit() - Method in interface com.mysql.cj.protocol.ServerSession
-
- isAutoIncrement() - Method in class com.mysql.cj.result.Field
-
- isAutoIncrement() - Method in interface com.mysql.cj.xdevapi.Column
-
Checks if this is an auto increment column.
- isBeforeFirst() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Returns if iteration has not occured yet.
- isBidiLCat(int) - Static method in class com.mysql.cj.util.SaslPrep
-
Bidirectional Characters: LCat characters.
- isBidiRAndAlCat(int) - Static method in class com.mysql.cj.util.SaslPrep
-
Bidirectional Characters: RandALCat characters.
- isBinary() - Method in class com.mysql.cj.result.Field
-
- isBinaryEncoded() - Method in interface com.mysql.cj.protocol.ResultsetRow
-
- isBlob() - Method in class com.mysql.cj.result.Field
-
- isCaseSensitive - Variable in enum com.mysql.cj.conf.PropertyKey
-
- isChangeDisplayPropertiesOrDeprecatedCharacter(char) - Static method in class com.mysql.cj.util.SaslPrep
-
Prohibited Output: change display properties or deprecated characters [
StringPrep, C.8].
- isCharAtPosNotEqualIgnoreCase(String, int, char, char) - Static method in class com.mysql.cj.util.StringUtils
-
- isCharEqualIgnoreCase(char, char, char) - Static method in class com.mysql.cj.util.StringUtils
-
- isClearWarningsCalled() - Method in interface com.mysql.cj.Query
-
- isClosed() - Method in interface com.mysql.cj.Session
-
- isCommunityEdition(String) - Static method in class com.mysql.cj.util.Util
-
Checks whether the given server version string is a MySQL Community edition.
- isConnectionStringSupported(String) - Static method in class com.mysql.cj.conf.ConnectionUrlParser
-
Checks if the scheme part of given connection string matches one of the
ConnectionUrl.Types supported by Connector/J.
- isDebugEnabled() - Method in class com.mysql.cj.log.Jdk14Logger
-
- isDebugEnabled() - Method in interface com.mysql.cj.log.Log
-
Is the 'debug' log level enabled?
- isDebugEnabled() - Method in class com.mysql.cj.log.NullLogger
-
- isDebugEnabled() - Method in class com.mysql.cj.log.Slf4JLogger
-
- isDebugEnabled() - Method in class com.mysql.cj.log.StandardLogger
-
- isDecimal - Variable in enum com.mysql.cj.MysqlType
-
- isDecimal() - Method in enum com.mysql.cj.MysqlType
-
Checks if the MySQL Type is a Decimal/Number Type
- isDynamic() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Returns true if the result set is dynamic.
- isEmpty() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Has no records.
- isEmptyOrWhitespaceOnly(String) - Static method in class com.mysql.cj.util.StringUtils
-
- isEnterpriseEdition(String) - Static method in class com.mysql.cj.util.Util
-
Checks whether the given server version string is a MySQL Enterprise/Commercial edition.
- isEOFDeprecated() - Method in interface com.mysql.cj.protocol.ServerSession
-
- isErrorEnabled() - Method in class com.mysql.cj.log.Jdk14Logger
-
- isErrorEnabled() - Method in interface com.mysql.cj.log.Log
-
Is the 'error' log level enabled?
- isErrorEnabled() - Method in class com.mysql.cj.log.NullLogger
-
- isErrorEnabled() - Method in class com.mysql.cj.log.Slf4JLogger
-
- isErrorEnabled() - Method in class com.mysql.cj.log.StandardLogger
-
- isExplicitlySet() - Method in interface com.mysql.cj.conf.RuntimeProperty
-
- isFatalEnabled() - Method in class com.mysql.cj.log.Jdk14Logger
-
- isFatalEnabled() - Method in interface com.mysql.cj.log.Log
-
Is the 'fatal' log level enabled?
- isFatalEnabled() - Method in class com.mysql.cj.log.NullLogger
-
- isFatalEnabled() - Method in class com.mysql.cj.log.Slf4JLogger
-
- isFatalEnabled() - Method in class com.mysql.cj.log.StandardLogger
-
- isFirst() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Are we on the first row of the result set?
- isFromFunction() - Method in class com.mysql.cj.result.Field
-
- isHostMaster(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- isHostReplica(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
- isHostSlave(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- isHostSource(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
- isInappropriateForCanonicalRepresentationCharacter(char) - Static method in class com.mysql.cj.util.SaslPrep
-
Prohibited Output: inappropriate for canonical representation characters [
StringPrep,
C.7].
- isInappropriateForPlainTextCharacter(char) - Static method in class com.mysql.cj.util.SaslPrep
-
Prohibited Output: inappropriate for plain text characters [
StringPrep, C.6].
- isInfoEnabled() - Method in class com.mysql.cj.log.Jdk14Logger
-
- isInfoEnabled() - Method in interface com.mysql.cj.log.Log
-
Is the 'info' log level enabled?
- isInfoEnabled() - Method in class com.mysql.cj.log.NullLogger
-
- isInfoEnabled() - Method in class com.mysql.cj.log.Slf4JLogger
-
- isInfoEnabled() - Method in class com.mysql.cj.log.StandardLogger
-
- isInGlobalTx() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Is this connection currently a participant in an XA transaction?
- isJdbcInterface(Class<?>) - Static method in class com.mysql.cj.util.Util
-
Recursively checks for interfaces on the given class to determine if it implements a java.sql, javax.sql or com.mysql.cj.jdbc interface.
- isJdbcInterfaceCache - Static variable in class com.mysql.cj.util.Util
-
Cache for the JDBC interfaces already verified
- isJdbcPackage(String) - Static method in class com.mysql.cj.util.Util
-
Check if the package name is a known JDBC package.
- isLast() - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Are we on the last row of the result set?
- isLastRowSent() - Method in interface com.mysql.cj.protocol.ServerSession
-
- isLocallyConnected(Session) - Method in interface com.mysql.cj.protocol.SocketMetadata
-
- isLocallyConnected(Session, String) - Method in interface com.mysql.cj.protocol.SocketMetadata
-
- isLongParameterSwitchDetected() - Method in interface com.mysql.cj.QueryBindings
-
- isLowerCaseTableNames() - Method in interface com.mysql.cj.protocol.ServerSession
-
Is the server configured to use lower-case table names only?
- isMappeableToNothing(char) - Static method in class com.mysql.cj.util.SaslPrep
-
Mapping: the "commonly mapped to nothing" characters [
StringPrep, B.1] that can be mapped
to nothing.
- isMasterConnection() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Deprecated.
- isMultibyteCharset(String) - Method in interface com.mysql.cj.CharsetSettings
-
- isMultipleKey() - Method in class com.mysql.cj.result.Field
-
- isNational() - Method in interface com.mysql.cj.BindValue
-
- isNegative() - Method in class com.mysql.cj.protocol.InternalTime
-
- isNoBackslashEscapesSet() - Method in interface com.mysql.cj.protocol.ServerSession
-
- isNonAsciiControlCharacter(int) - Static method in class com.mysql.cj.util.SaslPrep
-
- isNonAsciiSpaceChar(char) - Static method in class com.mysql.cj.util.SaslPrep
-
Mapping: non-ASCII space characters [
StringPrep, C.1.2] that can be mapped to SPACE
(U+0020).
- isNonCharacterCodePoint(int) - Static method in class com.mysql.cj.util.SaslPrep
-
- isNotNull() - Method in class com.mysql.cj.result.Field
-
- isNull() - Method in interface com.mysql.cj.BindValue
-
- isNull(int) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- isNull(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
-
- isNull(int) - Method in interface com.mysql.cj.QueryBindings
-
- isNullable() - Method in interface com.mysql.cj.xdevapi.Column
-
Checks if column can contain null values.
- isNullOrEmpty(String) - Static method in class com.mysql.cj.util.StringUtils
-
- isNumberSigned() - Method in interface com.mysql.cj.xdevapi.Column
-
Checks if value represents a signed number.
- isOkayForVersion(ServerVersion) - Method in class com.mysql.cj.MysqlCharset
-
- isOpen() - Method in interface com.mysql.cj.xdevapi.Session
-
Is this session open?
- isPadded() - Method in interface com.mysql.cj.xdevapi.Column
-
Checks if the value has a padding.
- isParameter() - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- isPartKey() - Method in interface com.mysql.cj.xdevapi.Column
-
Checks if this column is a part of key.
- isPrimaryKey() - Method in class com.mysql.cj.result.Field
-
- isPrimaryKey() - Method in interface com.mysql.cj.xdevapi.Column
-
Checks if this is a primary key column.
- isPrivateUseCharacter(int) - Static method in class com.mysql.cj.util.SaslPrep
-
- isProhibited(char, int) - Static method in class com.mysql.cj.util.SaslPrep
-
Checks if the given character is one of the prohibited characters under the "SASLprep Profile" rules.
- isProxySet() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- isQueryCacheEnabled() - Method in interface com.mysql.cj.protocol.ServerSession
-
- isRangeBased() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
Returns true if property has range-based constraints
- isRead() - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- isReadOnly(boolean) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Tests to see if the connection is in Read Only Mode.
- isReadOnly() - Method in class com.mysql.cj.result.Field
-
Is this field _definitely_ not writable?
- isReadOnlySafeQuery(String, boolean) - Static method in class com.mysql.cj.QueryInfo
-
Checks whether the given query is safe to run in a read-only session.
- isRelational() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Are relational columns identifiers allowed?
- isReusable() - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
- isRewritableWithMultiValuesClause - Variable in class com.mysql.cj.QueryInfo
-
- isRewritableWithMultiValuesClause() - Method in class com.mysql.cj.QueryInfo
-
Can this query be rewritten as a multi-values clause?
- isRunningOnWindows() - Static method in class com.mysql.cj.util.Util
-
Checks if the JVM is running on Windows Operating System.
- isRuntimeModifiable() - Method in interface com.mysql.cj.conf.PropertyDefinition
-
May the property be changed after initialization.
- isSameResource(JdbcConnection) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Does this connection have the same resource name as the given
connection (for XA)?
- isServerLocal() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Is the server this connection is connected to "local" (i.e.
- isServerTruncatesFracSecs() - Method in interface com.mysql.cj.protocol.ServerSession
-
- isSet() - Method in interface com.mysql.cj.BindValue
-
- isSetNeededForAutoCommitMode(boolean) - Method in interface com.mysql.cj.Session
-
- isSigned(MysqlType) - Static method in enum com.mysql.cj.MysqlType
-
- isSingleBit() - Method in class com.mysql.cj.result.Field
-
- isSourceConnection() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Is this connection connected to the first host in the list if
there is a list of servers in the URL?
- isSSLEstablished() - Method in interface com.mysql.cj.protocol.SocketConnection
-
- isSSLEstablished() - Method in interface com.mysql.cj.Session
-
- isStaticImpermissibleCollation(int) - Static method in class com.mysql.cj.CharsetMapping
-
- isStaticMultibyteCharset(String) - Static method in class com.mysql.cj.CharsetMapping
-
Does the character set contain multi-byte encoded characters.
- isStream() - Method in interface com.mysql.cj.BindValue
-
- isStrictlyNumeric(CharSequence) - Static method in class com.mysql.cj.util.StringUtils
-
Checks is the CharSequence contains digits only.
- isSupported(String) - Static method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
Checks if the given scheme corresponds to one of the connection types the driver supports.
- isSurrogateCode(char) - Static method in class com.mysql.cj.util.SaslPrep
-
- isTaggingCharacter(int) - Static method in class com.mysql.cj.util.SaslPrep
-
- isTraceEnabled() - Method in class com.mysql.cj.log.Jdk14Logger
-
- isTraceEnabled() - Method in interface com.mysql.cj.log.Log
-
Is the 'trace' log level enabled?
- isTraceEnabled() - Method in class com.mysql.cj.log.NullLogger
-
- isTraceEnabled() - Method in class com.mysql.cj.log.Slf4JLogger
-
- isTraceEnabled() - Method in class com.mysql.cj.log.StandardLogger
-
- isTransient - Variable in exception com.mysql.cj.exceptions.CJException
-
- isTransient() - Method in exception com.mysql.cj.exceptions.CJException
-
- isUnassigned(int) - Static method in class com.mysql.cj.util.SaslPrep
-
Unassigned Code Points: list of unassigned code points.
- isUniqueKey() - Method in class com.mysql.cj.result.Field
-
- isUniqueKey() - Method in interface com.mysql.cj.xdevapi.Column
-
Checks if this is a unique key column.
- isUnsigned() - Method in class com.mysql.cj.result.Field
-
- isUpsert() - Method in interface com.mysql.cj.xdevapi.AddStatement
-
Check the upsert flag.
- isValidIdChar(char) - Static method in class com.mysql.cj.util.StringUtils
-
- isVersion(ServerVersion) - Method in interface com.mysql.cj.protocol.ServerSession
-
Is the version of the MySQL server we are connected to the given
version?
- isView() - Method in interface com.mysql.cj.xdevapi.Table
-
Check if the underlying object is a view or not.
- isWarnEnabled() - Method in class com.mysql.cj.log.Jdk14Logger
-
- isWarnEnabled() - Method in interface com.mysql.cj.log.Log
-
Is the 'warn' log level enabled?
- isWarnEnabled() - Method in class com.mysql.cj.log.NullLogger
-
- isWarnEnabled() - Method in class com.mysql.cj.log.Slf4JLogger
-
- isWarnEnabled() - Method in class com.mysql.cj.log.StandardLogger
-
- isZero() - Method in class com.mysql.cj.protocol.InternalDate
-
- isZero() - Method in class com.mysql.cj.protocol.InternalTime
-
- isZero() - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- isZeroFill() - Method in class com.mysql.cj.result.Field
-
- iterator() - Method in interface com.mysql.cj.xdevapi.FetchResult
-
Create an iterator over all elements of the result.
- LAST_INSERT_ID_FUNC - Static variable in class com.mysql.cj.QueryInfo
-
- lastIndexOf(byte[], char) - Static method in class com.mysql.cj.util.StringUtils
-
- LazyString - Class in com.mysql.cj.util
-
A lazy string that can take a byte buffer and encoding and interpret it as a string if/when requested.
- LazyString(String) - Constructor for class com.mysql.cj.util.LazyString
-
- LazyString(byte[], int, int, String) - Constructor for class com.mysql.cj.util.LazyString
-
- LazyString(byte[], int, int) - Constructor for class com.mysql.cj.util.LazyString
-
- left - Variable in class com.mysql.cj.conf.ConnectionUrlParser.Pair
-
- length - Variable in class com.mysql.cj.result.Field
-
- length - Variable in class com.mysql.cj.util.LazyString
-
- length() - Method in class com.mysql.cj.util.LazyString
-
- level - Variable in class com.mysql.cj.xdevapi.Schema.Validation
-
- limit(long) - Method in interface com.mysql.cj.xdevapi.DeleteStatement
-
Add/replace the row limit for the deletion.
- limit(long) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Add/replace the document limit for this query.
- limit(long) - Method in interface com.mysql.cj.xdevapi.ModifyStatement
-
Add/replace the document limit for this statement.
- limit(long) - Method in interface com.mysql.cj.xdevapi.RemoveStatement
-
Add/replace the document limit for the removal.
- limit(long) - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
Add/replace the row limit for this query.
- limit(long) - Method in interface com.mysql.cj.xdevapi.UpdateStatement
-
Add/replace the row limit for this statement.
- LINE_SEPARATOR - Static variable in class com.mysql.cj.util.LogUtils
-
- LINE_SEPARATOR_LENGTH - Static variable in class com.mysql.cj.util.LogUtils
-
- LoadBalancedConnection - Interface in com.mysql.cj.jdbc.ha
-
- LoadBalanceExceptionChecker - Interface in com.mysql.cj.jdbc.ha
-
- loadClasses(Class<T>, String, String, ExceptionInterceptor) - Static method in class com.mysql.cj.util.Util
-
- loadTimeZoneMappings(ExceptionInterceptor) - Static method in class com.mysql.cj.util.TimeUtil
-
Loads a properties file that contains all kinds of time zone mappings.
- LockContention() - Constructor for enum com.mysql.cj.xdevapi.Statement.LockContention
-
- lockExclusive() - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Locks matching rows exclusively so no other transactions can read or write to them.
- lockExclusive(Statement.LockContention) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Locks matching rows exclusively so no other transactions can read or write to them, using the provided lock contention option.
- lockExclusive() - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
Locks matching rows exclusively so no other transactions can read or write to them.
- lockExclusive(Statement.LockContention) - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
Locks matching rows exclusively so no other transactions can read or write to them, using the provided lock contention option.
- lockShared() - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Locks matching rows against updates.
- lockShared(Statement.LockContention) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Locks matching rows against updates using the provided lock contention option.
- lockShared() - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
Locks matching rows against updates.
- lockShared(Statement.LockContention) - Method in interface com.mysql.cj.xdevapi.SelectStatement
-
Locks matching rows against updates using the provided lock contention option.
- Log - Interface in com.mysql.cj.log
-
Unified interface to logging facilities on different platforms
- log - Variable in class com.mysql.cj.log.Slf4JLogger
-
- logDebug(Object) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message instance using the 'debug' level
- logDebug(Object, Throwable) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message and Throwable at the 'debug' level.
- logDebug(Object) - Method in interface com.mysql.cj.log.Log
-
Logs the given message instance using the 'debug' level
- logDebug(Object, Throwable) - Method in interface com.mysql.cj.log.Log
-
Logs the given message and Throwable at the 'debug' level.
- logDebug(Object) - Method in class com.mysql.cj.log.NullLogger
-
- logDebug(Object, Throwable) - Method in class com.mysql.cj.log.NullLogger
-
- logDebug(Object) - Method in class com.mysql.cj.log.Slf4JLogger
-
- logDebug(Object, Throwable) - Method in class com.mysql.cj.log.Slf4JLogger
-
- logDebug(Object) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message instance using the 'debug' level
- logDebug(Object, Throwable) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message and Throwable at the 'debug' level.
- logError(Object) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message instance using the 'error' level
- logError(Object, Throwable) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message and Throwable at the 'error' level.
- logError(Object) - Method in interface com.mysql.cj.log.Log
-
Logs the given message instance using the 'error' level
- logError(Object, Throwable) - Method in interface com.mysql.cj.log.Log
-
Logs the given message and Throwable at the 'error' level.
- logError(Object) - Method in class com.mysql.cj.log.NullLogger
-
- logError(Object, Throwable) - Method in class com.mysql.cj.log.NullLogger
-
- logError(Object) - Method in class com.mysql.cj.log.Slf4JLogger
-
- logError(Object, Throwable) - Method in class com.mysql.cj.log.Slf4JLogger
-
- logError(Object) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message instance using the 'error' level
- logError(Object, Throwable) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message and Throwable at the 'error' level.
- logFatal(Object) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message instance using the 'fatal' level
- logFatal(Object, Throwable) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message and Throwable at the 'fatal' level.
- logFatal(Object) - Method in interface com.mysql.cj.log.Log
-
Logs the given message instance using the 'fatal' level
- logFatal(Object, Throwable) - Method in interface com.mysql.cj.log.Log
-
Logs the given message and Throwable at the 'fatal' level.
- logFatal(Object) - Method in class com.mysql.cj.log.NullLogger
-
- logFatal(Object, Throwable) - Method in class com.mysql.cj.log.NullLogger
-
- logFatal(Object) - Method in class com.mysql.cj.log.Slf4JLogger
-
- logFatal(Object, Throwable) - Method in class com.mysql.cj.log.Slf4JLogger
-
- logFatal(Object) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message instance using the 'fatal' level
- logFatal(Object, Throwable) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message and Throwable at the 'fatal' level.
- LOGGER_INSTANCE_NAME - Static variable in interface com.mysql.cj.log.Log
-
Logger instance name
- logInfo(Object) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message instance using the 'info' level
- logInfo(Object, Throwable) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message and Throwable at the 'info' level.
- logInfo(Object) - Method in interface com.mysql.cj.log.Log
-
Logs the given message instance using the 'info' level
- logInfo(Object, Throwable) - Method in interface com.mysql.cj.log.Log
-
Logs the given message and Throwable at the 'info' level.
- logInfo(Object) - Method in class com.mysql.cj.log.NullLogger
-
- logInfo(Object, Throwable) - Method in class com.mysql.cj.log.NullLogger
-
- logInfo(Object) - Method in class com.mysql.cj.log.Slf4JLogger
-
- logInfo(Object, Throwable) - Method in class com.mysql.cj.log.Slf4JLogger
-
- logInfo(Object) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message instance using the 'info' level
- logInfo(Object, Throwable) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message and Throwable at the 'info' level.
- logInternal(Level, Object, Throwable) - Method in class com.mysql.cj.log.Jdk14Logger
-
- logInternal(int, Object, Throwable) - Method in class com.mysql.cj.log.StandardLogger
-
- logLocationInfo - Variable in class com.mysql.cj.log.StandardLogger
-
- logTrace(Object) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message instance using the 'trace' level
- logTrace(Object, Throwable) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message and Throwable at the 'trace' level.
- logTrace(Object) - Method in interface com.mysql.cj.log.Log
-
Logs the given message instance using the 'trace' level
- logTrace(Object, Throwable) - Method in interface com.mysql.cj.log.Log
-
Logs the given message and Throwable at the 'trace' level.
- logTrace(Object) - Method in class com.mysql.cj.log.NullLogger
-
- logTrace(Object, Throwable) - Method in class com.mysql.cj.log.NullLogger
-
- logTrace(Object) - Method in class com.mysql.cj.log.Slf4JLogger
-
- logTrace(Object, Throwable) - Method in class com.mysql.cj.log.Slf4JLogger
-
- logTrace(Object) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message instance using the 'trace' level
- logTrace(Object, Throwable) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message and Throwable at the 'trace' level.
- LogUtils - Class in com.mysql.cj.util
-
- LogUtils() - Constructor for class com.mysql.cj.util.LogUtils
-
- logWarn(Object) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message instance using the 'warn' level
- logWarn(Object, Throwable) - Method in class com.mysql.cj.log.Jdk14Logger
-
Logs the given message and Throwable at the 'warn' level.
- logWarn(Object) - Method in interface com.mysql.cj.log.Log
-
Logs the given message instance using the 'warn' level
- logWarn(Object, Throwable) - Method in interface com.mysql.cj.log.Log
-
Logs the given message and Throwable at the 'warn' level.
- logWarn(Object) - Method in class com.mysql.cj.log.NullLogger
-
- logWarn(Object, Throwable) - Method in class com.mysql.cj.log.NullLogger
-
- logWarn(Object) - Method in class com.mysql.cj.log.Slf4JLogger
-
- logWarn(Object, Throwable) - Method in class com.mysql.cj.log.Slf4JLogger
-
- logWarn(Object) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message instance using the 'warn' level
- logWarn(Object, Throwable) - Method in class com.mysql.cj.log.StandardLogger
-
Logs the given message and Throwable at the 'warn' level.
- lookupSrvRecords(String) - Static method in class com.mysql.cj.util.DnsSrv
-
- lowerCaseTableNames() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Is the server configured to use lower-case table names only?
- LRUCache<K,V> - Class in com.mysql.cj.util
-
- LRUCache(int) - Constructor for class com.mysql.cj.util.LRUCache
-
- read - Variable in exception com.mysql.cj.exceptions.DataTruncationException
-
- read(Class<T>, ProtocolEntityFactory<T, M>) - Method in interface com.mysql.cj.protocol.Protocol
-
- read(Class<Resultset>, int, boolean, M, boolean, ColumnDefinition, ProtocolEntityFactory<T, M>) - Method in interface com.mysql.cj.protocol.Protocol
-
Read protocol entity.
- read(ProtocolEntityFactory<T, M>) - Method in interface com.mysql.cj.protocol.ProtocolEntityReader
-
- read(int, boolean, M, ColumnDefinition, ProtocolEntityFactory<T, M>) - Method in interface com.mysql.cj.protocol.ProtocolEntityReader
-
Reads one result set off of the wire, if the result is actually an
update count, creates an update-count only result set.
- readBlock(InputStream, byte[], ExceptionInterceptor) - Static method in class com.mysql.cj.util.Util
-
- readBlock(InputStream, byte[], int, ExceptionInterceptor) - Static method in class com.mysql.cj.util.Util
-
- readFully(byte[]) - Method in class com.mysql.cj.protocol.FullReadInputStream
-
- readFully(byte[], int, int) - Method in class com.mysql.cj.protocol.FullReadInputStream
-
- readFully(Reader, char[], int) - Static method in class com.mysql.cj.util.Util
-
Reads length bytes from reader into buf.
- readHeader() - Method in interface com.mysql.cj.protocol.MessageReader
-
Read the next message header from server, possibly blocking indefinitely until the message is received.
- readMessage(Optional<M>, H) - Method in interface com.mysql.cj.protocol.MessageReader
-
Read message from server into to the given
Message instance or into the new one if not present.
- readMessage(Optional<M>, int) - Method in interface com.mysql.cj.protocol.MessageReader
-
Read message from server into to the given
Message instance or into the new one if not present.
- readMessage(M) - Method in interface com.mysql.cj.protocol.Protocol
-
Read one message from the MySQL server into the reusable buffer if provided or into the new one.
- readMetadata() - Method in interface com.mysql.cj.protocol.Protocol
-
- readQueryResult(ResultBuilder<T>) - Method in interface com.mysql.cj.protocol.Protocol
-
Read messages from server and deliver them to resultBuilder.
- readServerCapabilities() - Method in interface com.mysql.cj.protocol.Protocol
-
Retrieve ServerCapabilities from server.
- realClose(boolean, boolean, boolean, Throwable) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Closes connection and frees resources.
- realClose(boolean, boolean) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- realClose(boolean) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Closes this ResultSet and releases resources.
- recachePreparedStatement(JdbcPreparedStatement) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- regionMatchesIgnoreCase(String, int, String) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' contains the string 'searchFor', disregarding case and starting at 'startAt'.
- registerStatement(JdbcStatement) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Register a Statement instance as open.
- releaseSavepoint(String) - Method in interface com.mysql.cj.xdevapi.Session
-
Releases the named savepoint.
- releaseSequentialId(int) - Method in class com.mysql.cj.util.SequentialIdLease
-
Frees the given sequential id so that it can be reused.
- relyingPartyId - Variable in class com.mysql.cj.callback.FidoAuthenticationCallback
-
- remove(String) - Method in interface com.mysql.cj.xdevapi.Collection
-
Create a new removal statement affecting documents matching the given search condition.
- removeEldestEntry(Map.Entry<K, V>) - Method in class com.mysql.cj.util.LRUCache
-
- removeHost(String) - Method in interface com.mysql.cj.jdbc.ha.LoadBalancedConnection
-
- removeHostWhenNotInUse(String) - Method in interface com.mysql.cj.jdbc.ha.LoadBalancedConnection
-
- removeListener(RuntimeProperty.RuntimePropertyListener) - Method in interface com.mysql.cj.conf.RuntimeProperty
-
- removeListener(Protocol.ProtocolEventListener) - Method in interface com.mysql.cj.protocol.Protocol.ProtocolEventHandler
-
Remove protocol listener.
- removeListener(Session.SessionEventListener) - Method in interface com.mysql.cj.Session
-
Remove session listener.
- removeMasterHost(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- removeMasterHost(String, boolean) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- removeOne(String) - Method in interface com.mysql.cj.xdevapi.Collection
-
Removes the document with the given id.
- removeOpenResultSet(ResultSetInternalMethods) - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
Callback for result set instances to remove them from the Set that
tracks them per-statement
- removeProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
-
- removeProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
-
- removeReplica(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
- removeReplica(String, boolean) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
- removeSessionStateChangesListener(ServerSessionStateController.SessionStateChangesListener) - Method in interface com.mysql.cj.protocol.ServerSessionStateController
-
- removeSlave(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- removeSlave(String, boolean) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
Deprecated.
- removeSourceHost(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
- removeSourceHost(String, boolean) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
-
- RemoveStatement - Interface in com.mysql.cj.xdevapi
-
A statement requesting to remove a set of documents.
- REPLACE_STATEMENT - Static variable in class com.mysql.cj.QueryInfo
-
- replaceLegacyPropertyValues(Map<String, String>) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Some acceptable property values have changed in c/J 8.0 but old values remain hard-coded in widely used software.
- replaceOne(String, DbDoc) - Method in interface com.mysql.cj.xdevapi.Collection
-
Takes in a document object that will replace the matching document.
- replaceOne(String, String) - Method in interface com.mysql.cj.xdevapi.Collection
-
Takes in a document object that will replace the matching document.
- ReplicationConnection - Interface in com.mysql.cj.jdbc.ha
-
- requiresConfidentiality() - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
Does this plugin require the connection itself to be confidential (i.e.
- reset() - Method in interface com.mysql.cj.BindValue
-
- reset() - Method in interface com.mysql.cj.conf.PropertySet
-
Reset all properties to their initial values.
- reset() - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
Resets the authentication steps sequence.
- reset() - Method in interface com.mysql.cj.protocol.Protocol
-
Return Protocol to its initial state right after successful connect.
- reset() - Method in class com.mysql.cj.util.StringInspector
-
Resets this object's state to previously mark state.
- resetCancelledState() - Method in interface com.mysql.cj.Query
-
- resetEscaped() - Method in class com.mysql.cj.util.StringInspector
-
Checks if the current character is escaped by analyzing previous characters, as long as the search mode
SearchMode.ALLOW_BACKSLASH_ESCAPE is
present in the default search mode.
- resetMessageSequence() - Method in interface com.mysql.cj.protocol.MessageReader
-
Set stored message sequence number to 0.
- resetServerState() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Resets the server-side state of this connection.
- resetValue() - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Reset to initial value (default or defined in connection string/Properties)
- RESOURCE_BUNDLE - Static variable in class com.mysql.cj.Messages
-
- restart() - Method in class com.mysql.cj.util.StringInspector
-
Resets this object's state to original values.
- Result - Interface in com.mysql.cj.xdevapi
-
Base result.
- RESULT_SET_SIZE_UNKNOWN - Static variable in interface com.mysql.cj.result.RowList
-
What's returned for the size of a row list when its size can not be
determined.
- ResultBuilder<T> - Interface in com.mysql.cj.protocol
-
Classes implementing this interface are responsible for building result of specific type from incoming ProtocolEntity objects.
- Resultset - Interface in com.mysql.cj.protocol
-
Represents protocol specific result set,
eg., for native protocol, a ProtocolText::Resultset or ProtocolBinary::Resultset entity.
- Resultset.Concurrency - Enum in com.mysql.cj.protocol
-
- Resultset.Type - Enum in com.mysql.cj.protocol
-
- ResultSetInternalMethods - Interface in com.mysql.cj.jdbc.result
-
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.
- ResultsetRow - Interface in com.mysql.cj.protocol
-
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[][]).
- ResultsetRows - Interface in com.mysql.cj.protocol
-
This interface abstracts away how row data is accessed by the result set.
- ResultsetRowsOwner - Interface in com.mysql.cj.protocol
-
- ResultStreamer - Interface in com.mysql.cj.protocol
-
A result streamer is a result object that is streaming results from the current connection.
- reuseExisting - Variable in class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
-
- right - Variable in class com.mysql.cj.conf.ConnectionUrlParser.Pair
-
- rollback() - Method in interface com.mysql.cj.jdbc.interceptors.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.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.rollback(), before the
driver processes its own internal logic for rollback().
- rollback() - Method in interface com.mysql.cj.xdevapi.Session
-
Rollback the transaction.
- rollbackTo(String) - Method in interface com.mysql.cj.xdevapi.Session
-
Rolls back the transaction to the named savepoint.
- Row - Interface in com.mysql.cj.result
-
- Row - Interface in com.mysql.cj.xdevapi
-
A row element returned from a SELECT query.
- RowList - Interface in com.mysql.cj.result
-
- RowLock(int) - Constructor for enum com.mysql.cj.xdevapi.FilterParams.RowLock
-
- rowLock - Variable in enum com.mysql.cj.xdevapi.FilterParams.RowLock
-
- rowLockOption - Variable in enum com.mysql.cj.xdevapi.FilterParams.RowLockOptions
-
- RowLockOptions(int) - Constructor for enum com.mysql.cj.xdevapi.FilterParams.RowLockOptions
-
- RowResult - Interface in com.mysql.cj.xdevapi
-
A result exposing a set of rows from a SELECT query.
- RSAException - Exception in com.mysql.cj.exceptions
-
- RSAException() - Constructor for exception com.mysql.cj.exceptions.RSAException
-
- RSAException(String) - Constructor for exception com.mysql.cj.exceptions.RSAException
-
- RSAException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.RSAException
-
- RSAException(Throwable) - Constructor for exception com.mysql.cj.exceptions.RSAException
-
- RSAException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.RSAException
-
- runThroughAll(Consumer<BindValue>) - Method in interface com.mysql.cj.QueryAttributesBindings
-
Runs through all query attributes while feeding the given
Consumer with each one of them.
- RUNTIME_MODIFIABLE - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
is modifiable in run-time
- RUNTIME_NOT_MODIFIABLE - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
is not modifiable in run-time (will allow to set not-null value only once)
- RuntimeProperty<T> - Interface in com.mysql.cj.conf
-
- RuntimeProperty.RuntimePropertyListener - Interface in com.mysql.cj.conf
-
- rwLock - Static variable in class com.mysql.cj.conf.ConnectionUrl
-
- safeIntParse(String) - Static method in class com.mysql.cj.util.StringUtils
-
- safeTrim(String) - Static method in class com.mysql.cj.util.StringUtils
-
- sanitizeProcOrFuncName(String) - Static method in class com.mysql.cj.util.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.
- SaslPrep - Class in com.mysql.cj.util
-
Implementation for SASLprep: Stringprep Profile for User Names and Passwords, as specified in
RFC 4013.
- SaslPrep() - Constructor for class com.mysql.cj.util.SaslPrep
-
- SaslPrep.StringType - Enum in com.mysql.cj.util
-
The type of string usage regarding the support for unassigned code points as described in
RFC
3454, Section 7.
- sawVariableUse - Variable in class com.mysql.cj.util.EscapeTokenizer
-
- sawVariableUse() - Method in class com.mysql.cj.util.EscapeTokenizer
-
Returns true if a variable reference was found.
- scale - Variable in class com.mysql.cj.protocol.InternalTime
-
- scale - Variable in class com.mysql.cj.protocol.InternalTimestamp
-
- Schema - Interface in com.mysql.cj.xdevapi
-
A client-side representation of a database schema.
- schema - Variable in class com.mysql.cj.xdevapi.Schema.Validation
-
- Schema.CreateCollectionOptions - Class in com.mysql.cj.xdevapi
-
- Schema.ModifyCollectionOptions - Class in com.mysql.cj.xdevapi
-
- Schema.Validation - Class in com.mysql.cj.xdevapi
-
- Schema.Validation.ValidationLevel - Enum in com.mysql.cj.xdevapi
-
Defines how validation options are applied.
- schemaExists(String) - Method in interface com.mysql.cj.DataStoreMetadata
-
- scheme - Variable in enum com.mysql.cj.conf.ConnectionUrl.Type
-
- scheme - Variable in class com.mysql.cj.conf.ConnectionUrlParser
-
- SCHEME_PTRN - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
-
- scramble - Variable in class com.mysql.cj.callback.FidoAuthenticationCallback
-
- SearchMode - Enum in com.mysql.cj.util
-
Search mode flags enumeration.
- SearchMode() - Constructor for enum com.mysql.cj.util.SearchMode
-
- seconds - Variable in class com.mysql.cj.protocol.InternalTime
-
- seconds - Variable in class com.mysql.cj.protocol.InternalTimestamp
-
- secondsSinceMillis(long) - Static method in class com.mysql.cj.util.Util
-
Computes the number of seconds elapsed since the given time in milliseconds.
- select(String...) - Method in interface com.mysql.cj.xdevapi.Table
-
Create a new select statement using the given projections.
- SelectStatement - Interface in com.mysql.cj.xdevapi
-
A statement representing a SELECT query.
- send(byte[], int, byte) - Method in interface com.mysql.cj.protocol.MessageSender
-
Synchronously send the message to server.
- send(M) - Method in interface com.mysql.cj.protocol.MessageSender
-
Synchronously send the message to server.
- send(M, CompletableFuture<?>, Runnable) - Method in interface com.mysql.cj.protocol.MessageSender
-
Asynchronously write a message with a notification being delivered to callback upon completion of write of entire message.
- send(Message, int) - Method in interface com.mysql.cj.protocol.Protocol
-
- sendCommand(Message, boolean, int) - Method in interface com.mysql.cj.protocol.Protocol
-
Send a command to the MySQL server.
- SequentialIdLease - Class in com.mysql.cj.util
-
- SequentialIdLease() - Constructor for class com.mysql.cj.util.SequentialIdLease
-
- sequentialIdsLease - Variable in class com.mysql.cj.util.SequentialIdLease
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.AssertionFailedException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.CJCommunicationsException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.CJConnectionFeatureNotAvailableException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.CJException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.CJOperationNotSupportedException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.CJPacketTooBigException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.CJTimeoutException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.ClosedOnExpiredPasswordException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.ConnectionIsClosedException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.DataConversionException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.DataReadException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.DataTruncationException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.FeatureNotAvailableException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.InvalidConnectionAttributeException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.NumberOutOfRange
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.OperationCancelledException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.PasswordExpiredException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.PropertyNotModifiableException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.RSAException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.SSLParamsException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.StatementIsClosedException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.UnableToConnectException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.UnsupportedConnectionStringException
-
- serialVersionUID - Static variable in exception com.mysql.cj.exceptions.WrongArgumentException
-
- serialVersionUID - Static variable in class com.mysql.cj.util.LRUCache
-
- serialVersionUID - Static variable in exception com.mysql.cj.xdevapi.XDevAPIError
-
- ServerCapabilities - Interface in com.mysql.cj.protocol
-
Represents server capabilities, retrieved right after creating physical connection and before handshake.
- serverConfigByUrl - Static variable in class com.mysql.cj.util.PerVmServerConfigCacheFactory
-
- serverConfigCache - Static variable in class com.mysql.cj.util.PerVmServerConfigCacheFactory
-
- serverPrepareStatement(String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
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.cj.jdbc.JdbcConnection
-
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.cj.jdbc.JdbcConnection
-
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.cj.jdbc.JdbcConnection
-
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.cj.jdbc.JdbcConnection
-
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.cj.jdbc.JdbcConnection
-
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.
- ServerSession - Interface in com.mysql.cj.protocol
-
Keeps the effective states of server/session variables,
contains methods for initial retrieving of these states and for their actualization.
- ServerSessionStateController - Interface in com.mysql.cj.protocol
-
- ServerSessionStateController.ServerSessionStateChanges - Interface in com.mysql.cj.protocol
-
The object containing server session changes collected from the latest query execution.
- ServerSessionStateController.SessionStateChange - Class in com.mysql.cj.protocol
-
A single server session change record.
- ServerSessionStateController.SessionStateChangesListener - Interface in com.mysql.cj.protocol
-
- serverSupportsFracSecs() - Method in interface com.mysql.cj.protocol.ServerCapabilities
-
- ServerVersion - Class in com.mysql.cj
-
A server version.
- ServerVersion(String, int, int, int) - Constructor for class com.mysql.cj.ServerVersion
-
- ServerVersion(int, int, int) - Constructor for class com.mysql.cj.ServerVersion
-
- Session - Interface in com.mysql.cj
-
Session exposes logical level which user API uses internally to call
Protocol methods.
- Session - Interface in com.mysql.cj.xdevapi
-
X DevAPI introduces a new, high-level database connection concept that is called Session.
- Session.SessionEventListener - Interface in com.mysql.cj
-
- SESSION_TRACK_GTIDS - Static variable in interface com.mysql.cj.protocol.ServerSessionStateController
-
- SESSION_TRACK_SCHEMA - Static variable in interface com.mysql.cj.protocol.ServerSessionStateController
-
- SESSION_TRACK_STATE_CHANGE - Static variable in interface com.mysql.cj.protocol.ServerSessionStateController
-
- SESSION_TRACK_SYSTEM_VARIABLES - Static variable in interface com.mysql.cj.protocol.ServerSessionStateController
-
- SESSION_TRACK_TRANSACTION_CHARACTERISTICS - Static variable in interface com.mysql.cj.protocol.ServerSessionStateController
-
- SESSION_TRACK_TRANSACTION_STATE - Static variable in interface com.mysql.cj.protocol.ServerSessionStateController
-
- SessionFactory - Class in com.mysql.cj.xdevapi
-
SessionFactory is used for creation of sessions.
- SessionFactory() - Constructor for class com.mysql.cj.xdevapi.SessionFactory
-
- SessionStateChange(int) - Constructor for class com.mysql.cj.protocol.ServerSessionStateController.SessionStateChange
-
- set(String, Object) - Method in interface com.mysql.cj.xdevapi.ModifyStatement
-
Add an update to the statement setting the field as the document path to the given value for all documents matching the search criteria.
- set(Map<String, Object>) - Method in interface com.mysql.cj.xdevapi.UpdateStatement
-
Add the given set of updates to the statement.
- set(String, Object) - Method in interface com.mysql.cj.xdevapi.UpdateStatement
-
Add the given update to the statement setting field to value for all rows matching the search criteria.
- setAsciiStream(int, InputStream, int) - Method in interface com.mysql.cj.QueryBindings
-
- setAttribute(String, Object) - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- setAttribute(String, Object) - Method in interface com.mysql.cj.QueryAttributesBindings
-
Adds a new query attribute to the list of query attributes.
- setAuthenticationParameters(String, String) - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
This method called from Connector/J before first nextAuthenticationStep call.
- setAuthenticatorData(byte[]) - Method in class com.mysql.cj.callback.FidoAuthenticationCallback
-
Sets the FIDO Authenticator Data produced by the authenticator interaction.
- setAutoCommit(boolean) - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.setAutoCommit(), before the
driver processes its own internal logic for setAutoCommit().
- setAutoCommit(boolean) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setBatchCommandIndex(int) - Method in interface com.mysql.cj.PreparedQuery
-
- setBigDecimal(int, BigDecimal) - Method in interface com.mysql.cj.QueryBindings
-
- setBigInteger(int, BigInteger) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- setBigInteger(int, BigInteger) - Method in interface com.mysql.cj.QueryBindings
-
- setBinary() - Method in class com.mysql.cj.result.Field
-
- setBinaryStream(int, InputStream, int) - Method in interface com.mysql.cj.QueryBindings
-
- setBinding(Object, MysqlType, int, AtomicBoolean) - Method in interface com.mysql.cj.BindValue
-
- setBindValues(BindValue[]) - Method in interface com.mysql.cj.QueryBindings
-
- setBlob(int, Blob) - Method in interface com.mysql.cj.QueryBindings
-
- setBlob() - Method in class com.mysql.cj.result.Field
-
- setBoolean(int, boolean) - Method in interface com.mysql.cj.QueryBindings
-
- setByte(int, byte) - Method in interface com.mysql.cj.QueryBindings
-
- setBytes(int, byte[], boolean) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- setBytes(int, byte[], boolean) - Method in interface com.mysql.cj.QueryBindings
-
- setBytes(int, byte[]) - Method in interface com.mysql.cj.result.Row
-
Sets the given byte array as a raw column value (only works currently with ByteArrayRow).
- setCalendar(Calendar) - Method in interface com.mysql.cj.BindValue
-
- setCancelStatus(Query.CancelStatus) - Method in interface com.mysql.cj.Query
-
- setCapabilities(ServerCapabilities) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setCapabilityFlags(int) - Method in interface com.mysql.cj.protocol.ServerCapabilities
-
- setCaughtWhileCancelling(Throwable) - Method in interface com.mysql.cj.CancelQueryTask
-
- setCharacterStream(int, Reader, int) - Method in interface com.mysql.cj.QueryBindings
-
- setCharsetSettings(CharsetSettings) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setClearWarningsCalled(boolean) - Method in interface com.mysql.cj.Query
-
- setClientInfo(Connection, Properties) - Method in interface com.mysql.cj.jdbc.ClientInfoProvider
-
Sets the client info for the connection that this provider
instance belongs to.
- setClientInfo(Connection, String, String) - Method in interface com.mysql.cj.jdbc.ClientInfoProvider
-
Sets the client info for the connection that this provider
instance belongs to.
- setClientParam(long) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setClob(int, Clob) - Method in interface com.mysql.cj.QueryBindings
-
- setColumnDefinition(ColumnDefinition) - Method in interface com.mysql.cj.protocol.Resultset
-
Sometimes the driver doesn't have metadata before consuming the result set rows (because it's cached),
or need to coerce the metadata returned by queries into that required by the particular specification
(eg metadata returned by metadata queries into that required by the JDBC specification).
- setColumnDefinition(ColumnDefinition) - Method in interface com.mysql.cj.QueryBindings
-
- setColumnLabelToIndex(Map<String, Integer>) - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- setColumnNameToIndex(Map<String, Integer>) - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- setColumnToIndexCache(Map<String, Integer>) - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- setCriteria(String) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse criteriaString into X Protocol Expr object.
- setCurrentDatabase(String) - Method in interface com.mysql.cj.Query
-
- setCurrentRow(int) - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Moves the current position in the result set to the given row number.
- setDatabase(String) - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
-
Called when an application calls Connection.setCatalog() or Connection.setSchema(),
before the driver processes its own internal logic for these methods.
- setDatabase(String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Set current database for this connection.
- setDataSize(int) - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- setDate(int, Date, Calendar) - Method in interface com.mysql.cj.QueryBindings
-
- setDay(int) - Method in class com.mysql.cj.protocol.InternalDate
-
- setDouble(int, double) - Method in interface com.mysql.cj.QueryBindings
-
- setEscapeBytesIfNeeded(boolean) - Method in interface com.mysql.cj.BindValue
-
- setExceptionInterceptor(ExceptionInterceptor) - Method in interface com.mysql.cj.Session
-
- setExecuteTime(long) - Method in interface com.mysql.cj.Query
-
- setFailedOver(boolean) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- setField(Field) - Method in interface com.mysql.cj.BindValue
-
- setFields(Field[]) - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- setFields(String...) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse projection expressions into X Protocol Projection objects.
- setFirstCharOfQuery(char) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
Sets the first character of the query that was issued to create
this result set.
- setFlags(short) - Method in class com.mysql.cj.result.Field
-
- setFloat(int, float) - Method in interface com.mysql.cj.QueryBindings
-
- setFromBindValue(int, BindValue) - Method in interface com.mysql.cj.QueryBindings
-
- setFullColumnNameToIndex(Map<String, Integer>) - Method in interface com.mysql.cj.protocol.ColumnDefinition
-
- setGrouping(String...) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse groupBy expressions into X Protocol Expr objects.
- setGroupingCriteria(String) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse having expressions into X Protocol Expr objects.
- setHoldResultsOpenOverClose(boolean) - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- setHours(int) - Method in class com.mysql.cj.protocol.InternalTime
-
- setHours(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setIndex(int) - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- setInGlobalTx(boolean) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Set the state of being in a global (XA) transaction.
- setInt(int, int) - Method in interface com.mysql.cj.QueryBindings
-
- setIsNational(boolean) - Method in interface com.mysql.cj.BindValue
-
- setKeepOrigNanos(boolean) - Method in interface com.mysql.cj.BindValue
-
Should the value keep original fractional seconds ignoring sendFractionalSeconds and sendFractionalSecondsForTime?
- setLevel(Schema.Validation.ValidationLevel) - Method in class com.mysql.cj.xdevapi.Schema.Validation
-
- setLimit(Long) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Set maximum rows to find.
- setLocalInfileInputStream(InputStream) - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
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 interface com.mysql.cj.protocol.Protocol
-
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.
- setLock(FilterParams.RowLock) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
- setLockOption(FilterParams.RowLockOptions) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
- setLong(int, long) - Method in interface com.mysql.cj.QueryBindings
-
- setLongParameterSwitchDetected(boolean) - Method in interface com.mysql.cj.QueryBindings
-
- setMaxAllowedPacket(int) - Method in interface com.mysql.cj.protocol.MessageSender
-
Set max allowed packet size.
- setMetadata(ResultSetMetaData) - Method in interface com.mysql.cj.jdbc.result.CachedResultSetMetaData
-
- setMetadata(ColumnDefinition) - Method in interface com.mysql.cj.protocol.ResultsetRows
-
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(ColumnDefinition) - Method in interface com.mysql.cj.result.Row
-
Set metadata to enable getValue functionality.
- setMinutes(int) - Method in class com.mysql.cj.protocol.InternalTime
-
- setMinutes(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setMonth(int) - Method in class com.mysql.cj.protocol.InternalDate
-
- setMysqlInput(FullReadInputStream) - Method in interface com.mysql.cj.protocol.SocketConnection
-
- setMysqlType(MysqlType) - Method in interface com.mysql.cj.BindValue
-
- setMysqlType(MysqlType) - Method in class com.mysql.cj.result.Field
-
- setMysqlTypeId(int) - Method in class com.mysql.cj.result.Field
-
- setName(String) - Method in interface com.mysql.cj.BindValue
-
- setNanos(int) - Method in class com.mysql.cj.protocol.InternalTime
-
- setNanos(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setNCharacterStream(int, Reader, long) - Method in interface com.mysql.cj.QueryBindings
-
- setNClob(int, NClob) - Method in interface com.mysql.cj.QueryBindings
-
- setNegative(boolean) - Method in class com.mysql.cj.protocol.InternalTime
-
- setNextResultset(Resultset) - Method in interface com.mysql.cj.protocol.Resultset
-
- setNString(int, String) - Method in interface com.mysql.cj.QueryBindings
-
- setNull(boolean) - Method in interface com.mysql.cj.BindValue
-
- setNull(int, MysqlType) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
-
- setNull(int) - Method in interface com.mysql.cj.QueryBindings
-
- setNumberOfExecutions(int) - Method in interface com.mysql.cj.QueryBindings
-
- setObject(int, Object) - Method in interface com.mysql.cj.QueryBindings
-
- setObject(int, Object, MysqlType, int) - Method in interface com.mysql.cj.QueryBindings
-
- setOffset(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setOffset(Long) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Set number of rows to skip before finding others.
- setOrder(String...) - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Parse order expressions into X Protocol Order objects.
- setOriginalSql(String) - Method in interface com.mysql.cj.PreparedQuery
-
- setOwner(ResultsetRowsOwner) - Method in interface com.mysql.cj.protocol.ResultsetRows
-
Set the result set that 'owns' this RowData
- setOwningStatement(JdbcStatement) - Method in interface com.mysql.cj.jdbc.result.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.
- setPacketReceivedTimeHolder(PacketReceivedTimeHolder) - Method in interface com.mysql.cj.protocol.Protocol
-
- setPacketSentTimeHolder(PacketSentTimeHolder) - Method in interface com.mysql.cj.protocol.Protocol
-
- setParameter(boolean) - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- setParameterCount(int) - Method in interface com.mysql.cj.PreparedQuery
-
- setPingTarget(PingTarget) - Method in interface com.mysql.cj.jdbc.JdbcStatement
-
- setPropertySet(PropertySet) - Method in interface com.mysql.cj.protocol.Protocol
-
- setPropertySet(PropertySet) - Method in interface com.mysql.cj.result.ValueFactory
-
- setProxy(JdbcConnection) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- setQueryBindings(QueryBindings) - Method in interface com.mysql.cj.PreparedQuery
-
- setQueryComment(String) - Method in interface com.mysql.cj.protocol.Protocol
-
Sets the comment that will be prepended to all statements
sent to the server.
- setQueryInfo(QueryInfo) - Method in interface com.mysql.cj.PreparedQuery
-
- setQueryToCancel(Query) - Method in interface com.mysql.cj.CancelQueryTask
-
- setRead(boolean) - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- setReadOnlyInternal(boolean) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- setResultFetchSize(int) - Method in interface com.mysql.cj.Query
-
- setResultType(Resultset.Type) - Method in interface com.mysql.cj.Query
-
- setReuseExisting(boolean) - Method in class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
-
- setSavepoint() - Method in interface com.mysql.cj.xdevapi.Session
-
- setSavepoint(String) - Method in interface com.mysql.cj.xdevapi.Session
-
Creates or replaces a transaction savepoint with the given name.
- setScale(int) - Method in class com.mysql.cj.protocol.InternalTime
-
- setScale(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setScaleOrLength(long) - Method in interface com.mysql.cj.BindValue
-
- setSchema(String) - Method in class com.mysql.cj.xdevapi.Schema.Validation
-
- setSeconds(int) - Method in class com.mysql.cj.protocol.InternalTime
-
- setSeconds(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
-
- setServerVariables(Map<String, String>) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setSessionMaxRows(int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Sets the sql select limit max-rows for this session if different from current.
- setSessionStateChanges(ServerSessionStateController.ServerSessionStateChanges) - Method in interface com.mysql.cj.protocol.ServerSessionStateController
-
Set the object containing server session changes collected from the latest query execution.
- setSessionTimeZone(TimeZone) - Method in interface com.mysql.cj.protocol.ServerSession
-
- setShort(int, short) - Method in interface com.mysql.cj.QueryBindings
-
- setSignature(byte[]) - Method in class com.mysql.cj.callback.FidoAuthenticationCallback
-
Sets the FIDO Signature produced by the authenticator interaction.
- setSocketFactory(SocketFactory) - Method in interface com.mysql.cj.protocol.SocketConnection
-
- setSourceOfAuthData(String) - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
-
Connector/J uses this method to identify the source of the authentication data, as an authentication plugin name, that will be available to the next
authentication step(s).
- setSQLState(String) - Method in exception com.mysql.cj.exceptions.CJException
-
- setStartPosition(int) - Method in class com.mysql.cj.util.StringInspector
-
Sets the position from where the source string will be processed from now on, taking into consideration the "escaped" status of current character, if
the mode
SearchMode.ALLOW_BACKSLASH_ESCAPE is present in the default search mode.
- setStatementComment(String) - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Sets the comment that will be prepended to all statements
sent to the server.
- setStatementUsedForFetchingRows(JdbcPreparedStatement) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
- setStatusFlags(int) - Method in interface com.mysql.cj.protocol.ServerSession
-
Sets new server status (from response) without saving it's old state
- setStatusFlags(int, boolean) - Method in interface com.mysql.cj.protocol.ServerSession
-
Sets new server status (from response)
- setStopPosition(int) - Method in class com.mysql.cj.util.StringInspector
-
Sets the position where the source string processing will stop.
- setString(int, String) - Method in interface com.mysql.cj.QueryBindings
-
- setThreadId(long) - Method in interface com.mysql.cj.protocol.ServerCapabilities
-
- setTime(int, Time, Calendar) - Method in interface com.mysql.cj.QueryBindings
-
- setTimeoutInMillis(int) - Method in interface com.mysql.cj.Query
-
- setTimestamp(int, Timestamp, Calendar, Field, MysqlType) - Method in interface com.mysql.cj.QueryBindings
-
- setTransferSize(int) - Method in exception com.mysql.cj.exceptions.DataTruncationException
-
- setTransient(boolean) - Method in exception com.mysql.cj.exceptions.CJException
-
- setupPropertiesTransformer() - Method in class com.mysql.cj.conf.ConnectionUrl
-
- setUpsert(boolean) - Method in interface com.mysql.cj.xdevapi.AddStatement
-
Set upsert flag on this statement.
- setValidation(Schema.Validation) - Method in class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
-
- setValidation(Schema.Validation) - Method in class com.mysql.cj.xdevapi.Schema.ModifyCollectionOptions
-
- setValue(T) - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Set the object value of a property directly.
- setValue(T, ExceptionInterceptor) - Method in interface com.mysql.cj.conf.RuntimeProperty
-
Set the object value of a property directly.
- setVendorCode(int) - Method in exception com.mysql.cj.exceptions.CJException
-
- setWasStreamingResults() - Method in interface com.mysql.cj.exceptions.StreamingNotifiable
-
- setWatcher(OutputStreamWatcher) - Method in interface com.mysql.cj.protocol.WatchableStream
-
- setWrapperStatement(Statement) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
-
- setYear(int) - Method in class com.mysql.cj.protocol.InternalDate
-
- shouldExceptionTriggerFailover(Throwable) - Method in interface com.mysql.cj.jdbc.ha.LoadBalanceExceptionChecker
-
Invoked to determine whether or a given SQLException should
trigger a failover in a load-balanced deployment.
- shouldNotHappen(Exception) - Static method in exception com.mysql.cj.exceptions.AssertionFailedException
-
Convenience method.
- shouldNotHappen(String) - Static method in exception com.mysql.cj.exceptions.AssertionFailedException
-
Create (and caller should subsequently throw) an AssertionFailedException.
- shutdownServer() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
Used by MiniAdmin to shutdown a MySQL server
- signature - Variable in class com.mysql.cj.callback.FidoAuthenticationCallback
-
- size() - Method in interface com.mysql.cj.protocol.WatchableStream
-
- size() - Method in interface com.mysql.cj.result.RowList
-
Only works on non dynamic row lists.
- skip(long) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
- skipFully(long) - Method in class com.mysql.cj.protocol.FullReadInputStream
-
- skipLengthEncodedInteger() - Method in class com.mysql.cj.protocol.FullReadInputStream
-
- skipPacket() - Method in interface com.mysql.cj.protocol.MessageReader
-
Skips the next packet, or the current one if previously probed, by reading and discarding it.
- SLASH_STAR_SPACE_AS_BYTES - Static variable in class com.mysql.cj.Constants
-
- Slf4JLogger - Class in com.mysql.cj.log
-
- Slf4JLogger(String) - Constructor for class com.mysql.cj.log.Slf4JLogger
-
- SocketConnection - Interface in com.mysql.cj.protocol
-
Represents physical connection with endpoint
- SocketFactory - Interface in com.mysql.cj.protocol
-
Interface to allow pluggable socket creation in the driver
- SocketMetadata - Interface in com.mysql.cj.protocol
-
- sort(String...) - Method in interface com.mysql.cj.xdevapi.FindStatement
-
Add/replace the order specification for this query.
- sort(String...) - Method in interface com.mysql.cj.xdevapi.ModifyStatement
-
Add/replace the order specification for this statement.
- sort(String...) - Method in interface com.mysql.cj.xdevapi.RemoveStatement
-
Add/replace the order specification for the removal.
- sortSrvRecords(List<DnsSrv.SrvRecord>) - Static method in class com.mysql.cj.util.DnsSrv
-
Sort a list of DNS SRV records according to the sorting rules described in rfc2782.
- source - Variable in class com.mysql.cj.util.EscapeTokenizer
-
- source - Variable in class com.mysql.cj.util.StringInspector
-
- sourceLength - Variable in class com.mysql.cj.util.EscapeTokenizer
-
- SPACE_STAR_SLASH_SPACE_AS_BYTES - Static variable in class com.mysql.cj.Constants
-
- split(String, boolean) - Method in class com.mysql.cj.util.StringInspector
-
Splits the source string by the given delimiter.
- split(String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter
- split(String, String, String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- split(String, String, String, String, boolean, Set<SearchMode>) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- split(String, String, String, String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- split(String, String, String, String, String, boolean, Set<SearchMode>) - Static method in class com.mysql.cj.util.StringUtils
-
Splits stringToSplit into a list, using the given delimiter and skipping all between the given markers.
- splitByUserInfoAndHostInfo(String) - Method in class com.mysql.cj.conf.ConnectionUrlParser
-
Splits the given authority segment in the user information part and the host part.
- splitDBdotName(String, String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Splits an entity identifier into its parts (database and entity name) and returns a list containing the two elements.
- sql - Variable in class com.mysql.cj.QueryInfo
-
- sql(String) - Method in interface com.mysql.cj.xdevapi.Session
-
Create a native SQL command.
- SQL_STATE_ACTIVE_SQL_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_BAD_SSL_PARAMS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_BASE_TABLE_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_BASE_TABLE_OR_VIEW_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_BASE_TABLE_OR_VIEW_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_CARDINALITY_VIOLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_CASE_NOT_FOUND_FOR_CASE_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_CLI_SPECIFIC_CONDITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_COLUMN_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_COLUMN_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_COMMUNICATION_LINK_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_CONNECTION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_CONNECTION_IN_USE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_CONNECTION_NOT_OPEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_CONNECTION_REJECTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_DATE_TRUNCATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_DATETIME_FIELD_OVERFLOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_DISCONNECT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_DIVISION_BY_ZERO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_DRIVER_NOT_CAPABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ER_BAD_FIELD_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ER_DUP_FIELDNAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ER_NO_SUCH_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ER_QUERY_INTERRUPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ER_TABLE_EXISTS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ERROR_IN_ROW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_FEATURE_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_GENERAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ILLEGAL_ARGUMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INDEX_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INDEX_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INSERT_VALUE_LIST_NO_MATCH_COL_LIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INTEGRITY_CONSTRAINT_VIOLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_AUTH_SPEC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_CATALOG_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_CHARACTER_VALUE_FOR_CAST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_COLUMN_NUMBER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_CONDITION_NUMBER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_CONNECTION_ATTRIBUTE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_CURSOR_STATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_DATETIME_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_LOGARITHM_ARGUMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_TRANSACTION_STATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_INVALID_TRANSACTION_TERMINATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_MEMORY_ALLOCATION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_MEMORY_ALLOCATION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_MORE_THAN_ONE_ROW_UPDATED_OR_DELETED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_NO_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_NO_DEFAULT_FOR_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_NO_ROWS_UPDATED_OR_DELETED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_NULL_VALUE_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_NUMERIC_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_PRIVILEGE_NOT_REVOKED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_READ_ONLY_SQL_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_RESIGNAL_WHEN_HANDLER_NOT_ACTIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_ROLLBACK_SERIALIZATION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_SRE_FUNCTION_EXECUTED_NO_RETURN_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_SRE_PROHIBITED_SQL_STATEMENT_ATTEMPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_STRING_DATA_RIGHT_TRUNCATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_SYNTAX_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_TIMEOUT_EXPIRED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_TRANSACTION_RESOLUTION_UNKNOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_UNABLE_TO_CONNECT_TO_DATASOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_WARNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_WRONG_NO_OF_PARAMETERS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XA_RBDEADLOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XA_RBROLLBACK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XA_RBTIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XA_RMERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XAER_DUPID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XAER_INVAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XAER_NOTA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XAER_OUTSIDE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SQL_STATE_XAER_RMFAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- SqlResult - Interface in com.mysql.cj.xdevapi
-
A result from a SQL statement which may have several sets of data following by a DML result.
- SQLState - Variable in exception com.mysql.cj.exceptions.CJException
-
- SqlStatement - Interface in com.mysql.cj.xdevapi
-
A statement representing a raw SQL command.
- sqlStateMessages - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
-
- srcLen - Variable in class com.mysql.cj.util.StringInspector
-
- SrvRecord(int, int, int, String) - Constructor for class com.mysql.cj.util.DnsSrv.SrvRecord
-
- srvRecordsToHostsList(List<DnsSrv.SrvRecord>, HostInfo) - Method in class com.mysql.cj.conf.ConnectionUrl
-
Converts a list of DNS SRV records into a hosts list.
- SslMode() - Constructor for enum com.mysql.cj.conf.PropertyDefinitions.SslMode
-
- SSLParamsException - Exception in com.mysql.cj.exceptions
-
- SSLParamsException() - Constructor for exception com.mysql.cj.exceptions.SSLParamsException
-
- SSLParamsException(String) - Constructor for exception com.mysql.cj.exceptions.SSLParamsException
-
- SSLParamsException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.SSLParamsException
-
- SSLParamsException(Throwable) - Constructor for exception com.mysql.cj.exceptions.SSLParamsException
-
- SSLParamsException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.SSLParamsException
-
- stackTraceToString(Throwable) - Static method in class com.mysql.cj.util.Util
-
Converts a nested exception into a nicer message.
- StandardLogger - Class in com.mysql.cj.log
-
Provides logging facilities for those platforms that don't have built-in facilities.
- StandardLogger(String) - Constructor for class com.mysql.cj.log.StandardLogger
-
Creates a new StandardLogger object.
- StandardLogger(String, boolean) - Constructor for class com.mysql.cj.log.StandardLogger
-
- start() - Method in interface com.mysql.cj.protocol.MessageReader
-
Start reading messages reader from the provided channel.
- startQueryTimer(Query, int) - Method in interface com.mysql.cj.Query
-
- startsWith(byte[], String) - Static method in class com.mysql.cj.util.StringUtils
-
- startsWithIgnoreCase(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' starts with the string 'searchFor', dis-regarding case.
- startsWithIgnoreCaseAndNonAlphaNumeric(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' starts with the string 'searchFor', disregarding case,leading whitespace and non-alphanumeric characters.
- startsWithIgnoreCaseAndWs(String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' starts with the string 'searchFor', disregarding case and leading whitespace
- startsWithIgnoreCaseAndWs(String, String, int) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' contains the string 'searchFor', disregarding case and leading whitespace
- startsWithIgnoreCaseAndWs(String, String[]) - Static method in class com.mysql.cj.util.StringUtils
-
Determines whether or not the string 'searchIn' starts with one of the strings in 'searchFor', disregarding case and leading whitespace
- startTransaction() - Method in interface com.mysql.cj.xdevapi.Session
-
Start a new transaction.
- Statement<STMT_T,RES_T> - Interface in com.mysql.cj.xdevapi
-
A statement is a query or state-affecting command against a database that returns a result.
- Statement.LockContention - Enum in com.mysql.cj.xdevapi
-
The lock contention options for the locking modes available.
- statementBegins() - Method in interface com.mysql.cj.Query
-
- statementFirstChar - Variable in class com.mysql.cj.QueryInfo
-
- StatementIsClosedException - Exception in com.mysql.cj.exceptions
-
Operation attempted on already closed Statement
- StatementIsClosedException() - Constructor for exception com.mysql.cj.exceptions.StatementIsClosedException
-
- StatementIsClosedException(String) - Constructor for exception com.mysql.cj.exceptions.StatementIsClosedException
-
- StatementIsClosedException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.StatementIsClosedException
-
- StatementIsClosedException(Throwable) - Constructor for exception com.mysql.cj.exceptions.StatementIsClosedException
-
- StatementIsClosedException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.StatementIsClosedException
-
- staticSqlParts - Variable in class com.mysql.cj.QueryInfo
-
- stopAfterNextMessage() - Method in interface com.mysql.cj.protocol.MessageReader
-
Signal to the reader that it should stop reading messages after reading the next message.
- stopAt - Variable in class com.mysql.cj.util.StringInspector
-
- stopQueryTimer(CancelQueryTask, boolean, boolean) - Method in interface com.mysql.cj.Query
-
- storesLowerCaseTableName() - Method in interface com.mysql.cj.jdbc.JdbcConnection
-
- storesLowerCaseTableNames() - Method in interface com.mysql.cj.protocol.ServerSession
-
- streamClosed(WatchableStream) - Method in interface com.mysql.cj.protocol.OutputStreamWatcher
-
Called when the OutputStream being watched has .close() called
- StreamingNotifiable - Interface in com.mysql.cj.exceptions
-
- string - Variable in class com.mysql.cj.util.LazyString
-
- stringArrayToString(String[], String, String, String, String) - Static method in class com.mysql.cj.util.StringUtils
-
Constructs a String containing all the elements in the String array bounded and joined by the provided concatenation elements.
- StringInspector - Class in com.mysql.cj.util
-
Utility class to inspect a MySQL string, typically a query string.
- StringInspector(String, String, String, String, Set<SearchMode>) - Constructor for class com.mysql.cj.util.StringInspector
-
This object provides string searching and manipulation operations such as finding sub-strings, matching sub-strings or building a comments-free version
of a string.
- StringInspector(String, int, String, String, String, Set<SearchMode>) - Constructor for class com.mysql.cj.util.StringInspector
-
This object provides string searching and manipulation operations such as finding sub-strings, matching sub-strings or building a comments-free version
of a string.
- StringType() - Constructor for enum com.mysql.cj.util.SaslPrep.StringType
-
- StringUtils - Class in com.mysql.cj.util
-
Various utility methods for converting to/from byte arrays in the platform encoding and several other String operations.
- StringUtils() - Constructor for class com.mysql.cj.util.StringUtils
-
- stripCommentsAndHints() - Method in class com.mysql.cj.util.StringInspector
-
Returns a copy of the source string stripped of all comments and hints.
- stripCommentsAndHints(String, String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
-
Removes comments and hints from the given string.
- stripEnclosure(byte[], String, String) - Static method in class com.mysql.cj.util.StringUtils
-
- subminor - Variable in class com.mysql.cj.ServerVersion
-
- supportsConvert(int, int) - Static method in enum com.mysql.cj.MysqlType
-
Is CONVERT between the given SQL types supported?
- supportsOffset() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Whether offset clause is supported in the statement or not.
- supportsQueryAttributes() - Method in interface com.mysql.cj.protocol.ServerSession
-
- syncMutex - Variable in class com.mysql.cj.PerConnectionLRUFactory.PerConnectionLRU
-
- SYSP_com_mysql_cj_build_verbose - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_disableAbandonedConnectionCleanup - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_java_vendor - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_java_version - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_java_vm_vendor - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_line_separator - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_os_arch - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_os_name - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_os_version - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_cantGrant - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_ds_db - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_ds_host - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_ds_password - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_ds_port - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_ds_user - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.regression.DataSourceRegressionTest
- SYSP_testsuite_loadstoreperf_tabletype - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.perf.LoadStorePerfTest
- SYSP_testsuite_loadstoreperf_useBigResults - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
For testsuite.perf.LoadStorePerfTest
- SYSP_testsuite_miniAdminTest_runShutdown - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
The system property that must exist to run the shutdown test in testsuite.simple.MiniAdminTest
- SYSP_testsuite_noDebugOutput - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
Suppress debug output when running testsuite
- SYSP_testsuite_retainArtifacts - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
Don't remove database object created by tests
- SYSP_testsuite_runLongTests - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_serverController_basedir - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_unavailable_host - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_url - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_url_cluster - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- SYSP_testsuite_url_mysqlx - Static variable in class com.mysql.cj.conf.PropertyDefinitions
-
- systemNanoTimeMethod - Static variable in class com.mysql.cj.util.TimeUtil
-
- VALID_ID_CHARS - Static variable in class com.mysql.cj.util.StringUtils
-
- validation - Variable in class com.mysql.cj.xdevapi.Schema.CreateCollectionOptions
-
- validation - Variable in class com.mysql.cj.xdevapi.Schema.ModifyCollectionOptions
-
- Validation() - Constructor for class com.mysql.cj.xdevapi.Schema.Validation
-
- ValidationLevel() - Constructor for enum com.mysql.cj.xdevapi.Schema.Validation.ValidationLevel
-
- value - Variable in enum com.mysql.cj.protocol.Resultset.Concurrency
-
- value - Variable in enum com.mysql.cj.protocol.Resultset.Type
-
- value - Variable in class com.mysql.cj.util.Base64Decoder.IntWrapper
-
- VALUE_CLAUSE - Static variable in class com.mysql.cj.QueryInfo
-
- ValueDecoder - Interface in com.mysql.cj.protocol
-
A value decoder is responsible for interpreting a byte array as a value.
- ValueEncoder - Interface in com.mysql.cj.protocol
-
- ValueFactory<T> - Interface in com.mysql.cj.result
-
A class implements the ValueFactory<T> interface to create value instances from intermediate forms.
- valueOf(String) - Static method in enum com.mysql.cj.conf.ConnectionUrl.HostsCardinality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.conf.HostsListView
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.conf.PropertyDefinitions.AuthMech
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.conf.PropertyDefinitions.Compression
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.conf.PropertyDefinitions.DatabaseTerm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.conf.PropertyDefinitions.SslMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.conf.PropertyDefinitions.XdevapiSslMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.conf.PropertyKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.MysqlType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.protocol.Protocol.ProtocolEventListener.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.protocol.Resultset.Concurrency
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.protocol.Resultset.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.Query.CancelStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.QueryReturnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.util.SaslPrep.StringType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.util.SearchMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.xdevapi.Client.ClientProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.xdevapi.DatabaseObject.DbObjectStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.xdevapi.DatabaseObject.DbObjectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.xdevapi.FilterParams.RowLock
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.xdevapi.FilterParams.RowLockOptions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.xdevapi.Schema.Validation.ValidationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.xdevapi.Statement.LockContention
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.xdevapi.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysql.cj.xdevapi.UpdateType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.mysql.cj.conf.ConnectionUrl.HostsCardinality
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.conf.ConnectionUrl.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.conf.HostsListView
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.conf.PropertyDefinitions.AuthMech
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.conf.PropertyDefinitions.Compression
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.conf.PropertyDefinitions.DatabaseTerm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.conf.PropertyDefinitions.SslMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.conf.PropertyDefinitions.XdevapiSslMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.conf.PropertyKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.MysqlType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.protocol.Protocol.ProtocolEventListener.EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.protocol.Resultset.Concurrency
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.protocol.Resultset.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class com.mysql.cj.protocol.ServerSessionStateController.SessionStateChange
-
- values() - Static method in enum com.mysql.cj.Query.CancelStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.QueryReturnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.util.SaslPrep.StringType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.util.SearchMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.xdevapi.Client.ClientProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.xdevapi.DatabaseObject.DbObjectStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.xdevapi.DatabaseObject.DbObjectType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.xdevapi.FilterParams.RowLock
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.xdevapi.FilterParams.RowLockOptions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(List<Object>) - Method in interface com.mysql.cj.xdevapi.InsertStatement
-
Add a row (sequence of values) to this statement.
- values(Object...) - Method in interface com.mysql.cj.xdevapi.InsertStatement
-
Add a row (sequence of values) to this statement.
- values() - Static method in enum com.mysql.cj.xdevapi.Schema.Validation.ValidationLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.xdevapi.Statement.LockContention
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.xdevapi.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysql.cj.xdevapi.UpdateType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valuesClauseLength - Variable in class com.mysql.cj.QueryInfo
-
- valuesEndpoints - Variable in class com.mysql.cj.QueryInfo
-
- vendorCode - Variable in exception com.mysql.cj.exceptions.CJException
-
- verifyAllArgsBound() - Method in interface com.mysql.cj.xdevapi.FilterParams
-
Verify that all arguments are bound.
- versionMeetsMinimum(int, int, int) - Method in interface com.mysql.cj.protocol.Protocol
-
- versionMeetsMinimum(int, int, int) - Method in interface com.mysql.cj.Session
-
Does the version of the MySQL server we are connected to meet the given
minimums?