Skip navigation links
MySQL Connector/J Reference
v8.0.32
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

abortInternal() - Method in interface com.mysql.cj.jdbc.JdbcConnection
Clobbers the physical network connection and marks this connection as closed.
acceptsUrl(String) - Static method in class com.mysql.cj.conf.ConnectionUrl
Checks if this ConnectionUrl is able to process the given database URL.
add(String) - Method in interface com.mysql.cj.xdevapi.AddStatement
Add a document as a JSON string.
add(DbDoc...) - Method in interface com.mysql.cj.xdevapi.AddStatement
Add a sequence of DbDocs.
add(Map<String, ?>) - Method in interface com.mysql.cj.xdevapi.Collection
Add a document in the form of a Map.
add(String...) - Method in interface com.mysql.cj.xdevapi.Collection
Add one or more documents.
add(DbDoc) - Method in interface com.mysql.cj.xdevapi.Collection
Add a document in the form of a DbDoc.
add(DbDoc...) - Method in interface com.mysql.cj.xdevapi.Collection
Add a sequence of documents.
add(String, JsonValue) - Method in interface com.mysql.cj.xdevapi.DbDoc
Add JsonValue to the top-level document hierarchy.
addArg(String, Object) - Method in interface com.mysql.cj.xdevapi.FilterParams
Set binding.
addBatch(Object) - Method in interface com.mysql.cj.Query
 
addEncodingMapping(String) - Method in class com.mysql.cj.MysqlCharset
 
addHost(String) - Method in interface com.mysql.cj.jdbc.ha.LoadBalancedConnection
 
addListener(RuntimeProperty.RuntimePropertyListener) - Method in interface com.mysql.cj.conf.RuntimeProperty
Add listener for this property changes.
addListener(Protocol.ProtocolEventListener) - Method in interface com.mysql.cj.protocol.Protocol.ProtocolEventHandler
Add listener for this protocol events.
addListener(Session.SessionEventListener) - Method in interface com.mysql.cj.Session
Add listener for this session status changes.
addOrReplaceOne(String, DbDoc) - Method in interface com.mysql.cj.xdevapi.Collection
Adds the document to the collection.
addOrReplaceOne(String, String) - Method in interface com.mysql.cj.xdevapi.Collection
Adds the document to the collection.
addProperty(RuntimeProperty<?>) - Method in interface com.mysql.cj.conf.PropertySet
 
addProtocolEntity(ProtocolEntity) - Method in interface com.mysql.cj.protocol.ResultBuilder
Add ProtocolEntity.
addReplicaHost(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
 
ADDRESS_EQUALS_HOST_INFO_PREFIX - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
 
ADDRESS_EQUALS_HOST_PTRN - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
 
AddResult - Interface in com.mysql.cj.xdevapi
A result from the collection.add() statement.
addRingZero(ExceptionInterceptor) - Method in class com.mysql.cj.exceptions.ExceptionInterceptorChain
 
addRow(Row) - Method in interface com.mysql.cj.protocol.ResultsetRows
Adds a row.
addSessionStateChangesListener(ServerSessionStateController.SessionStateChangesListener) - Method in interface com.mysql.cj.protocol.ServerSessionStateController
addSlaveHost(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
Deprecated. 
AddStatement - Interface in com.mysql.cj.xdevapi
A statement adding documents to a collection.
addValue(String) - Method in class com.mysql.cj.protocol.ServerSessionStateController.SessionStateChange
 
adjustFlagsByMysqlType() - Method in class com.mysql.cj.result.Field
 
adjustNanosPrecision(Timestamp, int, boolean) - Static method in class com.mysql.cj.util.TimeUtil
Return a new Timestamp object which value is adjusted according to known DATE, DATETIME or TIMESTAMP field precision.
adjustNanosPrecision(LocalDateTime, int, boolean) - Static method in class com.mysql.cj.util.TimeUtil
Return a new LocalDateTime object which value is adjusted according to known DATE, DATETIME or TIMESTAMP field precision.
adjustNanosPrecision(LocalTime, int, boolean) - Static method in class com.mysql.cj.util.TimeUtil
 
adjustNanosPrecision(Duration, int, boolean) - Static method in class com.mysql.cj.util.TimeUtil
 
afterHandshake() - Method in interface com.mysql.cj.protocol.Protocol
 
afterHandshake() - Method in interface com.mysql.cj.protocol.SocketFactory
Called by the driver after completing the MySQL protocol handshake and reading the results of the authentication.
afterLast() - Method in interface com.mysql.cj.protocol.ResultsetRows
Moves to after last.
aliases - Variable in class com.mysql.cj.MysqlCharset
 
allocateSequentialId() - Method in class com.mysql.cj.util.SequentialIdLease
Finds and allocates the first available sequential id.
alternateDnsSrvType - Variable in enum com.mysql.cj.conf.ConnectionUrl.Type
 
appendAsHex(StringBuilder, byte[]) - Static method in class com.mysql.cj.util.StringUtils
 
appendAsHex(StringBuilder, int) - Static method in class com.mysql.cj.util.StringUtils
 
appendMessage(String) - Method in exception com.mysql.cj.exceptions.CJException
 
arrayAppend(String, Object) - Method in interface com.mysql.cj.xdevapi.ModifyStatement
Append a value to the specified array.
arrayInsert(String, Object) - Method in interface com.mysql.cj.xdevapi.ModifyStatement
Insert a value into the specified array.
AS_CLAUSE - Static variable in class com.mysql.cj.QueryInfo
 
asNumber() - Method in enum com.mysql.cj.xdevapi.FilterParams.RowLock
Get the row lock type id.
asNumber() - Method in enum com.mysql.cj.xdevapi.FilterParams.RowLockOptions
Get the row lock option id.
AssertionFailedException - Exception in com.mysql.cj.exceptions
Assertions for empty code paths that should never be executed.
AssertionFailedException(Exception) - Constructor for exception com.mysql.cj.exceptions.AssertionFailedException
Creates an AssertionFailedException for the given exception that should never have been thrown.
AssertionFailedException(String) - Constructor for exception com.mysql.cj.exceptions.AssertionFailedException
Creates an AssertionFailedException for the reason given.
assertSize(int) - Method in enum com.mysql.cj.conf.ConnectionUrl.HostsCardinality
 
asSql() - Method in interface com.mysql.cj.PreparedQuery
 
AuthenticationPlugin<M extends Message> - Interface in com.mysql.cj.protocol
Implementors of this interface can be installed via the "authenticationPlugins" configuration property.
AuthenticationProvider<M extends Message> - Interface in com.mysql.cj.protocol
 
authenticatorData - Variable in class com.mysql.cj.callback.FidoAuthenticationCallback
 
AuthMech() - Constructor for enum com.mysql.cj.conf.PropertyDefinitions.AuthMech
 
authority - Variable in class com.mysql.cj.conf.ConnectionUrlParser
 

B

BalanceStrategy - Interface in com.mysql.cj.jdbc.ha
Implement this interface to provide a new load balancing strategy for URLs of the form "jdbc:mysql:loadbalance://..", and provide the implementation class name as the configuration parameter "loadBalanceStrategy".
Base64Decoder - Class in com.mysql.cj.util
This decoder implements standard Base64 decoding except it allows and silently ignores non-base64 input characters (spaces, line breaks etc) Note: Java 6+ provide standard decoders
Base64Decoder() - Constructor for class com.mysql.cj.util.Base64Decoder
 
Base64Decoder.IntWrapper - Class in com.mysql.cj.util
 
baseConnectionString - Variable in class com.mysql.cj.conf.ConnectionUrlParser
 
baseQueryInfo - Variable in class com.mysql.cj.QueryInfo
 
batchCount - Variable in class com.mysql.cj.QueryInfo
 
beforeFirst() - Method in interface com.mysql.cj.protocol.ResultsetRows
Moves to before first.
beforeHandshake() - Method in interface com.mysql.cj.protocol.Protocol
 
beforeHandshake() - Method in interface com.mysql.cj.protocol.SocketFactory
Called by the driver before issuing the MySQL protocol handshake.
beforeLast() - Method in interface com.mysql.cj.protocol.ResultsetRows
Moves to before last.
BIG_DECIMAL_MAX_BYTE_VALUE - Static variable in class com.mysql.cj.Constants
 
BIG_DECIMAL_MAX_DOUBLE_VALUE - Static variable in class com.mysql.cj.Constants
 
BIG_DECIMAL_MAX_FLOAT_VALUE - Static variable in class com.mysql.cj.Constants
 
BIG_DECIMAL_MAX_INTEGER_VALUE - Static variable in class com.mysql.cj.Constants
 
BIG_DECIMAL_MAX_LONG_VALUE - Static variable in class com.mysql.cj.Constants
 
BIG_DECIMAL_MAX_NEGATIVE_DOUBLE_VALUE - Static variable in class com.mysql.cj.Constants
 
BIG_DECIMAL_MAX_NEGATIVE_FLOAT_VALUE - Static variable in class com.mysql.cj.Constants
 
BIG_DECIMAL_MAX_SHORT_VALUE - Static variable in class com.mysql.cj.Constants
 
BIG_DECIMAL_MIN_BYTE_VALUE - Static variable in class com.mysql.cj.Constants
 
BIG_DECIMAL_MIN_INTEGER_VALUE - Static variable in class com.mysql.cj.Constants
 
BIG_DECIMAL_MIN_LONG_VALUE - Static variable in class com.mysql.cj.Constants
 
BIG_DECIMAL_MIN_SHORT_VALUE - Static variable in class com.mysql.cj.Constants
 
BIG_DECIMAL_NEGATIVE_ONE - Static variable in class com.mysql.cj.Constants
 
BIG_DECIMAL_ONE - Static variable in class com.mysql.cj.Constants
 
BIG_DECIMAL_ZERO - Static variable in class com.mysql.cj.Constants
 
BIG_INTEGER_MAX_BYTE_VALUE - Static variable in class com.mysql.cj.Constants
 
BIG_INTEGER_MAX_INTEGER_VALUE - Static variable in class com.mysql.cj.Constants
 
BIG_INTEGER_MAX_LONG_VALUE - Static variable in class com.mysql.cj.Constants
 
BIG_INTEGER_MAX_SHORT_VALUE - Static variable in class com.mysql.cj.Constants
 
BIG_INTEGER_MIN_BYTE_VALUE - Static variable in class com.mysql.cj.Constants
 
BIG_INTEGER_MIN_INTEGER_VALUE - Static variable in class com.mysql.cj.Constants
 
BIG_INTEGER_MIN_LONG_VALUE - Static variable in class com.mysql.cj.Constants
 
BIG_INTEGER_MIN_SHORT_VALUE - Static variable in class com.mysql.cj.Constants
 
BIG_INTEGER_NEGATIVE_ONE - Static variable in class com.mysql.cj.Constants
 
BIG_INTEGER_ONE - Static variable in class com.mysql.cj.Constants
 
BIG_INTEGER_ZERO - Static variable in class com.mysql.cj.Constants
 
bind(String, Object) - Method in interface com.mysql.cj.xdevapi.Statement
Bind the named argument to the given value.
bind(Map<String, Object>) - Method in interface com.mysql.cj.xdevapi.Statement
Bind the set of arguments named by the keys in the map to the associated values in the map.
bind(List<Object>) - Method in interface com.mysql.cj.xdevapi.Statement
Bind a list of objects numerically starting at 0.
bind(Object...) - Method in interface com.mysql.cj.xdevapi.Statement
Bind an array of objects numerically starting at 0.
BindValue - Interface in com.mysql.cj
 
bitToLong(byte[], int, int) - Static method in class com.mysql.cj.util.DataTypeUtil
Interpret a BIT value as a long.
bracesLevel - Variable in class com.mysql.cj.util.EscapeTokenizer
 
buffer - Variable in class com.mysql.cj.util.LazyString
 
build() - Method in interface com.mysql.cj.protocol.ResultBuilder
Build the result using already added protocol instances.
buildClose() - Method in interface com.mysql.cj.MessageBuilder
 
buildComQuery(M, Session, PreparedQuery, QueryBindings, String) - Method in interface com.mysql.cj.MessageBuilder
 
buildConnectionStringCacheKey(String, Properties) - Static method in class com.mysql.cj.conf.ConnectionUrl
Builds a connection URL cache map key based on the connection string itself plus the string representation of the given connection properties.
buildFrom(String) - Static method in class com.mysql.cj.util.DnsSrv.SrvRecord
 
buildHostInfo(String, int, String, String, Map<String, String>) - Method in class com.mysql.cj.conf.ConnectionUrl
Creates a new HostInfo structure with the given components, passing through the properties transformer if there is one defined in this connection string;
buildHostInfoForEmptyHost(String, String, String) - Method in class com.mysql.cj.conf.ConnectionUrlParser
Builds an HostInfo instance for empty host authority segments.
buildHostInfoResortingToAddressEqualsSyntaxParser(String, String, String) - Method in class com.mysql.cj.conf.ConnectionUrlParser
Parses the host information using the alternate syntax "address=(key1=value1)(key2=value2)...".
buildHostInfoResortingToGenericSyntaxParser(String, String, String) - Method in class com.mysql.cj.conf.ConnectionUrlParser
Parses the host information using the generic syntax "host:port".
buildHostInfoResortingToKeyValueSyntaxParser(String, String, String) - Method in class com.mysql.cj.conf.ConnectionUrlParser
Parses the host information using the alternate syntax "(key1=value1, key2=value2, ...)".
buildHostInfoResortingToSubHostsListParser(String, String, String) - Method in class com.mysql.cj.conf.ConnectionUrlParser
Parses the host information using the alternate sub hosts lists syntax "[host1, host2, ...]".
buildHostInfoResortingToUriParser(String, String, String) - Method in class com.mysql.cj.conf.ConnectionUrlParser
Parses the host information resorting to a URI object.
buildIndexMapping() - Method in interface com.mysql.cj.protocol.ColumnDefinition
Builds a hash between column names and their indices for fast retrieval.
buildSqlStatement(String) - Method in interface com.mysql.cj.MessageBuilder
 
buildSqlStatement(String, List<Object>) - Method in interface com.mysql.cj.MessageBuilder
 
BUNDLE_NAME - Static variable in class com.mysql.cj.Messages
 

C

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
Collects the hosts information from the ConnectionUrlParser.
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
Represents individual column of RowResult
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.

D

databaseName - Variable in class com.mysql.cj.result.Field
 
DatabaseObject - Interface in com.mysql.cj.xdevapi
A client-side representation of X Plugin server object, e.g.
DatabaseObject.DbObjectStatus - Enum in com.mysql.cj.xdevapi
Existence states of database objects.
DatabaseObject.DbObjectType - Enum in com.mysql.cj.xdevapi
Type of database objects.
DatabaseTerm() - Constructor for enum com.mysql.cj.conf.PropertyDefinitions.DatabaseTerm
 
DatabaseUrlContainer - Interface in com.mysql.cj.conf
Implementors of this class must be able to provide a database URL.
DataConversionException - Exception in com.mysql.cj.exceptions
Indicates that data could not be converted according to the given request.
DataConversionException(String) - Constructor for exception com.mysql.cj.exceptions.DataConversionException
 
DataReadException - Exception in com.mysql.cj.exceptions
Indicates that data could not be read according to the given request.
DataReadException(Exception) - Constructor for exception com.mysql.cj.exceptions.DataReadException
 
DataReadException(String) - Constructor for exception com.mysql.cj.exceptions.DataReadException
 
dataSize - Variable in exception com.mysql.cj.exceptions.DataTruncationException
 
DataStoreMetadata - Interface in com.mysql.cj
 
DataTruncationException - Exception in com.mysql.cj.exceptions
 
DataTruncationException() - Constructor for exception com.mysql.cj.exceptions.DataTruncationException
 
DataTruncationException(String) - Constructor for exception com.mysql.cj.exceptions.DataTruncationException
 
DataTruncationException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.DataTruncationException
 
DataTruncationException(Throwable) - Constructor for exception com.mysql.cj.exceptions.DataTruncationException
 
DataTruncationException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.DataTruncationException
 
DataTruncationException(String, int, boolean, boolean, int, int, int) - Constructor for exception com.mysql.cj.exceptions.DataTruncationException
 
DataTypeUtil - Class in com.mysql.cj.util
Utilities to manipulate internal data type formats.
DataTypeUtil() - Constructor for class com.mysql.cj.util.DataTypeUtil
 
DATE_FORMATTER - Static variable in class com.mysql.cj.util.TimeUtil
 
DATE_LITERAL_NO_DELIMITERS - Static variable in class com.mysql.cj.util.TimeUtil
 
DATE_LITERAL_WITH_DELIMITERS - Static variable in class com.mysql.cj.util.TimeUtil
 
DATETIME_FORMATTER_NO_FRACT_NO_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
 
DATETIME_FORMATTER_NO_FRACT_WITH_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
 
DATETIME_FORMATTER_WITH_MILLIS_NO_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
 
DATETIME_FORMATTER_WITH_NANOS_NO_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
 
DATETIME_FORMATTER_WITH_NANOS_WITH_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
 
DATETIME_FORMATTER_WITH_OPTIONAL_MICROS - Static variable in class com.mysql.cj.util.TimeUtil
 
DATETIME_LITERAL_SHORT12 - Static variable in class com.mysql.cj.util.TimeUtil
 
DATETIME_LITERAL_SHORT14 - Static variable in class com.mysql.cj.util.TimeUtil
 
DATETIME_LITERAL_WITH_DELIMITERS - Static variable in class com.mysql.cj.util.TimeUtil
 
day - Variable in class com.mysql.cj.protocol.InternalDate
 
DbDoc - Interface in com.mysql.cj.xdevapi
The object representation of a JSON document.
DbObjectStatus() - Constructor for enum com.mysql.cj.xdevapi.DatabaseObject.DbObjectStatus
 
DbObjectType() - Constructor for enum com.mysql.cj.xdevapi.DatabaseObject.DbObjectType
 
DeadlockTimeoutRollbackMarker - Interface in com.mysql.cj.exceptions
Marker interface for exceptions that are caused by deadlock/wait timeout
DEBUG - Static variable in class com.mysql.cj.log.Jdk14Logger
 
DEBUG - Static variable in class com.mysql.cj.log.StandardLogger
 
decachePreparedStatement(JdbcPreparedStatement) - Method in interface com.mysql.cj.jdbc.JdbcConnection
 
decode(String) - Static method in class com.mysql.cj.conf.ConnectionUrlParser
URL-decode the given string.
decode(byte[], int, int) - Static method in class com.mysql.cj.util.Base64Decoder
 
decodeBit(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
 
decodeByteArray(byte[], int, int, Field, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
 
decodeDate(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
 
decodeDatetime(byte[], int, int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
 
decodeDecimal(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
 
decodeDouble(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
 
decodeFloat(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
 
decodeInt1(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
 
decodeInt2(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
 
decodeInt4(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
 
decodeInt8(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
 
decoderMap - Static variable in class com.mysql.cj.util.Base64Decoder
 
decodeSet(byte[], int, int, Field, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
 
decodeSkippingPlusSign(String) - Static method in class com.mysql.cj.conf.ConnectionUrlParser
URL-decode the given string skipping all occurrences of the plus sign.
decodeTime(byte[], int, int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
 
decodeTimestamp(byte[], int, int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
 
decodeUInt1(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
 
decodeUInt2(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
 
decodeUInt4(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
 
decodeUInt8(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
 
decodeYear(byte[], int, int, ValueFactory<T>) - Method in interface com.mysql.cj.protocol.ValueDecoder
 
DEFAULT_DATE - Static variable in class com.mysql.cj.util.TimeUtil
 
DEFAULT_HOST - Static variable in class com.mysql.cj.conf.ConnectionUrl
 
DEFAULT_PORT - Static variable in class com.mysql.cj.conf.ConnectionUrl
 
DEFAULT_TIME - Static variable in class com.mysql.cj.util.TimeUtil
 
DEFAULT_VALUE_FALSE - Static variable in class com.mysql.cj.conf.PropertyDefinitions
 
DEFAULT_VALUE_NULL_STRING - Static variable in class com.mysql.cj.conf.PropertyDefinitions
 
DEFAULT_VALUE_TRUE - Static variable in class com.mysql.cj.conf.PropertyDefinitions
 
DEFAULT_WAIT_TIMEOUT_SECONDS - Static variable in class com.mysql.cj.exceptions.ExceptionFactory
 
defaultSearchMode - Variable in class com.mysql.cj.util.StringInspector
 
delete() - Method in interface com.mysql.cj.xdevapi.Table
Create a new delete statement.
DeleteStatement - Interface in com.mysql.cj.xdevapi
A statement to delete rows from a table.
destroy() - Method in interface com.mysql.cj.exceptions.ExceptionInterceptor
Called by the driver when this extension should release any resources it is holding and cleanup internally before the connection is closed.
destroy() - Method in class com.mysql.cj.exceptions.ExceptionInterceptorChain
 
destroy() - Method in interface com.mysql.cj.interceptors.QueryInterceptor
Called by the driver when this extension should release any resources it is holding and cleanup internally before the connection is closed.
destroy() - Method in interface com.mysql.cj.jdbc.ClientInfoProvider
Called once by the driver when the connection this provider instance belongs to is being closed.
destroy() - Method in interface com.mysql.cj.jdbc.ha.LoadBalanceExceptionChecker
Called by the driver when this extension should release any resources it is holding and cleanup internally before the connection is closed.
destroy() - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
Called by the driver when this extension should release any resources it is holding and cleanup internally before the connection is closed.
destroy() - Method in interface com.mysql.cj.log.ProfilerEventHandler
 
destroy() - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
Called by the driver when this extension should release any resources it is holding and cleanup internally before the connection is closed.
disableStreamingResults() - Method in interface com.mysql.cj.jdbc.JdbcStatement
Resets this statements fetch size and result set type to the values they had before enableStreamingResults() was called.
DnsSrv - Class in com.mysql.cj.util
 
DnsSrv() - Constructor for class com.mysql.cj.util.DnsSrv
 
DnsSrv.SrvRecord - Class in com.mysql.cj.util
 
dnsSrvPropertyKey - Variable in enum com.mysql.cj.conf.ConnectionUrl.Type
 
DocResult - Interface in com.mysql.cj.xdevapi
A sequence of documents retrieved from a find query.
doesPlatformDbCharsetMatches() - Method in interface com.mysql.cj.CharsetSettings
 
doPing() - Method in interface com.mysql.cj.PingTarget
 
dropCollection(String) - Method in interface com.mysql.cj.xdevapi.Schema
Drop the collection from this schema.
dropIndex(String) - Method in interface com.mysql.cj.xdevapi.Collection
Create a new statement defining the removal of an index on this collection.
dropSchema(String) - Method in interface com.mysql.cj.xdevapi.Session
Drop the existing schema with the name given by name.
DUE_TO_TIMEOUT_FALSE - Static variable in class com.mysql.cj.exceptions.ExceptionFactory
 
DUE_TO_TIMEOUT_MAYBE - Static variable in class com.mysql.cj.exceptions.ExceptionFactory
 
DUE_TO_TIMEOUT_TRUE - Static variable in class com.mysql.cj.exceptions.ExceptionFactory
 
DUMMY_SCHEMA - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
 
dumpAsHex(byte[], int) - Static method in class com.mysql.cj.util.StringUtils
Returns the given bytes as a hex and ASCII dump (up to length bytes).
dumpTestcaseQuery(String) - Static method in class com.mysql.cj.util.TestUtils
 
DURATION_LITERAL_NO_DAYS - Static variable in class com.mysql.cj.util.TimeUtil
 
DURATION_LITERAL_WITH_DAYS - Static variable in class com.mysql.cj.util.TimeUtil
 

E

emittingEscapeCode - Variable in class com.mysql.cj.util.EscapeTokenizer
 
EMPTY_BYTE_ARRAY - Static variable in class com.mysql.cj.Constants
Avoids allocation of empty byte[] when representing 0-length strings.
EMPTY_SPACE - Static variable in class com.mysql.cj.util.StringUtils
 
emptyObjectArray - Static variable in class com.mysql.cj.Messages
 
enableStreamingResults() - Method in interface com.mysql.cj.jdbc.JdbcStatement
Workaround for containers that 'check' for sane values of Statement.setFetchSize() so that applications can use the Java variant of libmysql's mysql_use_result() behavior.
encodeAsBinary(Message, BindValue) - Method in interface com.mysql.cj.protocol.ValueEncoder
 
encodeAsQueryAttribute(Message, BindValue) - Method in interface com.mysql.cj.protocol.ValueEncoder
 
encodeAsText(Message, BindValue) - Method in interface com.mysql.cj.protocol.ValueEncoder
 
encoding - Variable in class com.mysql.cj.QueryInfo
 
encoding - Variable in class com.mysql.cj.result.Field
 
encoding - Variable in class com.mysql.cj.util.LazyString
 
endsWith(byte[], String) - Static method in class com.mysql.cj.util.StringUtils
 
endsWithIgnoreCase(String, String) - Static method in class com.mysql.cj.util.StringUtils
Determines whether or not the string 'searchIn' ends with the string 'searchFor', dis-regarding case starting at 'startAt' Shorthand for a String.regionMatch(...)
equalHostPortPair(HostInfo) - Method in class com.mysql.cj.conf.HostInfo
Checks if this HostInfo has the same host and port pair as the given HostInfo.
equals(Object) - Method in class com.mysql.cj.ServerVersion
 
ER_ABORTING_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ACCESS_DENIED_CHANGE_USER_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ACCESS_DENIED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ACCESS_DENIED_NO_PASSWORD_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ADD_PARTITION_NO_NEW_PARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ADD_PARTITION_SUBPART_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ADMIN_WRONG_MRG_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AES_INVALID_IV - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_FILEGROUP_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_AUTOINC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_CHANGE_FTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COPY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_CHECK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FK_RENAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_FTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_HIDDEN_FTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_IGNORE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOPK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_NOT_NULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_PARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AMBIGUOUS_FIELD_TERM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTO_CONVERT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTO_INCREMENT_CONFLICT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTO_POSITION_REQUIRES_GTID_MODE_ON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTOINC_READ_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BAD_DB_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BAD_FIELD_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BAD_FT_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BAD_HOST_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BAD_LOG_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BAD_NULL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BAD_REPLICA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BAD_REPLICA_AUTO_POSITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BAD_REPLICA_UNTIL_COND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BAD_SLAVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_BAD_SLAVE_AUTO_POSITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_BAD_SLAVE_UNTIL_COND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_BAD_TABLE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BASE64_DECODE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CACHE_SIZE_GREATER_THAN_MAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CREATE_ROUTINE_NEED_SUPER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_LOGGING_IMPOSSIBLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_LOGICAL_CORRUPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_PURGE_EMFILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_PURGE_FATAL_ERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_PURGE_PROHIBITED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_READ_EVENT_CHECKSUM_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_ROW_ENGINE_AND_STMT_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_ROW_INJECTION_AND_STMT_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_ROW_INJECTION_AND_STMT_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_ROW_LOGGING_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_ROW_MODE_AND_STMT_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_ROW_RBR_TO_SBR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_ROW_WRONG_TABLE_DEF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_STMT_CACHE_SIZE_GREATER_THAN_MAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_STMT_MODE_AND_NO_REPL_TABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_STMT_MODE_AND_ROW_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_AND_STMT_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_AUTOINC_COLUMNS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_AUTOINC_NOT_FIRST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_CREATE_IGNORE_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_CREATE_REPLACE_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_FULLTEXT_PLUGIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_INSERT_DELAYED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_INSERT_IGNORE_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_INSERT_SELECT_UPDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_INSERT_TWO_KEYS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_MIXED_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_REPLACE_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_ROUTINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_SYSTEM_FUNCTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_SYSTEM_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_SYSTEM_VARIABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_UDF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_UPDATE_IGNORE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BLOB_CANT_HAVE_DEFAULT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BLOB_FIELD_IN_PART_FUNC_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BLOB_KEY_WITHOUT_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BLOB_USED_AS_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BLOBS_AND_NO_TERMINATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_ADD_FOREIGN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_DISCARD_TEMPORARY_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_LOAD_FROM_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_LOAD_FROM_TABLE_V2 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_ACTIVATE_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_AGGREGATE_2COLLATIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_AGGREGATE_3COLLATIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_AGGREGATE_NCOLLATIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CHANGE_GTID_NEXT_IN_TRANSACTION_WHEN_GTID_NEXT_LIST_IS_NULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CHANGE_TX_ISOLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_DB - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_FEDERATED_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_GEOMETRY_OBJECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_HANDLER_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_SROUTINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_USER_WITH_GRANT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_DELETE_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_DO_IMPLICIT_COMMIT_IN_TRX_WHEN_GTID_NEXT_IS_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_DO_THIS_DURING_AN_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_DROP_FIELD_OR_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_EXECUTE_IN_READ_ONLY_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_FIND_DL_ENTRY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_FIND_SYSTEM_REC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_FIND_UDF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_GET_STAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_GET_WD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_INITIALIZE_UDF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_LOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_LOCK_LOG_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_OPEN_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_OPEN_LIBRARY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_READ_DIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_REMOVE_ALL_FIELDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_RENAME_LOG_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_REOPEN_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_GTID_NEXT_LIST_TO_NON_NULL_WHEN_GTID_MODE_IS_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_GTID_NEXT_TO_ANONYMOUS_WHEN_GTID_MODE_IS_ON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_GTID_NEXT_TO_GTID_WHEN_GTID_MODE_IS_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_GTID_NEXT_WHEN_OWNING_GTID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_GTID_PURGED_WHEN_GTID_EXECUTED_IS_NOT_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_GTID_PURGED_WHEN_GTID_MODE_IS_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_GTID_PURGED_WHEN_OWNED_GTIDS_IS_NOT_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_WD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_UPDATE_TABLE_IN_CREATE_TABLE_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_UPDATE_WITH_READLOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_USE_OPTION_HERE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_WRITE_LOCK_LOG_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHANGE_RPL_INFO_REPOSITORY_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHECK_NO_SUCH_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHECK_NOT_IMPLEMENTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHECKREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLIENT_INTERACTION_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COALESCE_ONLY_ON_HASH_PARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COALESCE_PARTITION_NO_PARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COL_COUNT_DOESNT_MATCH_CORRUPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE_V2 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COLLATION_CHARSET_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COLUMNACCESS_DENIED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CON_COUNT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COND_ITEM_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONFLICT_FN_PARSE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONFLICTING_DECLARATIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONNECT_TO_FOREIGN_DATA_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONNECT_TO_MASTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_CONNECT_TO_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONSECUTIVE_REORG_PARTITIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CORRUPT_HELP_DB - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CRASHED_ON_REPAIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CRASHED_ON_USAGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CREATE_DB_WITH_READ_LOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CREATE_FILEGROUP_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CUT_VALUE_GROUP_CONCAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CYCLIC_REFERENCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_INVALID_CONDITION_NUMBER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DATA_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DATA_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DATABASE_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DATETIME_FUNCTION_OVERFLOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DB_CREATE_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DB_DROP_DELETE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DB_DROP_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DB_DROP_RMDIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DBACCESS_DENIED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DDL_LOG_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEBUG_SYNC_HIT_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEBUG_SYNC_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DELAYED_CANT_CHANGE_LOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DELAYED_INSERT_TABLE_LOCKED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DELAYED_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DERIVED_MUST_HAVE_ALIAS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DIFF_GROUPS_PROC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DISCARD_FK_CHECKS_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DISK_FULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DIVISION_BY_ZERO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DROP_DB_WITH_READ_LOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DROP_FILEGROUP_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DROP_INDEX_FK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DROP_LAST_PARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DROP_PARTITION_NON_EXISTENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DROP_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUMP_NOT_IMPLEMENTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_ARGUMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_ENTRY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_ENTRY_AUTOINCREMENT_CASE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_ENTRY_WITH_KEY_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_FIELDNAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_KEYNAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_LIST_ENTRY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_SIGNAL_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_UNIQUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUP_UNKNOWN_IN_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUPLICATED_VALUE_IN_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EMPTY_QUERY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ENGINE_OUT_OF_MEMORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_DURING_CHECKPOINT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_DURING_COMMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_DURING_FLUSH_LOGS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_DURING_ROLLBACK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_IN_TRIGGER_BODY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_IN_UNKNOWN_TRIGGER_BODY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_MESSAGES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_ON_CLOSE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_ON_MASTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_ERROR_ON_READ - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_ON_RENAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_ON_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_ON_WRITE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_WHEN_EXECUTING_COMMAND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_CANNOT_ALTER_IN_THE_PAST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_CANNOT_CREATE_IN_THE_PAST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_CANNOT_DELETE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_CANT_ALTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_COMPILE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_DATA_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_DOES_NOT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_DROP_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_ENDS_BEFORE_STARTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_EXEC_TIME_IN_THE_PAST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_INVALID_CREATION_CTX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_MODIFY_QUEUE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_NEITHER_M_EXPR_NOR_M_AT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_OPEN_TABLE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_RECURSION_FORBIDDEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_SAME_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_SET_VAR_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_STORE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENTS_DB_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EXCEPTIONS_WRITE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EXEC_STMT_WITH_OPEN_CURSOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EXPLAIN_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_READ_FROM_PAR_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_ROUTINE_BREAK_BINLOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FEATURE_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIELD_NOT_FOUND_PART_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIELD_SPECIFIED_TWICE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FILE_CORRUPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FILE_EXISTS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FILE_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FILE_USED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FILEGROUP_OPTION_ONLY_ONCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FILSORT_ABORT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_CANNOT_DELETE_PARENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_CANNOT_OPEN_PARENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_COLUMN_CANNOT_CHANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_COLUMN_CANNOT_CHANGE_CHILD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_COLUMN_CANNOT_DROP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_COLUMN_CANNOT_DROP_CHILD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_COLUMN_NOT_NULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_DEPTH_EXCEEDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_DUP_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_FAIL_ADD_SYSTEM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_INCORRECT_OPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_NO_INDEX_CHILD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_NO_INDEX_PARENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FLUSH_MASTER_BINLOG_CLOSED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_FLUSH_SOURCE_BINLOG_CLOSED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FORBID_SCHEMA_CHANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FORCING_CLOSE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FOREIGN_DATA_STRING_INVALID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FOREIGN_DUPLICATE_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FOREIGN_DUPLICATE_KEY_WITH_CHILD_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FOREIGN_DUPLICATE_KEY_WITHOUT_CHILD_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FOREIGN_KEY_ON_PARTITIONED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FOREIGN_SERVER_DOESNT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FOREIGN_SERVER_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FORM_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FOUND_GTID_EVENT_WHEN_GTID_MODE_IS_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FPARSER_BAD_HEADER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FPARSER_EOF_IN_COMMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FPARSER_ERROR_IN_PARAMETER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FPARSER_TOO_BIG_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FRM_UNKNOWN_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FSEEK_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FT_MATCHING_KEY_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FULLTEXT_NOT_SUPPORTED_WITH_PARTITIONING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FUNC_INEXISTENT_NAME_COLLISION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FUNCTION_NOT_DEFINED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GET_ERRMSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GET_ERRNO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GET_STACKED_DA_WITHOUT_ACTIVE_HANDLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GET_TEMPORARY_ERRMSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GLOBAL_VARIABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GNO_EXHAUSTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GOT_SIGNAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRANT_PLUGIN_USER_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRANT_WRONG_HOST_OR_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_EXECUTED_WAS_CHANGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_MODE_2_OR_3_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_MODE_REQUIRES_BINLOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_NEXT_CANT_BE_AUTOMATIC_IF_GTID_NEXT_LIST_IS_NON_NULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_NEXT_IS_NOT_IN_GTID_NEXT_LIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_NEXT_TYPE_UNDEFINED_GROUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_PURGED_WAS_CHANGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_UNSAFE_CREATE_DROP_TEMPORARY_TABLE_IN_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_UNSAFE_CREATE_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_UNSAFE_NON_TRANSACTIONAL_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HANDSHAKE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HASHCHK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HOST_IS_BLOCKED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HOST_NOT_PRIVILEGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HOSTNAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IDENT_CAUSES_TOO_LONG_PATH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ILLEGAL_GRANT_FOR_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ILLEGAL_HA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ILLEGAL_HA_CREATE_OPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ILLEGAL_REFERENCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ILLEGAL_VALUE_FOR_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INCONSISTENT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INCONSISTENT_PARTITION_INFO_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INCORRECT_GLOBAL_LOCAL_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INDEX_COLUMN_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INDEX_CORRUPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INDEX_REBUILD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_FORCED_RECOVERY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_FT_AUX_NOT_HEX_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_FT_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_FT_WRONG_DOCID_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_FT_WRONG_DOCID_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_IMPORT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_INDEX_CORRUPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_NO_FT_TEMP_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_NO_FT_USES_PARSER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_ONLINE_LOG_TOO_BIG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_READ_ONLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_UNDO_LOG_FULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INSECURE_CHANGE_MASTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_INSECURE_CHANGE_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INSECURE_PLAIN_TEXT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INSERT_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_DIRECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_BINLOG_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INSIDE_TRANSACTION_PREVENTS_SWITCH_SQL_LOG_BIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INTERNAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_ARGUMENT_FOR_LOGARITHM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_CHARACTER_STRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_DEFAULT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_FIELD_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_GROUP_FUNC_USE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_ON_UPDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_USE_OF_NULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_YEAR_COLUMN_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IO_ERR_LOG_INDEX_READ - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IO_READ_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IO_WRITE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IPSOCK_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEY_COLUMN_DOES_NOT_EXITS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEY_DOES_NOT_EXITS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEY_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEY_PART_0 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEY_REF_DO_NOT_MATCH_TABLE_REF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KILL_DENIED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LIMITED_PART_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOAD_DATA_INVALID_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOAD_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOCAL_VARIABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOCK_ABORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOCK_DEADLOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOCK_OR_ACTIVE_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOCK_TABLE_FULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOCK_WAIT_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_IN_USE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_PURGE_NO_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_PURGE_UNKNOWN_ERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOGGING_PROHIBIT_CHANGING_OF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_M_BIGGER_THAN_D - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MALFORMED_DEFINER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MALFORMED_GTID_SET_ENCODING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MALFORMED_GTID_SET_SPECIFICATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MALFORMED_GTID_SPECIFICATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MALFORMED_PACKET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MASTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_MASTER_DELAY_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_MASTER_FATAL_ERROR_READING_BINLOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_MASTER_HAS_PURGED_REQUIRED_GTIDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_MASTER_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_MASTER_NET_READ - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_MASTER_NET_WRITE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_MAX_PREPARED_STMT_COUNT_REACHED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MAXVALUE_IN_VALUES_IN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MESSAGE_AND_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MISSING_HA_CREATE_OPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MISSING_SKIP_REPLICA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MISSING_SKIP_SLAVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_MIX_HANDLER_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MIX_OF_GROUP_FUNC_AND_FIELDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MIXING_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTS_CANT_PARALLEL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTS_CHANGE_MASTER_CANT_RUN_WITH_GAPS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_MTS_CHANGE_SOURCE_CANT_RUN_WITH_GAPS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTS_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTS_FEATURE_IS_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTS_INCONSISTENT_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTS_RECOVERY_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTS_RESET_WORKERS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTS_UPDATED_DBS_GREATER_MAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MULTI_UPDATE_KEY_CONFLICT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MULTIPLE_PRI_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MUST_CHANGE_PASSWORD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MUST_CHANGE_PASSWORD_LOGIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NAME_BECOMES_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NATIVE_FCT_NAME_COLLISION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NDB_CANT_SWITCH_BINLOG_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NDB_REPLICATION_SCHEMA_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NEED_REPREPARE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NET_ERROR_ON_WRITE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NET_FCNTL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NET_PACKET_TOO_LARGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NET_PACKETS_OUT_OF_ORDER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NET_READ_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NET_READ_ERROR_FROM_PIPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NET_READ_INTERRUPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NET_UNCOMPRESS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NET_WRITE_INTERRUPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NEVER_USED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NEW_ABORTING_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NISAMCHK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_BINARY_LOGGING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_BINLOG_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_DB_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_DEFAULT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_DEFAULT_FOR_FIELD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_DEFAULT_FOR_VIEW_FIELD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_FILE_MAPPING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_FT_MATERIALIZED_SUBQUERY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_GROUP_FOR_PROC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_PARTITION_FOR_GIVEN_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_PARTS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_PERMISSION_TO_CREATE_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_RAID_COMPILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_REFERENCED_ROW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_REFERENCED_ROW_2 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_SUCH_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_SUCH_KEY_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_SUCH_PARTITION__UNUSED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_SUCH_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_SUCH_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_SUCH_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_TABLES_USED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_UNIQUE_LOGFILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NON_GROUPING_FIELD_USED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NON_INSERTABLE_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NON_RO_SELECT_DISABLE_TIMER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NON_UNIQ_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NON_UPDATABLE_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NONEXISTING_GRANT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NONEXISTING_PROC_GRANT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NONEXISTING_TABLE_GRANT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NONUNIQ_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NONUPDATEABLE_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NORMAL_SHUTDOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOT_ALLOWED_COMMAND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOT_FORM_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOT_KEYFILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOT_SUPPORTED_AUTH_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOT_SUPPORTED_YET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOT_VALID_PASSWORD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NULL_COLUMN_IN_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NULL_IN_VALUES_LESS_THAN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OLD_FILE_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OLD_KEYFILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OLD_TEMPORALS_UPGRADED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ONLY_FD_AND_RBR_EVENTS_ALLOWED_IN_BINLOG_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ONLY_INTEGERS_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ONLY_ON_RANGE_LIST_PARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OPEN_AS_READONLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OPERAND_COLUMNS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OPTION_PREVENTS_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ORDER_WITH_PROC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OUT_OF_RESOURCES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OUT_OF_SORTMEMORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OUTOFMEMORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARSE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PART_STATE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_CLAUSE_ON_NONPARTITIONED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_COLUMN_LIST_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_CONST_DOMAIN_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_ENTRY_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_EXCHANGE_DIFFERENT_OPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_EXCHANGE_FOREIGN_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_EXCHANGE_PART_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_EXCHANGE_TEMP_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_FIELDS_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_FUNC_NOT_ALLOWED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_FUNCTION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_FUNCTION_IS_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_INSTEAD_OF_SUBPARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_MAXVALUE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_MERGE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_MGMT_ON_NONPARTITIONED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_NO_TEMPORARY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_NOT_DEFINED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_REQUIRES_VALUES_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_SUBPART_MIX_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_SUBPARTITION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_WRONG_NO_PART_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_WRONG_NO_SUBPART_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITION_WRONG_VALUES_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTITIONS_MUST_BE_DEFINED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PASSWD_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PASSWORD_ANONYMOUS_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PASSWORD_EXPIRE_ANONYMOUS_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PASSWORD_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PASSWORD_NO_MATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PASSWORD_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PATH_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_IS_NOT_LOADED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_IS_PERMANENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_NO_INSTALL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_NO_UNINSTALL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PRIMARY_CANT_HAVE_NULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PROC_AUTO_GRANT_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PROC_AUTO_REVOKE_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PROCACCESS_DENIED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PS_MANY_PARAM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PS_NO_RECURSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_QUERY_CACHE_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_QUERY_INTERRUPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_QUERY_ON_FOREIGN_DATA_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_QUERY_ON_MASTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_QUERY_ON_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_QUERY_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RANGE_NOT_INCREASING_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RBR_NOT_AVAILABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_READ_ONLY_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_READ_ONLY_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_READY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RECORD_FILE_FULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REFERENCED_TRG_DOES_NOT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RELAY_LOG_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RELAY_LOG_INIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REMOVED_SPACES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RENAMED_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REORG_HASH_ONLY_ON_SAME_NO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REORG_NO_PARAM_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REORG_OUTSIDE_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REORG_PARTITION_NOT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CANT_CREATE_CONVERSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CONFIGURATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CONVERSION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CORRUPT_EVENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CREATE_EVENT_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_FATAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_HEARTBEAT_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_HEARTBEAT_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_IGNORE_SERVER_IDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_IGNORED_SSL_PARAMS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_IGNORED_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_INCIDENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_IO_THREAD_MUST_STOP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_MI_INIT_REPOSITORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_MUST_STOP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_NOT_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_RELAY_LOG_READ_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_RELAY_LOG_WRITE_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_RLI_INIT_REPOSITORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_SILENT_RETRY_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_SOURCE_COM_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_SQL_THREAD_MUST_STOP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_WAS_NOT_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_WAS_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REQUIRES_PRIMARY_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RESERVED_SYNTAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REVOKE_GRANTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ROW_DOES_NOT_MATCH_GIVEN_PARTITION_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ROW_DOES_NOT_MATCH_PARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ROW_IN_WRONG_PARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ROW_IS_REFERENCED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ROW_IS_REFERENCED_2 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ROW_SINGLE_PARTITION_FIELD_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_INFO_DATA_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SAME_NAME_PARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SAME_NAME_PARTITION_FIELD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SELECT_REDUCED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_IS_IN_SECURE_AUTH_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_SHUTDOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SESSION_WAS_KILLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SET_CONSTANTS_ONLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SET_PASSWORD_AUTH_PLUGIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SET_STATEMENT_CANNOT_INVOKE_FUNCTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SHUTDOWN_COMPLETE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SIGNAL_BAD_CONDITION_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SIGNAL_EXCEPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SIGNAL_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SIGNAL_WARN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SIZE_OVERFLOW_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SKIPPING_LOGGED_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SLAVE_CANT_CREATE_CONVERSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_CONFIGURATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_CONVERSION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_CORRUPT_EVENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_CREATE_EVENT_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_FATAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_HEARTBEAT_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE_MIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_IGNORE_SERVER_IDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_IGNORED_SSL_PARAMS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_IGNORED_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_INCIDENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_IO_THREAD_MUST_STOP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_MASTER_COM_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_MI_INIT_REPOSITORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_MUST_STOP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_NOT_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_RELAY_LOG_READ_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_RELAY_LOG_WRITE_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_RLI_INIT_REPOSITORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_SILENT_RETRY_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_SQL_THREAD_MUST_STOP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_WAS_NOT_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SLAVE_WAS_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SOURCE_DELAY_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SOURCE_FATAL_ERROR_READING_BINLOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SOURCE_HAS_PURGED_REQUIRED_GTIDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SOURCE_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SOURCE_NET_READ - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SOURCE_NET_WRITE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_BAD_CURSOR_QUERY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_BAD_CURSOR_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_BAD_SQLSTATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_BAD_VAR_SHADOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_BADRETURN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_BADSELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_BADSTATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_CANT_ALTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_CANT_SET_AUTOCOMMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_CASE_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_COND_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_CURSOR_AFTER_HANDLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_CURSOR_ALREADY_OPEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_CURSOR_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_CURSOR_NOT_OPEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_DOES_NOT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_DROP_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_DUP_COND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_DUP_CURS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_DUP_HANDLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_DUP_PARAM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_DUP_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_FETCH_NO_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_GOTO_IN_HNDLR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_LABEL_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_LABEL_REDEFINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_LILABEL_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_NO_AGGREGATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_NO_DROP_SP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_NO_RECURSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_NO_RECURSIVE_CREATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_NO_RETSET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_NORETURN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_NORETURNEND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_NOT_VAR_ARG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_PROC_TABLE_CORRUPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_RECURSION_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_STORE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_SUBSELECT_NYI - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_UNDECLARED_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_UNINIT_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_VARCOND_AFTER_CURSHNDLR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_WRONG_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_WRONG_NO_OF_ARGS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SP_WRONG_NO_OF_FETCH_ARGS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SPATIAL_CANT_HAVE_NULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SPATIAL_MUST_HAVE_GEOM_COL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SPECIFIC_ACCESS_DENIED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SQL_MODE_NO_EFFECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SQL_REPLICA_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SQL_SLAVE_SKIP_COUNTER_NOT_SETTABLE_IN_GTID_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SQLTHREAD_WITH_SECURE_REPLICA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SQLTHREAD_WITH_SECURE_SLAVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_SR_INVALID_CREATION_CTX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STACK_OVERRUN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STACK_OVERRUN_NEED_MORE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STARTUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STMT_CACHE_FULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STMT_HAS_NO_OPEN_CURSOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STOP_REPLICA_IO_THREAD_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STOP_REPLICA_SQL_THREAD_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STOP_SLAVE_IO_THREAD_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_STOP_SLAVE_SQL_THREAD_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_STORAGE_ENGINE_NOT_LOADED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_DIRECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STORED_FUNCTION_PREVENTS_SWITCH_SQL_LOG_BIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SUBPARTITION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SUBPARTITION_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SUBQUERY_NO_1_ROW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SYNTAX_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_CANT_HANDLE_AUTO_INCREMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_CANT_HANDLE_BLOB - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_CANT_HANDLE_FT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_CANT_HANDLE_SPKEYS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_CORRUPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_DEF_CHANGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_EXISTS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_HAS_NO_FT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_IN_FK_CHECK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_IN_SYSTEM_TABLESPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_MUST_HAVE_COLUMNS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_NEEDS_REBUILD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_NEEDS_UPGRADE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_NOT_LOCKED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_NOT_LOCKED_FOR_WRITE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_SCHEMA_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLEACCESS_DENIED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLENAME_NOT_ALLOWED_HERE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLES_DIFFERENT_METADATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLESPACE_AUTO_EXTEND_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLESPACE_DISCARDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLESPACE_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLESPACE_MISSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TEMP_FILE_WRITE_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TEMPORARY_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TEXTFILE_NOT_READABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_BIG_DISPLAYWIDTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_BIG_FIELDLENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_BIG_FOR_UNCOMPRESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_BIG_PRECISION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_BIG_ROWSIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_BIG_SCALE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_BIG_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_BIG_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_LONG_BODY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_LONG_FIELD_COMMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_LONG_IDENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_LONG_INDEX_COMMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_LONG_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_LONG_STRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_LONG_TABLE_COMMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_LONG_TABLE_PARTITION_COMMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_CONCURRENT_TRXS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_DELAYED_THREADS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_FIELDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_KEY_PARTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_KEYS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_PARTITION_FUNC_FIELDS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_PARTITIONS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_ROWS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_TABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_USER_CONNECTIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_VALUES_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MUCH_AUTO_TIMESTAMP_COLS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRANS_CACHE_FULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_CANT_CHANGE_ROW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_CANT_OPEN_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_CORRUPTED_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_DOES_NOT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_IN_WRONG_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_INVALID_CREATION_CTX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_NO_CREATION_CTX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_NO_DEFINER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_NO_SUCH_ROW_IN_TRG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_ON_VIEW_OR_TEMP_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRUNCATE_ILLEGAL_FK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRUNCATED_WRONG_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRUNCATED_WRONG_VALUE_FOR_FIELD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UDF_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UDF_NO_PATHS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNDO_RECORD_TOO_BIG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNEXPECTED_EOF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNION_TABLES_IN_DIFFERENT_DIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_ALTER_ALGORITHM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_ALTER_LOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_CHARACTER_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_COLLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_COM_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_EXPLAIN_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_KEY_CACHE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_LOCALE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_PARTITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_PROCEDURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_STMT_HANDLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_STORAGE_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_SYSTEM_VARIABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_TARGET_BINLOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_TIME_ZONE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNSUPORTED_LOG_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNSUPPORTED_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNSUPPORTED_EXTENSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNSUPPORTED_PS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNTIL_COND_IGNORED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UPDATE_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UPDATE_LOG_DEPRECATED_IGNORED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UPDATE_LOG_DEPRECATED_TRANSLATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UPDATE_TABLE_USED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_USER_LIMIT_REACHED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_USERNAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALUES_IS_NOT_INT_TYPE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VAR_CANT_BE_READ - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VARIABLE_IS_NOT_STRUCT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VARIABLE_IS_READONLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VARIABLE_NOT_SETTABLE_IN_SF_OR_TRIGGER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VARIABLE_NOT_SETTABLE_IN_SP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VARIABLE_NOT_SETTABLE_IN_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_CHECK_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_CHECKSUM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_DELETE_MERGE_VIEW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_FRM_NO_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_INVALID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_INVALID_CREATION_CTX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_MULTIUPDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_NO_CREATION_CTX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_NO_EXPLAIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_NO_INSERT_FIELD_LIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_NONUPD_CHECK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_OTHER_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_PREVENT_UPDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_RECURSIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_SELECT_CLAUSE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_SELECT_DERIVED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_SELECT_TMPTABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_SELECT_VARIABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_WRONG_LIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_ALLOWED_PACKET_OVERFLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_CANT_DROP_DEFAULT_KEYCACHE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DATA_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DATA_TRUNCATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_SYNTAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_SYNTAX_NO_REPLACEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_SYNTAX_WITH_VER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_ENGINE_TRANSACTION_ROLLBACK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_FIELD_RESOLVED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_HOSTNAME_WONT_WORK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_I_S_SKIPPED_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_INDEX_NOT_APPLICABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_INVALID_TIMESTAMP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_LEGACY_SYNTAX_CONVERTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_NULL_TO_NOTNULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_ONLY_MASTER_LOG_FILE_NO_POS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
ER_WARN_ONLY_SOURCE_LOG_FILE_NO_POS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_OPEN_TEMP_TABLES_MUST_BE_ZERO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_PURGE_LOG_IN_USE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_PURGE_LOG_IS_ACTIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_QC_RESIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_TOO_FEW_RECORDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_TOO_MANY_RECORDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_TRIGGER_DOESNT_HAVE_CREATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_USING_OTHER_HANDLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_VIEW_MERGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_VIEW_WITHOUT_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARNING_NOT_COMPLETE_ROLLBACK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_CREATED_TEMP_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARNING_NOT_COMPLETE_ROLLBACK_WITH_DROPPED_TEMP_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_ARGUMENTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_AUTO_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_COLUMN_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_DB_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_EXPR_IN_PARTITION_FUNC_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_FIELD_SPEC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_FIELD_TERMINATORS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_FIELD_WITH_GROUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_FK_DEF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_GROUP_FIELD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_KEY_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_LOCK_OF_SYSTEM_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_MAGIC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_MRG_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_NAME_FOR_CATALOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_NAME_FOR_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_NATIVE_TABLE_STRUCTURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_OBJECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_OUTER_JOIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_PARAMCOUNT_TO_PROCEDURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_PARAMETERS_TO_NATIVE_FCT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_PARAMETERS_TO_PROCEDURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_PARAMETERS_TO_STORED_FCT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_PARTITION_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_PERFSCHEMA_USAGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_SIZE_NUMBER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_SPVAR_TYPE_IN_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_STRING_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_SUB_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_SUM_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_TABLE_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_TYPE_COLUMN_VALUE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_TYPE_FOR_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_USAGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_VALUE_COUNT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_VALUE_COUNT_ON_ROW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_VALUE_FOR_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_VALUE_FOR_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WSAS_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_COLUMN_TO_UPDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_COMPRESSED_FRAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_CONFIGURATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_CONNECTION_SESSION_ATTRIBUTE_EMPTY_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_CONNECTION_SESSION_ATTRIBUTE_KEY_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_CONNECTION_SESSION_ATTRIBUTE_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_CONNECTION_SESSION_ATTRIBUTE_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_CONNECTION_SESSION_ATTRIBUTE_VALUE_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_CURSOR_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_DOC_PATH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_INSERT_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_LOCKING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_MEMBER_TO_UPDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_MESSAGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_NOTICE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_PROJECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_STATEMENT_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_TYPE_OF_UPDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_UPDATE_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_BAD_UPSERT_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CANNOT_DISABLE_NOTICE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CAPABILITIES_PREPARE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CAPABILITY_COMPRESSION_INVALID_ALGORITHM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CAPABILITY_COMPRESSION_INVALID_CLIENT_STYLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CAPABILITY_COMPRESSION_INVALID_OPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CAPABILITY_COMPRESSION_INVALID_SERVER_STYLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CAPABILITY_COMPRESSION_MISSING_REQUIRED_FIELDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CAPABILITY_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CAPABILITY_SET_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CMD_ARGUMENT_OBJECT_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CMD_ARGUMENT_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CMD_ARGUMENT_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CMD_INVALID_ARGUMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CMD_NUM_ARGUMENTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_COLLECTION_OPTION_DOESNT_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CURSOR_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_CURSOR_REACHED_EOF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_DECOMPRESSION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_DOC_ID_MISSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_DOC_REQUIRED_FIELD_MISSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_DOCUMENT_DOESNT_MATCH_EXPECTED_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_DUPLICATE_ENTRY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_DUPLICATED_CAPABILITIES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPECT_BAD_CONDITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPECT_BAD_CONDITION_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPECT_FIELD_EXISTS_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPECT_NO_ERROR_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPECT_NOT_OPEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPR_BAD_NUM_ARGS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPR_BAD_OPERATOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPR_BAD_REGEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPR_BAD_TYPE_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPR_BAD_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_EXPR_MISSING_ARG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_FRAME_COMPRESSION_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_INVALID_ADMIN_COMMAND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_INVALID_ARGUMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_INVALID_COLLECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_INVALID_NAMESPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_INVALID_PROTOCOL_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_INVALID_VALIDATION_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_MISSING_ARGUMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_MYSQLX_ACCOUNT_MISSING_PERMISSIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_PREPARED_EXECUTE_ARGUMENT_CONSISTENCY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_PREPARED_EXECUTE_ARGUMENT_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_PREPARED_STATMENT_CAN_HAVE_ONE_CURSOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_PROJ_BAD_KEY_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_SERVICE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X_SESSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XA_RBDEADLOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XA_RBROLLBACK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XA_RBTIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XA_RMERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XAER_DUPID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XAER_INVAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XAER_NOTA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XAER_OUTSIDE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XAER_RMFAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_YES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ZLIB_Z_BUF_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ZLIB_Z_DATA_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ZLIB_Z_MEM_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ERROR - Static variable in class com.mysql.cj.log.Jdk14Logger
 
ERROR - Static variable in class com.mysql.cj.log.StandardLogger
 
error(Throwable) - Method in interface com.mysql.cj.protocol.MessageListener
Exceptionally complete underlying Future.
ERROR_CODE_NULL_LOAD_BALANCED_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ERROR_CODE_REPLICATION_CONNECTION_WITH_NO_HOSTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
escapeBytes(ByteArrayOutputStream, byte[]) - Static method in class com.mysql.cj.util.StringUtils
 
escapeBytesIfNeeded() - Method in interface com.mysql.cj.BindValue
 
escaped - Variable in class com.mysql.cj.util.StringInspector
 
escapeQuote(String, String) - Static method in class com.mysql.cj.util.StringUtils
 
escapeString(StringBuilder, String, boolean, CharsetEncoder) - Static method in class com.mysql.cj.util.StringUtils
 
EscapeTokenizer - Class in com.mysql.cj.util
EscapeTokenizer breaks up an SQL statement into SQL and escape code parts.
EscapeTokenizer(String) - Constructor for class com.mysql.cj.util.EscapeTokenizer
Creates a new EscapeTokenizer object.
EventType() - Constructor for enum com.mysql.cj.protocol.Protocol.ProtocolEventListener.EventType
 
ExceptionFactory - Class in com.mysql.cj.exceptions
 
ExceptionFactory() - Constructor for class com.mysql.cj.exceptions.ExceptionFactory
 
ExceptionInterceptor - Interface in com.mysql.cj.exceptions
 
ExceptionInterceptorChain - Class in com.mysql.cj.exceptions
 
ExceptionInterceptorChain(String, Properties, Log) - Constructor for class com.mysql.cj.exceptions.ExceptionInterceptorChain
 
exceptionMessage - Variable in exception com.mysql.cj.exceptions.CJException
We can't override the Throwable.detailMessage directly because it has a private accessibility, thus for that need we use this protected variable and override CJException.getMessage()
execute() - Method in interface com.mysql.cj.xdevapi.Statement
Execute the statement synchronously.
executeAsync() - Method in interface com.mysql.cj.xdevapi.Statement
Execute the statement asynchronously.
executeTopLevelOnly() - Method in interface com.mysql.cj.interceptors.QueryInterceptor
Should the driver execute this interceptor only for the "original" top-level query, and not put it in the execution path for queries that may be executed from other interceptors? If an interceptor issues queries using the connection it was created for, and does not return true for this method, it must ensure that it does not cause infinite recursion.
existsInDatabase() - Method in interface com.mysql.cj.xdevapi.DatabaseObject
Query the existence of this database object.
expandPropertiesFromConfigFiles(Map<String, String>) - Method in class com.mysql.cj.conf.ConnectionUrl
Expands the connection argument "useConfig" by reading the mentioned configuration files.
exportTo(ColumnDefinition) - Method in interface com.mysql.cj.protocol.ColumnDefinition
 
exposeAsDriverPropertyInfo() - Method in interface com.mysql.cj.jdbc.JdbcPropertySet
Exposes all ConnectionPropertyInfo instances as DriverPropertyInfo
exposeAsProperties() - Method in class com.mysql.cj.conf.HostInfo
Exposes this host info as a single properties instance.
exposeAsProperties() - Method in interface com.mysql.cj.conf.PropertySet
 
expr(String) - Static method in class com.mysql.cj.xdevapi.Expression
Static method for static import to allow: set("b", expr("a + 1"))
Expression - Class in com.mysql.cj.xdevapi
A wrapper for expression strings.
Expression(String) - Constructor for class com.mysql.cj.xdevapi.Expression
 
expressionString - Variable in class com.mysql.cj.xdevapi.Expression
 

F

FATAL - Static variable in class com.mysql.cj.log.Jdk14Logger
 
FATAL - Static variable in class com.mysql.cj.log.StandardLogger
 
FeatureNotAvailableException - Exception in com.mysql.cj.exceptions
 
FeatureNotAvailableException() - Constructor for exception com.mysql.cj.exceptions.FeatureNotAvailableException
 
FeatureNotAvailableException(String) - Constructor for exception com.mysql.cj.exceptions.FeatureNotAvailableException
 
FeatureNotAvailableException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.FeatureNotAvailableException
 
FeatureNotAvailableException(Throwable) - Constructor for exception com.mysql.cj.exceptions.FeatureNotAvailableException
 
FeatureNotAvailableException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.FeatureNotAvailableException
 
fetchAll() - Method in interface com.mysql.cj.xdevapi.FetchResult
Create a list of all elements in the result forcing internal buffering.
fetchOne() - Method in interface com.mysql.cj.xdevapi.FetchResult
Fetch the next element.
FetchResult<T> - Interface in com.mysql.cj.xdevapi
A set of elements from a query command.
FidoAuthenticationCallback - Class in com.mysql.cj.callback
The callback object used by the authentication plugin AuthenticationFidoClient to exchange authenticator data between the driver and the client application.
FidoAuthenticationCallback(byte[], String, byte[]) - Constructor for class com.mysql.cj.callback.FidoAuthenticationCallback
Instances of this object are used to exchange FIDO data between the client application and the driver and is responsible for managing all the interactions with the FIDO authenticator devices.
Field - Class in com.mysql.cj.result
Field is a class used to describe fields in a ResultSet
Field(LazyString, LazyString, LazyString, LazyString, LazyString, long, int, short, int, int, String, MysqlType) - Constructor for class com.mysql.cj.result.Field
 
Field(String, String, int, String, MysqlType, int) - Constructor for class com.mysql.cj.result.Field
Used by prepared statements to re-use result set data conversion methods when generating bound parameter retrieval instance for statement interceptors.
FIELD_FLAG_AUTO_INCREMENT - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_FLAG_BINARY - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_FLAG_BLOB - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_FLAG_MULTIPLE_KEY - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_FLAG_NOT_NULL - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_FLAG_PRIMARY_KEY - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_FLAG_UNIQUE_KEY - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_FLAG_UNSIGNED - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_FLAG_ZEROFILL - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_BIT - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_BLOB - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_DATE - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_DATETIME - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_DECIMAL - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_DOUBLE - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_ENUM - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_FLOAT - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_GEOMETRY - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_INT24 - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_JSON - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_LONG - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_LONG_BLOB - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_LONGLONG - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_MEDIUM_BLOB - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_NEWDECIMAL - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_NULL - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_SET - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_SHORT - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_STRING - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_TIME - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_TIMESTAMP - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_TINY - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_TINY_BLOB - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_VAR_STRING - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_VARCHAR - Static variable in enum com.mysql.cj.MysqlType
 
FIELD_TYPE_YEAR - Static variable in enum com.mysql.cj.MysqlType
 
fields(String...) - Method in interface com.mysql.cj.xdevapi.FindStatement
Add/replace the field projections defining the result.
fields(Expression) - Method in interface com.mysql.cj.xdevapi.FindStatement
Add/replace the field projection defining the result.
fillSendPacket(QueryBindings) - Method in interface com.mysql.cj.PreparedQuery
 
FilterParams - Interface in com.mysql.cj.xdevapi
Transforms X DevAPI filter parameters into X Protocol message entities.
FilterParams.RowLock - Enum in com.mysql.cj.xdevapi
The type of row lock.
FilterParams.RowLockOptions - Enum in com.mysql.cj.xdevapi
Options that define the behavior while retrieving locked rows.
find() - Method in interface com.mysql.cj.xdevapi.Collection
Create a new find statement retrieving all documents in the collection.
find(String) - Method in interface com.mysql.cj.xdevapi.Collection
Create a new find statement retrieving documents matching the given search condition.
findCallerStackDepth(StackTraceElement[]) - Static method in class com.mysql.cj.log.Jdk14Logger
 
findCallingClassAndMethod(Throwable) - Static method in class com.mysql.cj.util.LogUtils
 
findColumn(String, boolean, int) - Method in interface com.mysql.cj.protocol.ColumnDefinition
 
FindStatement - Interface in com.mysql.cj.xdevapi
A statement to find the set of documents according to the given specification.
finishStreaming() - Method in interface com.mysql.cj.protocol.ResultStreamer
Finish the result streaming.
firstAlphaCharUc(String, int) - Static method in class com.mysql.cj.util.StringUtils
 
firstCharOfStatementUc(String, boolean) - Static method in class com.mysql.cj.QueryInfo
Finds and returns the first non-whitespace character from the specified SQL, skipping comments and quoted text.
firstNonWsCharUc(String) - Static method in class com.mysql.cj.util.StringUtils
Returns the first non-whitespace char, converted to upper case
firstNonWsCharUc(String, int) - Static method in class com.mysql.cj.util.StringUtils
 
fixDecimalExponent(String) - Static method in class com.mysql.cj.util.StringUtils
Adds '+' to decimal numbers that are positive (MySQL doesn't understand them otherwise
fixHostInfo(HostInfo) - Method in class com.mysql.cj.conf.ConnectionUrl
Fixes the host information by moving data around and filling in missing data.
fixProtocolDependencies(Map<String, String>) - Method in class com.mysql.cj.conf.ConnectionUrl
Fixes the protocol (TCP vs PIPE) dependencies for the given host properties map.
flagsMask - Variable in enum com.mysql.cj.MysqlType
 
forceClose() - Method in class com.mysql.cj.protocol.NetworkResources
Forcibly closes the underlying socket to MySQL.
forceClose() - Method in interface com.mysql.cj.protocol.SocketConnection
 
forceClose() - Method in interface com.mysql.cj.Session
Clobbers the physical network connection and marks this session as closed.
formatNanos(int, int) - Static method in class com.mysql.cj.util.TimeUtil
Return a string representation of a fractional seconds part.
formatNanos(int, int, boolean) - Static method in class com.mysql.cj.util.TimeUtil
Return a string representation of a fractional seconds part.
from(LocalDate) - Static method in class com.mysql.cj.protocol.InternalDate
 
from(Calendar) - Static method in class com.mysql.cj.protocol.InternalDate
 
from(LocalTime) - Static method in class com.mysql.cj.protocol.InternalTime
 
from(LocalDateTime) - Static method in class com.mysql.cj.protocol.InternalTime
 
from(OffsetTime) - Static method in class com.mysql.cj.protocol.InternalTime
 
from(Duration) - Static method in class com.mysql.cj.protocol.InternalTime
 
from(Calendar, int) - Static method in class com.mysql.cj.protocol.InternalTime
 
from(LocalDate) - Static method in class com.mysql.cj.protocol.InternalTimestamp
 
from(LocalDateTime) - Static method in class com.mysql.cj.protocol.InternalTimestamp
 
from(OffsetDateTime) - Static method in class com.mysql.cj.protocol.InternalTimestamp
 
from(ZonedDateTime) - Static method in class com.mysql.cj.protocol.InternalTimestamp
 
from(Calendar, int) - Static method in class com.mysql.cj.protocol.InternalTimestamp
 
fromValue(String, int) - Static method in enum com.mysql.cj.conf.ConnectionUrl.Type
Returns the ConnectionUrl.Type corresponding to the given scheme and number of hosts, if any.
fromValue(String) - Static method in enum com.mysql.cj.conf.PropertyKey
Looks for a PropertyKey that matches the given value as key name.
fromValue(int, Resultset.Concurrency) - Static method in enum com.mysql.cj.protocol.Resultset.Concurrency
 
fromValue(int, Resultset.Type) - Static method in enum com.mysql.cj.protocol.Resultset.Type
 
fullName - Variable in class com.mysql.cj.result.Field
 
FullReadInputStream - Class in com.mysql.cj.protocol
InputStream wrapper that provides methods to aggregate reads of a given size.
FullReadInputStream(InputStream) - Constructor for class com.mysql.cj.protocol.FullReadInputStream
 

G

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 which may be configured at connect time.
getDefaultSchemaName() - Method in interface com.mysql.cj.xdevapi.Session
Retrieve the default schema name which may be configured at connect time.
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
Return FilterParams defined for this statement.
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(String, Class<?>[], Object[], ExceptionInterceptor, String) - Static method in class com.mysql.cj.util.Util
 
getInstance(String, Class<?>[], Object[], ExceptionInterceptor) - Static method in class com.mysql.cj.util.Util
 
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
Get last message sequence number, as it was stored by MessageReader.readHeader().
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.
getOldStatusFlags() - Method in interface com.mysql.cj.protocol.ServerSession
 
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
Get name of Schema.
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
Creates Session by given URL.
getSession(String) - Method in class com.mysql.cj.xdevapi.SessionFactory
Creates Session by given URL.
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
Get alias of Table.
getTableName() - Method in class com.mysql.cj.result.Field
 
getTableName() - Method in interface com.mysql.cj.xdevapi.Column
Get name of Table.
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
Get this column's Type.
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
Get the username provided by the caller of MysqlCallbackHandler.handle(MysqlCallback).
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.

H

handle(MysqlCallback) - Method in interface com.mysql.cj.callback.MysqlCallbackHandler
Exchanges information between the caller of this method and the owner of the MysqlCallbackHandler instance.
handleCleanup(Throwable) - Method in interface com.mysql.cj.Session.SessionEventListener
 
handleEvent(Protocol.ProtocolEventListener.EventType, Object, Throwable) - Method in interface com.mysql.cj.protocol.Protocol.ProtocolEventListener
 
handleNewInstance(Constructor<?>, Object[], ExceptionInterceptor) - Static method in class com.mysql.cj.util.Util
Handles constructing new instance with the given constructor and wrapping (or not, as required) the exceptions that could possibly be generated
handleNormalClose() - Method in interface com.mysql.cj.Session.SessionEventListener
 
handlePropertyChange(RuntimeProperty<?>) - Method in interface com.mysql.cj.conf.RuntimeProperty.RuntimePropertyListener
 
handleReconnect() - Method in interface com.mysql.cj.Session.SessionEventListener
 
handleSessionStateChanges(ServerSessionStateController.ServerSessionStateChanges) - Method in interface com.mysql.cj.protocol.ServerSessionStateController.SessionStateChangesListener
 
hasBuiltIndexMapping() - Method in interface com.mysql.cj.protocol.ColumnDefinition
 
hasCcAlias() - Method in interface com.mysql.cj.conf.PropertyDefinition
Returns true if property has a camel-case alias.
hasData() - Method in interface com.mysql.cj.xdevapi.FetchResult
Does this result have data? This indicates that the result was produced from a data-returning query.
hasFractionalSeconds(Time) - Static method in class com.mysql.cj.util.TimeUtil
 
hashCode() - Method in class com.mysql.cj.ServerVersion
 
hasLargeFields() - Method in interface com.mysql.cj.protocol.ColumnDefinition
Check if fields with type BLOB, MEDIUMBLOB, LONGBLOB, TEXT, MEDIUMTEXT or LONGTEXT exist in this ColumnDefinition.
hasLongColumnInfo() - Method in interface com.mysql.cj.protocol.ServerSession
 
hasMoreResults() - Method in interface com.mysql.cj.protocol.ServerSession
 
hasMoreTokens() - Method in class com.mysql.cj.util.EscapeTokenizer
Does this tokenizer have more tokens available?
hasRows() - Method in interface com.mysql.cj.protocol.Resultset
Does the result set contain rows, or is it the result of a DDL or DML statement?
hasSameProperties(JdbcConnection) - Method in interface com.mysql.cj.jdbc.JdbcConnection
Does this connection have the same properties as another?
hasTriedMaster() - Method in interface com.mysql.cj.jdbc.JdbcConnection
Deprecated.
hasValueConstraints() - Method in interface com.mysql.cj.conf.PropertyDefinition
Does the property have fixed values based constraints.
hasWildcards(String) - Static method in class com.mysql.cj.util.StringUtils
Does the string contain wildcard symbols ('%' or '_').
having(String) - Method in interface com.mysql.cj.xdevapi.FindStatement
Add/replace the aggregate criteria for this query.
having(String) - Method in interface com.mysql.cj.xdevapi.SelectStatement
Add/replace the aggregate criteria for this query.
HEX_DIGITS - Static variable in class com.mysql.cj.util.StringUtils
 
hexEscapeBlock(byte[], int, BiConsumer<Byte, Byte>) - Static method in class com.mysql.cj.util.StringUtils
Used to escape binary data with hex
host - Variable in class com.mysql.cj.conf.HostInfo
 
HOST_LIST_PTRN - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
 
HOST_PORT_SEPARATOR - Static variable in class com.mysql.cj.conf.HostInfo
 
HostInfo - Class in com.mysql.cj.conf
This class holds the following MySQL host information: host: an IP or host name.
HostInfo() - Constructor for class com.mysql.cj.conf.HostInfo
Constructs an empty HostInfo instance.
HostInfo(DatabaseUrlContainer, String, int, String, String) - Constructor for class com.mysql.cj.conf.HostInfo
Constructs a HostInfo instance initialized with the provided host, port and user info.
HostInfo(DatabaseUrlContainer, String, int, String, String, Map<String, String>) - Constructor for class com.mysql.cj.conf.HostInfo
Constructs a HostInfo instance initialized with the provided host, port, user, password and connection arguments.
hostProperties - Variable in class com.mysql.cj.conf.HostInfo
 
hosts - Variable in class com.mysql.cj.conf.ConnectionUrl
 
HOSTS_LIST_CLOSING_MARKERS - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
 
HOSTS_LIST_OPENING_MARKERS - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
 
HOSTS_SEPARATOR - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
 
HostsCardinality() - Constructor for enum com.mysql.cj.conf.ConnectionUrl.HostsCardinality
 
hostsCount() - Method in class com.mysql.cj.conf.ConnectionUrl
Returns the number of hosts in this connection URL.
HostsListView - Enum in com.mysql.cj.conf
An enumeration that identifies the type of the view intended for getting hosts lists for multi-host connections.
HostsListView() - Constructor for enum com.mysql.cj.conf.HostsListView
 
hours - Variable in class com.mysql.cj.protocol.InternalTime
 
hours - Variable in class com.mysql.cj.protocol.InternalTimestamp
 

I

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
 
interfaceExists(String) - Static method in class com.mysql.cj.util.Util
Does a network interface exist locally with the given hostname?
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
Prohibited Output: ASCII control characters [StringPrep, C.2.1].
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 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
Prohibited Output: non-ASCII control characters [StringPrep, C.2.2].
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
Prohibited Output: non-character code points [StringPrep, C.4].
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
Prohibited Output: private use characters [StringPrep, C.3].
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
Prohibited Output: surrogate code points [StringPrep, C.5].
isTaggingCharacter(int) - Static method in class com.mysql.cj.util.SaslPrep
Prohibited Output: tagging characters [StringPrep, C.9].
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.

J

JAVA_ENCODING_UC_TO_MYSQL_CHARSET - Static variable in class com.mysql.cj.CharsetMapping
 
javaClass - Variable in enum com.mysql.cj.MysqlType
 
javaEncodingsUc - Variable in class com.mysql.cj.MysqlCharset
 
JdbcConnection - Interface in com.mysql.cj.jdbc
This interface contains methods that are considered the "vendor extension" to the JDBC API for MySQL's implementation of java.sql.Connection.
JdbcPreparedStatement - Interface in com.mysql.cj.jdbc
 
JdbcPropertySet - Interface in com.mysql.cj.jdbc
 
JdbcStatement - Interface in com.mysql.cj.jdbc
This interface contains methods that are considered the "vendor extension" to the JDBC API for MySQL's implementation of java.sql.Statement.
jdbcType - Variable in enum com.mysql.cj.MysqlType
 
Jdk14Logger - Class in com.mysql.cj.log
Logging functionality for JDK1.4
Jdk14Logger(String) - Constructor for class com.mysql.cj.log.Jdk14Logger
Creates a new Jdk14Logger object.
jdkLogger - Variable in class com.mysql.cj.log.Jdk14Logger
The underlying logger from JDK-1.4
joinWithSerialComma(List<?>) - Static method in class com.mysql.cj.util.StringUtils
Joins all elements of the given list using serial comma (Oxford comma) rules.
JsonValue - Interface in com.mysql.cj.xdevapi
Common interface for classes representing standard JSON object, array, number, string and 'true', 'false' and 'null' literals and non-standard extensions like mysqlx.expr() expressions.
JVM_VENDOR - Static variable in class com.mysql.cj.Constants
 
JVM_VERSION - Static variable in class com.mysql.cj.Constants
 
jvmMeetsMinimum(int, int) - Static method in class com.mysql.cj.util.Util
 
jvmUpdateNumber - Static variable in class com.mysql.cj.util.Util
 
jvmVersion - Static variable in class com.mysql.cj.util.Util
 

K

keepOrigNanos() - Method in interface com.mysql.cj.BindValue
 
KEY_VALUE_HOST_INFO_CLOSING_MARKER - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
 
KEY_VALUE_HOST_INFO_OPENING_MARKER - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
 
KEY_VALUE_HOST_PTRN - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
 
keyName - Variable in enum com.mysql.cj.conf.PropertyKey
 
keyName - Variable in enum com.mysql.cj.xdevapi.Client.ClientProperty
 

L

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(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
 

M

major - Variable in class com.mysql.cj.ServerVersion
 
MAP_SIZE - Static variable in class com.mysql.cj.CharsetMapping
 
mark() - Method in class com.mysql.cj.util.StringInspector
Marks the current object's state.
markedEscape - Variable in class com.mysql.cj.util.StringInspector
 
markedInMysqlBlock - Variable in class com.mysql.cj.util.StringInspector
 
markedPos - Variable in class com.mysql.cj.util.StringInspector
 
markedStopAt - Variable in class com.mysql.cj.util.StringInspector
 
matchesIgnoreCase(String) - Method in class com.mysql.cj.util.StringInspector
Checks if the given string matches the source string counting from the current position, ignoring case, with the option to skip text delimited by the specified markers or inside comment blocks.
matchesIgnoreCase(String...) - Method in class com.mysql.cj.util.StringInspector
Checks if the given consecutive sequence of strings matches the source string counting from the current position, ignoring case, with the option to skip text delimited by the specified markers or inside comment blocks.
MAX_ROWS - Static variable in interface com.mysql.cj.jdbc.JdbcStatement
 
maxElements - Variable in class com.mysql.cj.util.LRUCache
 
mblen - Variable in class com.mysql.cj.MysqlCharset
 
meetsMinimum(ServerVersion) - Method in class com.mysql.cj.ServerVersion
Does this version meet the minimum specified by `min'?
Message - Interface in com.mysql.cj.protocol
Message is the content of a full single message (native protocol packet or protobuf message), independent from on-wire splitting, communicated with the server.
MessageBuilder<M extends Message> - Interface in com.mysql.cj
 
MessageHeader - Interface in com.mysql.cj.protocol
Represents the protocol specific message header
MessageListener<M extends Message> - Interface in com.mysql.cj.protocol
Sink for messages that are read asynchonously from the socket.
MessageReader<H extends MessageHeader,M extends Message> - Interface in com.mysql.cj.protocol
 
Messages - Class in com.mysql.cj
Support for localized messages.
Messages() - Constructor for class com.mysql.cj.Messages
Dis-allow construction ...
MessageSender<M extends Message> - Interface in com.mysql.cj.protocol
This interface provides a facility for sending messages to server.
MILLIS_I18N - Static variable in class com.mysql.cj.Constants
I18N'd representation of the abbreviation for "ms"
minimumVersion - Variable in class com.mysql.cj.MysqlCharset
 
minor - Variable in class com.mysql.cj.ServerVersion
 
minutes - Variable in class com.mysql.cj.protocol.InternalTime
 
minutes - Variable in class com.mysql.cj.protocol.InternalTimestamp
 
modify(String) - Method in interface com.mysql.cj.xdevapi.Collection
Create a new modify statement affecting documents matching the given search condition.
modifyCollection(String, Schema.ModifyCollectionOptions) - Method in interface com.mysql.cj.xdevapi.Schema
Modify the schema validation of a collection.
ModifyCollectionOptions() - Constructor for class com.mysql.cj.xdevapi.Schema.ModifyCollectionOptions
 
ModifyStatement - Interface in com.mysql.cj.xdevapi
A statement representing a set of document modifications.
month - Variable in class com.mysql.cj.protocol.InternalDate
 
moveRowRelative(int) - Method in interface com.mysql.cj.protocol.ResultsetRows
Moves the current position relative 'rows' from the current position.
MULTIBYTE_ENCODINGS - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_armscii8 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_ascii - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_big5 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_binary - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_cp1250 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_cp1251 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_cp1256 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_cp1257 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_cp850 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_cp852 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_cp866 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_cp932 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_dec8 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_eucjpms - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_euckr - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_gb18030 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_gb2312 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_gbk - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_geostd8 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_greek - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_hebrew - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_hp8 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_keybcs2 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_koi8r - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_koi8u - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_latin1 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_latin2 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_latin5 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_latin7 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_macce - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_macroman - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_sjis - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_swe7 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_tis620 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_ucs2 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_ujis - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_utf16 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_utf16le - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_utf32 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_utf8 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_utf8mb3 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_CHARSET_NAME_utf8mb4 - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_COLLATION_INDEX_binary - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_COLLATION_INDEX_utf8mb4_0900_ai_ci - Static variable in class com.mysql.cj.CharsetMapping
 
MYSQL_COLLATION_INDEX_utf8mb4_general_ci - Static variable in class com.mysql.cj.CharsetMapping
 
MysqlCallback - Interface in com.mysql.cj.callback
Implementations of this interface can be passed to a MysqlCallbackHandler so that the owner of the callback handler and its caller can share data in a way that would otherwise require tighter coupling.
MysqlCallbackHandler - Interface in com.mysql.cj.callback
A functional interface for implementing callback handlers.
mysqlCharset - Variable in class com.mysql.cj.Collation
 
MysqlCharset - Class in com.mysql.cj
 
MysqlCharset(String, int, int, String[]) - Constructor for class com.mysql.cj.MysqlCharset
Constructs MysqlCharset object
MysqlCharset(String, int, int, String[], String[]) - Constructor for class com.mysql.cj.MysqlCharset
 
MysqlCharset(String, int, int, String[], ServerVersion) - Constructor for class com.mysql.cj.MysqlCharset
 
MysqlConnection - Interface in com.mysql.cj
 
mysqlConnection - Variable in class com.mysql.cj.protocol.NetworkResources
 
MysqlErrorNumbers - Class in com.mysql.cj.exceptions
Constants representing MySQL error numbers returned by the server in error messages.
MysqlErrorNumbers() - Constructor for class com.mysql.cj.exceptions.MysqlErrorNumbers
 
mysqlInput - Variable in class com.mysql.cj.protocol.NetworkResources
 
mysqlOutput - Variable in class com.mysql.cj.protocol.NetworkResources
 
mysqlToSql99(int) - Static method in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
mysqlToSql99State - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
mysqlToSqlState(int) - Static method in class com.mysql.cj.exceptions.MysqlErrorNumbers
Map MySQL error codes to SQL-99 error codes
MysqlType - Enum in com.mysql.cj
 
MysqlType(String, int, Class<?>, int, boolean, Long, String) - Constructor for enum com.mysql.cj.MysqlType
 
mysqlType - Variable in class com.mysql.cj.result.Field
 
mysqlTypeId - Variable in class com.mysql.cj.result.Field
 

N

NA - Static variable in interface com.mysql.cj.log.ProfilerEvent
Not available value.
name - Variable in enum com.mysql.cj.MysqlType
 
nanos - Variable in class com.mysql.cj.protocol.InternalTime
 
nanos - Variable in class com.mysql.cj.protocol.InternalTimestamp
 
nanoTimeAvailable() - Static method in class com.mysql.cj.util.TimeUtil
 
negative - Variable in class com.mysql.cj.protocol.InternalTime
 
negotiateSSLConnection() - Method in interface com.mysql.cj.protocol.Protocol
 
NetworkResources - Class in com.mysql.cj.protocol
 
NetworkResources(Socket, InputStream, OutputStream) - Constructor for class com.mysql.cj.protocol.NetworkResources
 
newDoc() - Method in interface com.mysql.cj.xdevapi.Collection
Create a new document.
nextAuthenticationStep(M, List<M>) - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
Process authentication handshake data from server and optionally produce data to be sent back to the server.
nextResult() - Method in interface com.mysql.cj.xdevapi.SqlResult
Move to the next result.
nextToken() - Method in class com.mysql.cj.util.EscapeTokenizer
Returns the next token
NO_ALIAS - Static variable in class com.mysql.cj.conf.PropertyDefinitions
 
NO_PORT - Static variable in class com.mysql.cj.conf.HostInfo
 
noGoodIndexUsed() - Method in interface com.mysql.cj.protocol.ServerSession
 
noIndexUsed() - Method in interface com.mysql.cj.protocol.ServerSession
 
NON_COMMENTS_MYSQL_VERSION_REF_LENGTH - Static variable in class com.mysql.cj.util.StringInspector
 
normalClose() - Method in interface com.mysql.cj.MysqlConnection
 
normalizeCase(String) - Static method in enum com.mysql.cj.conf.PropertyKey
Helper method that normalizes the case of the given key, if it is one of PropertyKey elements.
normalizeKc(CharSequence) - Static method in class com.mysql.cj.util.SaslPrep
Normalization: Unicode normalization form KC.
NullLogger - Class in com.mysql.cj.log
A logger that does nothing.
NullLogger(String) - Constructor for class com.mysql.cj.log.NullLogger
Creates a new NullLogger with the given name
nullSafeEqual(String, String) - Static method in class com.mysql.cj.util.StringUtils
Two given strings are considered equal if both are null or if they have the same string value.
numberOfPlaceholders - Variable in class com.mysql.cj.QueryInfo
 
numberOfQueries - Variable in class com.mysql.cj.QueryInfo
 
NumberOutOfRange - Exception in com.mysql.cj.exceptions
Indicates that a number was out of the expected range.
NumberOutOfRange(String) - Constructor for exception com.mysql.cj.exceptions.NumberOutOfRange
 

O

ODKU_CLAUSE - Static variable in class com.mysql.cj.QueryInfo
 
offset - Variable in class com.mysql.cj.protocol.InternalTimestamp
 
offset - Variable in class com.mysql.cj.util.LazyString
 
offset(long) - Method in interface com.mysql.cj.xdevapi.FindStatement
Add/replace the document offset for this query.
offset(long) - Method in interface com.mysql.cj.xdevapi.SelectStatement
Add/replace the row offset for this query.
OPENING_MARKERS - Static variable in class com.mysql.cj.QueryInfo
 
openingMarkers - Variable in class com.mysql.cj.util.StringInspector
 
OperationCancelledException - Exception in com.mysql.cj.exceptions
 
OperationCancelledException() - Constructor for exception com.mysql.cj.exceptions.OperationCancelledException
 
OperationCancelledException(String) - Constructor for exception com.mysql.cj.exceptions.OperationCancelledException
 
OperationCancelledException(Throwable) - Constructor for exception com.mysql.cj.exceptions.OperationCancelledException
 
OperationCancelledException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.OperationCancelledException
 
orderBy(String...) - Method in interface com.mysql.cj.xdevapi.DeleteStatement
Add/replace the order by specification for the deletion.
orderBy(String...) - Method in interface com.mysql.cj.xdevapi.FindStatement
Add/replace the order specification for this query.
orderBy(String...) - Method in interface com.mysql.cj.xdevapi.RemoveStatement
Deprecated.
orderBy(String...) - Method in interface com.mysql.cj.xdevapi.SelectStatement
Add/replace the order specification for this query.
orderBy(String...) - Method in interface com.mysql.cj.xdevapi.UpdateStatement
Add/replace the order specification for this statement.
originalColumnName - Variable in class com.mysql.cj.result.Field
 
originalConnStr - Variable in class com.mysql.cj.conf.ConnectionUrl
 
originalDatabase - Variable in class com.mysql.cj.conf.ConnectionUrl
 
originalTableName - Variable in class com.mysql.cj.result.Field
 
originalUrl - Variable in class com.mysql.cj.conf.HostInfo
 
OS_ARCH - Static variable in class com.mysql.cj.Constants
 
OS_NAME - Static variable in class com.mysql.cj.Constants
 
OS_VERSION - Static variable in class com.mysql.cj.Constants
 
OutputStreamWatcher - Interface in com.mysql.cj.protocol
Objects that want to be notified of lifecycle events on a WatchableOutputStream should implement this interface, and register themselves with setWatcher() on the WatchableOutputStream instance.
OVERRIDING_MARKERS - Static variable in class com.mysql.cj.QueryInfo
 
overridingMarkers - Variable in class com.mysql.cj.util.StringInspector
 

P

pack() - Method in interface com.mysql.cj.log.ProfilerEvent
Creates a binary representation of this event.
PacketReceivedTimeHolder - Interface in com.mysql.cj.protocol
Holds the time the last packet was received.
PacketSentTimeHolder - Interface in com.mysql.cj.protocol
Holds the time the last packet was sent.
padString(String, int) - Static method in class com.mysql.cj.util.StringUtils
 
Pair(T, U) - Constructor for class com.mysql.cj.conf.ConnectionUrlParser.Pair
 
parameter - Variable in exception com.mysql.cj.exceptions.DataTruncationException
 
ParameterBindings - Interface in com.mysql.cj.jdbc
Interface to allow PreparedStatement implementations to expose their parameter bindings to QueryInterceptors.
parseAuthoritySection() - Method in class com.mysql.cj.conf.ConnectionUrlParser
Parses the authority section (user and/or host identification) of the connection string URI.
parseAuthoritySegment(String) - Method in class com.mysql.cj.conf.ConnectionUrlParser
Parses the given sub authority segment, which can take one of the following syntaxes: _user_:_password_@_host_:_port_ _user_:_password_@(key1=value1,key2=value2,...) _user_:_password_@address=(key1=value1)(key2=value2)...
parseConnectionString(String) - Static method in class com.mysql.cj.conf.ConnectionUrlParser
Static factory method for constructing instances of this class.
parseConnectionString() - Method in class com.mysql.cj.conf.ConnectionUrlParser
Splits the connection string in its main sections.
parsedHosts - Variable in class com.mysql.cj.conf.ConnectionUrlParser
 
parsedProperties - Variable in class com.mysql.cj.conf.ConnectionUrlParser
 
parseHostPortPair(String) - Static method in class com.mysql.cj.conf.ConnectionUrlParser
Parses a host:port pair and returns the two elements in a ConnectionUrlParser.Pair
parseObject(String, ExceptionInterceptor) - Method in interface com.mysql.cj.conf.PropertyDefinition
Returns the value object parsed from it's string representation and checked against allowable values.
parseQuerySection() - Method in class com.mysql.cj.conf.ConnectionUrlParser
Parses the connection properties section and stores the extracted key/value pairs into a local map.
parseToDateTimeObject(String, MysqlType) - Static method in class com.mysql.cj.util.TimeUtil
 
parseUrl(String) - Method in class com.mysql.cj.xdevapi.SessionFactory
Parses the connection string URL.
parseUserInfo(String) - Static method in class com.mysql.cj.conf.ConnectionUrlParser
Parses the given user information which is formed by the parts [user][:password].
parseVersion(String) - Static method in class com.mysql.cj.ServerVersion
Parse the server version into major/minor/subminor.
password - Variable in class com.mysql.cj.conf.HostInfo
 
PasswordExpiredException - Exception in com.mysql.cj.exceptions
Equivalent to SQLSTATE ER_MUST_CHANGE_PASSWORD = 1820 "You must SET PASSWORD before executing this statement" Server entered to sandbox morde when this failure happens.
PasswordExpiredException() - Constructor for exception com.mysql.cj.exceptions.PasswordExpiredException
 
PasswordExpiredException(String) - Constructor for exception com.mysql.cj.exceptions.PasswordExpiredException
 
PasswordExpiredException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.PasswordExpiredException
 
PasswordExpiredException(Throwable) - Constructor for exception com.mysql.cj.exceptions.PasswordExpiredException
 
PasswordExpiredException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.PasswordExpiredException
 
patch(DbDoc) - Method in interface com.mysql.cj.xdevapi.ModifyStatement
Takes in a patch object and applies it on all documents matching the modify() filter, using the JSON_MERGE_PATCH() function.
patch(String) - Method in interface com.mysql.cj.xdevapi.ModifyStatement
Takes in a document patch and applies it on all documents matching the modify() filter, using the JSON_MERGE_PATCH() function.
path - Variable in class com.mysql.cj.conf.ConnectionUrlParser
 
PerConnectionLRU(Object, int, int) - Constructor for class com.mysql.cj.PerConnectionLRUFactory.PerConnectionLRU
 
PerConnectionLRUFactory - Class in com.mysql.cj
 
PerConnectionLRUFactory() - Constructor for class com.mysql.cj.PerConnectionLRUFactory
 
PerConnectionLRUFactory.PerConnectionLRU - Class in com.mysql.cj
 
performTlsHandshake(ServerSession) - Method in interface com.mysql.cj.protocol.SocketConnection
 
performTlsHandshake(ServerSession, Log) - Method in interface com.mysql.cj.protocol.SocketConnection
Start a TLS handshake
performTlsHandshake(SocketConnection, ServerSession) - Method in interface com.mysql.cj.protocol.SocketFactory
If required, called by the driver during MySQL protocol handshake to transform original socket to SSL socket and perform TLS handshake.
performTlsHandshake(SocketConnection, ServerSession, Log) - Method in interface com.mysql.cj.protocol.SocketFactory
If required, called by the driver during MySQL protocol handshake to transform original socket to SSL socket and perform TLS handshake.
PerVmServerConfigCacheFactory - Class in com.mysql.cj.util
 
PerVmServerConfigCacheFactory() - Constructor for class com.mysql.cj.util.PerVmServerConfigCacheFactory
 
pickConnection(InvocationHandler, List<String>, Map<String, JdbcConnection>, long[], int) - Method in interface com.mysql.cj.jdbc.ha.BalanceStrategy
Called by the driver to pick a new connection to route requests over.
ping(boolean) - Method in interface com.mysql.cj.jdbc.ha.LoadBalancedConnection
 
ping() - Method in interface com.mysql.cj.jdbc.JdbcConnection
Detect if the connection is still good by sending a ping command to the server.
pingInternal(boolean, int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
 
PingTarget - Interface in com.mysql.cj
 
populateCachedMetaData(CachedResultSetMetaData) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
 
port - Variable in class com.mysql.cj.conf.HostInfo
 
port - Variable in class com.mysql.cj.util.DnsSrv.SrvRecord
 
pos - Variable in class com.mysql.cj.util.EscapeTokenizer
 
pos - Variable in class com.mysql.cj.util.StringInspector
 
postInitialization() - Method in interface com.mysql.cj.conf.PropertySet
 
postProcess(Supplier<String>, Query, T, ServerSession) - Method in interface com.mysql.cj.interceptors.QueryInterceptor
Called after the given query has been sent to the server for processing.
postProcess(M, M) - Method in interface com.mysql.cj.interceptors.QueryInterceptor
Called after the given query packet has been sent to the server for processing.
precision - Variable in enum com.mysql.cj.MysqlType
 
prepare(String, SaslPrep.StringType) - Static method in class com.mysql.cj.util.SaslPrep
Prepares the given string by applying the "SASLprep" profile of the "stringprep" algorithm.
PreparedQuery - Interface in com.mysql.cj
 
preProcess(Supplier<String>, Query) - Method in interface com.mysql.cj.interceptors.QueryInterceptor
Called before the given query is going to be sent to the server for processing.
preProcess(M) - Method in interface com.mysql.cj.interceptors.QueryInterceptor
Called before the given query packet is going to be sent to the server for processing.
preprocessPerTypeHostProperties(Map<String, String>) - Method in class com.mysql.cj.conf.ConnectionUrl
Subclasses should override this to perform any required pre-processing on the host information properties.
previous() - Method in interface com.mysql.cj.result.RowList
Optionally iterate backwards on the list.
priority - Variable in class com.mysql.cj.Collation
 
priority - Variable in class com.mysql.cj.MysqlCharset
 
priority - Variable in class com.mysql.cj.util.DnsSrv.SrvRecord
 
probeHeader() - Method in interface com.mysql.cj.protocol.MessageReader
Read the next message header from server, possibly blocking indefinitely until the message is received, and cache it so that the next MessageReader.readHeader() return the same header.
probeMessage(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 and cache it so that the next MessageReader.readMessage(Optional, MessageHeader) return the same message.
processEvent(byte, Session, Query, Resultset, long, Throwable, String) - Method in interface com.mysql.cj.log.ProfilerEventHandler
 
processKeyValuePattern(Pattern, String) - Method in class com.mysql.cj.conf.ConnectionUrlParser
Takes a two-matching-groups (respectively named "key" and "value") pattern which is successively tested against the given string and produces a key/value map with the matched values.
processMessage(M) - Method in interface com.mysql.cj.protocol.MessageListener
Process protocol message.
ProfilerEvent - Interface in com.mysql.cj.log
 
ProfilerEventHandler - Interface in com.mysql.cj.log
 
promoteReplicaToSource(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
 
promoteSlaveToMaster(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
Deprecated. 
properties - Variable in class com.mysql.cj.conf.ConnectionUrl
 
PROPERTIES_PTRN - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
 
propertiesTransformer - Variable in class com.mysql.cj.conf.ConnectionUrl
 
PROPERTY_CATEGORIES - Static variable in class com.mysql.cj.conf.PropertyDefinitions
 
PROPERTY_KEY_TO_PROPERTY_DEFINITION - Static variable in class com.mysql.cj.conf.PropertyDefinitions
Static unmodifiable PropertyKey -> PropertyDefinition map.
PropertyDefinition<T> - Interface in com.mysql.cj.conf
 
PropertyDefinitions - Class in com.mysql.cj.conf
 
PropertyDefinitions() - Constructor for class com.mysql.cj.conf.PropertyDefinitions
 
PropertyDefinitions.AuthMech - Enum in com.mysql.cj.conf
 
PropertyDefinitions.Compression - Enum in com.mysql.cj.conf
 
PropertyDefinitions.DatabaseTerm - Enum in com.mysql.cj.conf
 
PropertyDefinitions.SslMode - Enum in com.mysql.cj.conf
 
PropertyDefinitions.XdevapiSslMode - Enum in com.mysql.cj.conf
 
PropertyDefinitions.ZeroDatetimeBehavior - Enum in com.mysql.cj.conf
 
PropertyKey - Enum in com.mysql.cj.conf
PropertyKey handles connection property names, their camel-case aliases and case sensitivity.
PropertyKey(String, boolean) - Constructor for enum com.mysql.cj.conf.PropertyKey
Initializes each enum element with the proper key name to be used in the connection string or properties maps.
PropertyKey(String, String, boolean) - Constructor for enum com.mysql.cj.conf.PropertyKey
Initializes each enum element with the proper key name to be used in the connection string or properties maps.
PropertyNotModifiableException - Exception in com.mysql.cj.exceptions
 
PropertyNotModifiableException() - Constructor for exception com.mysql.cj.exceptions.PropertyNotModifiableException
 
PropertyNotModifiableException(String) - Constructor for exception com.mysql.cj.exceptions.PropertyNotModifiableException
 
PropertyNotModifiableException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.PropertyNotModifiableException
 
PropertyNotModifiableException(Throwable) - Constructor for exception com.mysql.cj.exceptions.PropertyNotModifiableException
 
PropertyNotModifiableException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.PropertyNotModifiableException
 
PropertySet - Interface in com.mysql.cj.conf
 
Protocol<M extends Message> - Interface in com.mysql.cj.protocol
A protocol provides the facilities to communicate with a MySQL server.
Protocol.ProtocolEventHandler - Interface in com.mysql.cj.protocol
 
Protocol.ProtocolEventListener - Interface in com.mysql.cj.protocol
 
Protocol.ProtocolEventListener.EventType - Enum in com.mysql.cj.protocol
 
ProtocolEntity - Interface in com.mysql.cj.protocol
 
ProtocolEntityFactory<T,M extends Message> - Interface in com.mysql.cj.protocol
 
ProtocolEntityReader<T extends ProtocolEntity,M extends Message> - Interface in com.mysql.cj.protocol
 
pushMessageListener(MessageListener<M>) - Method in interface com.mysql.cj.protocol.MessageReader
Queue a MessageListener to receive messages delivered asynchronously.
put(K, V) - Method in interface com.mysql.cj.CacheAdapter
 
put(String, QueryInfo) - Method in class com.mysql.cj.PerConnectionLRUFactory.PerConnectionLRU
 

Q

query - Variable in class com.mysql.cj.conf.ConnectionUrlParser
 
Query - Interface in com.mysql.cj
 
query(M, Predicate<Row>, Function<Row, R>, Collector<R, ?, RES>) - Method in interface com.mysql.cj.Session
Synchronously query database with applying rows filtering and mapping.
query(M, ResultBuilder<R>) - Method in interface com.mysql.cj.Session
Synchronously query database.
Query.CancelStatus - Enum in com.mysql.cj
 
queryAsync(M, ResultBuilder<R>) - Method in interface com.mysql.cj.Session
Asynchronously query database.
QueryAttributesBindings - Interface in com.mysql.cj
Instances of this interface keep the list of query attributes assigned to a Statement object.
QueryBindings - Interface in com.mysql.cj
 
QueryInfo - Class in com.mysql.cj
Represents the "parsed" state of a prepared query, with the statement broken up into its static and dynamic (where parameters are bound) parts.
QueryInfo(String, Session, String) - Constructor for class com.mysql.cj.QueryInfo
Constructs a QueryInfo object for the given query or multi-query.
QueryInfo(QueryInfo, int) - Constructor for class com.mysql.cj.QueryInfo
Constructs a QueryInfo object with a multi-value clause for the specified batch count, that stems from the specified baseQueryInfo.
QueryInterceptor - Interface in com.mysql.cj.interceptors
Implement this interface to be placed "in between" query execution, so that you can influence it.
queryLength - Variable in class com.mysql.cj.QueryInfo
 
QueryResult - Interface in com.mysql.cj
 
queryReturnType - Variable in class com.mysql.cj.QueryInfo
 
QueryReturnType - Enum in com.mysql.cj
The possible return types from executing queries.
QueryReturnType() - Constructor for enum com.mysql.cj.QueryReturnType
 
queryStartPos - Variable in class com.mysql.cj.QueryInfo
 
queryWasSlow() - Method in interface com.mysql.cj.protocol.ServerSession
 
quit() - Method in interface com.mysql.cj.Session
Log-off of the MySQL server and close the socket.
quoteBytes(byte[]) - Static method in class com.mysql.cj.util.StringUtils
 
quoteChar - Variable in class com.mysql.cj.util.EscapeTokenizer
 
quoteIdentifier(String, String, boolean) - Static method in class com.mysql.cj.util.StringUtils
Surrounds identifier with quoteChar and duplicates these symbols inside the identifier.
quoteIdentifier(String, boolean) - Static method in class com.mysql.cj.util.StringUtils
Surrounds identifier with "`" and duplicates these symbols inside the identifier.

R

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
A list of Rows.
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
 

S

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.
setOldStatusFlags(int) - Method in interface com.mysql.cj.protocol.ServerSession
 
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
Creates a transaction savepoint with an implementation-defined generated name and returns its name, which can be used in Session.rollbackTo(String) or Session.releaseSavepoint(String).
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
Sets up the ConnectionPropertiesTransform if one was provided.
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
Deprecated.
Deprecated in c/J 8.0.12, please use FindStatement.offset(long) instead.
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
 

T

Table - Interface in com.mysql.cj.xdevapi
A client-side representation of a database table.
tableExists(String, String) - Method in interface com.mysql.cj.DataStoreMetadata
 
tableName - Variable in class com.mysql.cj.result.Field
 
target - Variable in class com.mysql.cj.util.DnsSrv.SrvRecord
 
TestUtils - Class in com.mysql.cj.util
 
TestUtils() - Constructor for class com.mysql.cj.util.TestUtils
 
throwConnectionClosedException() - Method in interface com.mysql.cj.jdbc.JdbcConnection
 
TIME_FORMATTER_NO_FRACT_NO_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
 
TIME_FORMATTER_NO_FRACT_WITH_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
 
TIME_FORMATTER_WITH_NANOS_NO_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
 
TIME_FORMATTER_WITH_NANOS_WITH_OFFSET - Static variable in class com.mysql.cj.util.TimeUtil
 
TIME_FORMATTER_WITH_OPTIONAL_MICROS - Static variable in class com.mysql.cj.util.TimeUtil
 
TIME_LITERAL_SHORT2 - Static variable in class com.mysql.cj.util.TimeUtil
 
TIME_LITERAL_SHORT4 - Static variable in class com.mysql.cj.util.TimeUtil
 
TIME_LITERAL_SHORT6 - Static variable in class com.mysql.cj.util.TimeUtil
 
TIME_LITERAL_WITH_DELIMITERS - Static variable in class com.mysql.cj.util.TimeUtil
 
TIME_ZONE_MAPPINGS_RESOURCE - Static variable in class com.mysql.cj.util.TimeUtil
 
TimeUtil - Class in com.mysql.cj.util
Time zone conversion routines and other time related methods
TimeUtil() - Constructor for class com.mysql.cj.util.TimeUtil
 
timeZoneMappings - Static variable in class com.mysql.cj.util.TimeUtil
 
toAsciiCharArray(byte[], int, int) - Static method in class com.mysql.cj.util.StringUtils
Returns the bytes as an ASCII String.
toAsciiString(byte[]) - Static method in class com.mysql.cj.util.StringUtils
Returns the bytes as an ASCII String.
toAsciiString(byte[], int, int) - Static method in class com.mysql.cj.util.StringUtils
Returns the bytes as an ASCII String.
toByteArray() - Method in interface com.mysql.cj.protocol.WatchableStream
 
toFormattedString() - Method in interface com.mysql.cj.xdevapi.JsonValue
Get a human readable "pretty" JSON string.
toHexString(byte[], int) - Static method in class com.mysql.cj.util.StringUtils
Converts the given byte array into Hex String, stopping at given length.
toString() - Method in class com.mysql.cj.Collation
 
toString() - Method in class com.mysql.cj.conf.ConnectionUrl
Returns a string representation of this object.
toString() - Method in class com.mysql.cj.conf.ConnectionUrlParser.Pair
 
toString() - Method in class com.mysql.cj.conf.ConnectionUrlParser
Returns a string representation of this object.
toString() - Method in class com.mysql.cj.conf.HostInfo
Returns a string representation of this object.
toString() - Method in enum com.mysql.cj.conf.PropertyKey
 
toString() - Method in class com.mysql.cj.MysqlCharset
 
toString() - Method in class com.mysql.cj.protocol.InternalTime
 
toString() - Method in class com.mysql.cj.result.Field
 
toString() - Method in class com.mysql.cj.ServerVersion
A string representation of this version.
toString() - Method in class com.mysql.cj.util.DnsSrv.SrvRecord
 
toString() - Method in class com.mysql.cj.util.LazyString
 
toString(byte[], int, int, String) - Static method in class com.mysql.cj.util.StringUtils
 
toString(byte[], String) - Static method in class com.mysql.cj.util.StringUtils
 
toString(byte[], Charset) - Static method in class com.mysql.cj.util.StringUtils
 
toString(byte[], int, int) - Static method in class com.mysql.cj.util.StringUtils
 
toString(byte[]) - Static method in class com.mysql.cj.util.StringUtils
 
TRACE - Static variable in class com.mysql.cj.log.Jdk14Logger
 
TRACE - Static variable in class com.mysql.cj.log.StandardLogger
 
TRANSACTION_COMPLETED - Static variable in interface com.mysql.cj.protocol.ServerSession
Old SERVER_STATUS_IN_TRANS state was 1 and current one is 0.
TRANSACTION_IN_PROGRESS - Static variable in interface com.mysql.cj.protocol.ServerSession
There was no change between old and current SERVER_STATUS_IN_TRANS state and it is 1.
TRANSACTION_NOT_STARTED - Static variable in interface com.mysql.cj.protocol.ServerSession
There was no change between old and current SERVER_STATUS_IN_TRANS state and it is 0.
TRANSACTION_STARTED - Static variable in interface com.mysql.cj.protocol.ServerSession
Old SERVER_STATUS_IN_TRANS state was 0 and current one is 1.
transactionBegun() - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
Called when the driver has been told by the server that a transaction is now in progress (when one has not been currently in progress).
transactionBegun() - Method in interface com.mysql.cj.TransactionEventHandler
 
transactionCompleted() - Method in interface com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor
Called when the driver has been told by the server that a transaction has completed, and no transaction is currently in progress.
transactionCompleted() - Method in interface com.mysql.cj.TransactionEventHandler
 
TransactionEventHandler - Interface in com.mysql.cj
 
transferSize - Variable in exception com.mysql.cj.exceptions.DataTruncationException
 
transformProperties(Properties) - Method in interface com.mysql.cj.conf.ConnectionPropertiesTransform
The driver will call this method if the user has loaded your implementation of this interface by specifying the 'propertiesTransform' property in their URL.
truncateAndConvertToInt(long) - Static method in class com.mysql.cj.util.Util
Converts long to int, truncating to maximum/minimum value if needed.
truncateAndConvertToInt(long[]) - Static method in class com.mysql.cj.util.Util
Converts long[] to int[], truncating to maximum/minimum value if needed.
truncateFractionalSeconds(Timestamp) - Static method in class com.mysql.cj.util.TimeUtil
 
truncateFractionalSeconds(Time) - Static method in class com.mysql.cj.util.TimeUtil
 
type - Variable in class com.mysql.cj.conf.ConnectionUrl
 
Type(String, ConnectionUrl.HostsCardinality, String) - Constructor for enum com.mysql.cj.conf.ConnectionUrl.Type
 
Type(String, ConnectionUrl.HostsCardinality, String, PropertyKey, ConnectionUrl.Type) - Constructor for enum com.mysql.cj.conf.ConnectionUrl.Type
 
Type(int) - Constructor for enum com.mysql.cj.protocol.Resultset.Type
 
type - Variable in class com.mysql.cj.protocol.ServerSessionStateController.SessionStateChange
 
Type - Enum in com.mysql.cj.xdevapi
Column type.
Type() - Constructor for enum com.mysql.cj.xdevapi.Type
 
TYPE_EXECUTE - Static variable in interface com.mysql.cj.log.ProfilerEvent
Profiler event for prepared statements being executed
TYPE_FETCH - Static variable in interface com.mysql.cj.log.ProfilerEvent
Profiler event for result sets being retrieved
TYPE_OBJECT_CREATION - Static variable in interface com.mysql.cj.log.ProfilerEvent
Profiler creating object type event
TYPE_PREPARE - Static variable in interface com.mysql.cj.log.ProfilerEvent
Profiler event for prepared statements being prepared
TYPE_QUERY - Static variable in interface com.mysql.cj.log.ProfilerEvent
Profiler event for a query being executed
TYPE_SLOW_QUERY - Static variable in interface com.mysql.cj.log.ProfilerEvent
Profiler event for slow query
TYPE_USAGE - Static variable in interface com.mysql.cj.log.ProfilerEvent
Profiler event for usage advisor

U

UnableToConnectException - Exception in com.mysql.cj.exceptions
 
UnableToConnectException() - Constructor for exception com.mysql.cj.exceptions.UnableToConnectException
 
UnableToConnectException(String) - Constructor for exception com.mysql.cj.exceptions.UnableToConnectException
 
UnableToConnectException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.UnableToConnectException
 
UnableToConnectException(Throwable) - Constructor for exception com.mysql.cj.exceptions.UnableToConnectException
 
UnableToConnectException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.UnableToConnectException
 
undecorate() - Method in interface com.mysql.cj.protocol.MessageReader
Return the previous MessageReader instance from the decorators chain or the current MessageReader if it is the first entry in a chain.
undecorate() - Method in interface com.mysql.cj.protocol.MessageSender
Return the previous PacketSender instance from the decorators chain or the current PacketSender if it is the first entry in a chain.
undecorateAll() - Method in interface com.mysql.cj.protocol.MessageReader
Return a MessageReader instance free of decorators.
undecorateAll() - Method in interface com.mysql.cj.protocol.MessageSender
Return a PacketSender instance free of decorators.
unquoteBytes(byte[]) - Static method in class com.mysql.cj.util.StringUtils
 
unQuoteIdentifier(String, String) - Static method in class com.mysql.cj.util.StringUtils
Trims the identifier, removes quote chars from first and last positions and replaces double occurrences of quote char from entire identifier, i.e.
unregisterStatement(JdbcStatement) - Method in interface com.mysql.cj.jdbc.JdbcConnection
Remove the given statement from the list of open statements
unSafeQueryInterceptors() - Method in interface com.mysql.cj.jdbc.JdbcConnection
 
unset(String...) - Method in interface com.mysql.cj.xdevapi.ModifyStatement
Nullify the given fields.
UNSIGNED_BYTE_MAX_VALUE - Static variable in class com.mysql.cj.Constants
 
UnsupportedConnectionStringException - Exception in com.mysql.cj.exceptions
 
UnsupportedConnectionStringException() - Constructor for exception com.mysql.cj.exceptions.UnsupportedConnectionStringException
 
UnsupportedConnectionStringException(String) - Constructor for exception com.mysql.cj.exceptions.UnsupportedConnectionStringException
 
UnsupportedConnectionStringException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.UnsupportedConnectionStringException
 
UnsupportedConnectionStringException(Throwable) - Constructor for exception com.mysql.cj.exceptions.UnsupportedConnectionStringException
 
UnsupportedConnectionStringException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.UnsupportedConnectionStringException
 
update() - Method in interface com.mysql.cj.xdevapi.Table
Create a new update statement.
UpdateStatement - Interface in com.mysql.cj.xdevapi
A statement representing a set of row modifications.
UpdateType - Enum in com.mysql.cj.xdevapi
Update operation type.
UpdateType() - Constructor for enum com.mysql.cj.xdevapi.UpdateType
 
urlEncode(String) - Static method in class com.mysql.cj.util.StringUtils
URL-encode the given string.
useAnsiQuotedIdentifiers() - Method in interface com.mysql.cj.protocol.ServerSession
 
useMultiResults() - Method in interface com.mysql.cj.protocol.ServerSession
 
user - Variable in class com.mysql.cj.conf.HostInfo
 
USER_HOST_SEPARATOR - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
 
USER_PASS_SEPARATOR - Static variable in class com.mysql.cj.conf.ConnectionUrlParser
 
username - Variable in class com.mysql.cj.callback.UsernameCallback
 
UsernameCallback - Class in com.mysql.cj.callback
A callback that can be used to exchange username information to a callback handler owner.
UsernameCallback(String) - Constructor for class com.mysql.cj.callback.UsernameCallback
 
Util - Class in com.mysql.cj.util
Various utility methods for the driver.
Util() - Constructor for class com.mysql.cj.util.Util
 

V

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?

W

WARN - Static variable in class com.mysql.cj.log.Jdk14Logger
 
WARN - Static variable in class com.mysql.cj.log.StandardLogger
 
WARN_COND_ITEM_TRUNCATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
WARN_NO_MASTER_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
Deprecated.
WARN_NO_SOURCE_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
WARN_NON_ASCII_SEPARATOR_NOT_IMPLEMENTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
WARN_ON_BLOCKHOLE_IN_RBR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
WARN_OPTION_BELOW_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
WARN_OPTION_IGNORED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
WARN_PLUGIN_BUSY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
WARN_PLUGIN_DELETE_BUILTIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
Warning - Interface in com.mysql.cj.protocol
 
Warning - Interface in com.mysql.cj.xdevapi
A warning generated during statement execution.
warningEncountered(String) - Method in interface com.mysql.cj.WarningListener
 
WarningListener - Interface in com.mysql.cj
A warning listener is notified of warnings as they happen throughout the driver.
wasEmpty() - Method in interface com.mysql.cj.protocol.ResultsetRows
Did this result set have no rows?
wasNull() - Method in interface com.mysql.cj.result.Row
Was the last value retrieved a NULL value?
WatchableStream - Interface in com.mysql.cj.protocol
 
weight - Variable in class com.mysql.cj.util.DnsSrv.SrvRecord
 
where(String) - Method in interface com.mysql.cj.xdevapi.DeleteStatement
Add/replace the filter for the deletion.
where(String) - Method in interface com.mysql.cj.xdevapi.SelectStatement
Add/replace the search condition for this query.
where(String) - Method in interface com.mysql.cj.xdevapi.UpdateStatement
Add/replace the search criteria for this statement.
WILD_COMPARE_CONTINUE_WITH_WILD - Static variable in class com.mysql.cj.util.StringUtils
 
WILD_COMPARE_MATCH - Static variable in class com.mysql.cj.util.StringUtils
 
WILD_COMPARE_NO_MATCH - Static variable in class com.mysql.cj.util.StringUtils
 
WILDCARD_ESCAPE - Static variable in class com.mysql.cj.util.StringUtils
 
WILDCARD_MANY - Static variable in class com.mysql.cj.util.StringUtils
 
WILDCARD_ONE - Static variable in class com.mysql.cj.util.StringUtils
 
wildCompareIgnoreCase(String, String) - Static method in class com.mysql.cj.util.StringUtils
Compares searchIn against searchForWildcard with wildcards, in a case insensitive manner.
wildCompareInternal(String, String) - Static method in class com.mysql.cj.util.StringUtils
Compares searchIn against searchForWildcard with wildcards (heavily borrowed from strings/ctype-simple.c in the server sources) This method does a single passage matching for normal characters and WILDCARD_ONE (_), and recursive matching for WILDCARD_MANY (%) which may be repeated for as many anchor chars are found.
write(byte[], int, int) - Method in interface com.mysql.cj.protocol.WatchableStream
 
writeAsBinary(Message) - Method in interface com.mysql.cj.BindValue
 
writeAsQueryAttribute(Message) - Method in interface com.mysql.cj.BindValue
 
writeAsText(Message) - Method in interface com.mysql.cj.BindValue
 
WrongArgumentException - Exception in com.mysql.cj.exceptions
 
WrongArgumentException() - Constructor for exception com.mysql.cj.exceptions.WrongArgumentException
 
WrongArgumentException(String) - Constructor for exception com.mysql.cj.exceptions.WrongArgumentException
 
WrongArgumentException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.WrongArgumentException
 
WrongArgumentException(Throwable) - Constructor for exception com.mysql.cj.exceptions.WrongArgumentException
 
WrongArgumentException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.WrongArgumentException
 

X

XDevAPIError - Exception in com.mysql.cj.xdevapi
An Error returned from X DevAPI.
XDevAPIError(String) - Constructor for exception com.mysql.cj.xdevapi.XDevAPIError
Create new XDevAPIError instance.
XDevAPIError(String, Throwable) - Constructor for exception com.mysql.cj.xdevapi.XDevAPIError
Create new XDevAPIError instance.
XdevapiSslMode() - Constructor for enum com.mysql.cj.conf.PropertyDefinitions.XdevapiSslMode
 

Y

year - Variable in class com.mysql.cj.protocol.InternalDate
 

Z

ZeroDatetimeBehavior() - Constructor for enum com.mysql.cj.conf.PropertyDefinitions.ZeroDatetimeBehavior
 

_

__BSE_COM_MYM_HNT_WS - Static variable in enum com.mysql.cj.util.SearchMode
Search mode: allow backslash escape, skip block comments, skip line comments, skip MySQL markers, skip hint blocks and skip white space.
__BSE_MRK_COM_MYM_HNT_WS - Static variable in enum com.mysql.cj.util.SearchMode
Search mode: allow backslash escape, skip between markers, skip block comments, skip line comments, skip MySQL markers, skip hint blocks and skip white space.
__BSE_MRK_WS - Static variable in enum com.mysql.cj.util.SearchMode
Search mode: allow backslash escape, skip between markers and skip white space.
__COM_MYM_HNT_WS - Static variable in enum com.mysql.cj.util.SearchMode
Search mode: skip block comments, skip line comments, skip MySQL markers, skip hint blocks and skip white space.
__FULL - Static variable in enum com.mysql.cj.util.SearchMode
Full search mode: allow backslash escape, skip between markers, skip block comments, skip line comments, skip MySQL markers, skip hint blocks and skip white space.
__MRK_COM_MYM_HNT_WS - Static variable in enum com.mysql.cj.util.SearchMode
Search mode: skip between markers, skip block comments, skip line comments, skip MySQL markers, skip hint blocks and skip white space.
__MRK_WS - Static variable in enum com.mysql.cj.util.SearchMode
Search mode: skip between markers and skip white space.
__NONE - Static variable in enum com.mysql.cj.util.SearchMode
Empty search mode.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links
MySQL Connector/J Reference
v8.0.32

Copyright © 2016, 2023, Oracle and/or its affiliates.