Skip navigation links
MySQL Connector/J Reference
v9.2.0
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.
addAuthenticatorData(byte[]) - Method in class com.mysql.cj.callback.WebAuthnAuthenticationCallback
Adds a FIDO Authenticator Data produced by the authenticator interaction.
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
 
addLinkTarget(TelemetrySpan) - Method in interface com.mysql.cj.telemetry.TelemetryHandler
Registers the specified TelemetrySpan as a link target for subsequent new spans.
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
addSignature(byte[]) - Method in class com.mysql.cj.callback.WebAuthnAuthenticationCallback
Adds a FIDO Signature produced by the authenticator interaction.
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
 
authenticatorDataEntries - Variable in class com.mysql.cj.callback.WebAuthnAuthenticationCallback
 
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, String, Query, String) - 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_BACKSLASH - Static variable in class com.mysql.cj.util.EscapeTokenizer
 
CHR_BEGIN_TOKEN - Static variable in class com.mysql.cj.util.EscapeTokenizer
 
CHR_CR - Static variable in class com.mysql.cj.util.EscapeTokenizer
 
CHR_DASH - 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_HASH - 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_SLASH - Static variable in class com.mysql.cj.util.EscapeTokenizer
 
CHR_SPACE - Static variable in class com.mysql.cj.util.EscapeTokenizer
 
CHR_STAR - 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
 
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
 
clientDataHash - Variable in class com.mysql.cj.callback.WebAuthnAuthenticationCallback
 
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 (regardless 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 (regardless 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 (regardless 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 (regardless 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 (regardless 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 (regardless 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.telemetry.TelemetryScope
AutoCloseable.close() that must be used to end this context scope and, thus, make it possible to create new span within try-with-resources blocks.
close() - Method in interface com.mysql.cj.telemetry.TelemetrySpan
AutoCloseable.close() that can be used to end this span and, making it possible to create new span within the try-with-resources blocks.
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
 
CloseOption - Enum in com.mysql.cj.jdbc
 
CloseOption() - Constructor for enum com.mysql.cj.jdbc.CloseOption
 
closeOwner() - 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.telemetry - package com.mysql.cj.telemetry
 
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.
connPropSupplier - Variable in class com.mysql.cj.callback.OpenidConnectAuthenticationCallback
 
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
 
containsAttribute(String) - Method in interface com.mysql.cj.QueryAttributesBindings
Checks if there is already an attribute with the specified name.
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.WebAuthnAuthenticationCallback
 
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
 
DB_SYSTEM_DEFAULT - Static variable in enum com.mysql.cj.telemetry.TelemetryAttribute
 
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
 
doClose(Throwable, CloseOption...) - Method in interface com.mysql.cj.jdbc.JdbcConnection
Close the connection and release resources.
doClose(CloseOption...) - Method in interface com.mysql.cj.jdbc.JdbcStatement
Closes this Statement and release resources.
doClose(CloseOption...) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
Close this ResultSet and release resources.
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
 
end() - Method in interface com.mysql.cj.telemetry.TelemetrySpan
Marks the end of the execution of this span.
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 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ABORTING_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ABORTING_USER_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_ERROR_WITH_PASSWORD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ACCESS_DENIED_ERROR_WITHOUT_PASSWORD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ACCESS_DENIED_FOR_USER_ACCOUNT_BLOCKED_BY_PASSWORD_LOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ACCESS_DENIED_FOR_USER_ACCOUNT_LOCKED - 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_ACCESS_DENIED_NO_PROXY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ACCESS_DENIED_NO_PROXY_GRANT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ACCESS_DENIED_NO_PROXY_GRANT_WITH_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ACCESS_DENIED_NO_PROXY_WITH_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ACCOUNT_HAS_BEEN_LOCKED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ACCOUNT_WITH_EXPIRED_PASSWORD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ACL_OPERATION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ACL_WRONG_OR_MISSING_ACL_TABLES_LOG - 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_ADDRESSES_FOR_HOSTNAME_HEADER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ADDRESSES_FOR_HOSTNAME_LIST_ITEM - 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_AES_INVALID_KDF_ITERATIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AES_INVALID_KDF_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AES_INVALID_KDF_OPTION_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AGGREGATE_IN_ORDER_NOT_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AGGREGATE_ORDER_FOR_UNION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AGGREGATE_ORDER_NON_AGG_QUERY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ALTER_CONSTRAINT_ENFORCEMENT_NOT_SUPPORTED - 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_COLUMN_TYPE_INSTANT - 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_GIS - 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_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_ANONYMOUS_AUTH_ID_NOT_ALLOWED_IN_MANDATORY_ROLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ANONYMOUS_TO_GTID_UUID_SAME_AS_GROUP_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ANONYMOUS_TO_GTID_UUID_SAME_AS_VIEW_CHANGE_UUID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_APPLIER_LOG_EVENT_VALIDATION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ASSIGN_GTIDS_TO_ANONYMOUS_TRANSACTIONS_REQUIRES_GTID_MODE_ON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ATTRIBUTE_IGNORED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_API_ABORT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_CANT_ABORT_COMMAND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_CANT_ABORT_EVENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_CANNOT_GENERATE_PASSWORD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_CANNOT_READ_PASSWORD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_CANNOT_REMOVE_PASSWORD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_CANNOT_SET_LOG_POLICY_WITH_OTHER_POLICIES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_CANNOT_STORE_PASSWORD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_COULD_NOT_CREATE_AES_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_COULD_NOT_OPEN_FILE_FOR_READING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_EC_WRITER_FAILED_TO_CREATE_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_EC_WRITER_FAILED_TO_INIT_COMPRESSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_EC_WRITER_FAILED_TO_INIT_ENCRYPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_ENCRYPTION_PASSWORD_CANNOT_BE_FETCHED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_ENCRYPTION_PASSWORD_HAS_NOT_BEEN_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_FILE_AUTO_PRUNED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_FILE_HAS_BEEN_SUCCESSFULLY_PROCESSED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_FILE_NAME_DOES_NOT_HAVE_REQUIRED_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_FILE_NAME_KEYRING_ID_VALUE_IS_MISSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_FILE_NAME_TIMESTAMP_VALUE_IS_MISSING_OR_INVALID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_FILE_PRUNE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_FILTER_FAILED_TO_CLOSE_TABLE_AFTER_READING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_FILTER_FAILED_TO_DELETE_FROM_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_FILTER_FAILED_TO_INIT_TABLE_FOR_READ - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_FILTER_FAILED_TO_INSERT_INTO_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_FILTER_FAILED_TO_READ_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_FILTER_FAILED_TO_STORE_TABLE_FLDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_FILTER_FAILED_TO_UPDATE_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_FILTER_FLD_FILTERNAME_CANNOT_BE_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_FILTER_IS_NOT_INSTALLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_FILTER_RESULT_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_FILTER_USER_AND_HOST_CANNOT_BE_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_HAS_NOT_BEEN_INSTALLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_HOST_NAME_INVALID_CHARACTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_INDEX_MAP_CANNOT_ACCESS_DIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_INSUFFICIENT_PRIVILEGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_INVALID_FILE_CONTENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_INVALID_FLUSH_INTERVAL_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_JSON_FILTER_DOES_NOT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_JSON_FILTER_NAME_CANNOT_BE_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_JSON_FILTER_PARSING_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_JSON_FILTERING_NOT_ENABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_JSON_READER_BUF_TOO_SMALL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_JSON_READER_FAILED_TO_OPEN_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_JSON_READER_FAILED_TO_PARSE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_JSON_READER_FILE_PARSING_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_JSON_USER_NAME_CANNOT_BE_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_KEYRING_ID_TIMESTAMP_VALUE_IS_INVALID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_NO_KEYRING_PLUGIN_INSTALLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_ONLY_INCLUDE_LIST_USED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_PASSWORD_HAS_BEEN_COPIED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_RENAME_LOG_FILE_BEFORE_FLUSH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_SUPER_PRIVILEGE_REQUIRED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_SWITCHING_TO_INCLUDE_LIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_TABLE_DEFINITION_NOT_UPDATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_UDF_INSUFFICIENT_PRIVILEGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_UDF_INVALID_ARGUMENT_COUNT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_UDF_INVALID_ARGUMENT_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_UDF_READ_INVALID_MAX_ARRAY_LENGTH_ARG_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_UDF_READ_INVALID_MAX_ARRAY_LENGTH_ARG_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_USER_FIRST_CHARACTER_MUST_BE_ALPHANUMERIC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_USER_NAME_INVALID_CHARACTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_WRITER_DEST_FILE_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_WRITER_FAILED_TO_WRITE_TO_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_WRITER_INCOMPLETE_FILE_RENAMED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_WRITER_RENAME_FILE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_LOG_WRITER_RENAME_FILE_FAILED_REMOVE_FILE_MANUALLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_PLUGIN_DOES_NOT_SUPPORT_AUDIT_AUTH_EVENTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_PLUGIN_HAS_INVALID_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUDIT_WARNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTH_CANT_ACTIVATE_ROLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTH_CANT_CREATE_RSA_PAIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTH_CANT_WRITE_PRIVKEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTH_CANT_WRITE_PUBKEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTH_CERT_GENERATION_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTH_CERTS_SAVED_TO_DATADIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTH_ID_WITH_SYSTEM_USER_PRIV_IN_MANDATORY_ROLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTH_KERBEROS_LOGGER_GENERIC_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTH_KEY_GENERATION_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTH_KEY_GENERATION_SKIPPED_PAIR_PRESENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTH_KEYS_SAVED_TO_DATADIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTH_LDAP_ERROR_LOGGER_ERROR_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTH_RSA_CANT_FIND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTH_RSA_CANT_PARSE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTH_RSA_CANT_READ - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTH_RSA_CONF_PREVENTS_KEY_GENERATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTH_RSA_FILES_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTH_SSL_CONF_PREVENTS_CERT_GENERATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTH_USING_EXISTING_CERTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_CANT_INIT_GRANT_SUBSYSTEM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_CANT_OPEN_AND_LOCK_PRIVILEGE_TABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_DB_ENTRY_LOWERCASED_REVOKE_WILL_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_DB_IGNORED_EMPTY_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_DB_SKIPPED_NEEDS_RESOLVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_DEFAULT_ROLES_IGNORED_EMPTY_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_DEFAULT_ROLES_UNKNOWN_AUTHORIZATION_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_EXPIRED_PASSWORD_UNSUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_PLUGIN_CONFIG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_PLUGIN_MISSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_PROCS_PRIV_ENTRY_IGNORED_BAD_ROUTINE_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_PROCS_PRIV_SKIPPED_NEEDS_RESOLVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_PROXIES_PRIV_SKIPPED_NEEDS_RESOLVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_ROLE_EDGES_IGNORED_EMPTY_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_ROLE_EDGES_UNKNOWN_AUTHORIZATION_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_TABLE_PROXIES_PRIV_MISSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_TABLES_PRIV_SKIPPED_NEEDS_RESOLVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_USER_IGNORED_DEPRECATED_PASSWORD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_USER_IGNORED_INVALID_PASSWORD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_USER_IGNORED_NEEDS_PLUGIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_USER_SKIPPED_NEEDS_RESOLVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHCACHE_USER_TABLE_DODGY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHENTICATION_OCI_DOWNLOAD_IDDP_PUBLIC_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHENTICATION_OCI_DOWNLOAD_PUBLIC_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHENTICATION_OCI_IAM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHENTICATION_OCI_IMDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHENTICATION_OCI_INVALID_AUTHENTICATION_STRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHENTICATION_OCI_INVALID_TOKEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHENTICATION_OCI_NO_GROUPS_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHENTICATION_OCI_NO_MATCHING_GROUPS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHENTICATION_OCI_NONCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHENTICATION_OCI_PLUGIN_NOT_INITIALIZED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHENTICATION_OCI_PRIVATE_KEY_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHENTICATION_OCI_TOKEN_DETAILS_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHENTICATION_OCI_TOKEN_NOT_VERIFIED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHENTICATION_PLUGIN_AUTH_DATA_CORRUPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHENTICATION_PLUGIN_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHENTICATION_PLUGIN_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHENTICATION_PLUGIN_REGISTRATION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHENTICATION_PLUGIN_REGISTRATION_INSUFFICIENT_BUFFER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHENTICATION_PLUGIN_SIGNATURE_CORRUPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHENTICATION_PLUGIN_VERIFY_SIGNATURE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTHENTICATION_POLICY_MISMATCH - 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_INCREMENT_NOT_SUPPORTED_FOR_FLOAT_DOUBLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTO_OPTIONS_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTO_POSITION_REQUIRES_GTID_MODE_NOT_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_AUTOINC_READ_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BACK_IN_TIME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BACKGROUND_HISTOGRAM_UPDATE - 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_NULL_ERROR_NOT_IGNORED - 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_TABLE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BAD_TIMESTAMP_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BASE64_DECODE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BASEDIR_SET_TO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BEFORE_DML_VALIDATION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BEG_INITFILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BEYOND_SERVER_DOWNGRADE_THRESHOLD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BEYOND_SERVER_UPGRADE_THRESHOLD - 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_CACHE_SIZE_TOO_LARGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CANT_APPEND_LOG_TO_TMP_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CANT_CLEAR_IN_USE_FLAG_FOR_CRASHED_BINLOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CANT_CLOSE_TMP_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CANT_COPY_INDEX_TO_TMP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CANT_DELETE_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CANT_DELETE_FILE_AND_READ_BINLOG_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CANT_DELETE_LOG_FILE_DOES_INDEX_MATCH_FILES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CANT_FIND_LOG_IN_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CANT_GENERATE_NEW_FILE_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CANT_LOCATE_OLD_BINLOG_OR_RELAY_LOG_FILES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CANT_MOVE_TMP_TO_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CANT_OPEN_CRASHED_BINLOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CANT_OPEN_FOR_LOGGING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CANT_OPEN_TMP_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CANT_RESIZE_CACHE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CANT_SET_TMP_INDEX_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CANT_TRIM_CRASHED_BINLOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CANT_USE_FOR_LOGGING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CRASH_RECOVERY_COMMIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CRASH_RECOVERY_ENGINE_RESULTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CRASH_RECOVERY_ERROR_RETURNED_SE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CRASH_RECOVERY_MALFORMED_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CRASH_RECOVERY_PREPARE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CRASH_RECOVERY_ROLLBACK_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_CRASHED_BINLOG_TRIMMED - 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_END - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_ERROR_READING_GTIDS_FROM_BINARY_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_ERROR_READING_GTIDS_FROM_RELAY_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_EVENT_WRITE_TO_STMT_CACHE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_EVENTS_READ_FROM_APPLIER_METADATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_EVENTS_READ_FROM_BINLOG_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_FAILED_TO_CLOSE_INDEX_FILE_WHILE_REBUILDING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_FAILED_TO_DELETE_INDEX_FILE_WHILE_REBUILDING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_FAILED_TO_DELETE_LOG_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_FAILED_TO_OPEN_INDEX_FILE_AFTER_REBUILDING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_FAILED_TO_OPEN_REGISTER_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_FAILED_TO_OPEN_TEMPORARY_INDEX_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_FAILED_TO_READ_REGISTER_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_FAILED_TO_REINIT_REGISTER_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_FAILED_TO_RENAME_INDEX_FILE_WHILE_REBUILDING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_FAILED_TO_RUN_AFTER_FLUSH_HOOK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_FAILED_TO_RUN_AFTER_SYNC_HOOK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_FAILED_TO_SET_PURGE_INDEX_FILE_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_FAILED_TO_SYNC_INDEX_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_FAILED_TO_SYNC_INDEX_FILE_IN_OPEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_FAILED_TO_WRITE_DROP_FOR_TEMP_TABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_FATAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_FILE_BEING_READ_NOT_PURGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_FILE_EXTENSION_NUMBER_EXHAUSTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_FILE_EXTENSION_NUMBER_RUNNING_LOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_FILE_NAME_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_FILE_OPEN_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_IO_ERROR_READING_HEADER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_LOGGING_IMPOSSIBLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_LOGGING_INCIDENT_TO_STOP_REPLICAS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_LOGGING_NOT_POSSIBLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_LOGICAL_CORRUPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_MALFORMED_OR_OLD_RELAY_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_MASTER_KEY_RECOVERY_OUT_OF_COMBINATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_MASTER_KEY_ROTATION_FAIL_TO_CLEANUP_AUX_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_MASTER_KEY_ROTATION_FAIL_TO_CLEANUP_UNUSED_KEYS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_MASTER_KEY_ROTATION_FAIL_TO_OPERATE_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_MASTER_KEY_ROTATION_FAIL_TO_REENCRYPT_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_MASTER_KEY_ROTATION_FAIL_TO_ROTATE_LOGS - 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_NEEDS_SERVERID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_OOM_WRITING_DELETE_WHILE_OPENING_HEAP_TABLE - 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_LOGS_CALLED_WITH_FILE_NOT_IN_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_PURGE_LOGS_CANT_COPY_TO_REGISTER_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_PURGE_LOGS_CANT_FLUSH_REGISTER_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_PURGE_LOGS_CANT_SYNC_INDEX_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_PURGE_LOGS_CANT_UPDATE_INDEX_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_PURGE_LOGS_FAILED_TO_PURGE_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_PURGE_PROHIBITED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_RECOVERING_AFTER_CRASH_USING - 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_VALUE_OPTION_IGNORED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_ROW_VALUE_OPTION_USED_ONLY_FOR_AFTER_IMAGES - 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_CACHE_SIZE_TOO_LARGE - 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_UNABLE_TO_ROTATE_GTID_TABLE_READONLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_UNSAFE_ACL_TABLE_READ_IN_DML_DDL - 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_DEFAULT_EXPRESSION_IN_SUBSTATEMENT - 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_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_MESSAGE_AND_STATEMENT - 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_NOWAIT - 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_SKIP_LOCKED - 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_BINLOG_UNSAFE_XA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BINLOG_WARNING_SUPPRESSED - 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_BLOCKED_CIPHER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BOOST_GEOMETRY_CENTROID_EXCEPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BOOST_GEOMETRY_EMPTY_INPUT_EXCEPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BOOST_GEOMETRY_INCONSISTENT_TURNS_EXCEPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BOOST_GEOMETRY_OVERLAY_INVALID_INPUT_EXCEPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BOOST_GEOMETRY_SELF_INTERSECTION_POINT_EXCEPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BOOST_GEOMETRY_TURN_INFO_EXCEPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BOOST_GEOMETRY_UNKNOWN_EXCEPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BOOTSTRAP_CANT_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BUFPOOL_RESIZE_INPROGRESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BUILD_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_EXECUTOR_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_EXECUTOR_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_LOAD_DATA_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_LOAD_RESOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_LOAD_SECONDARY_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_LOAD_TABLE_HAS_INSTANT_COLS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_LOADER_COLUMN_TOO_BIG_FOR_LEFTOVER_BUFFER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_LOADER_COMPONENT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_LOADER_FILE_CONTAINS_LESS_LINES_THAN_IGNORE_CLAUSE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_LOADER_FILE_CONTAINS_LESS_LINES_THAN_IGNORE_CLAUSE_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_LOADER_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_MERGE_INVALID_CHUNK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_MERGE_LOADER_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_MERGE_NOT_ALL_CHUNKS_CONSUMED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_MULTI_READER_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_MULTI_READER_OPEN_FILE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_MULTI_READER_READ_FILE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_PARSER_COPY_BUFFER_SIZE_EXCEEDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_PARSER_COPY_BUFFER_SIZE_EXCEEDED_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_PARSER_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_PARSER_INCOMPLETE_ESCAPE_SEQUENCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_PARSER_INCOMPLETE_ESCAPE_SEQUENCE_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_PARSER_MISSING_ENCLOSED_BY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_PARSER_MISSING_ENCLOSED_BY_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_PARSER_ROW_BUFFER_MAX_TOTAL_COLS_EXCEEDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_PARSER_ROW_BUFFER_MAX_TOTAL_COLS_EXCEEDED_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_PARSER_UNEXPECTED_CHAR_AFTER_COLUMN_TERMINATOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_PARSER_UNEXPECTED_CHAR_AFTER_COLUMN_TERMINATOR_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_PARSER_UNEXPECTED_CHAR_AFTER_ENDING_ENCLOSED_BY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_PARSER_UNEXPECTED_CHAR_AFTER_ENDING_ENCLOSED_BY_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_PARSER_UNEXPECTED_CHAR_AFTER_NULL_ESCAPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_PARSER_UNEXPECTED_CHAR_AFTER_NULL_ESCAPE_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_PARSER_UNEXPECTED_END_OF_INPUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_PARSER_UNEXPECTED_END_OF_INPUT_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_PARSER_UNEXPECTED_ROW_TERMINATOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_PARSER_UNEXPECTED_ROW_TERMINATOR_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_READER_COMMUNICATION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_READER_COMMUNICATION_ERROR_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_READER_COULDNT_RESOLVE_HOST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_READER_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_READER_FILE_DOESNT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_READER_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_READER_LIBCURL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_READER_LIBCURL_ERROR_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_READER_LIBCURL_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_READER_LIBCURL_INIT_FAILED_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_READER_OPEN_FILE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_READER_SERVER_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_READER_SERVER_ERROR_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_READER_ZSTD_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_READER_ZSTD_ERROR_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_SORTING_LOADER_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_SORTING_LOADER_WAIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_SORTING_LOADER_WRITE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_WRITER_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_WRITER_LIBCURL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_WRITER_LIBCURL_ERROR_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_WRITER_LIBCURL_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_BULK_WRITER_LIBCURL_INIT_FAILED_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CA_SELF_SIGNED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CACHING_SHA2_PASSWORD_SECOND_PASSWORD_USED_INFORMATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CALL_ME_LOCALHOST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_ADD_FOREIGN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_ADD_FOREIGN_BASE_COL_STORED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_ADD_FOREIGN_BASE_COL_VIRTUAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_ALTER_SRID_DUE_TO_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_CHANGE_TO_ROOT_DIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_CONVERT_STRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_CREATE_VIRTUAL_INDEX_CONSTRAINT - 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_DROP_COLUMN_FUNCTIONAL_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_EXECUTE_IN_PRIMARY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_FIND_KEY_IN_KEYRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_GET_SERVER_VERSION_FROM_TABLESPACE_HEADER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_GRANT_ROLES_TO_ANONYMOUS_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_GRANT_SYSTEM_PRIV_TO_MANDATORY_ROLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_INTERPRET_PERSISTED_SENSITIVE_VARIABLES - 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_LOCK_USER_MANAGEMENT_CACHES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_LOG_PARTIAL_DROP_DATABASE_WITH_GTID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_PERSIST_SENSITIVE_VARIABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_PURGE_BINLOG_WITH_BACKUP_LOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_SET_DATABASE_ENCRYPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_SET_LOG_ERROR_SERVICES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_SET_SERVER_VERSION_IN_TABLESPACE_HEADER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_SET_TABLE_ENCRYPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_SET_TABLESPACE_ENCRYPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_USE_AUTOEXTEND_SIZE_CLAUSE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_USE_ENCRYPTION_CLAUSE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANNOT_USER_REFERENCED_AS_DEFINER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_ACCESS_CAPATH - 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_ALLOC_TABLE_OBJECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CHANGE_SYS_VAR_IN_READ_ONLY_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CHANGE_TX_CHARACTERISTICS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CHECK_PID_PATH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CHOWN_DATADIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_COMBINE_ANONYMOUS_TO_GTID_AND_AUTOPOSITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_ADMIN_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_CACHE_FOR_DB_OPT - 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_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_HANDLE_MGR_THREAD - 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_HANDLER_OBJECT_FOR_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_INTERRUPT_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_NAMED_PIPES_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_PID_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_SCHEDULER_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_SHM_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_SHUTDOWN_THREAD - 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_TABLE_SHARE_FROM_FRM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_TCPIP_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_CREATE_TEST_FILE - 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_CREATE_UUID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_DETACH_SESSION_LEFT_BY_PLUGIN - 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_ENFORCE_GTID_CONSISTENCY_WITH_ONGOING_GTID_VIOLATING_TX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_EXECUTE_COMMAND_WITH_ASSIGNED_GTID_NEXT - 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_HASH_DO_AND_IGNORE_RULES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_IDENTIFY_CHARSET_USING_DEFAULT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_INCREASE_MAX_OPEN_FILES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_INIT_DBS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_INIT_SCHEDULER_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_INIT_TC_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_INIT_TIMER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_INITIALIZE_BUILTIN_PLUGINS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_INITIALIZE_DYNAMIC_PLUGINS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_INITIALIZE_EARLY_PLUGINS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_INITIALIZE_GTID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_INITIALIZE_UDF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_JOIN_SHUTDOWN_THREAD - 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_LOCK_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_LOCK_TABLESPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_MODIFY_SRID_0 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_MODIFY_SRS_USED_BY_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_OPEN_AND_LOCK_PRIVILEGE_TABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_OPEN_CA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_OPEN_DATADIR_AFTER_UPGRADE_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_OPEN_DB_OPT_USING_DEFAULT_CHARSET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_OPEN_DIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_OPEN_ERROR_LOG - 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_FRM_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_OPEN_TABLE_MYSQL_PROC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_PARSE_STORED_ROUTINE_BODY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_PROCESS_EXPRESSION_FOR_GENERATED_COLUMN_TO_DD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_READ_DIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_READ_ERRMSGS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_READ_FRM_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_READ_TABLE_MYSQL_PROC - 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_REMOVE_PID_FILE - 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_REPLICATE_ANONYMOUS_WITH_AUTO_POSITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_REPLICATE_ANONYMOUS_WITH_GTID_MODE_ON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_REPLICATE_GTID_WITH_GTID_MODE_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_RESET_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SAVE_GTIDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_DATA_DIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_ERROR_LOG_SERVICE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_ERROR_SUPPRESSION_LIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_ERROR_SUPPRESSION_LIST_FROM_COMMAND_LINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_GTID_MODE - 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_AUTOMATIC_TAGGED_WHEN_GTID_MODE_IS_OFF - 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_DUE_SETS_CONSTRAINTS - 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_OWNED_GTIDS_IS_NOT_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_HANDLER_REFERENCE_FOR_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_PATH_FOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_PERSISTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_SQL_AFTER_OR_BEFORE_GTIDS_WITH_ANONYMOUS_TO_GTID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_UP_PERSISTED_VALUES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_SET_VARIABLE_WHEN_OWNING_GTID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_START_ERROR_LOG_SERVICE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_STAT_DATADIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_STAT_FILE - 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_UPGRADE_GENERATED_COLUMNS_TO_DD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_USE_ANONYMOUS_TO_GTID_WITH_GTID_MODE_NOT_ON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_USE_AUTO_POSITION_WITH_GTID_MODE_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_USE_GTID_ONLY_WITH_GTID_MODE_NOT_ON - 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_USE_SAME_UUID_AS_GROUP_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_USE_SAME_UUID_AS_VIEW_CHANGE_UUID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CANT_WAIT_FOR_EXECUTED_GTID_SET_WHILE_OWNING_A_GTID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CAPACITY_EXCEEDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CAPACITY_EXCEEDED_IN_PARSER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CAPACITY_EXCEEDED_IN_RANGE_OPTIMIZER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHANGE_REP_SOURCE_CANT_DISABLE_AUTO_POS_WITHOUT_POSITIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHANGE_REP_SOURCE_CANT_DISABLE_AUTO_POSITION_WITH_GTID_ONLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHANGE_REP_SOURCE_CANT_DISABLE_GTID_ONLY_WITHOUT_POSITIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHANGE_REP_SOURCE_CANT_DISABLE_REQ_ROW_FORMAT_WITH_GTID_ONLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHANGE_REP_SOURCE_GR_CHANNEL_WITH_GTID_MODE_NOT_ON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHANGE_REPLICATION_SOURCE_NO_OPTIONS_FOR_GTID_ONLY - 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_CHANGE_RPL_SRC_WRONG_COMPRESSION_ALGORITHM_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHANGE_SOURCE_PASSWORD_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHANGE_SOURCE_WRONG_COMPRESSION_ALGORITHM_CLIENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHANGE_SOURCE_WRONG_COMPRESSION_ALGORITHM_LIST_CLIENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHANGE_SOURCE_WRONG_COMPRESSION_LEVEL_CLIENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHANGED_ENFORCE_GTID_CONSISTENCY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHANGED_GTID_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHANGED_MAX_CONNECTIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHANGED_MAX_OPEN_FILES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHANGED_TABLE_OPEN_CACHE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHARACTER_SET_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHECK_CONSTRAINT_CLAUSE_USING_FK_REFER_ACTION_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHECK_CONSTRAINT_DUP_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHECK_CONSTRAINT_FUNCTION_IS_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHECK_CONSTRAINT_NAMED_FUNCTION_IS_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHECK_CONSTRAINT_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHECK_CONSTRAINT_REFERS_AUTO_INCREMENT_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHECK_CONSTRAINT_REFERS_UNKNOWN_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHECK_CONSTRAINT_ROW_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHECK_CONSTRAINT_VARIABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHECK_CONSTRAINT_VIOLATED - 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_CHECK_TABLE_INSTANT_VERSION_BIT_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHECK_TABLE_MIN_REC_FLAG_NOT_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHECK_TABLE_MIN_REC_FLAG_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHECKING_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CHECKREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLIENT_DOES_NOT_SUPPORT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLIENT_FILE_PRIVILEGE_FOR_REPLICATION_CHECKS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLIENT_GTID_UNSAFE_CREATE_DROP_TEMP_TABLE_IN_TRX_IN_SBR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLIENT_INTERACTION_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLIENT_KEYRING_UDF_KEY_INVALID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLIENT_KEYRING_UDF_KEY_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLIENT_KEYRING_UDF_KEY_TYPE_INVALID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLIENT_KEYRING_UDF_KEY_TYPE_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLIENT_LOCAL_FILES_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLIENT_PRIVILEGE_CHECKS_USER_CANNOT_BE_ANONYMOUS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLIENT_PRIVILEGE_CHECKS_USER_CORRUPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLIENT_PRIVILEGE_CHECKS_USER_DOES_NOT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLIENT_PRIVILEGE_CHECKS_USER_NEEDS_RPL_APPLIER_PRIV - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLIENT_QUERY_FAILURE_INVALID_NON_ROW_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_CHARSET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_CLIENT_TRACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_CONFIG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_CREATE_HANDLER_FAIL_TRACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_DDL_IN_PROGRESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_DISALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_DISK_SPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_DONOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_DONOR_TRACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_DONOR_VERSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_ENCRYPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_HANDLER_EXIST_TRACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_IN_PROGRESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_LOOPBACK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_NETWORK_PACKET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_OS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_PLATFORM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_PLUGIN_MATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_PLUGIN_NOT_LOADED_TRACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_PROTOCOL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_PROTOCOL_TRACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_SERVER_TRACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_SHUTDOWN_TRACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_SYS_CONFIG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CLONE_TOO_MANY_CONCURRENT_CLONES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CMD_NEED_SUPER - 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_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_COLUMN_CHANGE_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COLUMN_CHECK_CONSTRAINT_REFERENCES_OTHER_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COLUMNACCESS_DENIED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMMAND_BACKEND_FAILED_TO_FETCH_SECURITY_CTX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMMAND_SERVICE_BACKEND_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMMENT_CONTAINS_INVALID_STRING - 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_COMPONENT_EE_DATA_DECRYPTION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_EE_DATA_ENCRYPTION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_EE_DATA_LENGTH_OUT_OF_RAGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_EE_DATA_SIGN_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_EE_FUNCTION_DEREGISTRATION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_EE_FUNCTION_INVALID_ALGORITHM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_EE_FUNCTION_INVALID_ARGUMENTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_EE_FUNCTION_KEY_LENGTH_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_EE_FUNCTION_PRIVATE_KEY_GENERATION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_EE_FUNCTION_PUBLIC_KEY_GENERATION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_EE_FUNCTION_REGISTRATION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_EE_INSUFFICIENT_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_EE_OPENSSL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_EE_SYS_VAR_DEREGISTRATION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_EE_SYS_VAR_REGISTRATION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_FILTER_CONFUSED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_FILTER_DIAGNOSTICS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_FILTER_FLABBERGASTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_FILTER_WRONG_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_KEYRING_OCI_CREATE_PRIVATE_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_KEYRING_OCI_INVALID_CONFIG_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_KEYRING_OCI_OPEN_KEY_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_KEYRING_OCI_READ_KEY_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_LOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_MANIPULATE_ROW_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_MASKING_ABI - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_MASKING_ABI_REASON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_MASKING_CANNOT_ACCESS_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_MASKING_INVALID_FLUSH_INTERVAL_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_MASKING_NOTIFICATION_REGISTRATION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_MASKING_OTHER_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_MASKING_RANDOM_CREATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_MASKING_RANDOM_CREATE_REASON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_MASKING_VAR_REGISTRATION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_SERVICE_CALL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_SERVICE_CALL_RESULT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_TABLE_INCORRECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENT_UNLOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENTS_CANT_ACQUIRE_SERVICE_IMPLEMENTATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENTS_CANT_LOAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENTS_CANT_RELEASE_SERVICE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENTS_CANT_SATISFY_DEPENDENCY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENTS_CANT_UNLOAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENTS_FAILED_TO_ACQUIRE_SERVICE_IMPLEMENTATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENTS_INFRASTRUCTURE_BOOTSTRAP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENTS_INFRASTRUCTURE_MANIFEST_DEINIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENTS_INFRASTRUCTURE_MANIFEST_INIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENTS_INFRASTRUCTURE_SHUTDOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENTS_INFRASTRUCTURE_SHUTDOWN_END - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENTS_INFRASTRUCTURE_SHUTDOWN_START - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENTS_LOAD_CANT_INITIALIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENTS_LOAD_CANT_REGISTER_SERVICE_IMPLEMENTATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENTS_NO_SCHEME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENTS_NO_SCHEME_SERVICE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENTS_PERSIST_LOADER_BOOTSTRAP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENTS_UNLOAD_CANT_DEINITIALIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENTS_UNLOAD_CANT_UNREGISTER_SERVICE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENTS_UNLOAD_DUPLICATE_IN_GROUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COMPONENTS_UNLOAD_NOT_LOADED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CON_COUNT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONCURRENT_PROCEDURE_USAGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COND_ITEM_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONDITIONAL_DEBUG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONFIG_OPTION_WITHOUT_GROUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONFIRMING_THE_FUTURE - 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_CONN_ATTR_TRUNCATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_CONTROL_DELAY_ACTION_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_CONTROL_ERROR_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_CONTROL_EVENT_COORDINATOR_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_CONTROL_FAILED_TO_SET_CONN_DELAY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_CONTROL_FAILED_TO_UPDATE_CONN_DELAY_HASH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_CONTROL_INVALID_CONN_DELAY_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_CONTROL_STAT_CONN_DELAY_TRIGGERED_RESET_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_CONTROL_STAT_CONN_DELAY_TRIGGERED_UPDATE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_INIT_CONNECT_IGNORED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_INIT_CONNECT_IGNORED_MFA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_PER_THREAD_NO_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_PIP_CANT_CREATE_EVENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_PIP_CANT_CREATE_PIPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_SHM_CANT_CREATE_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_SHM_CANT_CREATE_SERVICE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_SHM_LISTENER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_SOCKET_ACCEPT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_SOCKET_SELECT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_TCP_ADDRESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_TCP_BIND_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_TCP_BIND_RETRY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_TCP_CANT_RESET_V6ONLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_TCP_CANT_RESOLVE_HOSTNAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_TCP_CREATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_TCP_ERROR_WITH_STRERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_TCP_IP_NOT_LOGGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_TCP_IPV6_AVAILABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_TCP_IPV6_UNAVAILABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_TCP_IS_THERE_ANOTHER_USING_PORT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_TCP_LISTEN_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_TCP_NO_SOCKET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_TCP_RESOLVE_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_TCP_START_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_UNIX_IS_THERE_ANOTHER_USING_SOCKET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_UNIX_LISTEN_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_UNIX_LOCK_FILE_CANT_CLOSE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_UNIX_LOCK_FILE_CANT_CREATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_UNIX_LOCK_FILE_CANT_DELETE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_UNIX_LOCK_FILE_CANT_OPEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_UNIX_LOCK_FILE_CANT_READ - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_UNIX_LOCK_FILE_CANT_SYNC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_UNIX_LOCK_FILE_CANT_WRITE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_UNIX_LOCK_FILE_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_UNIX_LOCK_FILE_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_UNIX_LOCK_FILE_GIVING_UP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_UNIX_LOCK_FILE_PIDLESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_UNIX_NO_BIND_NO_START - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_UNIX_NO_FD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_UNIX_PATH_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONN_UNIX_PID_CLAIMED_SOCKET_FILE - 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_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONNECTION_ABORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONNECTION_HANDLING_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONNECTION_METADATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONNECTIONS_SHUTDOWN_END - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONNECTIONS_SHUTDOWN_START - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONSECUTIVE_REORG_PARTITIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONSTRAINT_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CONVERT_MULTI_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CORE_VALUES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CORRUPT_HELP_DB - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CORRUPTED_JSON_DIFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COULD_NOT_APPLY_JSON_DIFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COULD_NOT_CREATE_WINDOWS_REGISTRY_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_COULD_NOT_REINITIALIZE_AUDIT_LOG_FILTERS - 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_FILEGROUP_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CREATE_SELECT_WITH_GIPK_DISALLOWED_IN_SBR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CREATED_SYSTEM_WITH_VERSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CREATING_NEW_UUID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CREATING_NEW_UUID_FIRST_START - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CREDENTIALLESS_AUTO_USER_BAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CREDENTIALS_CONTRADICT_TO_HISTORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CTE_MAX_RECURSION_DEPTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CTE_RECURSIVE_FORBIDDEN_JOIN_ORDER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CTE_RECURSIVE_FORBIDS_AGGREGATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CTE_RECURSIVE_NOT_UNION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CTE_RECURSIVE_REQUIRES_NONRECURSIVE_FIRST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CTE_RECURSIVE_REQUIRES_SINGLE_REFERENCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CTE_RECURSIVE_REQUIRES_UNION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CURRENT_PASSWORD_CANNOT_BE_RETAINED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CURRENT_PASSWORD_NOT_REQUIRED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CUT_VALUE_GROUP_CONCAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_CYCLE_TIMER_IS_NOT_AVAILABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_AUTH_ID_WITH_SYSTEM_USER_PRIV_IN_MANDATORY_ROLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_CANT_OPEN_ERROR_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_CONN_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_ERROR_LOG_COMPONENT_FLUSH_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_ERROR_LOG_MULTIPLE_FILTERS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_ERROR_LOG_TABLE_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_GLOBAL_CONN_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_GRP_RPL_RECOVERY_ENDPOINT_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_GRP_RPL_RECOVERY_ENDPOINT_INVALID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_GRP_RPL_STARTED_AUTO_REJOIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_INVALID_CONDITION_NUMBER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_NO_ERROR_LOG_PARSER_CONFIGURED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_PLUGIN_INSTALL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_RPL_GTID_TABLE_CANNOT_OPEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_SSL_FIPS_MODE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_SSL_LIBRARY_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_UDF_INVALID_ARGUMENT_TO_SET_CHARSET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_UDF_INVALID_CHARSET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_UDF_INVALID_CHARSET_SPECIFIED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_UDF_INVALID_COLLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_UDF_INVALID_EXTENSION_ARGUMENT_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_UDF_INVALID_RETURN_TYPE_TO_SET_CHARSET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DA_UNKNOWN_ERROR_NUMBER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DATA_DIRECTORY_UNUSABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DATA_DIRECTORY_UNUSABLE_DELETABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DATA_INCOMPATIBLE_WITH_VECTOR - 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_ACCESS_DENIED - 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_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DB_DROP_RMDIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DB_DROP_RMDIR2 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DB_OPT_NOT_FOUND_USING_DEFAULT_CHARSET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DBACCESS_DENIED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DBUG_CHECK_SHARES_DROPPED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DBUG_CHECK_SHARES_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DBUG_CHECK_SHARES_OPEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_ABORTING_PARTIAL_UPGRADE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_CACHE_NOT_EMPTY_AT_SHUTDOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_CANT_CREATE_OBJECT_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_CANT_CREATE_SP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_CANT_FETCH_TABLE_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_CANT_FIX_SE_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_CANT_GET_OBJECT_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_CANT_RESOLVE_VIEW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_CREATED_FOR_UPGRADE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_ERROR_CREATING_ENTRY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_FAILSAFE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_FRM_EXISTS_FOR_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_INIT_UPGRADE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_INITIALIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_INITIALIZE_SQL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_METADATA_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_MINOR_DOWNGRADE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_MINOR_DOWNGRADE_VERSION_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_NO_VERSION_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_NO_WRITES_NO_REPOPULATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_OBJECT_RELEASER_REMAINS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_OBJECT_REMAINS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_OBJECT_REMAINS_IN_RELEASER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_RESTART - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_SCHEMA_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_SE_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_TABLE_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_TABLESPACE_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_TRG_CANT_ADD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_TRG_CONNECTION_COLLATION_MISSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_TRG_DB_COLLATION_MISSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_TRG_DEFINER_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_TRG_FILE_UNREADABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPDATING_PLUGIN_MD_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_COMPLETED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_DD_OPEN_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_DD_POPULATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_FAILED_FIND_VALID_DATA_DIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_FAILED_INIT_DD_SE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_FAILED_TO_ACQUIRE_TABLESPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_FAILED_TO_CREATE_INDEX_STATS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_FAILED_TO_CREATE_TABLE_STATS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_FAILED_TO_FETCH_TABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_FAILED_TO_FETCH_TABLESPACES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_FAILED_TO_RESOLVE_TABLESPACE_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_FAILED_TO_UPDATE_VER_NO_IN_TABLESPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_FOUND_PARTIALLY_UPGRADED_DD_ABORT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_FOUND_PARTIALLY_UPGRADED_DD_CONTINUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_INDEX_STATS_MIGRATE_COMPLETED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_INFO_FILE_CLOSE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_INFO_FILE_OPEN_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_RENAME_IDX_STATS_FILE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_SCHEMA_UNAVAILABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_SDI_INFO_UPDATE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_SE_LOGS_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_START - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_TABLE_INTACT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_TABLE_STATS_MIGRATE_COMPLETED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_TABLESPACE_MIGRATION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_VERSION_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_UPGRADE_VIEW_COLUMN_NAME_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_VERSION_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_VERSION_INSTALLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_VERSION_UNSUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_VIEW_CANT_ALLOC_CHARSET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_VIEW_CANT_CREATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DD_VIEW_WITHOUT_DEFINER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DDL_MSG_1 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEBUG_SYNC_EXECUTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEBUG_SYNC_HIT - 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_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEBUG_SYNC_THREAD_MAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEBUG_SYNC_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEFAULT_AS_VAL_GENERATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEFAULT_SE_UNAVAILABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEFAULT_VAL_GENERATED_FUNCTION_IS_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEFAULT_VAL_GENERATED_NAMED_FUNCTION_IS_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEFAULT_VAL_GENERATED_NON_PRIOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEFAULT_VAL_GENERATED_REF_AUTO_INC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEFAULT_VAL_GENERATED_ROW_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEFAULT_VAL_GENERATED_VARIABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEFINITION_CONTAINS_INVALID_STRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEPART_WITH_GRACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEPENDENT_BY_CHECK_CONSTRAINT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEPENDENT_BY_DEFAULT_GENERATED_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEPENDENT_BY_FUNCTIONAL_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEPENDENT_BY_GENERATED_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEPENDENT_BY_PARTITION_FUNC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEPRECATE_MSG_NO_REPLACEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEPRECATE_MSG_WITH_REPLACEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEPRECATED_NATIONAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEPRECATED_PERSISTED_VARIABLE_WITH_ALIAS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEPRECATED_SYNTAX_NO_REPLACEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEPRECATED_SYNTAX_WITH_REPLACEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEPRECATED_TIMESTAMP_IMPLICIT_DEFAULTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DEPRECATED_UTF8_ALIAS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DERIVED_MUST_HAVE_ALIAS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DES_FILE_WRONG_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DETACHED_SESSIONS_LEFT_BY_PLUGIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DETACHING_SESSION_LEFT_BY_PLUGIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DIMENSION_UNSUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DISABLE_AUTO_POSITION_REQUIRES_ASYNC_RECONNECT_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DISABLE_GTID_MODE_REQUIRES_ASYNC_RECONNECT_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DISABLED_STORAGE_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DISABLED_STORAGE_ENGINE_AS_DEFAULT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DISALLOWED_OPERATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DISCARD_FK_CHECKS_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DISCONNECTING_REMAINING_CLIENTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DISK_FULL_NOWAIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DIVISION_BY_ZERO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DONT_SUPPORT_REPLICA_PRESERVE_COMMIT_ORDER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DROP_DATABASE_FAILED_RMDIR_MANUALLY - 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_PK_COLUMN_TO_DROP_GIPK - 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_FD_OPEN_FAILED - 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_DUPLICATE_OPTION_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUPLICATE_SYS_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_DUPLICATE_TABLE_LOCK - 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_PIPELINE_FOR_ERROR_LOG_SERVICE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EMPTY_PRIVILEGE_NAME_IGNORED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EMPTY_QUERY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_END_INITFILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ENDING_INIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ENFORCE_GTID_CONSISTENCY_WARN_WITH_ONGOING_GTID_VIOLATING_TX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ENGINE_ATTRIBUTE_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ENGINE_CANNOT_BE_DEFAULT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ENGINE_CANT_DROP_MISSING_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ENGINE_CANT_DROP_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ENGINE_COST_FAILED_TO_READ - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ENGINE_COST_INVALID_CONST_CONSTANT_FOR_SE_AND_DEVICE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ENGINE_COST_INVALID_DEVICE_TYPE_FOR_SE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ENGINE_COST_UNKNOWN_COST_CONSTANT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ENGINE_COST_UNKNOWN_STORAGE_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ENGINE_OUT_OF_MEMORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERRMSG_CANT_FIND_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERRMSG_CANT_READ - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERRMSG_MISSING_IN_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERRMSG_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERRMSG_REPLACEMENT_DODGY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERRMSG_REPLACEMENTS_FAILED - 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_LOG_COMMIT_PHASE - 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_OPTIMIZE_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_DURING_ROLLBACK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_ENABLING_KEYS - 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_INFO_FROM_DA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_LOG_DESTINATION_NOT_A_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
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_CANT_FIND_TIMEZONE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_CANT_GET_CHARSET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_CANT_GET_COLLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_CANT_GET_LOCK_FOR_DROPPING_EVENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_CANT_GET_TIMEZONE_FROM_FIELD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_CANT_INIT_QUEUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_CANT_OPEN_TABLE_MYSQL_EVENT - 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_DROPPING - 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_ERROR_CREATING_QUERY_TO_WRITE_TO_BINLOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_ERROR_DURING_COMPILATION - 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_EXECUTION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_EXECUTION_FAILED_CANT_AUTHENTICATE_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_EXECUTION_FAILED_USER_LOST_EVEN_PRIVILEGE - 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_LAST_EXECUTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_MESSAGE_STACK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_PURGING_QUEUE - 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_SCHEDULER_ERROR_GETTING_EVENT_OBJECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_SCHEDULER_ERROR_LOADING_FROM_DB - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EVENT_SCHEDULER_GOT_BAD_DATA_FROM_TABLE - 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_UNABLE_TO_DROP_EVENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EXCEEDED_MV_KEYS_NUM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EXCEEDED_MV_KEYS_SPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EXCEEDS_VECTOR_MAX_DIMENSIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EXCEPTIONS_WRITE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EXCESS_ARGUMENTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EXPLAIN_INTO_ANALYZE_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EXPLAIN_INTO_FOR_CONNECTION_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EXPLAIN_INTO_FORMAT_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EXPLAIN_INTO_IMPLICIT_FORMAT_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EXPLAIN_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_EXTERNAL_UNSUPPORTED_INDEX_ALGORITHM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAIL_CHROOT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAIL_SETGID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAIL_SETREGID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAIL_SETREUID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAIL_SETUID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_DEFAULT_ROLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_GET_DD_PROPERTY - 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_REVOKE_ROLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_ROLE_GRANT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_SET_DD_PROPERTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_START_MYSQLD_DAEMON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_ACQUIRE_LOCK_ON_RESOURCE_GROUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_ADD_RESOURCE_GROUP_TO_MAP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_ADD_RPL_FILTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_ALLOCATE_MEMORY_FOR_RESOURCE_GROUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_ALLOCATE_MEMORY_FOR_RESOURCE_GROUP_HASH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_ALLOCATE_SSL_BIO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_APPLY_RESOURCE_GROUP_CONTROLLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_BINLOG_DROP_EVENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_BUILD_DO_AND_IGNORE_TABLE_HASHES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_COMPRESS_GTID_EXECUTED_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_COMPRESS_GTID_EXECUTED_TABLE_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_CONSTRUCT_DROP_EVENT_QUERY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_CREATE_GTID_TABLE_COMPRESSION_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_CREATE_SDI_FOR_TABLESPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_DECREMENT_NUMBER_OF_THREADS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_DELETE_FROM_GTID_EXECUTED_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_DESERIALIZE_RESOURCE_GROUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_DETERMINE_IF_ROLE_IS_MANDATORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_FETCH_MANDATORY_ROLE_LIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_FIND_COLLATION_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_FIND_DL_ENTRY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_FIND_LOCALE_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_FIND_MYSQLD_STATUS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_GENERATE_UNIQUE_LOGFILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_GET_ABSOLUTE_PATH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_HANDLE_DEFAULTS_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_INIT_SYS_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_INIT_THREAD_ATTR_FOR_GTID_TABLE_COMPRESSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_JOIN_GTID_TABLE_COMPRESSION_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_LOCK_MEM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_OPEN_COST_CONSTANT_TABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_OPEN_SHARED_LIBRARY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_PERSIST_RESOURCE_GROUP_METADATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_READ_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_REMOVE_TEMP_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_REPAIR_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_SET_PERSISTED_OPTIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_START_REPLICA_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_STORE_SDI_FOR_TABLESPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_UPDATE_RESOURCE_GROUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_VALIDATE_CERTIFICATES_SERVER_EXIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FAILED_TO_WRITE_TO_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FEATURE_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FEATURE_DISABLED_SEE_DOC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FEATURE_NOT_AVAILABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FEATURE_UNSUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIELD_IN_GROUPING_NOT_GROUP_BY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIELD_IN_ORDER_NOT_SELECT - 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_DURING_UPGRADE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FILE_EXISTS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FILE_HAS_OLD_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FILE_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FILE_TYPE_UNKNOWN - 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_FIREWALL_ACCESS_DENIED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIREWALL_DEPRECATED_USER_PROFILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIREWALL_FAILED_TO_READ_FIREWALL_TABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIREWALL_FAILED_TO_REG_DYNAMIC_PRIVILEGES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIREWALL_INVALID_RELOAD_INTERVAL_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIREWALL_PFS_TABLE_REGISTER_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIREWALL_RECORDING_STMT_WAS_TRUNCATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIREWALL_RECORDING_STMT_WITHOUT_TEXT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIREWALL_RELOADING_CACHE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIREWALL_RESET_FOR_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIREWALL_SCHEDULER_REGISTER_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIREWALL_SERVICES_NOT_ACQUIRED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIREWALL_SKIPPED_UNKNOWN_USER_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIREWALL_STATUS_FLUSHED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIREWALL_SUSPICIOUS_STMT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIREWALL_UDF_REGISTER_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FIXING_CLIENT_CHARSET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_CANNOT_CHANGE_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FK_CANNOT_DROP_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_CANNOT_USE_VIRTUAL_COLUMN - 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_INCOMPATIBLE_COLUMNS - 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_COLUMN_PARENT - 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_FK_NO_UNIQUE_INDEX_PARENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FORBID_SCHEMA_CHANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FORCE_CLOSE_THREAD - 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_OLD_UNUSED - 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_KEY_WITH_ATOMIC_CREATE_SELECT - 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_FOUND_MISSING_GTIDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FOUND_ROWS_WHILE_REPAIRING - 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_FSEEK_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FT_BOOL_SYNTAX_INVALID - 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_FUNCTIONAL_INDEX - 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_FULLTEXT_WITH_ROLLUP - 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_DOES_NOT_SUPPORT_CHARACTER_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FUNCTION_NOT_DEFINED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FUNCTIONAL_INDEX_DATA_IS_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FUNCTIONAL_INDEX_FUNCTION_IS_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FUNCTIONAL_INDEX_ON_FIELD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FUNCTIONAL_INDEX_ON_JSON_OR_GEOMETRY_FUNCTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FUNCTIONAL_INDEX_ON_LOB - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FUNCTIONAL_INDEX_PRIMARY_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FUNCTIONAL_INDEX_REF_AUTO_INCREMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FUNCTIONAL_INDEX_ROW_VALUE_IS_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_FUTURE_DATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GENERATED_COLUMN_FUNCTION_IS_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GENERATED_COLUMN_NAMED_FUNCTION_IS_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GENERATED_COLUMN_NON_PRIOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GENERATED_COLUMN_REF_AUTO_INC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GENERATED_COLUMN_ROW_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GENERATED_COLUMN_VARIABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GEOMETRY_IN_UNKNOWN_LENGTH_UNIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GEOMETRY_PARAM_LATITUDE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GEOMETRY_PARAM_LONGITUDE_OUT_OF_RANGE - 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_ERRNO_FROM_STORAGE_ENGINE - 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_GIPK_COLUMN_ALTER_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GIPK_COLUMN_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GIPK_FAILED_AUTOINC_COLUMN_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GIS_DATA_WRONG_ENDIANESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GIS_DIFFERENT_SRIDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GIS_DIFFERENT_SRIDS_AGGREGATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GIS_INVALID_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GIS_MAX_POINTS_IN_GEOMETRY_OVERFLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GIS_UNKNOWN_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GIS_UNKNOWN_EXCEPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GIS_UNSUPPORTED_ARGUMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GLOBAL_CONN_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GLOBAL_VARIABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GLOBSTAT_CHANGE_DURING_QUERY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GNO_EXHAUSTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GR_ELECTED_PRIMARY_GTID_INFORMATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GR_HOLD_KILLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GR_HOLD_MEMBER_STATUS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GR_HOLD_WAIT_TIMEOUT - 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_GROUP_REPLICATION_APPLIER_INIT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_CERTIFICATION_MODULE_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_CERTIFIER_MESSAGE_LARGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_COMMAND_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_COMMUNICATION_LAYER_JOIN_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_COMMUNICATION_LAYER_SESSION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_COMPRESS_EXCEEDS_MAX_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_COMPRESS_OUT_OF_MEMORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_COMPRESS_PROCESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_CONFIGURATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_DECOMPRESS_CORRUPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_DECOMPRESS_END - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_DECOMPRESS_EXCEEDS_MAX_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_DECOMPRESS_OUT_OF_MEMORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_DECOMPRESS_PROCESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_DECOMPRESS_TRUNCATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_ERROR_COMPRESS_INITIALIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_ERROR_DECOMPRESS_INITIALIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_ERROR_RECEIVED_WAITING_METADATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_FORCE_MEMBERS_COMMAND_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_MAX_GROUP_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_METADATA_CERT_INFO_ENCODING_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_METADATA_CERT_INFO_ERROR_PROCESSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_METADATA_CERT_INFO_PACKET_COUNT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_METADATA_CERT_INFO_PACKET_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_METADATA_ERROR_ON_SEND_ERROR_MESSAGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_METADATA_INITIALIZATION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_METADATA_MEMORY_ALLOC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_METADATA_MESSAGE_PAYLOAD_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_METADATA_NO_VALID_DONOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_METADATA_PAYLOAD_DECODING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_METADATA_PAYLOAD_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_METADATA_PROTOBUF_PARSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_METADATA_READ_GTID_EXECUTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_METADATA_SAVE_RECOVERY_COPY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_METADATA_SEND_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_METADATA_SENDER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_METADATA_SENDER_IS_REMOTE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_METADATA_SET_IN_RECOVERY_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_NO_CERTIFICATION_DONOR_AVAILABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_PASSWORD_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_PLUGIN_NOT_INSTALLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_PROTOBUF_SERIALIZING_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_RECOVERY_ERROR_ADD_GTID_EXECUTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_RECOVERY_FETCHING_GTID_EXECUTED_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_RECOVERY_METADATA_SENDER_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_RECOVERY_SKIPPED_GTID_PRESENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_RECOVERY_STOPPED_GTID_PRESENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_STOP_APPLIER_THREAD_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_TIMEOUT_ERROR_FETCHING_METADATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_UNKOWN_COMPRESSION_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_USER_EMPTY_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUP_REPLICATION_USER_MANDATORY_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GROUPING_ON_TIMESTAMP_IN_DST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_OPERATION_NOT_ALLOWED_GR_MUST_STOP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ABORTS_AS_SSL_NOT_SUPPORTED_BY_MYSQLD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ADD_GRPSID_TO_GRPGTIDSID_MAP_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ADD_GTID_INFO_WITH_LOCAL_GTID_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ADD_GTID_INFO_WITH_REMOTE_GTID_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ADD_GTID_INFO_WITHOUT_LOCAL_GTID_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ADD_GTID_INFO_WITHOUT_REMOTE_GTID_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ADD_GTID_TO_GRPGTID_EXECUTED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ADD_RETRIEVED_SET_TO_GRP_GTID_EXECUTED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ADD_VIEW_CHANGE_UUID_TO_GRP_SID_MAP_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ALL_DONORS_LEFT_ABORT_RECOVERY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ALL_OBSERVERS_UNREGISTERED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_APPLIER_CHANNEL_STILL_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_APPLIER_ERROR_PACKET_RECEIVED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_APPLIER_EXECUTION_FATAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_APPLIER_HANDLER_IS_IN_USE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_APPLIER_HANDLER_NOT_INITIALIZED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_APPLIER_HANDLER_ROLE_IS_IN_USE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_APPLIER_INITIALIZED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_APPLIER_METADATA_REPO_MUST_BE_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_APPLIER_NOT_STARTED_DUE_TO_RUNNING_PREV_SHUTDOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_APPLIER_PIPELINE_NOT_DISPOSED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_APPLIER_TERMINATION_TIMED_OUT_ON_SHUTDOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_APPLIER_THD_EXECUTION_ABORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_APPLIER_THD_KILLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_APPLIER_THD_SETUP_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_APPLIER_THD_START_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_APPLIER_THD_STOP_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_APPOINTED_PRIMARY_NOT_PRESENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_AUTO_INC_OFFSET_RESET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_AUTO_INC_OFFSET_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_AUTO_INC_RESET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_AUTO_INC_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_BINLOG_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_BLOCK_SIZE_DIFF_FROM_GRP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_BROADCAST_COMMIT_MSSG_TOO_BIG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_BROADCAST_COMMIT_TRANS_MSSG_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_BROADCASTING_TRANS_TO_GRP_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CANNOT_EXECUTE_TRANS_IN_ERROR_STATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CANNOT_EXECUTE_TRANS_IN_OFFLINE_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CANNOT_EXECUTE_TRANS_WHILE_RECOVERING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CANNOT_EXECUTE_TRANS_WHILE_STOPPING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CANT_GENERATE_GTID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CANT_KILL_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CANT_READ_GRP_GTID_EXTRACTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CANT_READ_GTID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CANT_READ_WRITE_SET_ITEM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CERTIFICATION_INITIALIZATION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CERTIFICATION_REC_PROCESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CERTIFIER_MSSG_PROCESS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CHANGE_GRP_MEM_NOT_PROCESSED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CHANNEL_THREAD_WHEN_GROUP_ACTION_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CHECK_STATUS_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CLONE_PROCESS_EXEC_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CLONE_PROCESS_PREPARE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_COMMUNICATION_SSL_CONF_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CONFIG_RECOVERY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CONFIGURATION_ACTION_END - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CONFIGURATION_ACTION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CONFIGURATION_ACTION_KILLED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CONFIGURATION_ACTION_LOCAL_TERMINATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CONFIGURATION_ACTION_START - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CONFLICT_DETECTION_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CONN_INTERNAL_PLUGIN_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CONN_KILLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CONNECTION_METADATA_REPO_MUST_BE_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_COPY_FROM_EMPTY_STRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CREATE_APPLIER_CACHE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CREATE_GRP_RPL_REC_CHANNEL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_CREATE_SESSION_UNABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_DATA_NOT_PROVIDED_BY_MEM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_DEBUG_OPTIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_DEFAULT_TABLE_ENCRYPTION_DIFF_FROM_GRP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_DISABLE_READ_ONLY_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_DISABLE_SRV_READ_MODE_RESTRICTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_DONOR_CONN_TERMINATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_DONOR_SERVER_CONN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_DONOR_TRANS_INFO_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_DONOR_VIEW_CHANGE_UUID_TRANS_INFO_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ENABLE_READ_ONLY_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ERROR_FETCHING_GTID_EXECUTED_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ERROR_FETCHING_GTID_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ERROR_GTID_EXECUTION_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ERROR_GTID_SET_EXTRACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ERROR_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ERROR_ON_CERT_DB_INSTALL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ERROR_ON_MESSAGE_SENDING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ERROR_SENDING_SINGLE_PRIMARY_MSSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ERROR_SET_MULTI_CONSENSUS_LEADER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ERROR_SET_SINGLE_CONSENSUS_LEADER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ERROR_STOPPING_CHANNELS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ERROR_WHILE_WAITING_FOR_CONFLICT_DETECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ESTABLISH_RECOVERY_WITH_ANOTHER_DONOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ESTABLISH_RECOVERY_WITH_DONOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ESTABLISHING_CONN_GRP_REC_DONOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_EVENT_HANDLING_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_EXCEEDS_AUTO_INC_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_EXIT_GRP_GCS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_BOOTSTRAP_EVENT_HANDLING_INFRASTRUCTURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_BROADCAST_GRP_MEMBERSHIP_NOTIFICATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_BROADCAST_MEMBER_STATUS_NOTIFICATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_CALL_GRP_COMMUNICATION_INTERFACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_CONFIRM_IF_SERVER_LEFT_GRP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_CREATE_TRANS_CONTEXT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_ENABLE_READ_ONLY_MODE_ON_SHUTDOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_ENABLE_SUPER_READ_ONLY_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_EXTRACT_TRANS_WRITE_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_GATHER_TRANS_WRITE_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_GENERATE_SIDNO_FOR_GRP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_GENERATE_SIDNO_FOR_VIEW_CHANGE_UUID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_INIT_APPLIER_HANDLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_INIT_APPLIER_MODULE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_INIT_COMMUNICATION_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_INIT_HANDLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_INSERT_TRX_ON_TCM_ON_AFTER_CERTIFICATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_LOG_VIEW_CHANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_NOTIFY_GRP_MEMBERSHIP_EVENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_PARSE_THE_GRP_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_PARSE_THE_VIEW_CHANGE_UUID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_REGISTER_BINLOG_STATE_OBSERVER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_REGISTER_SERVER_STATE_OBSERVER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_REGISTER_TRANS_OUTCOME_NOTIFICTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_REGISTER_TRANS_STATE_OBSERVER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_REINIT_BINLOG_CACHE_FOR_READ - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_SHUTDOWN_REGISTRY_MODULE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_START_COMMUNICATION_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_START_ON_BOOT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_START_ON_SECONDARY_WITH_ASYNC_CHANNELS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_START_WITH_INVALID_SERVER_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_STOP_ON_PLUGIN_UNINSTALL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_UNREGISTER_BINLOG_STATE_OBSERVER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_UNREGISTER_SERVER_STATE_OBSERVER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILED_TO_UNREGISTER_TRANS_STATE_OBSERVER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILOVER_CHANNEL_STATUS_PROPAGATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILOVER_CONF_CHANNEL_DOES_NOT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILOVER_CONF_DEFAULT_CONFIGURATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILOVER_CONF_GET_EXCHANGEABLE_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILOVER_CONF_PARSE_ON_MEMBER_JOIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILOVER_CONF_UNABLE_TO_SET_DEFAULT_CONFIGURATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILOVER_PRIMARY_BACK_TO_MAJORITY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILOVER_PRIMARY_WITHOUT_MAJORITY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FAILOVER_REGISTER_MESSAGE_LISTENER_SERVICE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FATAL_REC_PROCESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FETCH_FORMAT_DESC_LOG_EVENT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FETCH_GTID_LOG_EVENT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FETCH_LOG_EVENT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FETCH_SNAPSHOT_VERSION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FETCH_TRANS_CONTEXT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FETCH_TRANS_CONTEXT_LOG_EVENT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FETCH_TRANS_DATA_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FETCH_VIEW_CHANGE_LOG_EVENT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FINISHED_AUTO_REJOIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FK_WITH_CASCADE_UNSUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FLOW_CONTROL_STATS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FLOW_CTRL_MAX_QUOTA_SMALLER_THAN_MIN_QUOTAS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FLOW_CTRL_MIN_QUOTA_GREATER_THAN_MAX_QUOTA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FLOW_CTRL_MIN_RECOVERY_QUOTA_GREATER_THAN_MAX_QUOTA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FORCE_MEMBER_VALUE_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FORCE_MEMBER_VALUE_SET_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FORCE_MEMBER_VALUE_TIME_OUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FORCE_MEMBERS_MUST_BE_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_FORCE_MEMBERS_WHEN_LEAVING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_GCS_GR_ERROR_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_GCS_INTERFACE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_GMS_LISTENER_FAILED_TO_LOG_NOTIFICATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_GROUP_NAME_PARSE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_GROUP_NAME_SAME_AS_VIEW_CHANGE_UUID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_GRP_COMMUNICATION_ENG_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_GRP_COMMUNICATION_INIT_WITH_CONF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_GRP_MEMBER_OFFLINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_GRP_NAME_IS_NOT_VALID_UUID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_GRP_NAME_IS_SAME_AS_ANONYMOUS_TO_GTID_UUID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_GRP_NAME_IS_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_GRP_NAME_OPTION_MANDATORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_GRP_VIEW_CHANGE_UUID_IS_INCOMPATIBLE_WITH_SERVER_UUID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_GTID_ALREADY_USED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_GTID_EXECUTED_EXTRACT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_GTID_MODE_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_GTID_PURGED_EXTRACT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_GTID_SET_EXTRACT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_GTID_SET_EXTRACT_ERROR_DURING_RECOVERY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_HAS_STARTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_INCORRECT_TYPE_SET_FOR_PARALLEL_APPLIER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_INIT_CERTIFICATION_INFO_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_INTERNAL_QUERY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_INVALID_BINLOG_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_INVALID_COMMUNICATION_PROTOCOL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_INVALID_DEBUG_OPTIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_INVALID_GTID_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_INVALID_SSL_RECOVERY_STRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_IS_STARTING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_IS_STOPPED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_IS_STOPPING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_JOIN_WHEN_GROUP_ACTION_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_JOINER_EXIT_WHEN_GROUP_ACTION_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_KILLED_FAILED_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_KILLED_SESSION_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_LOCAL_GTID_SETS_PROCESS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_LOG_REPLICA_UPDATES_NOT_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_LOWER_CASE_TABLE_NAMES_DIFF_FROM_GRP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MAXIMUM_CONNECTION_RETRIES_REACHED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEM_ONLINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEM_REACHABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEM_UNREACHABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_ACTION_DEFAULT_CONFIGURATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_ACTION_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_ACTION_ENABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_ACTION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_ACTION_FAILURE_IGNORE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_ACTION_GET_EXCHANGEABLE_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_ACTION_INVALID_ACTIONS_ON_MEMBER_JOIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_ACTION_PARSE_ON_MEMBER_JOIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_ACTION_PARSE_ON_RECEIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_ACTION_TRIGGERED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_ACTION_UNABLE_TO_SET_DEFAULT_CONFIGURATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_ACTION_UPDATE_ACTIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_ACTION_UPDATE_ACTIONS_ON_MEMBER_JOIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_ACTIONS_RESET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_ADDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_CFG_INCOMPATIBLE_WITH_GRP_CFG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_CHANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_CONF_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_CONTACT_RESTORED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_EXIT_PLUGIN_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_EXPELLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_INFO_DOES_NOT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_LEFT_GRP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_REMOVED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_SERVER_UUID_IS_INCOMPATIBLE_WITH_GRP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_STATS_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_STOP_RPL_CHANNELS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_TRANS_GREATER_THAN_GRP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_VER_INCOMPATIBLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_VER_READ_COMPATIBLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MEMBER_VERSION_LOWER_THAN_GRP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MESSAGE_SERVICE_FATAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MESSAGE_SERVICE_INIT_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MISSING_GRP_RPL_ACTION_COORDINATOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MISSING_GRP_RPL_APPLIER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MODULE_TERMINATE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MSG_DECODING_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MSG_DISCARDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MSG_TOO_LONG_BROADCASTING_TRANS_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MULTIPLE_CACHE_TYPE_NOT_SUPPORTED_FOR_SESSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MYSQL_NETWORK_PROVIDER_CLIENT_ERROR_COMMAND_ERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MYSQL_NETWORK_PROVIDER_CLIENT_ERROR_CONN_ERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_MYSQL_NETWORK_PROVIDER_SERVER_ERROR_COMMAND_ERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_NEEDS_INNODB_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_NEW_PRIMARY_ELECTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_NO_POSSIBLE_RECOVERY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_NO_STAGE_SERVICE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_NO_SUITABLE_PRIMARY_MEM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_NO_VALID_DONOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_NOTIFY_CERTIFICATION_OUTCOME_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_NULL_PACKET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_ONLY_ONE_SERVER_ALIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_OOM_FAILED_TO_GENERATE_IDENTIFICATION_HASH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_PAXOS_SINGLE_LEADER_DIFF_FROM_GRP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_PAXOS_SINGLE_LEADER_DIFF_FROM_OLD_GRP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_PIPELINE_CREATE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_PIPELINE_FLUSH_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_PIPELINE_REINIT_FAILED_READ - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_PIPELINE_REINIT_FAILED_WRITE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_PLUGIN_ABORT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_PLUGIN_STRUCT_INIT_NOT_POSSIBLE_ON_SERVER_START - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_PREEMPTIVE_GARBAGE_COLLECTION_DIFF_FROM_GRP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_PRIMARY_ELECTION_PROCESS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_PRIMARY_ELECTION_STOP_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_PRIMARY_KEY_NOT_DEFINED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_PRIMARY_MEMBER_LEFT_GRP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_PROCESS_GTID_SET_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_PROCESS_INTERSECTION_GTID_SET_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_PURGE_APPLIER_LOGS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_PURGE_REC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_QUERY_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_READ_UNABLE_FOR_READ_ONLY_SUPER_READ_ONLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_RECEIVED_SET_MISSING_GTIDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_RECOVERY_CHANNEL_STILL_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_RECOVERY_ENDPOINT_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_RECOVERY_ENDPOINT_INTERFACES_IPS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_RECOVERY_ENDPOINT_INVALID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_RECOVERY_ENDPOINT_INVALID_DONOR_ENDPOINT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_RECOVERY_EVAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_RECOVERY_MODULE_TERMINATION_TIMED_OUT_ON_SHUTDOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_RECOVERY_STRAT_CHOICE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_RECOVERY_STRAT_CLONE_PURGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_RECOVERY_STRAT_CLONE_THRESHOLD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_RECOVERY_STRAT_FALLBACK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_RECOVERY_STRAT_NO_FALLBACK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_RECOVERY_WAIT_APPLIER_BACKLOG_FINISH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_RECOVERY_WAIT_APPLIER_BACKLOG_START - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_REGISTER_TRX_TO_WAIT_FOR_DEPENDENCIES_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_REGISTER_TRX_TO_WAIT_FOR_GROUP_PREPARE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_REGISTER_TRX_TO_WAIT_FOR_SYNC_BEFORE_EXECUTION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_RELEASE_BEGIN_TRX_AFTER_DEPENDENCIES_COMMIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_RELEASE_BEGIN_TRX_AFTER_WAIT_FOR_SYNC_BEFORE_EXEC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_RELEASE_COMMIT_AFTER_GROUP_PREPARE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_REPLICA_APPLIER_THREAD_ERROR_OUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_REPLICA_APPLIER_THREAD_UNBLOCKED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_REPLICA_IO_THD_PRIMARY_UNKNOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_REPLICA_IO_THREAD_ERROR_OUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_REPLICA_IO_THREAD_UNBLOCKED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_REPLICA_PRESERVE_COMMIT_ORDER_NOT_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_REPLICA_SQL_THD_ON_SECONDARY_MEMBER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_REPLICA_SQL_THD_PRIMARY_UNKNOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_REPLICA_THREAD_ERROR_ON_CLONE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_REPLICA_THREAD_ERROR_ON_SECONDARY_MEMBER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_REQUESTING_NON_MEMBER_SERVER_TO_LEAVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_RESET_APPLIER_MODULE_LOGS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SALVE_IO_THD_ON_SECONDARY_MEMBER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SEND_STATS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SEND_TRX_PREPARED_MESSAGE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SEND_TRX_SYNC_BEFORE_EXECUTION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SERVER_ALREADY_LEFT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SERVER_CONN_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SERVER_IS_ALREADY_LEAVING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SERVER_SET_TO_OFFLINE_MODE_DUE_TO_ERRORS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SERVER_SET_TO_READ_ONLY_DUE_TO_ERRORS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SERVER_UDF_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SESSION_OPEN_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SET_GRP_COMMUNICATION_ENG_LOGGER_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SET_MULTI_CONSENSUS_LEADER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SET_SINGLE_CONSENSUS_LEADER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SET_STABLE_TRANS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SINGLE_PRIM_MODE_NOT_ALLOWED_WITH_UPDATE_EVERYWHERE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SQL_SERVICE_COMM_SESSION_NOT_INITIALIZED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SQL_SERVICE_FAILED_TO_FETCH_SECURITY_CTX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SQL_SERVICE_FAILED_TO_INIT_SESSION_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SQL_SERVICE_FAILED_TO_RUN_SQL_QUERY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SQL_SERVICE_MAX_CONN_ERROR_FROM_SERVER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SQL_SERVICE_RETRIES_EXCEEDED_ON_SESSION_STATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SQL_SERVICE_SERVER_ACCESS_DENIED_FOR_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SQL_SERVICE_SERVER_ERROR_ON_CONN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SQL_SERVICE_SERVER_INTERNAL_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SQL_SERVICE_SERVER_SESSION_KILLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SRV_BLOCKED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SRV_BLOCKED_FOR_SECS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SRV_NOT_ONLINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SRV_ONLINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SRV_PRIMARY_MEM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SRV_SECONDARY_MEM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SSL_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_START_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_START_GRP_RPL_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_STARTED_AUTO_REJOIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_STARTING_GRP_REC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_STOPPING_GRP_REC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SUPER_READ_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SUPER_READ_ON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_SUPER_READ_ONLY_ACTIVATE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_TIMEOUT_ON_VIEW_AFTER_JOINING_GRP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_TIMEOUT_RECEIVED_VC_LEAVE_ON_REJOIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_TIMEOUT_RECEIVED_VC_ON_REJOIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_TIMEOUT_RECEIVING_VIEW_CHANGE_ON_SHUTDOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_TRANS_GREATER_THAN_GRP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_TRANS_NOT_PRESENT_IN_GRP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_TRANS_SIZE_EXCEEDS_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_TRANS_WRITE_SET_EXTRACT_DIFF_FROM_GRP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_TRX_ALREADY_EXISTS_ON_TCM_ON_AFTER_CERTIFICATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_TRX_DOES_NOT_EXIST_ON_TCM_ON_HANDLE_REMOTE_PREPARE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_TRX_WAIT_FOR_GROUP_GTID_EXECUTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_TRX_WAIT_FOR_GROUP_PREPARE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_TRX_WAIT_FOR_SYNC_BEFORE_EXECUTION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UDF_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UDF_REGISTER_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UDF_REGISTER_SERVICE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UDF_UNREGISTER_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UNABLE_TO_CERTIFY_PLUGIN_TRANS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UNABLE_TO_CONVERT_EVENT_TO_PACKET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UNABLE_TO_CONVERT_PACKET_TO_EVENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UNABLE_TO_ENSURE_EXECUTION_REC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UNABLE_TO_EVALUATE_APPLIER_STATUS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UNABLE_TO_INIT_COMMUNICATION_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UNABLE_TO_KILL_CONN_REC_DONOR_APPLIER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UNABLE_TO_KILL_CONN_REC_DONOR_FAILOVER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UNABLE_TO_RESET_SERVER_READ_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UNBLOCK_CERTIFIED_TRANS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UNBLOCK_WAITING_THD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UNKNOWN_GRP_RPL_APPLIER_PIPELINE_REQUESTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UNREACHABLE_MAJORITY_TIMEOUT_FOR_MEMBER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UNSUPPORTED_TRANS_ISOLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UPDATE_GRPGTID_EXECUTED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UPDATE_GRPGTID_VIEW_CHANGE_UUID_EXECUTED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UPDATE_GTID_SET_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UPDATE_LAST_CONFLICT_FREE_TRANS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UPDATE_SERV_CERTIFICATE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_UPDATE_TRANS_SNAPSHOT_REF_VER_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_VCLE_NOT_BEING_LOGGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_VIEW_CHANGE_UUID_DIFF_FROM_GRP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_VIEW_CHANGE_UUID_FAIL_GET_VARIABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_VIEW_CHANGE_UUID_INVALID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_VIEW_CHANGE_UUID_IS_SAME_AS_ANONYMOUS_TO_GTID_UUID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_VIEW_CHANGE_UUID_PARSE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_VIEW_CHANGE_UUID_SAME_AS_GROUP_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_WAIT_FOR_DEPENDENCIES_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_WAITING_FOR_VIEW_UPDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_WHILE_SENDING_MSG_REC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_WRITE_IDENT_HASH_BASE64_ENCODING_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_RPL_WRITE_TO_TRANSACTION_MESSAGE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_TRX_CONSISTENCY_AFTER_ON_TRX_BEGIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_TRX_CONSISTENCY_BEFORE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_TRX_CONSISTENCY_BEGIN_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GRP_TRX_CONSISTENCY_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_ALREADY_ADDED_BY_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_EXECUTED_WAS_UPDATED - 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_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_MODE_ON_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON - 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_TAG_GTID_MODE_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_NEXT_TYPE_UNDEFINED_GTID - 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_PURGED_WAS_UPDATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_UNSAFE_ALTER_ADD_COL_WITH_DEFAULT_EXPRESSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_GTID_UNSAFE_BINLOG_SPLITTABLE_STATEMENT_AND_ASSIGNED_GTID - 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_HANDLERTON_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HANDSHAKE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HEALTH_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HEALTH_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HEALTH_WARNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HEALTH_WARNING_DISK_USAGE_LEVEL_1 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HEALTH_WARNING_DISK_USAGE_LEVEL_2 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HEALTH_WARNING_DISK_USAGE_LEVEL_3 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HEALTH_WARNING_MEMORY_USAGE_LEVEL_1 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HEALTH_WARNING_MEMORY_USAGE_LEVEL_2 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HEALTH_WARNING_MEMORY_USAGE_LEVEL_3 - 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_HOSTNAME_DOESNT_RESOLVE_TO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HOSTNAME_RESEMBLES_IPV4 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HOSTNAME_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HOSTNAME_TRUNKATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_HYPERGRAPH_NOT_SUPPORTED_YET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_I_S_SKIPPED_TABLESPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_BUFFER_POOL_FULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_BUFFER_POOL_OVERUSE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_BULK_FLUSHER_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_BULK_FLUSHER_PUNCH_HOLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_BULK_LOAD_MERGE_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_BULK_LOAD_STATS_WARN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_BULK_LOAD_SUBTREE_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_BULK_LOAD_THREAD_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_CANNOT_UPGRADE_WITH_DISCARDED_TABLESPACES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_CLONE_GTID_PERSIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_CLONE_INTERNAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_CLONE_NON_INNODB_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_CLONE_OPERATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_CLONE_PUNCH_HOLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_CLONE_RESTART - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_CLONE_SQL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_CLONE_START_STOP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_CLONE_STATUS_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_CLONE_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_CLONE_USER_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_CLONE_VALIDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_DBLWR_BYTES_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_DBLWR_DECOMPRESS_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_DBLWR_DECRYPT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_DBLWR_KEY_MISSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_DDL_CONVERT_HEAP_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_DICT_INVALID_COLUMN_POSITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_DICT_LOG_TABLE_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_DUPLICATE_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_ACCESSING_OUT_OF_BOUND_FIELD_IN_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_CORRUPT_TABLESPACE_UNRECOVERABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_DDL_LOG_INSERT_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_FOUND_N_DUPLICATE_KEYS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_FOUND_N_RECORDS_WRONG_ORDER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_INDEX_DUPLICATE_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_INDEX_RECORDS_WRONG_ORDER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_LOG_PARSING_BUFFER_OVERFLOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_NOT_ENOUGH_MEMORY_FOR_PARSE_BUFFER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_PAGE_ARCH_DBLWR_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_PAGE_ARCH_INVALID_DOUBLE_WRITE_BUF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_PAGE_ARCH_INVALID_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_PAGE_ARCH_RECOVERY_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_PARALLEL_READ_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_RECOVERY_REDO_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_SCHED_SETAFFNINITY_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_TEMP_TABLESPACE_DIR_CONTAINS_SEMICOLON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_TEMP_TABLESPACE_DIR_DOESNT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_TEMP_TABLESPACE_DIR_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_TEMP_TABLESPACE_DIR_SUBDIR_OF_DATADIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_UNKNOWN_PAGE_FETCH_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_ZLIB_BUF_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_ZLIB_DATA_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_ZLIB_MEM_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_ZLIB_UNCOMPRESS_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_ERR_ZLIB_UNKNOWN_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_FAILED_TO_DELETE_TABLESPACE_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_FIXED_PAGE_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_HIDDEN_NAME_CONFLICT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_IMPORT_INDEX_METADATA_READ_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_IMPORT_START_CFG_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_INDEX_BUILDER_DONE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_INDEX_BUILDER_INIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_INDEX_LOADER_DONE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_INDEX_LOG_VERSION_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_INNODB_TBSP_OUT_OF_SPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_LOAD_BULK_CONCURRENCY_REDUCED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_LOB_ROLLBACK_INDEX_LEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_LOCK_VALIDATE_LATCH_ORDER_VIOLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_LONG_AHI_DISABLE_WAIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_LONG_ROLLBACK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_LONG_ROLLBACK_FULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_0 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_10 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_100 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1000 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1001 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1002 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1003 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1004 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1005 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1006 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1007 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1008 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1009 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_101 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1010 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1011 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1012 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1013 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1015 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1016 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1017 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1018 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1019 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_102 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1020 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1021 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1022 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1023 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1024 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1025 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1026 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1027 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1028 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1029 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_103 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1030 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1031 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1032 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1033 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1034 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1035 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1036 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1037 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1038 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1039 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_104 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1040 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1041 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1042 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1043 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1044 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1045 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1046 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1047 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1048 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1049 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_105 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1051 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1052 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1053 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1054 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1055 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1056 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1057 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1058 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1059 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_106 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1060 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1065 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_107 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1070 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1071 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1072 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1073 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1074 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1075 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1076 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1077 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1078 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1079 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_108 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1080 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1081 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1082 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1083 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1085 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1086 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1087 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1088 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1089 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_109 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1090 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1091 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1092 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1093 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1094 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1095 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1096 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1097 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1098 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1099 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_11 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_110 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1100 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1101 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1102 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1103 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1104 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1105 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1107 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1108 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1109 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_111 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1110 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1111 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1112 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1113 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1114 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1115 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1116 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1117 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1119 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_112 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1120 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1121 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1122 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1123 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1124 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1125 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1126 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1127 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1128 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1129 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1130 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1131 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1132 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1133 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1134 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1139 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1142 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1144 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1145 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1146 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1147 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1148 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1149 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1150 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1151 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1152 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1154 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1155 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1156 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1157 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1158 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1159 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1160 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1161 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1162 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1163 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1164 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1165 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1177 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1178 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1179 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1180 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1181 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1182 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1183 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1185 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1186 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1187 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1188 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1189 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_119 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1191 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1192 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1193 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1194 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1195 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1196 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1197 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1198 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1199 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_12 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_120 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1200 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1201 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1202 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1203 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1204 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1205 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1206 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1207 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1208 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1209 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_121 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1210 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1211 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1212 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1213 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1214 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1215 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1217 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1218 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1219 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_122 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1220 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1221 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1222 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1223 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1224 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1225 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1226 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1227 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1228 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1229 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_123 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1231 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1233 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1235 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1238 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1239 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_124 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1241 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1245 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1246 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1247 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1248 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1249 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_125 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1250 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1251 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1253 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1255 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1256 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1257 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1258 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1259 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_126 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1260 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1261 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1262 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1263 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1266 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1268 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1269 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_127 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1272 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1273 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1274 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1275 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1277 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_128 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1280 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1281 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1282 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1283 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1284 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1285 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_129 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_13 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_130 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_131 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_132 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_133 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_134 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_135 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1357 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1358 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1359 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_136 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_137 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1372 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1373 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1374 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1375 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_138 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_1381 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_139 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_14 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_140 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_141 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_142 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_143 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_144 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_145 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_146 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_147 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_148 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_15 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_156 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_157 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_158 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_159 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_16 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_160 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_161 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_162 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_163 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_164 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_165 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_166 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_167 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_168 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_169 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_17 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_170 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_171 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_172 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_173 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_174 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_175 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_176 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_177 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_178 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_179 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_18 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_180 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_182 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_183 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_184 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_187 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_188 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_189 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_19 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_190 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_191 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_192 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_193 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_194 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_195 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_196 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_197 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_198 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_199 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_2 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_20 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_200 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_201 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_202 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_203 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_204 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_205 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_206 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_207 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_208 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_209 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_21 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_210 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_211 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_212 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_213 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_214 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_215 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_216 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_217 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_218 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_219 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_22 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_220 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_221 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_222 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_223 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_224 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_225 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_226 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_229 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_23 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_230 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_231 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_232 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_233 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_234 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_235 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_236 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_237 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_238 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_239 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_24 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_240 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_241 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_242 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_243 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_244 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_245 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_246 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_247 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_248 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_249 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_25 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_250 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_251 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_252 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_253 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_254 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_255 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_256 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_257 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_258 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_259 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_26 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_260 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_261 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_262 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_263 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_264 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_265 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_266 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_267 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_268 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_269 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_27 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_270 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_271 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_272 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_273 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_278 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_28 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_280 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_281 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_282 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_283 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_284 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_285 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_287 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_288 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_289 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_29 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_291 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_292 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_293 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_294 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_295 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_296 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_297 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_298 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_299 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_3 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_30 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_300 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_301 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_303 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_304 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_305 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_306 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_307 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_308 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_309 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_310 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_311 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_312 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_313 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_314 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_315 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_316 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_317 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_318 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_319 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_32 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_320 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_321 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_322 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_323 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_324 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_325 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_326 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_328 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_329 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_33 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_330 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_331 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_332 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_333 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_334 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_335 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_336 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_337 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_338 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_339 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_34 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_340 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_341 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_342 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_343 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_344 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_345 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_346 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_347 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_348 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_349 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_35 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_350 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_354 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_355 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_356 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_357 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_358 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_359 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_36 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_360 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_361 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_362 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_364 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_365 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_367 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_368 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_369 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_37 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_370 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_371 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_372 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_373 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_374 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_375 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_376 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_377 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_378 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_379 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_38 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_380 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_381 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_382 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_383 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_384 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_385 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_386 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_387 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_39 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_390 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_391 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_392 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_393 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_394 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_395 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_396 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_397 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_398 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_399 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_4 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_40 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_401 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_402 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_403 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_404 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_405 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_406 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_407 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_408 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_409 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_41 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_410 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_411 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_412 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_413 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_414 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_415 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_416 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_417 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_418 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_419 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_42 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_420 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_421 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_422 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_423 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_424 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_425 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_426 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_427 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_428 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_429 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_43 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_430 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_431 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_432 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_433 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_434 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_435 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_436 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_437 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_438 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_439 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_44 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_440 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_441 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_442 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_443 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_445 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_446 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_447 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_448 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_449 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_45 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_450 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_451 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_452 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_453 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_454 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_455 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_456 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_457 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_458 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_459 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_46 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_460 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_461 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_462 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_463 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_464 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_465 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_466 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_467 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_468 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_469 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_47 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_470 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_471 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_472 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_473 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_474 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_475 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_476 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_477 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_478 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_479 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_48 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_480 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_481 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_482 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_483 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_484 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_485 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_486 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_487 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_488 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_489 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_49 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_490 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_491 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_492 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_493 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_494 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_495 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_496 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_497 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_498 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_499 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_5 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_50 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_500 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_501 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_502 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_503 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_504 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_505 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_506 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_507 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_508 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_509 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_51 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_510 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_511 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_512 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_513 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_514 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_515 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_516 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_517 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_518 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_519 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_52 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_520 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_521 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_522 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_523 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_524 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_525 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_526 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_527 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_53 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_530 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_531 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_532 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_533 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_534 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_537 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_538 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_539 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_54 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_540 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_541 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_543 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_544 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_545 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_546 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_547 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_548 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_549 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_55 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_550 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_551 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_552 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_553 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_554 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_555 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_556 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_557 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_558 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_559 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_56 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_560 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_561 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_562 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_563 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_564 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_566 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_567 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_568 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_569 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_57 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_570 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_571 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_573 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_574 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_578 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_579 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_57_STAT_SPACE_DELETE_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_57_UNDO_SPACE_DELETE_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_58 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_580 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_581 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_582 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_583 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_584 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_585 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_586 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_587 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_588 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_589 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_59 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_590 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_591 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_592 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_593 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_594 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_595 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_596 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_597 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_598 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_599 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_6 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_60 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_600 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_601 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_602 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_603 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_604 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_605 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_606 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_607 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_608 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_609 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_61 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_611 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_612 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_613 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_614 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_615 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_616 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_617 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_619 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_62 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_623 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_624 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_626 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_627 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_628 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_629 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_63 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_630 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_631 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_632 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_633 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_634 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_635 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_636 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_637 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_638 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_639 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_64 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_642 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_643 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_644 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_645 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_646 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_647 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_648 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_649 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_65 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_650 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_651 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_652 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_654 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_655 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_656 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_657 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_658 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_659 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_66 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_660 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_661 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_662 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_663 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_67 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_68 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_69 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_694 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_695 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_696 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_697 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_699 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_7 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_70 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_707 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_708 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_709 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_71 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_710 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_711 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_712 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_713 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_714 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_715 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_716 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_718 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_719 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_72 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_720 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_722 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_723 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_724 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_725 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_726 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_727 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_728 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_73 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_737 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_738 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_739 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_74 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_740 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_741 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_742 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_743 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_744 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_745 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_746 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_747 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_748 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_749 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_75 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_750 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_751 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_752 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_753 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_754 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_755 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_756 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_757 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_758 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_759 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_76 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_760 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_761 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_762 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_763 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_764 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_765 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_766 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_767 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_768 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_769 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_77 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_770 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_771 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_772 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_773 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_774 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_775 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_776 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_777 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_778 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_779 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_78 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_780 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_781 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_782 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_783 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_784 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_785 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_786 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_787 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_788 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_789 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_79 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_790 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_791 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_792 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_793 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_794 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_795 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_796 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_797 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_798 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_799 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_8 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_80 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_800 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_801 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_802 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_803 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_804 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_805 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_806 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_807 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_808 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_809 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_81 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_810 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_811 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_812 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_813 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_814 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_815 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_816 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_817 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_818 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_819 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_82 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_820 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_821 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_822 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_823 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_824 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_825 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_826 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_827 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_828 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_829 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_83 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_830 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_831 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_832 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_833 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_834 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_835 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_836 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_837 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_838 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_839 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_84 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_840 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_841 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_842 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_844 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_845 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_847 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_848 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_849 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_85 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_850 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_851 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_852 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_853 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_854 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_855 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_856 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_857 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_858 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_859 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_86 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_860 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_861 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_862 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_863 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_864 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_865 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_866 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_867 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_868 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_869 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_870 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_871 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_872 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_873 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_874 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_875 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_876 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_877 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_878 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_879 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_880 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_881 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_882 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_883 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_884 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_885 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_886 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_887 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_888 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_889 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_890 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_891 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_892 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_893 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_894 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_895 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_896 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_897 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_898 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_899 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_9 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_900 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_901 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_902 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_903 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_904 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_905 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_906 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_907 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_908 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_909 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_910 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_911 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_912 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_913 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_914 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_915 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_916 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_917 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_918 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_919 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_920 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_921 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_922 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_923 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_924 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_925 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_926 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_927 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_928 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_929 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_930 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_931 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_932 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_933 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_934 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_935 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_936 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_937 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_938 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_939 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_940 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_941 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_942 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_943 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_944 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_945 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_946 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_948 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_949 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_95 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_950 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_951 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_952 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_953 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_954 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_955 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_956 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_957 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_958 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_959 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_96 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_960 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_961 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_962 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_963 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_964 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_965 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_966 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_967 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_968 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_969 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_97 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_970 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_971 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_972 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_973 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_974 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_975 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_976 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_977 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_978 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_979 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_98 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_980 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_981 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_982 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_983 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_984 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_985 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_986 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_987 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_988 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_989 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_99 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_990 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_991 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_992 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_993 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_994 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_995 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_996 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_997 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_998 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_999 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_BAD_DBLWR_FILE_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_BTREE_LEVEL_LIMIT_EXCEEDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_BUF_PENDING_IO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_BUF_PENDING_IO_ON_SHUTDOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_BUF_POOL_RESIZE_CODE_STATUS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_BUF_POOL_RESIZE_COMPLETE_CUR_CODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_BUF_POOL_RESIZE_PROGRESS_UPDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_CANNOT_FIND_DD_UNDO_SPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_CANNOT_OPEN_57_UNDO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_CANT_DECRYPT_REDO_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_CANT_ENCRYPT_REDO_LOG_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_CLEAR_INSTANT_DROP_COLUMN_METADATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_CLOCK_GETTIME_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_CLOCK_MONOTONIC_UNSUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_CLONE_DDL_APPLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_CLONE_DDL_INVALIDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_CLONE_DDL_NTFN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_CREATED_UNDO_SPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DATA_DIRECTORY_NOT_INITIALIZED_OR_CORRUPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1285 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1286 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1287 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1288 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1290 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1293 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1294 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1295 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1296 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1297 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1298 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1300 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1301 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1304 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1305 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1306 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1307 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1308 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1309 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1310 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1311 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1312 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1313 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1314 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1315 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1316 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1317 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1318 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1320 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1321 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1323 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1324 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1325 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1326 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_1327 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_LOAD_WRONG_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DBLWR_OPEN_OR_CREATE_WRONG_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DDL_FAIL_NO_BUILDER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DDL_LOG_DELETE_BY_ID_OK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DDL_LOG_DELETE_BY_ID_TMCT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DDL_LOG_FAIL_POST_DDL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DEPRECATED_INNODB_UNDO_TABLESPACES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DICT_PARTITION_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DOWNGRADE_PARTITION_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_DROPPED_UNDO_SPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_ERROR_OPENING_NEW_UNDO_SPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_FAIL_TO_SAVE_SPACE_STATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_FAILED_SDI_Z_BUF_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_FAILED_SDI_Z_MEM_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_FAILED_TO_ALLOCATE_WAIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_FAILED_TO_FINISH_TRUNCATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_FIL_STATE_MOVED_CHANGED_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_FIL_STATE_MOVED_CHANGED_PATH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_FIL_STATE_MOVED_CORRECTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_FIL_STATE_MOVED_TOO_MANY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_FILE_RESIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_FOUND_WRONG_UNDO_SPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_GENERAL_TABLESPACE_UNDER_DATADIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_GTID_FLUSH_AT_SHUTDOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_IBUF_CURSOR_RESTORATION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_IBUF_FAILED_TO_RESTORE_POSITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_IGNORE_SCAN_PATH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_IMPLICIT_TABLESPACE_IN_DATADIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_INCORRECT_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_INJECT_CRASH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_INJECT_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_INNODB_END_INITIALIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_INNODB_FLUSH_METHOD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_INNODB_START_INITIALIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_INVALID_LOCATION_FOR_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_INVALID_LOCATION_FOR_TABLESPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_INVALID_LOCATION_WRONG_DB - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_INVALID_PAGE_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOCK_FREE_HASH_USAGE_STATS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_CHECKPOINT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_CORRUPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_DIFFERENT_FORMATS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_FOREIGN_UUID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_FORMAT_TOO_NEW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_FORMAT_TOO_OLD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_FORMAT_UNKNOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_HEADER_INVALID_CHECKSUM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_HEADER_READ_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_INVALID_LSN_RANGES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_INVALID_START_LSN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_IS_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_MARK_AS_UNUSED_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_MARK_CURRENT_AS_INCOMPLETE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_MISSING_FOR_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_OPEN_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_OS_CREATE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_PREPARE_ON_CREATE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_REMOVE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_RENAME_ON_CREATE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_RESIZE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_SIZE_INVALID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_TOO_BIG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_TOO_SMALL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_TRUNCATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_UNUSED_MARK_AS_IN_USE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_UNUSED_REMOVE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_UNUSED_RENAME_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILE_UNUSED_RESIZE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILES_CANNOT_ENCRYPT_IN_READ_ONLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILES_CAPACITY_CHANGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILES_CREATE_AND_READ_ONLY_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILES_CREATED_BY_CLONE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILES_CREATED_BY_CLONE_AND_READ_ONLY_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILES_CREATED_BY_MEB - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILES_CREATED_BY_MEB_AND_READ_ONLY_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILES_CREATED_BY_UNKNOWN_CREATOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILES_DIFFERENT_SIZES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILES_ENCRYPTION_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILES_FOUND_MISSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILES_INITIALIZED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILES_INVALID_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILES_RESIZE_CANCELLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILES_RESIZE_FINISHED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILES_RESIZE_ON_START - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILES_RESIZE_REQUESTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILES_REWRITING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FILES_UPGRADE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FORMAT_BEFORE_5_7_9 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FORMAT_BEFORE_8_0_30 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FORMAT_OLD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FORMAT_OLD_AND_LOG_CORRUPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_FORMAT_OLD_AND_NO_CLEAN_SHUTDOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_INIT_DIR_LIST_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_INIT_DIR_MISSING_SUBDIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_INIT_DIR_NOT_EMPTY_WONT_INITIALIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_PARAMS_CONCURRENCY_MARGIN_UNSAFE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_PARAMS_DEDICATED_SERVER_IGNORED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_PARAMS_FILE_SIZE_UNUSED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_PARAMS_LEGACY_USAGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_PARAMS_N_FILES_UNUSED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_PFS_ACQUIRE_SERVICES_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_PFS_CREATE_TABLES_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_PRE_8_0_30_MISSING_FILE0 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_UPGRADE_CLONED_DB - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_UPGRADE_CORRUPTION__UNEXPECTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_UPGRADE_FORCED_RECV - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_UPGRADE_IN_READ_ONLY_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_UPGRADE_UNINITIALIZED_FILES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_WRITER_ABORTS_LOG_ARCHIVER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_WRITER_ENTERED_EXTRA_MARGIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_WRITER_EXITED_EXTRA_MARGIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_WRITER_OUT_OF_SPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_WRITER_WAIT_ON_CONSUMER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_WRITER_WAIT_ON_NEW_LOG_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_WRITER_WAITING_FOR_ARCHIVER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_LOG_WRITER_WRITE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_MADV_DONTDUMP_UNSUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_MADVISE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_MASTER_KEY_ROTATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_MAX_UNDO_SPACES_REACHED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_NO_ENCRYPT_PROGRESS_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_NOT_END_WITH_IBU - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_PAGE_ARCH_NO_RESET_POINTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_PAR_RSEG_INIT_COMPLETE_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_PAR_RSEG_INIT_TIME_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_PARSE_OLD_REDO_INDEX_VERSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_POST_RECOVER_DDL_LOG_RECOVER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_POST_RECOVER_POST_TS_ENCRYPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_RECOVERY_CHECKPOINT_FROM_BEFORE_CLEAN_SHUTDOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_RECOVERY_CHECKPOINT_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_RECOVERY_CHECKPOINT_OUTSIDE_LOG_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_RECOVERY_CORRUPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_RECOVERY_IN_READ_ONLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_RECOVERY_IS_NEEDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_RECOVERY_NO_SPACE_IN_REDO_LOG__SKIP_IBUF_MERGES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_RECOVERY_NO_SPACE_IN_REDO_LOG__UNEXPECTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_RECOVERY_SKIPPED_IN_READ_ONLY_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_REENCRYPTED_GENERAL_TABLESPACE_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_REENCRYPTED_TABLESPACE_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_RESUME_OP_FOR_SPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_SCANNING_TEMP_TABLESPACE_DIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_SDI_Z_STREAM_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_SDI_Z_UNKNOWN_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_SKIP_HIDDEN_DIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_STATS_SAMPLING_TOO_LARGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_SUBMIT_DETAILED_BUG_REPORT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_THREAD_CONCURRENCY_CHANGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_TOO_LONG_PATH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_TRX_RECOVERY_ROLLBACK_COMPLETED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_TRX_RECOVERY_ROLLBACK_NOT_COMPLETED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_TRYING_TO_OPEN_FILE_FOR_LONG_TIME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_UNDO_ALTERED_ACTIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_UNDO_ALTERED_INACTIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_UNDO_ENCRYPTION_INFO_LOADED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_UNDO_MARKED_ACTIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_UNDO_MARKED_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_UNDO_MARKED_FOR_TRUNCATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_UNDO_TRUNCATE_COMPLETE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_UNDO_TRUNCATE_DELAY_BY_CLONE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_UNDO_TRUNCATE_DELAY_BY_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_UNDO_TRUNCATE_DELAY_BY_LOG_CREATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_UNDO_TRUNCATE_DELAY_BY_MDL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_UNDO_TRUNCATE_FAIL_TO_READ_LOG_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_UNDO_TRUNCATE_START - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_UNDO_TRUNCATE_TOO_OFTEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_UNEXPECTED_FILE_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_UNPROTECTED_LOCATION_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_UPGRADE_PARTITION_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_UPGRADE_PARTITION_FILE_IMPORT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_USING_UNDO_SPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_WAIT_FOR_ENCRYPT_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_MSG_WRONG_TABLESPACE_DIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_PARALLEL_READER_WORKER_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_PRIMARY_KEY_IS_INSTANT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_RDBLWR_BYTES_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_RECV_FIRST_REC_GROUP_INVALID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_RELOCK_LATCH_ORDER_VIOLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_RESURRECT_ACQUIRE_TABLE_LOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_RESURRECT_IDENTIFY_TABLE_TO_LOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_RESURRECT_RECORD_COMPLETE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_RESURRECT_RECORD_PROGRESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_RESURRECT_TRX_INSERT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_RESURRECT_TRX_INSERT_COMPLETE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_RESURRECT_TRX_UPDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_RESURRECT_TRX_UPDATE_COMPLETE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_SELECT_COUNT_STAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_SYNC_READ_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_TABLESPACE_PATH_VALIDATION_SKIPPED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_TMP_TABLESPACE_CANNOT_CREATE_DIRECTORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_UNABLE_TO_EXPAND_TEMPORARY_TABLESPACE_POOL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_WARN_ACCESSING_NONEXISTINC_SPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_WARN_MANY_NON_LRU_FILES_OPENED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_WARN_OPEN_PARTITION_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_WRN_ENCRYPTION_INFO_SIZE_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_WRN_FAILED_TO_ACQUIRE_SERVICE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_WRN_FAST_SHUTDOWN_REDO_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_WRN_IGNORE_REDO_LOG_CAPACITY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_WRN_OLD_GEOMETRY_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_WRN_PAGE_ARCH_FLUSH_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_WRN_REDO_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_WRN_REDO_ENABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_WRONG_PAGE_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IB_WRONG_PAGEID_AFTER_SYNC_READ - 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_IDENT_CAUSES_TOO_LONG_PATH_IN_UPGRADE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IDENTIFIED_BY_UNSUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IF_NOT_EXISTS_UNSUPPORTED_TRG_EXISTS_ON_DIFFERENT_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IF_NOT_EXISTS_UNSUPPORTED_UDF_NATIVE_FCT_NAME_COLLISION - 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_PRIVILEGE_LEVEL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ILLEGAL_REFERENCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ILLEGAL_USER_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ILLEGAL_VALUE_FOR_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IMP_INCOMPATIBLE_CFG_VERSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IMP_INCOMPATIBLE_DD_VERSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IMP_INCOMPATIBLE_MYSQLD_VERSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IMP_INCOMPATIBLE_SDI_VERSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IMP_NO_FILES_MATCHED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IMP_SCHEMA_DOES_NOT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IMP_TABLE_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IMPLICIT_COMPARISON_FOR_JSON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_IMPOSSIBLE_STRING_CONVERSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INCOMPATIBLE_TYPE_AGG - 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_CURRENT_PASSWORD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INCORRECT_GLOBAL_LOCAL_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INCORRECT_TYPE - 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_OTHER_THAN_PK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INDEX_TYPE_NOT_SUPPORTED_FOR_SPATIAL_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INFORMATION_SCHEMA_VERSION_CHANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INIT_BOOTSTRAP_COMPLETE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INIT_CANT_OPEN_BOOTSTRAP_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INIT_CREATING_DD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INIT_DATADIR_EXISTS_AND_NOT_WRITABLE_WONT_INITIALIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INIT_DATADIR_EXISTS_AND_PATH_TOO_LONG_WONT_INITIALIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INIT_DATADIR_EXISTS_WONT_INITIALIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INIT_DATADIR_NOT_EMPTY_WONT_INITIALIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INIT_FAILED_TO_GENERATE_ROOT_PASSWORD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INIT_GENERATING_TEMP_PASSWORD_FOR_ROOT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INIT_ROOT_WITHOUT_PASSWORD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_ACTIVE_INDEX_CHANGE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_AUTOEXTEND_SIZE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_CANNOT_CREATE_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_CANT_BUILD_INDEX_XLATION_TABLE_FOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_CANT_FIND_INDEX_IN_INNODB_DD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_CLOSING_CONNECTION_ROLLS_BACK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_CLUSTERED_INDEX_PRIVATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_COMPRESSION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_DIFF_IN_REF_LEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_DIRTY_WATER_MARK_NOT_LOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_ERROR_LOGGER_FATAL_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_ERROR_LOGGER_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_FAILED_TO_FIND_IDX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_FAILED_TO_FIND_IDX_FROM_DICT_CACHE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_FAILED_TO_FIND_IDX_WITH_KEY_NO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_FILES_SAME - 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_IDX_CNT_FEWER_THAN_DEFINED_IN_MYSQL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_IDX_CNT_MORE_THAN_DEFINED_IN_MYSQL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_IDX_COLUMN_CNT_DIFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_ILLEGAL_COLON_IN_POOL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_IMPORT_DROP_COL_METADATA_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_IMPORT_ENUM_NULL_TERMINATOR_MISSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_IMPORT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_IMPORT_WRONG_DROPPED_ENUM_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_IMPORT_WRONG_NUMBER_OF_INDEXES_TOO_HIGH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_IMPORT_WRONG_NUMBER_OF_INDEXES_ZERO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_INCOMPATIBLE_WITH_TABLESPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_INDEX_COLUMN_INFO_UNLIKE_MYSQLS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_INDEX_CORRUPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_INSTANT_ADD_DROP_NOT_SUPPORTED_MAX_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_INSTANT_ADD_NOT_SUPPORTED_MAX_FIELDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_INTERNAL_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_INVALID_AUTOEXTEND_SIZE_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_INVALID_INNODB_UNDO_DIRECTORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_INVALID_INNODB_UNDO_DIRECTORY_LOCATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_INVALID_LOG_GROUP_HOME_DIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_INVALID_MONITOR_COUNTER_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_INVALID_PAGE_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_IO_CAPACITY_EXCEEDS_MAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_IO_WRITE_ERROR_RETRYING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_IO_WRITE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_MANDATORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_MAX_ROW_VERSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_MONITOR_DEFAULT_VALUE_NOT_DEFINED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_MONITOR_IS_ENABLED - 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_ONLINE_LOG_TOO_BIG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_OUT_OF_RESOURCES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_PK_NOT_IN_MYSQL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_PK_ONLY_IN_MYSQL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_READ_ONLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_REDO_ARCHIVING_ENABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_REDO_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_REDO_LOG_ARCHIVE_ACTIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_REDO_LOG_ARCHIVE_DIR_CLASH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_REDO_LOG_ARCHIVE_DIR_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_REDO_LOG_ARCHIVE_DIR_PERMISSIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_REDO_LOG_ARCHIVE_DIRS_INVALID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_REDO_LOG_ARCHIVE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_REDO_LOG_ARCHIVE_FILE_CREATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_REDO_LOG_ARCHIVE_INACTIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_REDO_LOG_ARCHIVE_LABEL_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_REDO_LOG_ARCHIVE_NO_SUCH_DIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_REDO_LOG_ARCHIVE_SESSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_REDO_LOG_ARCHIVE_START_SUBDIR_PATH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_REDO_LOG_ARCHIVE_START_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_TRX_XLATION_TABLE_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_UNABLE_TO_ACQUIRE_DD_OBJECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_UNDO_LOG_FULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_UNKNOWN_COLLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_UNREGISTERED_TRX_ACTIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INNODB_USE_MONITOR_GROUP_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
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_INSTALL_COMPONENT_SET_NULL_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INSTALL_COMPONENT_SET_UNUSED_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INSTALL_PLUGIN_CONFLICT_CLIENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INSTALL_PLUGIN_CONFLICT_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INTERNAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INTERSECT_ALL_MAX_DUPLICATES_EXCEEDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_ADMIN_ADDRESS - 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_ASSIGNMENT_TARGET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_AUTHENTICATION_POLICY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_BITWISE_AGGREGATE_OPERANDS_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_BITWISE_OPERANDS_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_CAST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_CAST_POLYGON_RING_DIRECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_CAST_TO_GEOMETRY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_CAST_TO_JSON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_CHARACTER_STRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_CHARSET_AND_DEFAULT_IS_MB - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_COLLATION_FOR_CHARSET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_DD_OBJECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_DD_OBJECT_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_DD_OBJECT_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_DEFAULT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_DEFAULT_UTF8MB4_COLLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_ENCRYPTION_OPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_ENCRYPTION_REQUEST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_ERROR_LOG_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_FIELD_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_FILE_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_GEOJSON_CRS_NOT_TOP_LEVEL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_GEOJSON_MISSING_MEMBER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_GEOJSON_UNSPECIFIED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_GEOJSON_WRONG_TYPE - 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_INFO_IN_FRM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_INSTRUMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_JSON_ATTRIBUTE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_JSON_BINARY_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_JSON_CHARSET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_JSON_CHARSET_IN_FUNCTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_JSON_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_JSON_PATH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_JSON_PATH_ARRAY_CELL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_JSON_PATH_CHARSET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_JSON_PATH_WILDCARD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_JSON_TEXT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_JSON_TEXT_IN_PARAM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_JSON_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_JSON_VALUE_FOR_CAST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_JSON_VALUE_FOR_FUNC_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_MFA_OPERATIONS_FOR_PASSWORDLESS_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_MFA_PLUGIN_SPECIFIED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_MULTIPLE_CLAUSES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_NAMED_PIPE_FULL_ACCESS_GROUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_NO_OF_ARGS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_ON_UPDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_OPTION_CHARACTERS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_OPTION_END_CHARACTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_OPTION_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_OPTION_KEY_VALUE_PAIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_OPTION_START_CHARACTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_OPTION_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_OR_OLD_TABLE_OR_DB_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_PARAMETER_USE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_PLUGIN_FOR_REGISTRATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_PROPERTY_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_RPL_WILD_TABLE_FILTER_PATTERN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_SERVER_DOWNGRADE_NOT_PATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_SERVER_UPGRADE_NOT_LTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_THREAD_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_THREAD_PRIORITY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_TIME_ZONE_INTERVAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_TLS_VERSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_TYPE_FOR_JSON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_USE_OF_FORCE_OPTION - 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_USER_ATTRIBUTE_JSON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_USER_FOR_REGISTRATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_VALUE_FOR_ENFORCE_GTID_CONSISTENCY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_VALUE_OF_BIND_ADDRESSES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_VCPU_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_VCPU_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_INVALID_XPLUGIN_SOCKET_SAME_AS_SERVER - 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_IS_QUERY_INVALID_CLAUSE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_JSON_BAD_ONE_OR_ALL_ARG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_JSON_DOCUMENT_NULL_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_JSON_DOCUMENT_TOO_DEEP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_JSON_KEY_TOO_BIG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_JSON_PARSE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_JSON_SCHEMA_VALIDATION_ERROR_WITH_DETAILED_REPORT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_JSON_USED_AS_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_JSON_VACUOUS_PATH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_JSON_VALUE_OUT_OF_RANGE_FOR_FUNC_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_JSON_VALUE_TOO_BIG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_JT_MAX_NESTED_PATH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_JT_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KERBEROS_CREATE_USER - 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_KEYCACHE_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_ACCESS_DENIED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_CMK_ID_NOT_SET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_FAILED_TO_ACCESS_DATA_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_FAILED_TO_ACCESS_KEY_FROM_CONF_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_FAILED_TO_ACCESS_KEY_ID_FROM_CONF_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_FAILED_TO_ACCESS_OR_CREATE_KEYRING_DATA_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_FAILED_TO_ACCESS_OR_CREATE_KEYRING_DIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_FAILED_TO_CONNECT_KMS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_FAILED_TO_DECRYPT_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_FAILED_TO_ENCRYPT_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_FAILED_TO_FLUSH_KEYRING_TO_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_FAILED_TO_GENERATE_KEY_DUE_TO_INTERNAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_FAILED_TO_GENERATE_NEW_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_FAILED_TO_GET_KMS_CREDENTIAL_FROM_CONF_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_FAILED_TO_INIT_DUE_TO_INTERNAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_FAILED_TO_INIT_DUE_TO_PLUGIN_INTERNAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_FAILED_TO_OPEN_CONF_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_FAILED_TO_RE_ENCRYPT_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_FAILED_TO_RESTORE_FROM_BACKUP_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_FAILED_TO_ROTATE_CMK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_FAILED_TO_SET_CMK_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_FAILED_TO_SET_REGION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_FOUND_MALFORMED_BACKUP_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_INCORRECT_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_INCORRECT_PROXY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_INCORRECT_REGION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_INIT_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_INVALID_CONF_FILE_PATH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_INVALID_DATA_FILE_PATH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_INVALID_KEY_LENGTH_FOR_CIPHER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_AWS_UDF_AWS_KMS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_CHECK_KEY_FAILED_DUE_TO_EMPTY_KEY_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_CHECK_KEY_FAILED_DUE_TO_INVALID_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_COMPONENT_EXCEPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_COMPONENT_KEYRING_FILE_DECRYPT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_COMPONENT_KEYRING_FILE_INVALID_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_COMPONENT_KEYRING_FILE_JSON_EXTRACT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_COMPONENT_KEYRING_FILE_KEY_EXTRACT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_COMPONENT_KEYRING_FILE_NAME_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_COMPONENT_KEYRING_FILE_READ_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_COMPONENT_MEMORY_ALLOCATION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_COMPONENT_NOT_INITIALIZED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_FAILED_TO_FLUSH_KEYRING_TO_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_FAILED_TO_FLUSH_KEYS_TO_KEYRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_FAILED_TO_FLUSH_KEYS_TO_KEYRING_BACKUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_FAILED_TO_GET_FILE_STAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_FAILED_TO_LOAD_KEYRING_CONTENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_FAILED_TO_REMOVE_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_FAILED_TO_REMOVE_KEY_DUE_TO_EMPTY_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_FAILED_TO_RESTORE_FROM_BACKUP_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_FAILED_TO_TRUNCATE_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_FILE_IO_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_FOUND_MALFORMED_BACKUP_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_INCORRECT_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_INVALID_KEY_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_INVALID_KEY_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_KEY_FETCH_FAILED_DUE_TO_EMPTY_KEY_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_LOGGER_ERROR_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_MIGRATE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_MIGRATE_MEMORY_DEALLOCATION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_MIGRATE_SKIPPED_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_MIGRATION_EXTRA_OPTIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_MIGRATION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_MIGRATION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_MIGRATION_STATUS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_MIGRATION_SUCCESSFUL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OCI_HTTP_REQUEST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OCI_INVALID_JSON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OCI_PARSE_JSON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_CONNECTION_TO_SERVER_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_FAILED_TO_ACTIVATE_KEYS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_FAILED_TO_ADD_ATTRIBUTE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_FAILED_TO_FETCH_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_FAILED_TO_FIND_SERVER_ENTRY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_FAILED_TO_FIND_STANDBY_SERVER_ENTRY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_FAILED_TO_GENERATE_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_FAILED_TO_GENERATE_KEY_DUE_TO_INTERNAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_FAILED_TO_INIT_CLIENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_FAILED_TO_INIT_SSL_LAYER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_FAILED_TO_LOAD_KEY_UID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_FAILED_TO_LOAD_SSL_TRUST_STORE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_FAILED_TO_PARSE_CONF_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_FAILED_TO_REMOVE_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_FAILED_TO_RETRIEVE_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_FAILED_TO_RETRIEVE_KEY_SIGNATURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_FAILED_TO_SET_CERTIFICATE_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_FAILED_TO_SET_KEY_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_FAILED_TO_STORE_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_FAILED_TO_STORE_OR_GENERATE_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_INCORRECT_KEY_VAULT_CONFIGURED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_INIT_FAILED_DUE_TO_INCORRECT_CONF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_INIT_FAILED_DUE_TO_INTERNAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_INVALID_KEY_LENGTH_FOR_CIPHER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_INVALID_KEY_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_KEY_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OKV_STANDBY_SERVER_COUNT_EXCEEDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_OPERATION_FAILED_DUE_TO_INTERNAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_UDF_KEYRING_SERVICE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KEYRING_UNKNOWN_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KILL_DENIED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KILLED_THREADS_OF_PLUGIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_KILLING_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LANGUAGE_COMPONENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LANGUAGE_COMPONENT_CANNOT_UNINSTALL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LANGUAGE_COMPONENT_CONCURRENCY_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LANGUAGE_COMPONENT_CONVERSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LANGUAGE_COMPONENT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LANGUAGE_COMPONENT_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LANGUAGE_COMPONENT_INSTALL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LANGUAGE_COMPONENT_INTERNAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LANGUAGE_COMPONENT_INTERNAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LANGUAGE_COMPONENT_KEYWORD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LANGUAGE_COMPONENT_NOT_AVAILABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LANGUAGE_COMPONENT_RUNTIME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LANGUAGE_COMPONENT_SERVER_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LANGUAGE_COMPONENT_SET_SYSTEM_VARIABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LANGUAGE_COMPONENT_TIMEZONE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LANGUAGE_COMPONENT_UNSUPPORTED_LANGUAGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LANGUAGE_COMPONENT_UNSUPPORTED_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LANGUAGE_COMPONENT_VM_API_FUNCTION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LANGUAGE_COMPONENT_VM_INTERNAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LANGUAGE_COMPONENT_WARNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LATITUDE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LCTN_CHANGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LCTN_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_CERTIFICATE_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_COMMUNICATION_HOST_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_CONN_POOL_DEINITIALIZING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_CONN_POOL_INITIALIZING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_CONN_POOL_NOT_CREATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_CONNECTION_CREATOR_ENTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_CONNECTION_GET_LDAP_INFO_NULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_CONNECTION_POOL_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_CONNECTION_POOL_REINIT_ENTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_CONNECTION_PUSHED_TO_POOL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_CREATE_CONNECTION_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_CREATING_LDAP_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_DEINIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_DELETING_CONNECTION_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_DISTINGUISHED_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_FAILED_TO_CREATE_LDAP_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_FAILED_TO_CREATE_LDAP_OBJECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_FAILED_TO_CREATE_LDAP_OBJECT_CREATOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_FAILED_TO_CREATE_OR_GET_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_FAILED_TO_DEINITIALIZE_NOT_READY_POOL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_FAILED_TO_DEINITIALIZE_POOL_IN_RECONSTRUCT_STATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_FAILED_TO_ESTABLISH_TLS_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_FAILED_TO_GET_CONNECTION_AS_PLUGIN_NOT_READY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_FAILED_TO_INITIALIZE_POOL_IN_DEINIT_STATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_FAILED_TO_INITIALIZE_POOL_IN_INIT_STATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_FAILED_TO_INITIALIZE_POOL_IN_RECONSTRUCTING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_FAILED_TO_POOL_DEINIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_FAILED_TO_SEARCH_DN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_FAILED_TO_WRITE_PACKET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_FREEING_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_GETTING_CONNECTION_FROM_POOL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_GRP_DN_PARSING_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_GRP_INCORRECT_ATTRIBUTE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_GRP_INFO_FOUND_IN_MANY_OBJECTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_GRP_IS_FULL_DN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_GRP_NULL_ATTRIBUTE_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_GRP_OBJECT_HAS_USER_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_GRP_SEARCH_NOT_SPECIAL_HDL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_GRP_SEARCH_SPECIAL_HDL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_GRP_USER_OBJECT_HAS_GROUP_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_INFO_USER_MAP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_LDAP_INFO_NULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_LDAPS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_MAX_ALLOWED_CONNECTION_LIMIT_HIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_MAX_POOL_SIZE_SET_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_METHOD_TO_CLIENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_OBJECT_CREATE_TIMESTAMP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_OR_GROUP_RETRIEVAL_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_PLUGIN_FAILED_TO_READ_PACKET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_POOL_DISABLE_MAX_SIZE_ZERO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_POOL_GET_FAILED_TO_CREATE_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_POOL_REINITIALIZING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_POOLED_CONNECTION_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_RETURNING_CONNECTION_TO_POOL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_SASL_BIND_SUCCESS_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_SASL_PROCESS_SASL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_SASL_REQUEST_FROM_CLIENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_SEARCH_USER_GROUP_ATTR_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_SEARCHED_USER_GRP_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_SETTING_USERNAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_SKIPPING_USER_GROUP_SEARCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_STARTED_FOR_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_STARTING_TLS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_TLS_CONF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_TLS_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_USER_AUTH_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_USER_BIND_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_USER_FOUND_IN_MANY_GRPS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_USER_GROUP_SEARCH_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_USER_GROUP_SEARCH_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_USER_GROUP_SEARCH_ROOT_BIND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_USER_HAS_MULTIPLE_GRP_NAMES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_USER_NOT_FOUND_IN_ANY_GRP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_AUTH_ZERO_MAX_POOL_SIZE_UNCHANGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_EMPTY_USERDN_PASSWORD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_MAPPING_CHECK_DELIMI_QUOTE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_MAPPING_EMPTY_MAPPING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_MAPPING_GET_USER_PROXY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_MAPPING_GETTING_NEXT_MAPPING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_MAPPING_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_MAPPING_IS_QUOTE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_MAPPING_NO_SEPEARATOR_END_OF_GROUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_MAPPING_NON_DESIRED_STATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_MAPPING_PARSING_CURRENT_STATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_MAPPING_PARSING_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_MAPPING_PARSING_MAPPING_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_MAPPING_PROCESS_DELIMITER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_MAPPING_PROCESS_DELIMITER_COMMA_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_MAPPING_PROCESS_DELIMITER_EQUAL_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_MAPPING_PROCESS_DELIMITER_TRY_COMMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_MAPPING_PROCESS_MAPPING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_MAPPING_TRIMMING_SPACES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LDAP_MAPPING_USER_DONT_BELONG_GROUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_AVRO_CANNOT_PARSE_HEADER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_AVRO_DECODING_ERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_AVRO_ENUM_CANNOT_CONVERT_CHARSET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_AVRO_ENUM_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_AVRO_FILE_DATA_CORRUPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_AVRO_FILE_ENDS_UNEXPECTEDLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_AVRO_HEADER_METADATA_ERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_AVRO_HEADER_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_AVRO_HEADER_NO_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_AVRO_INVALID_BLOCK_RECORD_COUNT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_AVRO_INVALID_BLOCK_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_AVRO_INVALID_NAME_IN_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_AVRO_INVALID_UNION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_AVRO_NO_CODEC_IN_HEADER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_AVRO_SCHEMA_DEPTH_EXCEEDS_MAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_AVRO_TYPE_CANNOT_CONVERT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_AWS_AUTH_ERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_BAD_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_CANNOT_CONVERT_STRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_CHARSET_UNSUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_COL_IS_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_COL_IS_EMPTY_WARN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_COL_NOT_NULLABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_COLUMN_MAX_ERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_COLUMN_MISMATCH_ERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_CSV_PARSING_ERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_DATETIME_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_DECIMAL_OOM_ERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_DECIMAL_PRECISION_EXCEEDS_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_DECIMAL_UNKNOWN_ERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_DUPLICATE_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_EMPTY_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_EXCEEDS_MAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_EXCEEDS_MIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_FORMAT_HEADER_NO_MAGIC_BYTES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_INFER_FILE_HAS_NO_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_INFER_JSON_INVALID_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_INFER_NO_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_INFER_NO_FILES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_INFER_SCHEMA_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_INFER_WARN_GOT_EXCEPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_INVALID_JSON_FILE_FORMAT_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_JSON_FILE_FORMAT_WARN_INFER_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_JSON_PARSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_NO_FILES_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_PARQUET_CANNOT_LOCATE_OFFSET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_PARQUET_CANNOT_LOCATE_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_PARQUET_CANNOT_READ_HEADER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_PARQUET_CANT_OPEN_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_PARQUET_DECIMAL_CONVERSION_ERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_PARQUET_NON_UTF8_FILE_ENC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_PARQUET_ROW_GROUP_SIZE_EXCEEDS_MAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_PARQUET_SCHEMA_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_PARQUET_TYPE_CANNOT_CONVERT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_REAL_IS_NAN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_RESOURCE_PRINCIPAL_BUCKET_ERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_RESOURCE_PRINCIPAL_ERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_STRING_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_TOO_LARGE_ROW_ERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_TOO_LARGE_VALUE_ERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_USER_DATA_ACCESS_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_WARN_COL_MISSING_NOT_NULLABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_WARN_DECIMAL_ROUNDING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_WARN_EXCEEDS_MAX_TRUNCATING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_WARN_EXCEEDS_MIN_TRUNCATING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_WARN_INFER_SKIPPED_FILES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_WARN_INFER_SKIPPED_LINES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_WARN_INFER_USE_DEFAULT_COL_NAMES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LH_WARN_TRUNCATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LIMITED_PART_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOAD_BULK_DATA_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOAD_BULK_DATA_UNSORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOAD_BULK_DATA_WARN_NULL_TO_NOTNULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOAD_BULK_DATA_WARN_NULL_TO_NOTNULL_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOAD_BULK_DATA_WRONG_VALUE_FOR_FIELD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOAD_BULK_DATA_WRONG_VALUE_FOR_FIELD_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOAD_DATA_INFILE_FAILED_IN_UNEXPECTED_WAY - 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_NOWAIT - 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_ORDER_DEPENDENCIES_SYNTAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOCK_ORDER_FAILED_READ_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOCK_ORDER_FAILED_WRITE_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOCK_ORDER_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOCK_ORDER_MESSAGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOCK_ORDER_SCANNER_SYNTAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOCK_REFUSED_BY_ENGINE - 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_LOCKING_SERVICE_DEADLOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOCKING_SERVICE_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOCKING_SERVICE_WRONG_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_BIN_BETTER_WITH_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_CANNOT_PURGE_BINLOG_WITH_BACKUP_LOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_CANNOT_WRITE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_CANNOT_WRITE_EXTENDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_CLIENT_INTERACTION_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_COMPONENT_CANNOT_INIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_COMPONENT_FLUSH_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_FILE_CANNOT_OPEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_FILE_INVALID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_FILES_GIVEN_LOG_OUTPUT_IS_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_GENERAL_CANNOT_OPEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_IN_USE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_OUTPUT_CONTRADICTORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_PARTITION_PREFIX_KEY_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_PRINTF_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_PRIV_CHECKS_REQUIRE_ROW_FORMAT_NOT_SET - 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_LOG_SANITIZATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_SLOW_CANNOT_OPEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOG_SYSLOG_CANNOT_OPEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LONGITUDE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOWER_CASE_TABLE_NAMES_CS_DD_ON_CI_FS_UNSUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOWER_CASE_TABLE_NAMES_USING_0 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_LOWER_CASE_TABLE_NAMES_USING_2 - 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_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_MANDATORY_ROLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MASTER_KEY_ROTATION_BINLOG_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MASTER_KEY_ROTATION_NOT_SUPPORTED_BY_SE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MASTER_KEY_ROTATION_SE_UNAVAILABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
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_MDL_OUT_OF_RESOURCES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MECAB_CHARSET_LOADED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MECAB_CREATE_LATTICE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MECAB_CREATING_MODEL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MECAB_FAILED_TO_CREATE_MODEL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MECAB_FAILED_TO_CREATE_TRIGGER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MECAB_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MECAB_NOT_VERIFIED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MECAB_OOM_WHILE_PARSING_TEXT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MECAB_PARSE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MECAB_UNSUPPORTED_CHARSET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MESSAGE_AND_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MFA_METHOD_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MFA_METHOD_NOT_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MFA_METHODS_IDENTICAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MFA_METHODS_INVALID_ORDER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MFA_PLUGIN_NOT_LOADED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MFA_USER_ATTRIBUTES_CORRUPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MICROSECOND_TIMER_IS_NOT_AVAILABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MIGRATE_TABLE_TO_DD_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MISPLACED_INTO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MISSING_ACL_SYSTEM_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MISSING_CURRENT_PASSWORD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MISSING_GRANT_SYSTEM_TABLE - 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_JSON_TABLE_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MISSING_JSON_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MISSING_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MISSING_SKIP_REPLICA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MISSING_TABLESPACE_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
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_MIX_OF_GROUP_FUNC_AND_FIELDS_V2 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MIXING_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTA_CANT_PARALLEL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTA_CHANGE_SOURCE_CANT_RUN_WITH_GAPS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTA_EVENT_BIGGER_PENDING_JOBS_SIZE_MAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTA_FEATURE_IS_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTA_INCONSISTENT_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTA_RECOVERY_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTA_RESET_WORKERS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTA_UPDATED_DBS_GREATER_MAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MTR_MSG_1 - 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_CONSTRAINTS_WITH_SAME_NAME - 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_INTO_CLAUSES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MULTIPLE_JSON_VALUES - 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_MY_MALLOC_GETPROCADDRESS_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MY_MALLOC_LOADLIBRARY_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MY_MALLOC_USING_JEMALLOC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MY_MALLOC_USING_STD_MALLOC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MY_NET_WRITE_FAILED_FALLING_BACK_ON_STDERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MYINIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MYISAM_CHECK_METHOD_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MYISAM_CRASHED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MYISAM_CRASHED_ERROR_IN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MYISAM_CRASHED_ERROR_IN_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MYSQL_NATIVE_PASSWORD_SECOND_PASSWORD_USED_INFORMATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MYSQLBACKUP_CLIENT_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_MYSQLBACKUP_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NAME_BECOMES_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NANOSECOND_TIMER_IS_NOT_AVAILABLE - 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_LOG_ENTRY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NDB_LOG_ENTRY_WITH_PREFIX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NDB_REPLICATION_SCHEMA_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NDBINFO_NOT_UPGRADING_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NDBINFO_UPGRADING_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NDBINFO_UPGRADING_SCHEMA_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NEED_FILE_INSTEAD_OF_DIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NEED_LOG_BIN - 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_OK_PACKET_TOO_LARGE - 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_WAIT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NET_WAIT_ERROR2 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NET_WRITE_INTERRUPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NETWORK_NAMESPACE_FILE_PATH_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NETWORK_NAMESPACE_NOT_ALLOWED_FOR_WILDCARD_ADDRESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NETWORK_NAMESPACES_NOT_SUPPORTED - 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_NEW_ABORTING_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_ACCESS_TO_NATIVE_FCT - 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_CSV_NO_LOG_TABLES - 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_ERROR_LOG_PARSER_CONFIGURED - 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_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_PATH_FOR_SHARED_LIBRARY - 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_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_SECURE_TRANSPORTS_CONFIGURED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_SESSION_TEMP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_SUCH_DB - 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_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_SUPER_WITHOUT_USER_PLUGIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_SYSTEM_SCHEMA_ACCESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_SYSTEM_TABLE_ACCESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_SYSTEM_TABLE_ACCESS_FOR_DICTIONARY_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_SYSTEM_TABLE_ACCESS_FOR_SYSTEM_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_SYSTEM_TABLE_ACCESS_FOR_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_SYSTEM_TABLESPACE_ACCESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_SYSTEM_VIEW_ACCESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_TABLES_USED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NO_THD_NO_UUID - 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_BOOLEAN_EXPR_FOR_CHECK_CONSTRAINT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NON_DEFAULT_VALUE_FOR_GENERATED_COLUMN - 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_SCALAR_USED_AS_KEY - 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_NONPOSITIVE_RADIUS - 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_SERVER_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_ALLOWED_WITH_START_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOT_FORM_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOT_HINT_UPDATABLE_VARIABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOT_IMPLEMENTED_FOR_CARTESIAN_SRS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOT_IMPLEMENTED_FOR_GEOGRAPHIC_SRS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOT_IMPLEMENTED_FOR_PROJECTED_SRS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOT_IMPLEMENTED_GET_TABLESPACE_STATISTICS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOT_KEYFILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOT_RIGHT_NOW - 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_NOTE_COMPONENT_KEYRING_OCI_MISSING_NAME_OR_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOTE_COMPONENT_SLOT_DEREGISTRATION_SUCCESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOTE_COMPONENT_SLOT_REGISTRATION_SUCCESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOTE_KEYRING_COMPONENT_AES_DATA_IDENTIFIER_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOTE_KEYRING_COMPONENT_AES_INVALID_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOTE_KEYRING_COMPONENT_AES_INVALID_MODE_BLOCK_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOTE_KEYRING_COMPONENT_AES_OPERATION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOTE_KEYRING_COMPONENT_EMPTY_DATA_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOTE_KEYRING_COMPONENT_GENERATE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOTE_KEYRING_COMPONENT_INITIALIZED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOTE_KEYRING_COMPONENT_KEY_READ_ITERATOR_FETCH_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOTE_KEYRING_COMPONENT_KEY_READ_ITERATOR_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOTE_KEYRING_COMPONENT_KEYS_METADATA_ITERATOR_FETCH_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOTE_KEYRING_COMPONENT_KEYS_METADATA_ITERATOR_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOTE_KEYRING_COMPONENT_METADATA_ITERATOR_INVALID_OUT_PARAM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOTE_KEYRING_COMPONENT_NOT_INITIALIZED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOTE_KEYRING_COMPONENT_READ_DATA_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOTE_KEYRING_COMPONENT_REMOVE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOTE_KEYRING_COMPONENT_STORE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NOTE_KEYRING_COMPONENT_WRITE_MAXIMUM_DATA_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NPIPE_CANT_CREATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NPIPE_FAILED_TO_INIT_SECURITY_DESCRIPTOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NPIPE_FAILED_TO_SET_SECURITY_DESCRIPTOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NPIPE_PIPE_ALREADY_IN_USE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NULL_CANT_BE_PERSISTED_FOR_READONLY - 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_NUM_THREADS_STILL_ALIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_NUMERIC_JSON_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OBSOLETE_FILE_PRIVILEGE_FOR_REPLICATION_CHECKS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OBSOLETE_REQUIRE_ROW_FORMAT_VIOLATION - 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_IMPLEMENTED_FOR_SRID_0_AND_4326 - 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_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OOM_SAVE_GTIDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OPEN_AS_READONLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OPEN_ROLE_TABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OPERAND_COLUMNS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OPERATION_NOT_ALLOWED_ON_GR_SECONDARY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OPERATION_NOT_ALLOWED_WHILE_PRIMARY_CHANGE_IS_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OPT_WRONG_TREE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_OPTION_PREVENTS_STATEMENT - 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_PAGE_TRACKING_CANNOT_PURGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PAGE_TRACKING_NOT_STARTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PAGE_TRACKING_RANGE_NOT_TRACKED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARSE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARSE_ERROR_IN_DIGEST_FN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARSER_TRACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARSING_VIEW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PART_EXPR_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTIAL_REVOKE_AND_DB_GRANT_BOTH_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PARTIAL_REVOKES_EXIST - 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_HANDLER_ADMIN_MSG - 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_MOVE_CREATED_DUPLICATE_ROW_PLEASE_FIX - 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_PREFIX_KEY_NOT_SUPPORTED - 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_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_PASSWORD_ANONYMOUS_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PASSWORD_CANNOT_BE_RETAINED_ON_PLUGIN_CHANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PASSWORD_EXPIRATION_NOT_SUPPORTED_BY_AUTH_METHOD - 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_IN_DATADIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PATH_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PER_CHANNEL_RPL_FILTER_CONF_FOR_GRP_RPL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PERFORMANCE_SCHEMA_VERSION_CHANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PERFSCHEMA_COMPONENTS_INFRASTRUCTURE_BOOTSTRAP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PERFSCHEMA_COMPONENTS_INFRASTRUCTURE_SHUTDOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PERFSCHEMA_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PERFSCHEMA_TABLES_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PERSIST_ONLY_ACCESS_DENIED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PERSIST_OPTION_HOST_TRUNCATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PERSIST_OPTION_STATUS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PERSIST_OPTION_USER_TRUNCATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PERSISTED_VARIABLES_DECRYPTION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PERSISTED_VARIABLES_ENCRYPTION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PERSISTED_VARIABLES_KEYRING_SUPPORT_REQUIRED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PERSISTED_VARIABLES_LACK_KEYRING_SUPPORT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PERSISTED_VARIABLES_MASTER_KEY_CANNOT_BE_GENERATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PERSISTED_VARIABLES_MASTER_KEY_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PERSISTENT_PRIVILEGES_BOOTSTRAP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PFS_MALLOC_ARRAY_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PFS_MALLOC_ARRAY_OVERFLOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PFS_NOTIFICATION_FUNCTION_REGISTER_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PID_FILE_PRIV_DIRECTORY_INSECURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PID_FILEPATH_LOCATIONS_INACCESSIBLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PK_INDEX_CANT_BE_INVISIBLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGGABLE_PROTOCOL_COMMAND_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_BAD_OPTIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_CANNOT_BE_UNINSTALLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_CANT_LOAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_CANT_OPEN_PLUGIN_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_CANT_SET_PERSISTENT_OPTIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_COMMON_FAILED_TO_OPEN_FILTER_TABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_COMMON_FAILED_TO_OPEN_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_DELETE_BUILTIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_DID_NOT_DEINITIALIZE_THREADS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_EXCEPTION_OPERATION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_FAILED_DEINITIALIZATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_FAILED_TO_OPEN_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_FAILED_TO_OPEN_TABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_FORCING_SHUTDOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_HAS_CONFLICTING_SYSTEM_VARIABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_HAS_NONZERO_REFCOUNT_AFTER_DEINITIALIZATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_HAS_NONZERO_REFCOUNT_AFTER_SHUTDOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_INSTALL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_INVALID_TABLE_DEFINITION - 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_LOAD_OPTIONS_IGNORED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_LOAD_PARAMETER_TOO_LONG - 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_INSTALL_DUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_NO_UNINSTALL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_NOT_EARLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_NOT_EARLY_DUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_PARSING_OPTIONS_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_REGISTRATION_DONE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_REGISTRATION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_REQUIRES_REGISTRATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_SHUTTING_DOWN_PLUGIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_UNINSTALL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_UNKNOWN_VARIABLE_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_VARIABLE_MISSING_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_VARIABLE_NOT_ALLOCATED_THREAD_LOCAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGIN_VARIABLE_SET_READ_ONLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGINS_SHUTDOWN_END - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PLUGINS_SHUTDOWN_START - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_POINTLESS_WITHOUT_SLOWLOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_POLYGON_TOO_LARGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PREPARE_FOR_PRIMARY_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PREPARE_FOR_SECONDARY_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PREVENTS_VARIABLE_WITHOUT_RBR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PRIMARY_CANT_HAVE_NULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PRIVILEGE_DEREGISTRATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PRIVILEGE_REGISTRATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_PRIVILEGE_SYSTEM_INIT_FAILED - 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_PROTOCOL_COMPRESSION_RESET_LOG - 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_QUALIFY_WITHOUT_WINDOW_FUNCTION - 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_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_READ_LOG_EVENT_FAILED - 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_READING_TABLE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_READY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REALLY_RUN_AS_ROOT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RECORD_FILE_FULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RECOVERING_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REDUCED_DBLWR_FILE_CORRUPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REDUCED_DBLWR_PAGE_FOUND - 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_REGEX_NUMBER_TOO_BIG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_BAD_ESCAPE_SEQUENCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_BAD_INTERVAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_BUFFER_OVERFLOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_ILLEGAL_ARGUMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_INDEX_OUTOFBOUNDS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_INTERNAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_INVALID_BACK_REF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_INVALID_CAPTURE_GROUP_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_INVALID_FLAG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_INVALID_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_LOOK_BEHIND_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_MAX_LT_MIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_MISMATCHED_PAREN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_MISSING_CLOSE_BRACKET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_MISSING_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_MISSING_ICU_DATADIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_MISSING_RESOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_PATTERN_TOO_BIG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_RULE_SYNTAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_STACK_OVERFLOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_TIME_OUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REGEXP_UNIMPLEMENTED - 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_RELAY_LOG_SPACE_LIMIT_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RELOAD_KEYRING_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REMOVED_SPACES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RENAME_ROLE - 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_REPLACE_INACCESSIBLE_ROWS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_AM_INIT_REPOSITORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_ANON_TO_GTID_IS_LOCAL_OR_UUID_AND_GTID_MODE_NOT_ON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_ANONYMOUS_TO_GTID_UUID_SAME_AS_GROUP_NAME - 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_CANT_USE_TEMPDIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CHANGE_SOURCE_TO_EXECUTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CHANNEL_DOES_NOT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CHANNEL_IO_THREAD_MUST_STOP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CHANNEL_MUST_STOP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CHANNEL_NAME_INVALID_OR_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CHANNEL_NOT_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CHANNEL_OPERATION_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CHANNEL_SQL_SKIP_COUNTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CHANNEL_SQL_THREAD_MUST_STOP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CHANNEL_WAS_NOT_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CHANNEL_WAS_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CM_INIT_REPOSITORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_CONFIGURATION - 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_HAS_MORE_GTIDS_THAN_SOURCE - 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_KILLED_AFTER_RECONNECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_MAX_CHANNELS_EXCEEDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_MULTIPLE_CHANNELS_CMD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_NEW_CHANNEL_WRONG_REPOSITORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_NOT_RUNNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_NOT_STARTED_ON_SOME_CHANNELS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_POSSIBLY_DIVERGED_AFTER_DDL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_RECONNECT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_RELAY_LOG_PURGE_FAILED - 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_TRUNCATE_INFO - 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_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_SQL_THREAD_STOPPED_AFTER_GTIDS_REACHED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_SQL_THREAD_STOPPED_BEFORE_GTIDS_ALREADY_APPLIED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_SQL_THREAD_STOPPED_BEFORE_GTIDS_REACHED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_SQL_THREAD_STOPPED_GAP_TRX_PROCESSED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_SQL_THREAD_STOPPED_UNTIL_CONDITION_BAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_SQL_THREAD_STOPPED_UNTIL_POSITION_REACHED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICA_WORKER_STOPPED_PREVIOUS_THD_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REPLICATION_INCOMPATIBLE_TABLE_WITH_GIPK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REQUIRE_ROW_FORMAT_INVALID_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REQUIRE_TABLE_PRIMARY_KEY_CHECK_GENERATE_WITH_GR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REQUIRE_TABLE_PRIMARY_KEY_CHECK_GENERATE_WITH_GR_IN_REPO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REQUIRES_PRIMARY_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RES_GRP_FAILED_DETERMINE_CPU_COUNT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RES_GRP_FAILED_TO_DETERMINE_NICE_CAPABILITY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RES_GRP_FAILED_TO_GET_THREAD_HANDLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RES_GRP_FEATURE_NOT_AVAILABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RES_GRP_GET_THREAD_PRIO_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RES_GRP_INVALID_THREAD_PRIORITY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RES_GRP_INVALID_VCPU_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RES_GRP_INVALID_VCPU_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RES_GRP_SET_THR_AFFINITY_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RES_GRP_SET_THR_AFFINITY_TO_CPUS_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RES_GRP_SET_THREAD_PRIORITY_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RES_GRP_SOLARIS_PROCESSOR_AFFINITY_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RES_GRP_SOLARIS_PROCESSOR_BIND_TO_CPUID_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RES_GRP_SOLARIS_PROCESSOR_BIND_TO_THREAD_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RES_GRP_THD_UNBIND_FROM_CPU_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RESERVED_SYNTAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RESERVED_TABLESPACE_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RESET_SOURCE_TO_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RESIGNAL_WITHOUT_ACTIVE_HANDLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RESOURCE_GROUP_BIND_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RESOURCE_GROUP_BUSY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RESOURCE_GROUP_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RESOURCE_GROUP_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RESOURCE_GROUP_IS_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RESOURCE_GROUP_METADATA_UPDATE_SKIPPED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RESOURCE_GROUP_NOT_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RESOURCE_GROUP_POST_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RESOURCE_GROUP_SUBSYSTEM_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RESOURCE_GROUP_VALIDATION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RESTART_RECEIVED_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RESTART_SERVER_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RESULT_SIZE_LIMIT_EXCEEDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RETRYING_REPAIR_WITH_KEYCACHE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RETRYING_REPAIR_WITHOUT_QUICK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REVOKE_GRANTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REWRITER_LOAD_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REWRITER_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REWRITER_QUERY_ERROR_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REWRITER_QUERY_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REWRITER_READ_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_REWRITER_TABLE_MALFORMED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ROLE_GRANTED_TO_ITSELF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ROLE_NOT_GRANTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_ROW_DATA_TOO_BIG_TO_WRITE_IN_BINLOG - 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_IN_WRONG_PARTITION_PLEASE_REPAIR - 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_AM_INIT_INFO_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ASYNC_CHANNEL_CANT_CONNECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ASYNC_CHANNEL_CANT_CONNECT_NO_QUORUM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ASYNC_CHANNEL_STOPPED_QUORUM_LOST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ASYNC_CHECK_CONNECTION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ASYNC_GET_GROUP_MEMBERSHIP_DETAILS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ASYNC_MANAGED_NAME_ADDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ASYNC_MANAGED_NAME_REMOVED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ASYNC_MONITOR_IO_THD_FETCH_GROUP_MAJORITY_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ASYNC_NEXT_FAILOVER_CHANNEL_SELECTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ASYNC_READ_FAILOVER_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ASYNC_RECONNECT_AUTO_POSITION_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ASYNC_RECONNECT_FAIL_NO_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ASYNC_RECONNECT_GTID_MODE_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ASYNC_RECONNECT_GTID_MODE_OFF_CHANNEL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ASYNC_REPLICA_IO_THD_FETCH_GROUP_MAJORITY_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ASYNC_SENDER_ADDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ASYNC_SENDER_REMOVED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_BINLOG_FILTERS_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_BINLOG_RELAY_DELEGATES_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_BINLOG_SKIPPING_REMAINING_HEARTBEAT_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_BINLOG_SOURCE_SENDS_HEARTBEAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_BINLOG_SOURCE_USES_CHECKSUM_AND_REPLICA_CANT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_BINLOG_STARTING_DUMP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_BINLOG_STORAGE_DELEGATES_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_BINLOG_TRANSMIT_DELEGATES_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_CANNOT_OPEN_RELAY_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_CANT_ADD_DO_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_CANT_ADD_IGNORE_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_CANT_CREATE_REPLICA_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_CANT_FIND_FOLLOWUP_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_CANT_HAVE_SAME_BASENAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_CANT_INITIALIZE_GTID_SETS_IN_AM_INIT_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_CANT_MAKE_PATHS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_CANT_OPEN_INFO_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_CANT_OPEN_LOG_IN_AM_INIT_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_CANT_SCAN_INFO_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_CANT_STOP_REPLICA_WHILE_LOCKED_BACKUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_CHANNELS_REQUIRE_NON_ZERO_SERVER_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_CORRUPTED_INFO_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_CORRUPTED_KEYS_IN_INFO_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ENCRYPTION_CANNOT_ROTATE_BINLOG_MASTER_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ENCRYPTION_FAILED_TO_ENCRYPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ENCRYPTION_FAILED_TO_FETCH_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ENCRYPTION_FAILED_TO_GENERATE_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ENCRYPTION_FAILED_TO_REMOVE_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ENCRYPTION_FAILED_TO_ROTATE_LOGS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ENCRYPTION_FAILED_TO_STORE_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ENCRYPTION_HEADER_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ENCRYPTION_KEY_EXISTS_UNEXPECTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ENCRYPTION_KEY_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ENCRYPTION_KEYRING_INVALID_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ENCRYPTION_MASTER_KEY_RECOVERY_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ENCRYPTION_UNABLE_TO_CHANGE_OPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ERROR_CREATING_APPLIER_METADATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ERROR_CREATING_CONNECTION_METADATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ERROR_LOOKING_FOR_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ERROR_READING_REPLICA_WORKER_CONFIGURATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ERROR_READING_SOURCE_CONFIGURATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ERROR_WRITING_RELAY_LOG_CONFIGURATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ERROR_WRITING_SOURCE_CONFIGURATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_FAILED_TO_CREATE_CACHE_FOR_INFO_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_FAILED_TO_CREATE_NEW_INFO_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_FAILED_TO_DELETE_FROM_REPLICA_WORKERS_INFO_REPOSITORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_FAILED_TO_OPEN_INFO_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_FAILED_TO_OPEN_RELAY_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_FAILED_TO_RESET_STATE_IN_REPLICA_INFO_REPOSITORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_FAILED_TO_STAT_LOG_IN_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_FILTER_ADD_WILD_DO_TABLE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_FILTER_ADD_WILD_IGNORE_TABLE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_FILTERS_NOT_ATTACHED_TO_CHANNEL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_GTID_LOG_EVENT_IN_STREAM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_GTID_MEMORY_FINALLY_AVAILABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_GTID_MODE_REQUIRES_ENFORCE_GTID_CONSISTENCY_ON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_GTID_TABLE_CANNOT_OPEN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_GTID_UNSAFE_ALTER_ADD_COL_WITH_DEFAULT_EXPRESSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_GTID_UNSAFE_STMT_CREATE_SELECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_GTID_UNSAFE_STMT_ON_NON_TRANS_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_INCOMPATIBLE_DECIMAL_IN_RBR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_INCONSISTENT_SEQUENCE_NO_IN_TRX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_INCONSISTENT_TIMESTAMPS_IN_TRX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_INCREMENTING_MEMBER_ACTION_VERSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_INFINITY_DENIED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_INFINITY_IGNORED - 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_RPL_IO_THREAD_KILLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_LOG_ENTRY_EXCEEDS_REPLICA_MAX_ALLOWED_PACKET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_LOG_NOT_FOUND_WHILE_COUNTING_RELAY_LOG_SPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_MTA_AUTOMATIC_RECOVERY_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_MTA_CHECKPOINT_PERIOD_DIFFERS_FROM_CNT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_MTA_GROUP_RECOVERY_APPLIER_METADATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_MTA_GROUP_RECOVERY_APPLIER_METADATA_FOR_WORKER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_MTA_RECOVERY_CANT_OPEN_RELAY_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_MTA_RECOVERY_COMPLETE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_MTA_RECOVERY_FAILED_TO_START_COORDINATOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_MTA_RECOVERY_STARTING_COORDINATOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_MTA_RECOVERY_SUCCESSFUL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_MTA_REPLICA_COORDINATOR_HAS_WAITED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_MTA_STATISTICS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_MULTISOURCE_REQUIRES_TABLE_TYPE_REPOSITORIES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_OPEN_INDEX_FILE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_PLEASE_USE_OPTION_RELAY_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_PLUGIN_FUNCTION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_RECOVERY_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_RECOVERY_ERROR_READ_RELAY_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_RECOVERY_FILE_SOURCE_POS_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_RECOVERY_IO_ERROR_READING_RELAY_LOG_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_RECOVERY_NO_ROTATE_EVENT_FROM_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_RECOVERY_REPLICATE_SAME_SERVER_ID_REQUIRES_POSITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_RECOVERY_SKIPPED_GROUP_REPLICATION_CHANNEL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_RELAY_LOG_INDEX_NEEDS_FILE_NOT_DIRECTORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_RELAY_LOG_NEEDS_FILE_NOT_DIRECTORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_RELAY_LOG_RECOVERY_GTID_ONLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_RELAY_LOG_RECOVERY_INFO_AFTER_CLONE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_ADDITIONAL_ERROR_INFO_FROM_DA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_AUTO_POSITION_IS_1_AND_GTID_MODE_IS_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_CANT_FLUSH_CONNECTION_METADATA_REPOS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_CANT_INIT_RELAY_LOG_POSITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_CANT_INITIALIZE_REPLICA_WORKER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_CANT_START_REPLICA_FOR_CHANNEL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_CANT_STOP_REPLICA_FOR_CHANNEL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_CANT_USE_CHARSET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_CONNECTED_TO_SOURCE_REPLICATION_RESUMED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_CONNECTED_TO_SOURCE_RPL_STARTED_FILE_BASED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_CONNECTED_TO_SOURCE_RPL_STARTED_GTID_BASED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_COULD_NOT_CREATE_CHANNEL_LIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_DUMP_THREAD_KILLED_BY_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_ERROR_INFO_FROM_DA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_ERROR_LOADING_USER_DEFINED_LIBRARY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_ERROR_READING_FROM_SERVER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_ERROR_READING_RELAY_LOG_EVENTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_ERROR_REQUESTING_BINLOG_DUMP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_ERROR_RETRYING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_ERROR_RUNNING_QUERY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_FAILED_TO_CREATE_CHANNEL_FROM_CONNECTION_METADATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_FAILED_TO_CREATE_OR_RECOVER_INFO_REPOSITORIES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_FAILED_TO_INIT_A_CONNECTION_METADATA_STRUCTURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_FAILED_TO_INIT_CONNECTION_METADATA_STRUCTURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_FAILED_TO_INIT_PARTITIONS_HASH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_FILTER_CREATE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_FORCING_TO_RECONNECT_IO_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_GENERIC_MESSAGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_GLOBAL_FILTERS_COPY_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_INCORRECT_CHANNEL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_INSECURE_CHANGE_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_IO_THREAD_ABORTED_WAITING_FOR_RELAY_LOG_SPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_IO_THREAD_CANT_REGISTER_ON_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_IO_THREAD_DETECTED_UNEXPECTED_EVENT_SEQUENCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_IO_THREAD_EXITING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_IO_THREAD_KILLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_IO_THREAD_STOP_CMD_EXEC_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_IO_THREAD_WAS_KILLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_MONITOR_IO_THREAD_EXITING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_MONITOR_IO_THREAD_RECONNECT_CHANNEL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_NEW_C_M_NEEDS_REPOS_TYPE_OTHER_THAN_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_NEXT_LOG_IS_ACTIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_NEXT_LOG_IS_INACTIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_QUEUE_EVENT_FAILED_INVALID_CONFIGURATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_QUEUE_EVENT_FAILED_INVALID_NON_ROW_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_READ_INVALID_EVENT_FROM_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_REPORT_HOST_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_REPORT_PASSWORD_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_REPORT_USER_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_RESET_FILTER_OPTIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_SECONDS_BEHIND_SOURCE_DUBIOUS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_SKIP_COUNTER_EXECUTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_SOURCE_UUID_HAS_CHANGED_HOST_PORT_UNCHANGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_SOURCE_UUID_HAS_NOT_CHANGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_SOURCE_UUID_HOST_PORT_HAS_CHANGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_SQL_THREAD_DETECTED_UNEXPECTED_EVENT_SEQUENCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_SQL_THREAD_EXITING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_SQL_THREAD_IO_ERROR_READING_EVENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_SQL_THREAD_STARTING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_SQL_THREAD_STARTING_WITH_PRIVILEGE_CHECKS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_SQL_THREAD_STOP_CMD_EXEC_TIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_STOPPING_AS_SOURCE_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_USES_CHECKSUM_AND_SOURCE_PRE_50 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_WORKER_THREAD_CREATION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPLICA_WORKER_THREAD_CREATION_FAILED_WITH_ERRNO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REPO_HAS_GAPS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REWRITEDB_EMPTY_FROM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REWRITEDB_EMPTY_TO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_REWRITEDB_MISSING_ARROW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_SERVER_ID_MISSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_SSL_INFO_IN_CONNECTION_METADATA_IGNORED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_TRX_DELEGATES_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_UNEXPECTED_BEGIN_IN_STREAM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_UNEXPECTED_COMMIT_ROLLBACK_OR_XID_LOG_EVENT_IN_STREAM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_UNEXPECTED_XA_ROLLBACK_IN_STREAM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_UNSUPPORTED_UNIGNORABLE_EVENT_IN_STREAM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_WORKER_CANT_FIND_NEXT_RELAY_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_WORKER_CANT_READ_RELAY_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_WORKER_ID_IS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RPL_ZOMBIE_ENCOUNTERED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RUN_HOOK_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_RUNNING_APPLIER_PREVENTS_SWITCH_GLOBAL_BINLOG_FORMAT - 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_SCHEDULER_KILLING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SCHEDULER_STARTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SCHEDULER_STOPPED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SCHEDULER_STOPPING_FAILED_TO_CREATE_WORKER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SCHEDULER_STOPPING_FAILED_TO_GET_EVENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SCHEDULER_WAITING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SCHEMA_DIR_CREATE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SCHEMA_DIR_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SCHEMA_DIR_MISSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SCHEMA_DIR_UNKNOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SCHEMA_NAME_IN_UPPER_CASE_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SCHEMA_NAME_IN_UPPER_CASE_NOT_ALLOWED_FOR_FK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SCHEMA_READ_ONLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SDI_GET_KEYS_INVALID_TABLESPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SDI_OPERATION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SDI_OPERATION_FAILED_MISSING_RECORD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SE_TYPECODE_CONFLICT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEC_FILE_PRIV_ARGUMENT_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEC_FILE_PRIV_CANT_ACCESS_DIR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEC_FILE_PRIV_CANT_STAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEC_FILE_PRIV_DIRECTORY_INSECURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEC_FILE_PRIV_DIRECTORY_PERMISSIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEC_FILE_PRIV_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEC_FILE_PRIV_IGNORED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEC_FILE_PRIV_NULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SECOND_PASSWORD_CANNOT_BE_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SECONDARY_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SECONDARY_ENGINE_DDL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SECONDARY_ENGINE_DDL_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SECONDARY_ENGINE_DDL_TRACK_PROGRESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SECONDARY_ENGINE_PLUGIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SECURE_AUTH_VALUE_UNSUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SECURE_TRANSPORT_REQUIRED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SELECT_REDUCED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_ADD_ACK_TO_SLOT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_BINLOG_REPLY_IS_AHEAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_BINLOG_WRITE_OUT_OF_ORDER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_CLEARED_ACTIVE_TRANSACTION_TILL_POS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_CLEARED_ALL_ACTIVE_TRANSACTION_NODES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_DISABLED_ON_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_EXECUTION_FAILED_ON_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_FAILED_REGISTER_REPLICA_TO_RECEIVER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_FAILED_TO_ALLOCATE_TRX_NODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_FAILED_TO_INSERT_TRX_NODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_FAILED_TO_START_ACK_RECEIVER_THD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_FAILED_TO_STOP_ACK_RECEIVER_THD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_FAILED_TO_WAIT_ON_DUMP_SOCKET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_FORCED_SHUTDOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_FUNCTION_CALLED_TWICE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_INIT_WAIT_POS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_INSERT_LOG_INFO_IN_ENTRY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_MISSING_MAGIC_NO_FOR_SEMISYNC_PKT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_MOVE_BACK_WAIT_POS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_NO_SPACE_IN_THE_PKT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_NOT_SUPPORTED_BY_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_PROBE_LOG_INFO_IN_ENTRY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_RECEIVED_ACK_IS_SMALLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_REPLICA_NET_FLUSH_REPLY_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_REPLICA_REPLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_REPLICA_REPLY_WITH_BINLOG_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_REPLICA_SEND_REPLY_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_REPLICA_SET_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_REPLICA_START - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_REPLY_BINLOG_FILE_TOO_LARGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_REPLY_MAGIC_NO_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_REPLY_PKT_LENGTH_TOO_SMALL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_RPL_ENABLED_ON_SOURCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_RPL_INIT_FOR_TRX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_RPL_SWITCHED_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_RPL_SWITCHED_ON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_SERVER_REPLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_SOCKET_FD_TOO_LARGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_SOURCE_FAILED_ON_NET_FLUSH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_SOURCE_GOT_REPLY_AT_POS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_SOURCE_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_SOURCE_SIGNAL_ALL_WAITING_THREADS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_SOURCE_TRX_WAIT_POS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_START_BINLOG_DUMP_TO_REPLICA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_STARTING_ACK_RECEIVER_THD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_STOP_BINLOG_DUMP_TO_REPLICA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_STOPPING_ACK_RECEIVER_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_SYNC_HEADER_UPDATE_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_TRACE_ENTER_FUNC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_TRACE_EXIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_TRACE_EXIT_WITH_BOOL_EXIT_CODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_TRACE_EXIT_WITH_INT_EXIT_CODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_TRX_SKIPPED_AT_POS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_UNREGISTER_BINLOG_STORAGE_OBSERVER_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_UNREGISTER_BINLOG_TRANSMIT_OBSERVER_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_UNREGISTER_TRX_OBSERVER_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_UNREGISTERED_REPLICATOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_UPDATE_EXISTING_REPLICA_ACK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_WAIT_FOR_BINLOG_TIMEDOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_WAIT_TIME_ASSESSMENT_FOR_COMMIT_TRX_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SEMISYNC_WAIT_TIME_FOR_BINLOG_SENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_ACL_TABLE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_BINLOG_MASTER_KEY_RECOVERY_OUT_OF_COMBINATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_BINLOG_MASTER_KEY_ROTATION_FAIL_TO_CLEANUP_AUX_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_BINLOG_UNSAFE_SYSTEM_FUNCTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_CANNOT_LOAD_FROM_TABLE_V2 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_CANT_OPEN_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_CERT_VERIFY_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_COL_COUNT_DOESNT_MATCH_CORRUPTED_V2 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE_V2 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_COST_FAILED_TO_READ - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_COST_INVALID_COST_CONSTANT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_COST_UNKNOWN_COST_CONSTANT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_DISK_FULL_NOWAIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_DOWNGRADE_FROM_VERSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_DOWNGRADE_HELP_TABLE_STATUS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_DOWNGRADE_STATUS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_DOWNGRADE_SYS_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_FILE_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_FILE_USED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_GTID_UNSAFE_CREATE_DROP_TEMP_TABLE_IN_TRX_IN_SBR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_HANDLER_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_INIT_COMPILED_IN_COMMANDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_ISNT_AVAILABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_NET_PACKET_TOO_LARGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_NEW_ABORTING_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_NO_SESSION_TO_SEND_TO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_NO_SYSTEM_TABLE_ACCESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_NOT_FORM_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_OFFLINE_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_OUT_OF_RESOURCES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_OUT_OF_SORTMEMORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_OUTOFMEMORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_RECORD_FILE_FULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_REPLICA_AM_INIT_REPOSITORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_REPLICA_CM_INIT_REPOSITORY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_REPLICA_CONVERSION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_REPLICA_IGNORED_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_REPLICA_INIT_QUERY_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_RPL_ENCRYPTION_FAILED_TO_ENCRYPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_RPL_ENCRYPTION_FAILED_TO_FETCH_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_RPL_ENCRYPTION_FAILED_TO_GENERATE_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_RPL_ENCRYPTION_FAILED_TO_REMOVE_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_RPL_ENCRYPTION_FAILED_TO_ROTATE_LOGS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_RPL_ENCRYPTION_FAILED_TO_STORE_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_RPL_ENCRYPTION_HEADER_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_RPL_ENCRYPTION_IGNORE_ROTATE_MASTER_KEY_AT_STARTUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_RPL_ENCRYPTION_KEY_EXISTS_UNEXPECTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_RPL_ENCRYPTION_KEY_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_RPL_ENCRYPTION_KEYRING_INVALID_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_RPL_ENCRYPTION_MASTER_KEY_RECOVERY_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_RPL_ENCRYPTION_UNABLE_TO_INITIALIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_RPL_ENCRYPTION_UNABLE_TO_ROTATE_MASTER_KEY_AT_STARTUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_SHUTDOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_SHUTDOWN_COMPLETE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_SHUTDOWN_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_SOURCE_FATAL_ERROR_READING_BINLOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_STARTUP_ADMIN_INTERFACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_STARTUP_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_TABLE_CHECK_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_TEST_MESSAGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UNKNOWN_SYSTEM_VARIABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UPGRADE_CHECKING_DB - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UPGRADE_EMPTY_SYS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UPGRADE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UPGRADE_FROM_VERSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UPGRADE_HELP_TABLE_STATUS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UPGRADE_INFO_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UPGRADE_MYSQL_TABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UPGRADE_NO_SYS_VERSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UPGRADE_OFF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UPGRADE_PENDING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UPGRADE_REPAIR_REQUIRED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UPGRADE_REPAIR_STATUS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UPGRADE_SKIP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UPGRADE_STATUS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UPGRADE_SYS_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UPGRADE_SYS_SCHEMA_OBJECT_COUNT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UPGRADE_SYS_SCHEMA_OUTDATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UPGRADE_SYS_SCHEMA_UP_TO_DATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UPGRADE_SYS_VERSION_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UPGRADE_SYSTEM_TABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_UPGRADE_VERSION_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_WARN_DEPRECATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVER_WRONG_VALUE_FOR_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SERVERID_TOO_LARGE - 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_EVENT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SET_PASSWORD_AUTH_PLUGIN_ERROR - 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_SETNS_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SHA256_PASSWORD_SECOND_PASSWORD_USED_INFORMATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SHA_PWD_AUTH_REQUIRES_RSA_OR_SSL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SHA_PWD_FAILED_TO_GENERATE_MULTI_ROUND_HASH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SHA_PWD_FAILED_TO_PARSE_AUTH_STRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SHA_PWD_RSA_KEY_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SHA_PWD_SALT_FOR_USER_CORRUPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SHAPE_PRIDICTION_UDF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SHARED_TABLESPACE_USED_BY_PARTITIONED_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SHUTDOWN_COMPLETE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SHUTTING_DOWN_REPLICA_THREADS - 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_SIMULATED_INJECTION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SIZE_OVERFLOW_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SKIP_UPDATING_METADATA_IN_SE_RO_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SLOW_LOG_MODE_IGNORED_WHEN_NOT_LOGGING_TO_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
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_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_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_LOAD_FAILED - 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_ALTER_LANGUAGE - 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_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_FUNCTIONAL_INDEX - 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_SPATIAL_UNIQUE_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SPECIFIC_ACCESS_DENIED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SPECIFIC_ACCESS_DENIED_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SPVAR_NONINTEGER_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SQL_AUTHOR_DEFAULT_ROLES_FAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SQL_HA_READ_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SQL_MODE_MERGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SQL_MODE_MERGED_WITH_STRICT_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SQL_REPLICA_SKIP_COUNTER_USED_WITH_GTID_MODE_ON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SQL_USER_TABLE_ALTER_WARNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SQL_USER_TABLE_CREATE_WARNING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SQLTHREAD_WITH_SECURE_REPLICA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SR_BOGUS_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SR_INVALID_CONTEXT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_ATTRIBUTE_STRING_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_GEOGCS_INVALID_AXES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_ID_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_INVALID_ANGULAR_UNIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_INVALID_CHARACTER_IN_ATTRIBUTE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_INVALID_HEIGHT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_INVALID_INVERSE_FLATTENING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_INVALID_LATITUDE_OF_ORIGIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_INVALID_LATITUDE_POLAR_STERE_VAR_A - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_INVALID_LONGITUDE_OF_ORIGIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_INVALID_PRIME_MERIDIAN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_INVALID_SCALING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_INVALID_SEMI_MAJOR_AXIS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_INVALID_ZONE_WIDTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_MISSING_MANDATORY_ATTRIBUTE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_MULTIPLE_ATTRIBUTE_DEFINITIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_NAME_CANT_BE_EMPTY_OR_WHITESPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_NOT_CARTESIAN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_NOT_CARTESIAN_UNDEFINED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_NOT_GEOGRAPHIC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_ORGANIZATION_CANT_BE_EMPTY_OR_WHITESPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_PARSE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_PROJ_PARAMETER_MISSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRS_UNUSED_PROJ_PARAMETER_PRESENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRV_END - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRV_INIT_END - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRV_INIT_START - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SRV_START - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SSL_FIPS_MODE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SSL_LIBRARY_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SSL_MEMORY_INSTRUMENTATION_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SSL_TRYING_DATADIR_DEFAULTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STACK_BACKTRACE - 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_STACKSIZE_UNEXPECTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_START_REPLICA_CHANNEL_INVALID_CONFIGURATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_START_REPLICA_CHANNEL_INVALID_CONFIGURATION_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STARTING_AS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STARTING_INIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STARTING_REPLICA_MONITOR_IO_THREAD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STARTUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STATEMENT_NOT_ALLOWED_AFTER_START_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STD_BAD_ALLOC_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STD_DOMAIN_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STD_INVALID_ARGUMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STD_LENGTH_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STD_LOGIC_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STD_OUT_OF_RANGE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STD_OVERFLOW_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STD_RANGE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STD_REGEX_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STD_RUNTIME_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STD_UNDERFLOW_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STD_UNKNOWN_EXCEPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STMT_CACHE_FULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_STMT_EXECUTION_NOT_ALLOWED_WITHIN_SP_OR_TRG_OR_UDF - 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_DISK_SPACE - 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_MONITOR_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_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_SUBQUERY_TRANSFORM_REJECTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SUPPORTED_ONLY_WITH_HYPERGRAPH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SWITCH_TMP_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SYNTAX_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SYS_VAR_COMPONENT_FAILED_TO_MAKE_VARIABLE_PERSISTENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SYS_VAR_COMPONENT_FAILED_TO_PARSE_VARIABLE_OPTIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SYS_VAR_COMPONENT_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SYS_VAR_COMPONENT_UNKNOWN_VARIABLE_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SYS_VAR_COMPONENT_VARIABLE_SET_READ_ONLY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SYS_VAR_DEREGISTRATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SYS_VAR_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SYS_VAR_REGISTRATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SYSTEM_SCHEMA_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SYSTEM_TABLE_NOT_TRANSACTIONAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SYSTEM_TABLES_NOT_SUPPORTED_BY_STORAGE_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SYSTEM_VIEW_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SYSTEMD_NOTIFY_CONNECT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SYSTEMD_NOTIFY_DEBUG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SYSTEMD_NOTIFY_PATH_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SYSTEMD_NOTIFY_WRITE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_SYSVAR_CHANGE_DURING_QUERY - 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_CHECK_INTACT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_CORRUPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_CREATED_WITH_DIFFERENT_VERSION - 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_SHARED_TABLESPACE - 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_INCOMPATIBLE_DECIMAL_FIELD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_INCOMPATIBLE_YEAR_FIELD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_MUST_HAVE_A_VISIBLE_COLUMN - 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_NAME_CAUSES_TOO_LONG_PATH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_NAME_IN_UPPER_CASE_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_NAME_IN_UPPER_CASE_NOT_ALLOWED_FOR_FK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_NEEDS_DUMP_UPGRADE - 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_NO_PRIMARY_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_NOT_EMPTY - 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_REFERENCED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_SCHEMA_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_UPGRADE_REQUIRED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_VALUE_CONSTRUCTOR_CANNOT_HAVE_DEFAULT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_VALUE_CONSTRUCTOR_MUST_HAVE_COLUMNS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_WITHOUT_PK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLE_WRONG_KEY_DEFINITION - 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_TABLESAMPLE_ONLY_ON_BASE_TABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLESAMPLE_PERCENTAGE - 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_CANNOT_BE_DECRYPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLESPACE_CANNOT_BE_ENCRYPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLESPACE_CANNOT_ENCRYPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLESPACE_DISCARDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLESPACE_DUP_FILENAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLESPACE_ENGINE_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLESPACE_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLESPACE_IS_NOT_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLESPACE_MISSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLESPACE_MISSING_WITH_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TABLESPACE_TYPE_UNKNOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TARGET_TABLESPACE_UNENCRYPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TC_BAD_MAGIC_IN_TC_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TC_CANT_AUTO_RECOVER_WITH_TC_HEURISTIC_RECOVER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TC_HEURISTIC_RECOVERY_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TC_HEURISTIC_RECOVERY_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TC_NEED_N_SE_SUPPORTING_2PC_FOR_RECOVERY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TC_RECOVERING_AFTER_CRASH_USING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TC_RECOVERY_FAILED_THESE_ARE_YOUR_OPTIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TC_RESTART_WITHOUT_TC_HEURISTIC_RECOVER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TELEMETRY_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TELEMETRY_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TELEMETRY_WARNING - 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_GLOBAL_BINLOG_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TEMP_TABLE_PREVENTS_SWITCH_SESSION_BINLOG_FORMAT - 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_TF_FORBIDDEN_JOIN_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TF_MUST_HAVE_ALIAS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THE_USER_ABIDES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_HANDLING_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_ALGORITHM_INVALID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_BUFFER_TOO_SMALL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_CANNOT_REGISTER_DYNAMIC_PRIVILEGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_CANNOT_SET_THREAD_SPECIFIC_DATA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_CON_HANDLER_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_CONNECTION_REPORT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_DEDICATED_LISTENERS_INVALID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_FAILED_PROCESS_CONNECT_EVENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_FAILED_TO_CREATE_CONNECT_HANDLER_THD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_FAILED_TO_CREATE_POOL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_FAILED_TO_CREATE_THD_AND_AUTH_CONN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_IDLE_CONNECTION_CLOSED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_INVALID_PRIO_KICKUP_TIMER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_INVALID_STALL_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_LOW_LEVEL_REARM_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_MAX_UNUSED_THREADS_INVALID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_MTL_DISABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_MTL_REENABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_NOT_SUPPORTED_ON_PLATFORM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_PFS_TABLES_ADD_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_PFS_TABLES_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_PLUGIN_STARTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_QUERY_THREADS_PER_GROUP_INVALID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_QUERY_THRS_PER_GRP_EXCEEDS_TXN_THR_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_RATE_LIMITED_ERROR_MSGS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_SIZE_TOO_HIGH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_SIZE_TOO_LOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_POOL_SYSVAR_CHANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_PRIORITY_IGNORED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_THREAD_STILL_ALIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TLS_CONFIGURATION_REUSED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TLS_CONFIGURED_FOR_CHANNEL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TLS_LIBRARY_ERROR_INTERNAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TMP_SESSION_FOR_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TMPDIR_PATH_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TO_VECTOR_CONVERSION - 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_ENUM - 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_ROUTINE_COMMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_LONG_SET_ENUM_VALUE - 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_LONG_TABLESPACE_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_FIELDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TOO_MANY_GROUP_BY_MODIFIER_BRANCHES - 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_STORAGE_ENGINES - 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_MANY_WINDOWS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TP_QUERY_THRS_PER_GRP_EXCEEDS_TXN_THR_LIMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRACK_VARIABLES_BOGUS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRANS_CACHE_FULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRANSACTION_ROLLBACK_DURING_COMMIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRANSFORM_SOURCE_SRS_MISSING_TOWGS84 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRANSFORM_SOURCE_SRS_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRANSFORM_TARGET_SRS_MISSING_TOWGS84 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRANSFORM_TARGET_SRS_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRANSPORTS_WHAT_TRANSPORTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TREE_CORRUPT_2_CONSECUTIVE_REDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TREE_CORRUPT_INCORRECT_BLACK_COUNT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TREE_CORRUPT_PARENT_SHOULD_POINT_AT_PARENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TREE_CORRUPT_RIGHT_IS_LEFT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TREE_CORRUPT_ROOT_SHOULD_BE_BLACK - 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_CANT_PARSE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_CORRUPTED_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_CREATION_CTX_NOT_SET - 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_CLIENT_CHARSET - 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_TRG_WITHOUT_DEFINER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRG_WRONG_ORDER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRHEAD_POOL_LOW_LEVEL_INIT_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRIGGER_INVALID_VALUE - 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_TRX_GTID_COLLECT_REJECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TRX_WRITE_SET_OOM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TURNING_LOGGING_OFF_FOR_THE_DURATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TURNING_ON_PARTIAL_REVOKES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TZ_CANT_BUILD_MKTIME_MAP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TZ_CANT_FIND_DESCRIPTION_FOR_TIME_ZONE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TZ_CANT_FIND_DESCRIPTION_FOR_TIME_ZONE_ID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TZ_CANT_OPEN_AND_LOCK_TIME_ZONE_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TZ_ERROR_LOADING_LEAP_SECOND_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TZ_NO_TRANSITION_TYPES_IN_TIME_ZONE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TZ_OOM_INITIALIZING_TIME_ZONES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TZ_OOM_LOADING_LEAP_SECOND_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TZ_OOM_LOADING_TIME_ZONE_DESCRIPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TZ_OOM_WHILE_LOADING_TIME_ZONE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TZ_OOM_WHILE_SETTING_TIME_ZONE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TZ_TOO_MANY_LEAPS_IN_LEAP_SECOND_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TZ_TRANSITION_TABLE_BAD_TRANSITION_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TZ_TRANSITION_TABLE_LOAD_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TZ_TRANSITION_TABLE_TOO_MANY_TRANSITIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TZ_TRANSITION_TYPE_TABLE_ABBREVIATIONS_EXCEED_SPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TZ_TRANSITION_TYPE_TABLE_LOAD_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TZ_TRANSITION_TYPE_TABLE_TYPE_TOO_LARGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_TZ_UNKNOWN_OR_ILLEGAL_DEFAULT_TIME_ZONE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UDF_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UDF_CANT_ALLOC_FOR_FUNCTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UDF_CANT_ALLOC_FOR_STRUCTURES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UDF_CANT_OPEN_FUNCTION_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UDF_DEREGISTRATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UDF_DROP_DYNAMICALLY_REGISTERED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UDF_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UDF_EXEC_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UDF_EXEC_FAILURE_REASON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UDF_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UDF_INVALID_ROW_IN_FUNCTION_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UDF_NO_PATHS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UDF_REGISTER_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UDF_REGISTER_SERVICE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UDF_REGISTRATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UDF_UNREGISTER_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UKNOWN_AUTH_ID_OR_ACCESS_DENIED_FOR_GRANT_AS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNABLE_TO_BUILD_HISTOGRAM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNABLE_TO_COLLECT_LOG_STATUS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNABLE_TO_DROP_COLUMN_STATISTICS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNABLE_TO_RESOLVE_HOSTNAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNABLE_TO_RESOLVE_IP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNABLE_TO_SET_OPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNABLE_TO_STORE_COLUMN_STATISTICS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNABLE_TO_STORE_STATISTICS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNABLE_TO_UPDATE_COLUMN_STATISTICS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNDISCLOSED_PARSE_ERROR_IN_DIGEST_FN - 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_GEOMETRY_TYPE - 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_UNIT_NOT_FOUND - 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_AUTH_ID_IN_MANDATORY_ROLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_AUTHID - 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_ERROR_DETECTED_IN_SE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_ERROR_NUMBER - 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_NETWORK_NAMESPACE - 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_TABLE_IN_UPGRADE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_TABLESPACE_TYPE - 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_UNKNOWN_UNSUPPORTED_STORAGE_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNKNOWN_VARIABLE_IN_PERSISTED_CONFIG_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNRESOLVED_HINT_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNRESOLVED_TABLE_LOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNSUPORTED_LOG_ENGINE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNSUPPORT_COMPRESSED_TEMPORARY_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNSUPPORTED_ACTION_ON_DEFAULT_VAL_GENERATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNSUPPORTED_ACTION_ON_GENERATED_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNSUPPORTED_ALTER_ENCRYPTION_INPLACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNSUPPORTED_ALTER_INPLACE_ON_VIRTUAL_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNSUPPORTED_ALTER_ONLINE_ON_VIRTUAL_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNSUPPORTED_DATE - 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_INDEX_ALGORITHM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNSUPPORTED_PS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNSUPPORTED_SQL_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNSUPPORTED_USE_OF_GRANT_AS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UNTIL_COND_IGNORED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UPDATE_GTID_PURGED_WITH_GR - 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_UPDATING_DD_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UPGRADE_NONEXISTENT_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UPGRADE_PARSE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_USAGE_DEPRECATION_COUNTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_USER_ACCESS_DENIED_FOR_USER_ACCOUNT_BLOCKED_BY_PASSWORD_LOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_USER_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_USER_COLUMN_OLD_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_USER_DOES_NOT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_USER_LIMIT_REACHED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_USER_LOCK_DEADLOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_USER_LOCK_OVERLONG_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_USER_LOCK_WRONG_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_USER_NOT_IN_EXTRA_USERS_BINLOG_POSSIBLY_INCOMPLETE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_USER_REFERENCED_AS_DEFINER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_USER_REGISTRATION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_USER_REQUIRES_ROOT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_USER_WHAT_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_USERNAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_USERNAME_TRUNKATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_USING_ASSIGN_GTIDS_TO_ANONYMOUS_TRANSACTIONS_AS_LOCAL_OR_UUID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UUID_INVALID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UUID_IS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UUID_SALT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_UUID_SCRUB - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALGRIND_COUNT_LEAKS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALGRIND_DO_QUICK_LEAK_CHECK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALIDATE_PASSWORD_INSUFFICIENT_CHANGED_CHARACTERS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALIDATE_PWD_CONVERT_TO_BUFFER_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALIDATE_PWD_COULD_BE_NULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALIDATE_PWD_DICT_FILE_NOT_LOADED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALIDATE_PWD_DICT_FILE_NOT_SPECIFIED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALIDATE_PWD_DICT_FILE_OPEN_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALIDATE_PWD_DICT_FILE_TOO_BIG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALIDATE_PWD_FAILED_TO_GET_FLD_FROM_SECURITY_CTX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALIDATE_PWD_FAILED_TO_GET_SECURITY_CTX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALIDATE_PWD_FAILED_TO_READ_DICT_FILE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALIDATE_PWD_LENGTH_CHANGED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALIDATE_PWD_STATUS_VAR_REGISTRATION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALIDATE_PWD_STATUS_VAR_UNREGISTRATION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALIDATE_PWD_STRING_CONV_TO_BUFFER_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALIDATE_PWD_STRING_CONV_TO_LOWERCASE_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALIDATE_PWD_STRING_HANDLER_MEM_ALLOCATION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALIDATE_PWD_STRONG_POLICY_DICT_FILE_UNSPECIFIED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALIDATE_PWD_VARIABLE_REGISTRATION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALIDATE_PWD_VARIABLE_UNREGISTRATION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VALUE_OUT_OF_RANGE - 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_VAR_DOES_NOT_EXIST - 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_PERSISTED - 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_VERBOSE_HINT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VERBOSE_REQUIRES_HELP - 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_CREATION_CTX_NOT_SET - 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_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_UNKNOWN_CHARSET_OR_COLLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_UNPARSABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VIEW_WRONG_LIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VTOKEN_PLUGIN_TOKEN_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_VTOKEN_PLUGIN_TOKEN_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WAITPID_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_ADUIT_LOG_MAX_SIZE_AND_PRUNE_SECONDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_ADUIT_LOG_MAX_SIZE_AND_PRUNE_SECONDS_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_ADUIT_LOG_MAX_SIZE_CLOSE_TO_ROTATE_ON_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_ADUIT_LOG_MAX_SIZE_CLOSE_TO_ROTATE_ON_SIZE_LOG - 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_ASYNC_CONN_FAILOVER_NETWORK_NAMESPACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_AUDIT_LOG_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_AUDIT_LOG_FORMAT_UNIX_TIMESTAMP_ONLY_WHEN_JSON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_AUDIT_LOG_FORMAT_UNIX_TIMESTAMP_ONLY_WHEN_JSON_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_AUTH_ID_WITH_SYSTEM_USER_PRIV_IN_MANDATORY_ROLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_BAD_MAX_EXECUTION_TIME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_BINLOG_PARTIAL_UPDATES_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_BINLOG_PARTIAL_UPDATES_SUGGESTS_PARTIAL_IMAGES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_C_DISABLE_GTID_ONLY_WITH_SOURCE_AUTO_POS_INVALID_POS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_CA_CERT_VERIFY_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_CANNOT_FREE_COMPONENT_DATA_DEALLOCATION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_CANNOT_PERSIST_SENSITIVE_VARIABLES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_CANNOT_SECURELY_PERSIST_SENSITIVE_VARIABLES - 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_CANT_OPEN_CERTIFICATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_CERTIFICATE_ERROR_STRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_COMPONENT_KEYRING_OCI_DUPLICATE_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_COMPONENTS_INFRASTRUCTURE_MANIFEST_MULTIPLE_KEYRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_COMPONENTS_INFRASTRUCTURE_MANIFEST_NOT_RO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_CONFLICTING_HINT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DA_PRIVILEGE_NOT_REGISTERED - 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_OUT_OF_RANGE_FUNCTIONAL_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DATA_TRUNCATED_FUNCTIONAL_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_CHARSET_OPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_CLIENT_NO_SCHEMA_OPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_COLLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_COLLATION_OPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_DATETIME_DELIMITER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_DYNAMIC_PRIV_FOR_USER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_DYNAMIC_PRIV_IN_GRANT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_ENGINE_SYNTAX_NO_REPLACEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_FLOAT_AUTO_INCREMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_FLOAT_DIGITS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_FLOAT_UNSIGNED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_FOUND_ROWS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_IDENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_INNER_INTO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_INTEGER_DISPLAY_WIDTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_JSON_TABLE_ON_ERROR_ON_EMPTY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_NESTED_COMMENT_SYNTAX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_NON_STANDARD_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_OR_BLOCKED_CIPHER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_SQL_CALC_FOUND_ROWS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_SQLMODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_SUPERFLUOUS_DELIMITER - 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_DEPRECATED_SYSVAR_UPDATE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_USER_DEFINED_COLLATIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_USER_DEFINED_COLLATIONS_OPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_USER_SET_EXPR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_UTF8_ALIAS_OPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_UTF8MB3_CHARSET_OPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_UTF8MB3_COLLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_UTF8MB3_COLLATION_OPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_VALUES_FUNCTION_ALWAYS_NULL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_WITH_NOTE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_YEAR_UNSIGNED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_DEPRECATED_ZEROFILL - 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_FAILED_TO_SETUP_TLS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_FIELD_RESOLVED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_FUNC_INDEX_NOT_APPLICABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_GRP_RPL_VIEW_CHANGE_UUID_FAIL_GET_VARIABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_GTID_THRESHOLD_BREACH - 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_HYPERGRAPH_EXPERIMENTAL - 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_INCORRECT_PRIVILEGE_FOR_DB_RESTRICTIONS - 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_DB_RESTRICTIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_INVALID_HINT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_INVALID_TIMESTAMP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_L_DISABLE_GTID_ONLY_WITH_SOURCE_AUTO_POS_INVALID_POS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_LANGUAGE_COMPONENT_CANNOT_UNINSTALL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_LANGUAGE_COMPONENT_RESOURCE_LIMIT - 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_LOG_DEPRECATED_NON_STANDARD_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_LOG_PRIVILEGE_CHECKS_USER_CORRUPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_LOG_PRIVILEGE_CHECKS_USER_DOES_NOT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_LOG_PRIVILEGE_CHECKS_USER_NEEDS_RPL_APPLIER_PRIV - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_MIGRATION_EMPTY_SOURCE_KEYRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_NO_KEYRING_COMPONENT_SERVICE_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_NO_SERVERID_SPECIFIED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_NO_SPACE_VERSION_COMMENT - 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_ON_MODIFYING_GTID_EXECUTED_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
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_OPTIMIZER_HINT_SYNTAX_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_OPTION_RESET_AND_IGNORED_DURING_INITIALIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_PARTIAL_REVOKE_AND_DB_GRANT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_PROPERTY_STRING_PARSE_FAILED - 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_REGEXP_USING_DEFAULT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_REMOVED_SQL_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_REPLICA_ANONYMOUS_TO_GTID_UUID_SAME_AS_VIEW_CHANGE_UUID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_REPLICA_GTID_ONLY_AND_GTID_MODE_NOT_ON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_RESERVED_SRID_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_RPL_RECOVERY_NO_ROTATE_EVENT_FROM_SOURCE_EOF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_SCHEDULED_TASK_RUN_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_SF_UDF_NAME_COLLISION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_SP_STATEMENT_PARTIALLY_EXECUTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_SQL_AFTER_MTS_GAPS_GAP_NOT_CALCULATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_SRS_ID_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_SRS_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_SRS_NOT_FOUND_AXIS_ORDER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_TLS_CHANNEL_INITIALIZATION_ERROR - 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_TRG_ALREADY_EXISTS - 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_UNKNOWN_KEYRING_AWS_REGION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_UNKNOWN_QB_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_UNLOAD_THE_NOT_PERSISTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_UNSUPPORTED_HINT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_UNSUPPORTED_MAX_EXECUTION_TIME - 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_VAR_VALUE_CHANGE_NOT_SUPPORTED - 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_WARN_WRONG_COMPRESSION_ALGORITHM_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARN_WRONG_COMPRESSION_LEVEL_LOG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARNING_AUTHCACHE_INVALID_USER_ATTRIBUTES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARNING_DISCARD_OLD_PASSWORD_CLAUSE_VOID - 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_WARNING_PASSWORD_HISTORY_CLAUSES_VOID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WARNING_RETAIN_CURRENT_PASSWORD_CLAUSE_VOID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WASTEFUL_NET_BUFFER_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WILDCARD_NOT_ALLOWED_FOR_MULTIADDRESS_BIND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WIN_LISTEN_BUT_HOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WIN_LOAD_LIBRARY_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WINDOW_CIRCULARITY_IN_WINDOW_GRAPH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WINDOW_DUPLICATE_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WINDOW_EXPLAIN_JSON - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WINDOW_FRAME_END_ILLEGAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WINDOW_FRAME_ILLEGAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WINDOW_FRAME_START_ILLEGAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WINDOW_FUNCTION_IGNORES_FRAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WINDOW_ILLEGAL_ORDER_BY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WINDOW_INVALID_WINDOW_FUNC_ALIAS_USE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WINDOW_INVALID_WINDOW_FUNC_USE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WINDOW_NESTED_WINDOW_FUNC_USE_IN_WINDOW_SPEC - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WINDOW_NO_CHILD_PARTITIONING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WINDOW_NO_GROUP_ORDER_UNUSED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WINDOW_NO_INHERIT_FRAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WINDOW_NO_REDEFINE_ORDER_BY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WINDOW_NO_SUCH_WINDOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WINDOW_RANGE_BOUND_NOT_CONSTANT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WINDOW_RANGE_FRAME_NUMERIC_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WINDOW_RANGE_FRAME_ORDER_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WINDOW_RANGE_FRAME_TEMPORAL_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WINDOW_ROWS_INTERVAL_USE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WL9236_NOW_UNUSED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRITABLE_CONFIG_REMOVED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRITE_ROW_TO_PARTITION_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRITE_SET_EXCEEDS_LIMIT - 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_COMPRESSION_ALGORITHM_CLIENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_COMPRESSION_LEVEL_CLIENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_COUNT_FOR_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_COUNT_FOR_ORIGIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_COUNT_OF_ELEMENTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_DATETIME_SPEC - 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_FIELD_WITH_GROUP_V2 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_FILE_NAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_FK_DEF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_FK_OPTION_FOR_GENERATED_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_GROUP_FIELD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_JSON_TABLE_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_KEY_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_KEY_COLUMN_FUNCTIONAL_INDEX - 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_MRG_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_WRONG_MVI_VALUE - 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_UNUSED - 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_SRID_FOR_COLUMN - 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_TABLESPACE_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_COLUMN_PREFIX_IDX_FLD - 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_WRONG_VALUE_FOR_VAR_PLUS_ACTIONABLE_PART - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X509_CANT_CHMOD_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X509_CANT_CREATE_CERT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X509_CANT_READ_CA_CERT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X509_CANT_READ_CA_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X509_CANT_WRITE_CERT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X509_CANT_WRITE_KEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X509_CIPHERS_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X509_ISSUER_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X509_NEEDS_RSA_PRIVKEY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_X509_SUBJECT_MISMATCH - 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_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_CANT_CREATE_MDL_BACKUP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XA_NO_MULTI_2PC_HEURISTIC_RECOVER - 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_RECOVER_EXPLANATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XA_RECOVER_FOUND_TRX_IN_SE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XA_RECOVER_FOUND_XA_TRX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XA_RECOVERY_DONE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XA_REPLICATION_FILTERS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XA_RETRY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XA_STARTING_RECOVERY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XA_TEMP_TABLE - 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_RMERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XAER_RMFAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_ALL_IO_INTERFACES_DISABLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_BUFFER_PAGE_ALLOC_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_CLIENT_KILL_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_COMPRESSION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_DETECTED_HANGING_CLIENTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_EMPTY_ADMIN_CMD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_ERROR_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_ERROR_READING_SOCKET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_EXCEPTION_IN_EVENT_LOOP - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_EXCEPTION_IN_TASK_SCHEDULER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_EXISTING_USER_ACCOUNT_WITH_INCOMPLETE_GRANTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_AT_SSL_CONF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_ACCEPT_CLIENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_BIND_INTERFACE_ADDRESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_CLOSE_SQL_SESSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_CREATE_SESSION_FOR_CONN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_EXECUTE_ADMIN_CMD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_GET_CREATION_STMT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_GET_ENGINE_INFO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_GET_SECURITY_CTX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_GET_SYS_VAR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_INITIALIZE_SESSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_OPEN_INTERNAL_SESSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_PREPARE_IO_INTERFACES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_RESET_IPV6_V6ONLY_FLAG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_SCHEDULE_CLIENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_SET_MIN_NUMBER_OF_WORKERS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_SET_SO_REUSEADDR_FLAG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_STOP_SERVICES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_SWITCH_CONTEXT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_SWITCH_SECURITY_CTX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_UNREGISTER_UDF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_USE_SSL_CONF - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FAILED_TO_VALIDATE_ADDRESS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_FORCE_STOP_CLIENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_IPv6_AVAILABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_LISTENER_SETUP_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_LISTENER_STATUS_MSG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_LISTENER_SYS_VARIABLE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_MAX_AUTH_ATTEMPTS_REACHED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_MESSAGE_TOO_LONG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_PEER_DISCONNECTED_WHILE_READING_MSG_BODY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_READ_FAILED_CLOSING_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_REFERENCE_TO_SECURE_CONN_WITH_XPLUGIN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_REFERENCE_TO_USER_ACCOUNT_DOC_SECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_RETRYING_BIND_ON_PORT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_SRV_SESSION_INIT_THREAD_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_STARTUP_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_TASK_SCHEDULING_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_UNABLE_TO_ACCEPT_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_UNABLE_TO_USE_USER_SESSION_ACCOUNT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_UNEXPECTED_EXCEPTION_DISPATCHING_CMD - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_UNINITIALIZED_MESSAGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_USING_SSL_CONF_FROM_MYSQLX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_USING_SSL_CONF_FROM_SERVER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUGIN_USING_SSL_FOR_TLS_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
ER_XPLUING_NET_STARTUP_FAILED - 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.
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_VECTOR - 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
 
getAssertCount() - Method in class com.mysql.cj.callback.WebAuthnAuthenticationCallback
Returns the number of assertions produced by the authenticator interaction
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(int) - Method in class com.mysql.cj.callback.WebAuthnAuthenticationCallback
Returns one of 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
 
getCancelTimeoutLock() - 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.
getClientDataHash() - Method in class com.mysql.cj.callback.WebAuthnAuthenticationCallback
Returns the FIDO Client Data Hash (an SHA-256 hash computed from the Client Data JSON) for the upcoming authenticator interaction.
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).
getConnectionLock() - 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.
getConnProperty(PropertyKey) - Method in class com.mysql.cj.callback.OpenidConnectAuthenticationCallback
Provides access to the connection properties where this authentication is being performed.
getContextForWithStatement(String, boolean) - Static method in class com.mysql.cj.QueryInfo
Returns the context of the WITH statement.
getContextPropagationKey() - Method in interface com.mysql.cj.telemetry.TelemetryHandler
The telemetry context propagation default key name.
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.WebAuthnAuthenticationCallback
Returns the FIDO Credential Id for the upcoming authenticator interaction.
getCriteria() - Method in interface com.mysql.cj.xdevapi.FilterParams
Get the search criteria.
getCurrentConnection() - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
 
getCurrentDatabase() - Method in interface com.mysql.cj.Query
 
getCurrentTimeNanosOrMillis() - Static method in class com.mysql.cj.util.TimeUtil
 
getDatabase() - Method in class com.mysql.cj.conf.ConnectionUrl
Returns the database from this connection URL.
getDatabase() - Method in class com.mysql.cj.conf.HostInfo
Shortcut to the database connection argument.
getDatabase() - Method in interface com.mysql.cj.jdbc.JdbcConnection
Retrieves this connection object's current database name.
getDatabase() - Method in interface com.mysql.cj.log.ProfilerEvent
Returns the database the event occurred on.
getDatabaseName() - Method in class com.mysql.cj.result.Field
 
getDatabaseUrl() - Method in class com.mysql.cj.conf.ConnectionUrl
Returns the original database URL that produced this connection string.
getDatabaseUrl() - Method in class com.mysql.cj.conf.ConnectionUrlParser
Returns the original database URL that produced this connection string parser.
getDatabaseUrl() - Method in interface com.mysql.cj.conf.DatabaseUrlContainer
Returns the original database URL that produced this connection string.
getDatabaseUrl() - Method in class com.mysql.cj.conf.HostInfo
Returns the original database URL that produced this host info.
getDataSize() - Method in exception com.mysql.cj.exceptions.DataTruncationException
 
getDataStoreMetadata() - Method in interface com.mysql.cj.Session
 
getDate(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
 
getDate(String) - Method in interface com.mysql.cj.xdevapi.Row
Retrieve the value for column `fieldName' as a Date value.
getDate(int) - Method in interface com.mysql.cj.xdevapi.Row
Retrieve the value for column at position `pos' (starting at 0) as a byte value.
getDay() - Method in class com.mysql.cj.protocol.InternalDate
 
getDbDoc(String) - Method in interface com.mysql.cj.xdevapi.Row
Retrieve the value for column `fieldName' as a DbDoc value.
getDbDoc(int) - Method in interface com.mysql.cj.xdevapi.Row
Retrieve the value for column at position `pos' (starting at 0) as a DbDoc value.
getDecimals() - Method in class com.mysql.cj.result.Field
 
getDefaultHost() - Method in class com.mysql.cj.conf.ConnectionUrl
Returns the default host.
getDefaultPassword() - Method in class com.mysql.cj.conf.ConnectionUrl
Returns the default password.
getDefaultPort() - Method in class com.mysql.cj.conf.ConnectionUrl
Returns the default port.
getDefaultSchema() - Method in interface com.mysql.cj.xdevapi.Session
Retrieve the default schema name, which might have been configured at the time of connection.
getDefaultSchemaName() - Method in interface com.mysql.cj.xdevapi.Session
Retrieve the default schema name, which might have been configured at the time of connection.
getDefaultTimeZone() - Method in interface com.mysql.cj.protocol.ServerSession
The default time zone used to marshal date/time values to/from the server.
getDefaultUser() - Method in class com.mysql.cj.conf.ConnectionUrl
Returns the default user.
getDefaultValue() - Method in interface com.mysql.cj.conf.PropertyDefinition
Returns the default value.
getDescription() - Method in interface com.mysql.cj.conf.PropertyDefinition
Returns the property description.
getDnsSrvPropertyKey() - Method in enum com.mysql.cj.conf.ConnectionUrl.Type
 
getDouble(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
 
getDouble(String) - Method in interface com.mysql.cj.xdevapi.Row
Retrieve the value for column `fieldName' as a double value.
getDouble(int) - Method in interface com.mysql.cj.xdevapi.Row
Retrieve the value for column at position `pos' (starting at 0) as a double value.
getDurationString(Duration) - Static method in class com.mysql.cj.util.TimeUtil
 
getDurationUnits() - Method in interface com.mysql.cj.log.ProfilerEvent
Returns the units for getEventDuration()
getEncoding() - Method in class com.mysql.cj.result.Field
Returns the Java encoding for this field.
getEnumProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
 
getEnumProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
 
getErrorMessageEncoding() - Method in interface com.mysql.cj.CharsetSettings
 
getEventCreationPointAsString() - Method in interface com.mysql.cj.log.ProfilerEvent
Returns the description of where the event was created.
getEventCreationTime() - Method in interface com.mysql.cj.log.ProfilerEvent
Returns the time (in System.currentTimeMillis() form) when this event was created.
getEventDuration() - Method in interface com.mysql.cj.log.ProfilerEvent
Returns the duration of the event in milliseconds
getEventType() - Method in interface com.mysql.cj.log.ProfilerEvent
Returns the event type
getExceptionInterceptor() - Method in interface com.mysql.cj.jdbc.JdbcStatement
 
getExceptionInterceptor() - Method in interface com.mysql.cj.MysqlConnection
 
getExceptionInterceptor() - Method in interface com.mysql.cj.protocol.Protocol
 
getExceptionInterceptor() - Method in interface com.mysql.cj.protocol.SocketConnection
 
getExceptionInterceptor() - Method in interface com.mysql.cj.Session
 
getExecuteTime() - Method in interface com.mysql.cj.Query
Returns the elapsed time for the server to execute the query.
getExpressionString() - Method in class com.mysql.cj.xdevapi.Expression
Get the string form of this expression
getFetchSize() - Method in interface com.mysql.cj.protocol.ProtocolEntityFactory
 
getField() - Method in interface com.mysql.cj.BindValue
 
getFields() - Method in interface com.mysql.cj.protocol.ColumnDefinition
 
getFields() - Method in interface com.mysql.cj.xdevapi.FilterParams
Get X Protocol Projection objects.
getFieldType() - Method in interface com.mysql.cj.BindValue
 
getFilterParams() - Method in interface com.mysql.cj.xdevapi.SelectStatement
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
 
getIdentityToken() - Method in class com.mysql.cj.callback.OpenidConnectAuthenticationCallback
Returns the OpenID Identity Token.
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(Lock, String, int, int) - Method in interface com.mysql.cj.CacheAdapterFactory
 
getInstance(Lock, String, int, int) - Method in class com.mysql.cj.PerConnectionLRUFactory
 
getInstance() - Static method in class com.mysql.cj.telemetry.NoopTelemetryHandler
 
getInstance() - Static method in class com.mysql.cj.telemetry.NoopTelemetryScope
 
getInstance() - Static method in class com.mysql.cj.telemetry.NoopTelemetrySpan
 
getInstance(Lock, String, int, int) - Method in class com.mysql.cj.util.PerVmServerConfigCacheFactory
 
getInstance(Class<T>, String, Class<?>[], Object[], ExceptionInterceptor) - Static method in class com.mysql.cj.util.Util
Creates an instance of the specified class name through reflection using the given arguments, as long as the class implements the return type specified.
getInt(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
 
getInt(String) - Method in interface com.mysql.cj.xdevapi.Row
Retrieve the value for column `fieldName' as an integer value.
getInt(int) - Method in interface com.mysql.cj.xdevapi.Row
Retrieve the value for column at position `pos' (starting at 0) as an integer value.
getIntegerProperty(String) - Method in interface com.mysql.cj.conf.PropertySet
 
getIntegerProperty(PropertyKey) - Method in interface com.mysql.cj.conf.PropertySet
 
getInterceptors() - Method in class com.mysql.cj.exceptions.ExceptionInterceptorChain
 
getIntValue() - Method in enum com.mysql.cj.protocol.Resultset.Concurrency
 
getIntValue() - Method in enum com.mysql.cj.protocol.Resultset.Type
 
getJavaEncodingForCollationIndex(int) - Method in interface com.mysql.cj.CharsetSettings
 
getJavaEncodingForMysqlCharset(String) - Method in interface com.mysql.cj.CharsetSettings
 
getJavaType() - Method in class com.mysql.cj.result.Field
 
getJdbcType() - Method in enum com.mysql.cj.MysqlType
 
getJVMUpdateNumber() - Static method in class com.mysql.cj.util.Util
 
getJVMVersion() - Static method in class com.mysql.cj.util.Util
 
getKey() - Method in enum com.mysql.cj.telemetry.TelemetryAttribute
 
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.jdbc.JdbcConnection
 
getLock() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
 
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
 
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(Object...) - Method in enum com.mysql.cj.telemetry.TelemetrySpanName
 
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
 
getNumberOfPlaceholders() - Method in class com.mysql.cj.QueryInfo
Returns the number of placeholders found in the query.
getNumberOfQueries() - Method in class com.mysql.cj.QueryInfo
Returns the number of queries identified in the original SQL string.
getObject(int) - Method in interface com.mysql.cj.jdbc.ParameterBindings
 
getObjectStoredProc(int, int) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
Functions like ResultSet.getObject(), but using the given SQL type (as registered during CallableStatement.registerOutParameter()).
getObjectStoredProc(int, Map<Object, Object>, int) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
Functions like ResultSet.getObject(), but using the given SQL type (as registered during CallableStatement.registerOutParameter()).
getObjectStoredProc(String, int) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
Functions like ResultSet.getObject(), but using the given SQL type (as registered during CallableStatement.registerOutParameter()).
getObjectStoredProc(String, Map<Object, Object>, int) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
Functions like ResultSet.getObject(), but using the given SQL type (as registered during CallableStatement.registerOutParameter()).
getOffset() - Method in class com.mysql.cj.protocol.InternalTimestamp
 
getOffset() - Method in interface com.mysql.cj.xdevapi.FilterParams
Get number of rows to skip before finding others.
getOne(String) - Method in interface com.mysql.cj.xdevapi.Collection
Return the document with the given id.
getOpenResultSetCount() - Method in interface com.mysql.cj.jdbc.JdbcStatement
Returns the number of open result sets for this statement.
getOrder() - Method in interface com.mysql.cj.conf.PropertyDefinition
Returns the property order.
getOrder() - Method in interface com.mysql.cj.xdevapi.FilterParams
Get X Protocol Order objects.
getOriginalName() - Method in class com.mysql.cj.result.Field
 
getOriginalProperties() - Method in class com.mysql.cj.conf.ConnectionUrl
Returns the original (common to all hosts) connection arguments as provided in the connection string query section.
getOriginalSql() - Method in interface com.mysql.cj.PreparedQuery
 
getOriginalTableName() - Method in class com.mysql.cj.result.Field
 
getOwner() - Method in interface com.mysql.cj.protocol.ResultsetRows
Returns the result set that 'owns' this RowData
getOwnerFetchSize() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
 
getOwningQuery() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
 
getOwningStatementFetchSize() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
 
getOwningStatementMaxRows() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
 
getOwningStatementServerId() - Method in interface com.mysql.cj.protocol.ResultsetRowsOwner
 
getPackageName(Class<?>) - Static method in class com.mysql.cj.util.Util
Returns the package name of the given class.
getPacketReceivedTimeHolder() - Method in interface com.mysql.cj.protocol.Protocol
 
getPacketSentTimeHolder() - Method in interface com.mysql.cj.protocol.Protocol
 
getParameterBindings() - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
 
getParameterCount() - Method in interface com.mysql.cj.PreparedQuery
 
getPassword() - Method in class com.mysql.cj.conf.HostInfo
Returns the password.
getPasswordCharacterEncoding() - Method in interface com.mysql.cj.CharsetSettings
 
getPath() - Method in class com.mysql.cj.conf.ConnectionUrlParser
Returns the path section.
getPlaceholderPurposes() - Method in class com.mysql.cj.QueryInfo
Returns a list containing the purpose of each one of the placeholders found according to their positional ordering.
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.Session
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.WebAuthnAuthenticationCallback
Returns the FIDO Relying Party Id for the upcoming 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.
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.
getSessionLock() - Method in interface com.mysql.cj.Session
 
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(int) - Method in class com.mysql.cj.callback.WebAuthnAuthenticationCallback
Returns one of the FIDO Signatures 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.
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).
getStatementKeyword() - Method in class com.mysql.cj.QueryInfo
Returns the statement keyword from the query used to build this QueryInfo.
getStatementKeyword(String, boolean) - Static method in class com.mysql.cj.QueryInfo
Finds and returns the statement keyword from the specified SQL, skipping comments and quoted text.
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
 
getSupportsCredentialManagement() - Method in class com.mysql.cj.callback.WebAuthnAuthenticationCallback
Returns whether this FIDO Authenticator device supports Credential Management.
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.
getTelemetryHandler() - Method in interface com.mysql.cj.Session
 
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.callback.OpenidConnectAuthenticationCallback
Returns the user name.
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.
handle(MysqlCallback) - Method in class com.mysql.cj.callback.OpenidConnectIdTokenFromFileCallbackHandler
 
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<T>, 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?
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

ID_TOKEN_SIZE_LIMIT - Static variable in class com.mysql.cj.callback.OpenidConnectIdTokenFromFileCallbackHandler
 
identityToken - Variable in class com.mysql.cj.callback.OpenidConnectAuthenticationCallback
 
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
 
in(CloseOption...) - Method in enum com.mysql.cj.jdbc.CloseOption
 
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.
INSTANCE - Static variable in class com.mysql.cj.telemetry.NoopTelemetryHandler
 
INSTANCE - Static variable in class com.mysql.cj.telemetry.NoopTelemetryScope
 
INSTANCE - Static variable in class com.mysql.cj.telemetry.NoopTelemetrySpan
 
interceptException(Exception) - Method in interface com.mysql.cj.exceptions.ExceptionInterceptor
 
interceptException(Exception) - Method in class com.mysql.cj.exceptions.ExceptionInterceptorChain
 
interceptors - Variable in class com.mysql.cj.exceptions.ExceptionInterceptorChain
 
InternalDate - Class in com.mysql.cj.protocol
 
InternalDate() - Constructor for class com.mysql.cj.protocol.InternalDate
Constructs a zero date.
InternalDate(int, int, int) - Constructor for class com.mysql.cj.protocol.InternalDate
 
InternalTime - Class in com.mysql.cj.protocol
 
InternalTime() - Constructor for class com.mysql.cj.protocol.InternalTime
Constructs a zero time
InternalTime(int, int, int, int, int) - Constructor for class com.mysql.cj.protocol.InternalTime
 
InternalTimestamp - Class in com.mysql.cj.protocol
 
InternalTimestamp() - Constructor for class com.mysql.cj.protocol.InternalTimestamp
Constructs a zero datetime
InternalTimestamp(int, int, int, int, int, int, int, int) - Constructor for class com.mysql.cj.protocol.InternalTimestamp
 
inTransactionOnServer() - Method in interface com.mysql.cj.protocol.ServerSession
 
IntWrapper(int) - Constructor for class com.mysql.cj.util.Base64Decoder.IntWrapper
 
invalidate(K) - Method in interface com.mysql.cj.CacheAdapter
 
invalidate(String) - Method in class com.mysql.cj.PerConnectionLRUFactory.PerConnectionLRU
 
invalidateAll(Set<K>) - Method in interface com.mysql.cj.CacheAdapter
 
invalidateAll() - Method in interface com.mysql.cj.CacheAdapter
 
invalidateAll(Set<String>) - Method in class com.mysql.cj.PerConnectionLRUFactory.PerConnectionLRU
 
invalidateAll() - Method in class com.mysql.cj.PerConnectionLRUFactory.PerConnectionLRU
 
InvalidConnectionAttributeException - Exception in com.mysql.cj.exceptions
 
InvalidConnectionAttributeException() - Constructor for exception com.mysql.cj.exceptions.InvalidConnectionAttributeException
 
InvalidConnectionAttributeException(String) - Constructor for exception com.mysql.cj.exceptions.InvalidConnectionAttributeException
 
InvalidConnectionAttributeException(String, Throwable) - Constructor for exception com.mysql.cj.exceptions.InvalidConnectionAttributeException
 
InvalidConnectionAttributeException(Throwable) - Constructor for exception com.mysql.cj.exceptions.InvalidConnectionAttributeException
 
InvalidConnectionAttributeException(String, Throwable, boolean, boolean) - Constructor for exception com.mysql.cj.exceptions.InvalidConnectionAttributeException
 
invokeListeners(Protocol.ProtocolEventListener.EventType, Throwable) - Method in interface com.mysql.cj.protocol.Protocol.ProtocolEventHandler
 
IS_DECIMAL - Static variable in enum com.mysql.cj.MysqlType
 
IS_NOT_DECIMAL - Static variable in enum com.mysql.cj.MysqlType
 
isAfterLast() - Method in interface com.mysql.cj.protocol.ResultsetRows
Returns true if we got the last element.
isAllowed(int) - Method in enum com.mysql.cj.MysqlType
 
isAsciiControlCharacter(char) - Static method in class com.mysql.cj.util.SaslPrep
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/Commercial edition.
isEOFDeprecated() - Method in interface com.mysql.cj.protocol.ServerSession
 
isErrorEnabled() - Method in class com.mysql.cj.log.Jdk14Logger
 
isErrorEnabled() - Method in interface com.mysql.cj.log.Log
Is the 'error' log level enabled?
isErrorEnabled() - Method in class com.mysql.cj.log.NullLogger
 
isErrorEnabled() - Method in class com.mysql.cj.log.Slf4JLogger
 
isErrorEnabled() - Method in class com.mysql.cj.log.StandardLogger
 
isExplicitlySet() - Method in interface com.mysql.cj.conf.RuntimeProperty
 
isFatalEnabled() - Method in class com.mysql.cj.log.Jdk14Logger
 
isFatalEnabled() - Method in interface com.mysql.cj.log.Log
Is the 'fatal' log level enabled?
isFatalEnabled() - Method in class com.mysql.cj.log.NullLogger
 
isFatalEnabled() - Method in class com.mysql.cj.log.Slf4JLogger
 
isFatalEnabled() - Method in class com.mysql.cj.log.StandardLogger
 
isFirst() - Method in interface com.mysql.cj.protocol.ResultsetRows
Are we on the first row of the result set?
isFromFunction() - Method in class com.mysql.cj.result.Field
 
isHostReplica(String) - Method in interface com.mysql.cj.jdbc.ha.ReplicationConnection
 
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.
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
 
isSessionStateTrackingEnabled() - 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 - Variable in enum com.mysql.cj.telemetry.TelemetryAttribute
 
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.
LIMIT_CLAUSE - Static variable in class com.mysql.cj.QueryInfo
 
LINE_SEPARATOR - Static variable in class com.mysql.cj.util.LogUtils
 
LINE_SEPARATOR_LENGTH - Static variable in class com.mysql.cj.util.LogUtils
 
LoadBalancedConnection - Interface in com.mysql.cj.jdbc.ha
 
LoadBalanceExceptionChecker - Interface in com.mysql.cj.jdbc.ha
 
loadClasses(Class<T>, String, String, ExceptionInterceptor) - Static method in class com.mysql.cj.util.Util
 
loadTimeZoneMappings(ExceptionInterceptor) - Static method in class com.mysql.cj.util.TimeUtil
Loads a properties file that contains all kinds of time zone mappings.
lock - Variable in class com.mysql.cj.PerConnectionLRUFactory.PerConnectionLRU
 
lock - Variable in class com.mysql.cj.util.EscapeTokenizer
 
LOCK - Static variable in class com.mysql.cj.util.TimeUtil
 
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
 
makeCurrent() - Method in class com.mysql.cj.telemetry.NoopTelemetrySpan
 
makeCurrent() - Method in interface com.mysql.cj.telemetry.TelemetrySpan
Takes this telemetry span and makes it current in the global telemetry context.
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
 
MULTIPLE_QUERIES_TAG - Static variable in class com.mysql.cj.QueryInfo
 
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
 
mysqlToSqlstate - 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:2023 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
 
name - Variable in enum com.mysql.cj.telemetry.TelemetrySpanName
 
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
 
NETWORK_TRANSPORT_PIPE - Static variable in enum com.mysql.cj.telemetry.TelemetryAttribute
 
NETWORK_TRANSPORT_TCP - Static variable in enum com.mysql.cj.telemetry.TelemetryAttribute
 
NETWORK_TRANSPORT_UNIX - Static variable in enum com.mysql.cj.telemetry.TelemetryAttribute
 
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
 
NoopTelemetryHandler - Class in com.mysql.cj.telemetry
No-op implementation of TelemetryHandler.
NoopTelemetryHandler() - Constructor for class com.mysql.cj.telemetry.NoopTelemetryHandler
 
NoopTelemetryScope - Class in com.mysql.cj.telemetry
No-op implementation of TelemetryScope.
NoopTelemetryScope() - Constructor for class com.mysql.cj.telemetry.NoopTelemetryScope
 
NoopTelemetrySpan - Class in com.mysql.cj.telemetry
No-op implementation of TelemetrySpan.
NoopTelemetrySpan() - Constructor for class com.mysql.cj.telemetry.NoopTelemetrySpan
 
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.
notifyResultSetClose(ResultSetInternalMethods) - Method in interface com.mysql.cj.jdbc.JdbcStatement
Callback for ResultSet instances to notify the owning Statement when they are being closed.
notIn(CloseOption...) - Method in enum com.mysql.cj.jdbc.CloseOption
 
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.
OFFSET_CLAUSE - Static variable in class com.mysql.cj.QueryInfo
 
OpenidConnectAuthenticationCallback - Class in com.mysql.cj.callback
The callback object used by the authentication plugin AuthenticationOpenidConnectClient to let the client application supply Identity Tokens to the driver.
OpenidConnectAuthenticationCallback(Function<PropertyKey, String>) - Constructor for class com.mysql.cj.callback.OpenidConnectAuthenticationCallback
 
OpenidConnectIdTokenFromFileCallbackHandler - Class in com.mysql.cj.callback
A callback handler that reads an OpenID Identity Token from a file.
OpenidConnectIdTokenFromFileCallbackHandler() - Constructor for class com.mysql.cj.callback.OpenidConnectIdTokenFromFileCallbackHandler
 
OPENING_MARKERS - Static variable in class com.mysql.cj.QueryInfo
 
openingMarkers - Variable in class com.mysql.cj.util.StringInspector
 
OpenTelemetry() - Constructor for enum com.mysql.cj.conf.PropertyDefinitions.OpenTelemetry
 
OPERATION_BATCH - Static variable in enum com.mysql.cj.telemetry.TelemetryAttribute
 
OPERATION_COMMIT - Static variable in enum com.mysql.cj.telemetry.TelemetryAttribute
 
OPERATION_CREATE - Static variable in enum com.mysql.cj.telemetry.TelemetryAttribute
 
OPERATION_EXPLAIN - Static variable in enum com.mysql.cj.telemetry.TelemetryAttribute
 
OPERATION_INIT_DB - Static variable in enum com.mysql.cj.telemetry.TelemetryAttribute
 
OPERATION_KILL - Static variable in enum com.mysql.cj.telemetry.TelemetryAttribute
 
OPERATION_PING - Static variable in enum com.mysql.cj.telemetry.TelemetryAttribute
 
OPERATION_ROLLBACK - Static variable in enum com.mysql.cj.telemetry.TelemetryAttribute
 
OPERATION_SELECT - Static variable in enum com.mysql.cj.telemetry.TelemetryAttribute
 
OPERATION_SET - Static variable in enum com.mysql.cj.telemetry.TelemetryAttribute
 
OPERATION_SHOW - Static variable in enum com.mysql.cj.telemetry.TelemetryAttribute
 
OPERATION_SHUTDOWN - Static variable in enum com.mysql.cj.telemetry.TelemetryAttribute
 
OPERATION_USE - Static variable in enum com.mysql.cj.telemetry.TelemetryAttribute
 
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(Lock, 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
 
PlaceholderPurpose - Enum in com.mysql.cj
The possible purposes for placeholders in queries.
PlaceholderPurpose() - Constructor for enum com.mysql.cj.PlaceholderPurpose
 
placeholderPurposes - Variable in class com.mysql.cj.QueryInfo
 
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
 
propagateContext(BiConsumer<String, String>) - Method in interface com.mysql.cj.telemetry.TelemetryHandler
Injects telemetry context propagation information into the specified consumer.
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.OpenTelemetry - 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.
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.WebAuthnAuthenticationCallback
 
remove(String) - Method in interface com.mysql.cj.xdevapi.Collection
Create a new removal statement affecting documents matching the given search condition.
removeAttribute(String) - Method in interface com.mysql.cj.QueryAttributesBindings
Removes the specified query attribute from the list of query attributes.
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
 
removeLinkTarget(TelemetrySpan) - Method in interface com.mysql.cj.telemetry.TelemetryHandler
Removes the specified span from the list of registered link targets.
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.
removeOne(String) - Method in interface com.mysql.cj.xdevapi.Collection
Removes the document with the given id.
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
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
 
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.
SELECT_STATEMENT - Static variable in class com.mysql.cj.QueryInfo
 
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 (regardless of the configuration property 'useServerPrepStmts') with the same semantics as the method java.sql.Connection.prepareStatement() with the same argument types.
serverPrepareStatement(String, int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
Prepares a statement on the server (regardless of the configuration property 'useServerPrepStmts') with the same semantics as the method java.sql.Connection.prepareStatement() with the same argument types.
serverPrepareStatement(String, int, int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
Prepares a statement on the server (regardless of the configuration property 'useServerPrepStmts') with the same semantics as the method java.sql.Connection.prepareStatement() with the same argument types.
serverPrepareStatement(String, int, int, int) - Method in interface com.mysql.cj.jdbc.JdbcConnection
Prepares a statement on the server (regardless of the configuration property 'useServerPrepStmts') with the same semantics as the method java.sql.Connection.prepareStatement() with the same argument types.
serverPrepareStatement(String, int[]) - Method in interface com.mysql.cj.jdbc.JdbcConnection
Prepares a statement on the server (regardless of the configuration property 'useServerPrepStmts') with the same semantics as the method java.sql.Connection.prepareStatement() with the same argument types.
serverPrepareStatement(String, String[]) - Method in interface com.mysql.cj.jdbc.JdbcConnection
Prepares a statement on the server (regardless of the configuration property 'useServerPrepStmts') with the same semantics as the method java.sql.Connection.prepareStatement() 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.
setAttribute(TelemetryAttribute, String) - Method in interface com.mysql.cj.telemetry.TelemetrySpan
Adds the specified String attribute to this telemetry span.
setAttribute(TelemetryAttribute, long) - Method in interface com.mysql.cj.telemetry.TelemetrySpan
Adds the specified long attribute to this telemetry span.
setAttribute(TelemetryAttribute, Supplier<T>) - Method in interface com.mysql.cj.telemetry.TelemetrySpan
Adds the attribute given by the specified supplier to this telemetry span.
setAuthenticationParameters(String, String) - Method in interface com.mysql.cj.protocol.AuthenticationPlugin
This method called from Connector/J before first nextAuthenticationStep call.
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
 
setError(Throwable) - Method in interface com.mysql.cj.telemetry.TelemetrySpan
Sets the status code of this telemetry span as ERROR and records the stack trace of the specified exception.
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
 
setIdentityToken(byte[]) - Method in class com.mysql.cj.callback.OpenidConnectAuthenticationCallback
Sets the OpenID Identity Token.
setIndex(int) - Method in exception com.mysql.cj.exceptions.DataTruncationException
 
setInGlobalTx(boolean) - Method in interface com.mysql.cj.jdbc.JdbcConnection
Set the state of being in a global (XA) transaction.
setInt(int, int) - Method in interface com.mysql.cj.QueryBindings
 
setIsNational(boolean) - Method in interface com.mysql.cj.BindValue
 
setKeepOrigNanos(boolean) - Method in interface com.mysql.cj.BindValue
Should the value keep original fractional seconds ignoring sendFractionalSeconds and sendFractionalSecondsForTime?
setLevel(Schema.Validation.ValidationLevel) - Method in class com.mysql.cj.xdevapi.Schema.Validation
 
setLimit(Long) - Method in interface com.mysql.cj.xdevapi.FilterParams
Set maximum rows to find.
setLocalInfileInputStream(InputStream) - Method in interface com.mysql.cj.jdbc.JdbcStatement
Sets an InputStream instance that will be used to send data to the MySQL server for a "LOAD DATA LOCAL INFILE" statement rather than a FileInputStream or URLInputStream that represents the path given as an argument to the statement.
setLocalInfileInputStream(InputStream) - Method in interface com.mysql.cj.protocol.Protocol
Sets an InputStream instance that will be used to send data to the MySQL server for a "LOAD DATA LOCAL INFILE" statement rather than a FileInputStream or URLInputStream that represents the path given as an argument to the statement.
setLock(FilterParams.RowLock) - Method in interface com.mysql.cj.xdevapi.FilterParams
setLockOption(FilterParams.RowLockOptions) - Method in interface com.mysql.cj.xdevapi.FilterParams
setLong(int, long) - Method in interface com.mysql.cj.QueryBindings
 
setLongParameterSwitchDetected(boolean) - Method in interface com.mysql.cj.QueryBindings
 
setMaxAllowedPacket(int) - Method in interface com.mysql.cj.protocol.MessageSender
Set max allowed packet size.
setMetadata(ResultSetMetaData) - Method in interface com.mysql.cj.jdbc.result.CachedResultSetMetaData
 
setMetadata(ColumnDefinition) - Method in interface com.mysql.cj.protocol.ResultsetRows
Sometimes the driver doesn't have metadata until after the statement has the result set in-hand (because it's cached), so it can call this to set it after the fact.
setMetadata(ColumnDefinition) - Method in interface com.mysql.cj.result.Row
Set metadata to enable getValue functionality.
setMinutes(int) - Method in class com.mysql.cj.protocol.InternalTime
 
setMinutes(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
 
setMonth(int) - Method in class com.mysql.cj.protocol.InternalDate
 
setMysqlInput(FullReadInputStream) - Method in interface com.mysql.cj.protocol.SocketConnection
 
setMysqlType(MysqlType) - Method in interface com.mysql.cj.BindValue
 
setMysqlType(MysqlType) - Method in class com.mysql.cj.result.Field
 
setMysqlTypeId(int) - Method in class com.mysql.cj.result.Field
 
setName(String) - Method in interface com.mysql.cj.BindValue
 
setNanos(int) - Method in class com.mysql.cj.protocol.InternalTime
 
setNanos(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
 
setNCharacterStream(int, Reader, long) - Method in interface com.mysql.cj.QueryBindings
 
setNClob(int, NClob) - Method in interface com.mysql.cj.QueryBindings
 
setNegative(boolean) - Method in class com.mysql.cj.protocol.InternalTime
 
setNextResultset(Resultset) - Method in interface com.mysql.cj.protocol.Resultset
 
setNString(int, String) - Method in interface com.mysql.cj.QueryBindings
 
setNull(boolean) - Method in interface com.mysql.cj.BindValue
 
setNull(int, MysqlType) - Method in interface com.mysql.cj.jdbc.JdbcPreparedStatement
 
setNull(int) - Method in interface com.mysql.cj.QueryBindings
 
setNumberOfExecutions(int) - Method in interface com.mysql.cj.QueryBindings
 
setObject(int, Object) - Method in interface com.mysql.cj.QueryBindings
 
setObject(int, Object, MysqlType, int) - Method in interface com.mysql.cj.QueryBindings
 
setOffset(int) - Method in class com.mysql.cj.protocol.InternalTimestamp
 
setOffset(Long) - Method in interface com.mysql.cj.xdevapi.FilterParams
Set number of rows to skip before finding others.
setOrder(String...) - Method in interface com.mysql.cj.xdevapi.FilterParams
Parse order expressions into X Protocol Order objects.
setOriginalSql(String) - Method in interface com.mysql.cj.PreparedQuery
 
setOwner(ResultsetRowsOwner) - Method in interface com.mysql.cj.protocol.ResultsetRows
Set the result set that 'owns' this RowData
setOwningStatement(JdbcStatement) - Method in interface com.mysql.cj.jdbc.result.ResultSetInternalMethods
Sets the statement that "owns" this result set (usually used when the result set should internally "belong" to one statement, but is created by another.
setPacketReceivedTimeHolder(PacketReceivedTimeHolder) - Method in interface com.mysql.cj.protocol.Protocol
 
setPacketSentTimeHolder(PacketSentTimeHolder) - Method in interface com.mysql.cj.protocol.Protocol
 
setParameter(boolean) - Method in exception com.mysql.cj.exceptions.DataTruncationException
 
setParameterCount(int) - Method in interface com.mysql.cj.PreparedQuery
 
setPingTarget(PingTarget) - Method in interface com.mysql.cj.jdbc.JdbcStatement
 
setPropertySet(PropertySet) - Method in interface com.mysql.cj.protocol.Protocol
 
setPropertySet(PropertySet) - Method in interface com.mysql.cj.result.ValueFactory
 
setProxy(JdbcConnection) - Method in interface com.mysql.cj.jdbc.JdbcConnection
 
setQueryBindings(QueryBindings) - Method in interface com.mysql.cj.PreparedQuery
 
setQueryComment(String) - Method in interface com.mysql.cj.Session
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
 
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
 
setSupportsCredentialManagement(boolean) - Method in class com.mysql.cj.callback.WebAuthnAuthenticationCallback
Sets whether this FIDO Authenticator device supports Credential Management.
setTelemetryHandler(TelemetryHandler) - Method in interface com.mysql.cj.Session
 
setThreadId(long) - Method in interface com.mysql.cj.protocol.ServerCapabilities
 
setTime(int, Time, Calendar) - Method in interface com.mysql.cj.QueryBindings
 
setTimeoutInMillis(long) - 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.
setUser(String) - Method in class com.mysql.cj.callback.OpenidConnectAuthenticationCallback
Sets the user name.
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
signatureEntries - Variable in class com.mysql.cj.callback.WebAuthnAuthenticationCallback
 
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.
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
 
SQLSTATE_AMBIGUOUS_CURSOR_NAME_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_ATTEMPT_TO_ASSIGN_TO_NON_UPDATABLE_COLUMN_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_ATTEMPT_TO_ASSIGN_TO_ORDERING_COLUMN_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CARDINALITY_VIOLATION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_ASSOCIATED_STATEMENT_IS_NOT_PREPARED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_ATTEMPT_TO_CONCATENATE_A_NULL_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_ATTRIBUTE_CANNOT_BE_SET_NOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_CANNOT_MODIFY_AN_IMPLEMENTATION_ROW_DESCRIPTOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_COLUMN_TYPE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_DYNAMIC_PARAMETER_VALUE_NEEDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_FUNCTION_SEQUENCE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_INCONSISTENT_DESCRIPTOR_INFORMATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_INVALID_ATTRIBUTE_IDENTIFIER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_INVALID_ATTRIBUTE_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_INVALID_CURSOR_POSITION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_INVALID_DATA_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_INVALID_DATA_TYPE_IN_APPLICATION_DESCRIPTOR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_INVALID_DESCRIPTOR_FIELD_IDENTIFIER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_INVALID_FETCH_ORIENTATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_INVALID_FUNCTIONID_SPECIFIED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_INVALID_HANDLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_INVALID_INFORMATION_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_INVALID_PARAMETER_MODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_INVALID_RETRIEVAL_CODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_INVALID_STRING_LENGTH_OR_BUFFER_LENGTH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_INVALID_TRANSACTION_OPERATION_CODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_INVALID_USE_OF_AUTOMATICALLY_ALLOCATED_DESCRIPTOR_HANDLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_INVALID_USE_OF_NULL_POINTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_LIMIT_ON_NUMBER_OF_HANDLES_EXCEEDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_MEMORY_ALLOCATION_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_MEMORY_MANAGEMENT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_NON_STRING_DATA_CANNOT_BE_SENT_IN_PIECES - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_NULLABLE_TYPE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_OPERATION_CANCELLED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_OPTIONAL_FEATURE_NOT_IMPLEMENTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_ROW_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_SCOPE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CLI_SPECIFIC_CONDITION_SERVER_DECLINED_THE_CANCELLATION_REQUEST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CONNECTION_EXCEPTION_CONNECTION_DOES_NOT_EXIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CONNECTION_EXCEPTION_CONNECTION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CONNECTION_EXCEPTION_CONNECTION_NAME_IN_USE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CONNECTION_EXCEPTION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CONNECTION_EXCEPTION_SQL_CLIENT_UNABLE_TO_ESTABLISH_SQL_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CONNECTION_EXCEPTION_SQL_SERVER_REJECTED_ESTABLISHMENT_OF_SQL_CONNECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CONNECTION_EXCEPTION_TRANSACTION_RESOLUTION_UNKNOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CONNJ_DRIVER_NOT_CAPABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CONNJ_GENERAL_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CONNJ_ILLEGAL_ARGUMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CONNJ_INVALID_COLUMN_NUMBER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CURSOR_SENSITIVITY_EXCEPTION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CURSOR_SENSITIVITY_EXCEPTION_REQUEST_FAILED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_CURSOR_SENSITIVITY_EXCEPTION_REQUEST_REJECTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_ARRAY_DATA_RIGHT_TRUNCATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_ARRAY_ELEMENT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_ATTEMPT_TO_REPLACE_A_ZERO_LENGTH_STRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_CHARACTER_NOT_IN_REPERTOIRE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_DATETIME_FIELD_OVERFLOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_DIVISION_BY_ZERO - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_DUPLICATE_JSON_OBJECT_KEY_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_ERROR_IN_ASSIGNMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_ESCAPE_CHARACTER_CONFLICT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INDICATOR_OVERFLOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INTERVAL_FIELD_OVERFLOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INTERVAL_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_ARGUMENT_FOR_NATURAL_LOGARITHM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_ARGUMENT_FOR_NTH_VALUE_FUNCTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_ARGUMENT_FOR_NTILE_FUNCTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_ARGUMENT_FOR_POWER_FUNCTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_ARGUMENT_FOR_ROW_PATTERN_NAVIGATION_FUNCTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_ARGUMENT_FOR_SQL_JSON_DATETIME_FUNCTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_ARGUMENT_FOR_WIDTH_BUCKET_FUNCTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_CHARACTER_VALUE_FOR_CAST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_DATETIME_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_ESCAPE_CHARACTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_ESCAPE_OCTET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_ESCAPE_SEQUENCE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_INDICATOR_PARAMETER_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_INTERVAL_FORMAT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_JSON_TEXT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_PARAMETER_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_PERIOD_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_PRECEDING_OR_FOLLOWING_SIZE_IN_WINDOW_FUNCTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_REGULAR_EXPRESSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_REPEAT_ARGUMENT_IN_A_SAMPLE_CLAUSE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_ROW_COUNT_IN_FETCH_FIRST_CLAUSE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_ROW_VERSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_SAMPLE_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_SQL_JSON_SUBSCRIPT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_TIME_ZONE_DISPLACEMENT_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_USE_OF_ESCAPE_CHARACTER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_XQUERY_OPTION_FLAG - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_XQUERY_REGULAR_EXPRESSION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_INVALID_XQUERY_REPLACEMENT_STRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_MORE_THAN_ONE_SQL_JSON_ITEM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_MOST_SPECIFIC_TYPE_MISMATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_MULTISET_VALUE_OVERFLOW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_NO_SQL_JSON_ITEM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_NON_BOOLEAN_SQL_JSON_ITEM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_NON_CHARACTER_IN_CHARACTER_STRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_NON_DATE_SQL_JSON_ITEM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_NON_NUMERIC_SQL_JSON_ITEM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_NON_STRING_SQL_JSON_ITEM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_NON_TIME_SQL_JSON_ITEM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_NON_TIMESTAMP_SQL_JSON_ITEM - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_NON_UNIQUE_KEYS_IN_A_JSON_OBJECT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_NULL_ROW_NOT_PERMITTED_IN_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_NULL_VALUE_IN_ARRAY_TARGET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_NULL_VALUE_NO_INDICATOR_PARAMETER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_NULL_VALUE_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_NULL_VALUE_SUBSTITUTED_FOR_MUTATOR_SUBJECT_PARAMETER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_NUMERIC_VALUE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_SEQUENCE_GENERATOR_LIMIT_EXCEEDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_SINGLETON_SQL_JSON_ITEM_REQUIRED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_SKIP_TO_FIRST_ROW_OF_MATCH - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_SKIP_TO_NON_EXISTENT_ROW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_SQL_JSON_ARRAY_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_SQL_JSON_ITEM_CANNOT_BE_CAST_TO_TARGET_TYPE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_SQL_JSON_MEMBER_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_SQL_JSON_NUMBER_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_SQL_JSON_OBJECT_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_SQL_JSON_SCALAR_REQUIRED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_STRING_DATA_RIGHT_TRUNCATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_SUBSTRING_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_TOO_MANY_JSON_ARRAY_ELEMENTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_TOO_MANY_JSON_OBJECT_MEMBERS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_TRIM_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_UNTERMINATED_C_STRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_ZERO_LENGTH_BINARY_STRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DATA_EXCEPTION_ZERO_LENGTH_CHARACTER_STRING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DIAGNOSTICS_EXCEPTION_MAXIMUM_NUMBER_OF_STACKED_DIAGNOSTICS_AREAS_EXCEEDED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DIAGNOSTICS_EXCEPTION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DYNAMIC_SQL_ERROR_CURSOR_SPECIFICATION_CANNOT_BE_EXECUTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DYNAMIC_SQL_ERROR_DATA_TYPE_TRANSFORM_FUNCTION_VIOLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DYNAMIC_SQL_ERROR_INVALID_DATA_TARGET - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DYNAMIC_SQL_ERROR_INVALID_DATETIME_INTERVAL_CODE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DYNAMIC_SQL_ERROR_INVALID_DESCRIPTOR_COUNT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DYNAMIC_SQL_ERROR_INVALID_DESCRIPTOR_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DYNAMIC_SQL_ERROR_INVALID_LEVEL_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DYNAMIC_SQL_ERROR_INVALID_PASS_THROUGH_SURROGATE_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DYNAMIC_SQL_ERROR_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DYNAMIC_SQL_ERROR_PIPE_ROW_NOT_DURING_PTF_EXECUTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DYNAMIC_SQL_ERROR_PREPARED_STATEMENT_NOT_A_CURSOR_SPECIFICATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DYNAMIC_SQL_ERROR_RESTRICTED_DATA_TYPE_ATTRIBUTE_VIOLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DYNAMIC_SQL_ERROR_UNDEFINED_DATA_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DYNAMIC_SQL_ERROR_USING_CLAUSE_DOES_NOT_MATCH_DYNAMIC_PARAMETER_SPECIFICATIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DYNAMIC_SQL_ERROR_USING_CLAUSE_DOES_NOT_MATCH_TARGET_SPECIFICATIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DYNAMIC_SQL_ERROR_USING_CLAUSE_REQUIRED_FOR_DYNAMIC_PARAMETERS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_DYNAMIC_SQL_ERROR_USING_CLAUSE_REQUIRED_FOR_RESULT_FIELDS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_EXTERNAL_ROUTINE_EXCEPTION_CONTAINING_SQL_NOT_PERMITTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_EXTERNAL_ROUTINE_EXCEPTION_MODIFYING_SQL_DATA_NOT_PERMITTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_EXTERNAL_ROUTINE_EXCEPTION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_EXTERNAL_ROUTINE_EXCEPTION_PROHIBITED_SQL_STATEMENT_ATTEMPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_EXTERNAL_ROUTINE_EXCEPTION_READING_SQL_DATA_NOT_PERMITTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_EXTERNAL_ROUTINE_INVOCATION_EXCEPTION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_EXTERNAL_ROUTINE_INVOCATION_EXCEPTION_NULL_VALUE_NOT_ALLOWED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_FEATURE_NOT_SUPPORTED_MULTIPLE_SERVER_TRANSACTIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_FEATURE_NOT_SUPPORTED_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INTEGRITY_CONSTRAINT_VIOLATION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INTEGRITY_CONSTRAINT_VIOLATION_RESTRICT_VIOLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_AUTHORIZATION_SPECIFICATION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_CATALOG_NAME_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_CHARACTER_SET_NAME_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_COLLATION_NAME_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_CONDITION_NUMBER_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_CONNECTION_NAME_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_CURSOR_NAME_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_CURSOR_STATE_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_ROLE_SPECIFICATION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_SCHEMA_NAME_LIST_SPECIFICATION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_SCHEMA_NAME_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_SQL_DESCRIPTOR_NAME_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_SQL_INVOKED_PROCEDURE_REFERENCE_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_SQL_STATEMENT_IDENTIFIER_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_SQL_STATEMENT_NAME_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_TARGET_TYPE_SPECIFICATION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_TRANSACTION_STATE_ACTIVE_SQL_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_TRANSACTION_STATE_BRANCH_TRANSACTION_ALREADY_ACTIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_TRANSACTION_STATE_HELD_CURSOR_REQUIRES_SAME_ISOLATION_LEVEL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_TRANSACTION_STATE_INAPPROPRIATE_ACCESS_MODE_FOR_BRANCH_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_TRANSACTION_STATE_INAPPROPRIATE_ISOLATION_LEVEL_FOR_BRANCH_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_TRANSACTION_STATE_NO_ACTIVE_SQL_TRANSACTION_FOR_BRANCH_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_TRANSACTION_STATE_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_TRANSACTION_STATE_READ_ONLY_SQL_TRANSACTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_TRANSACTION_STATE_SCHEMA_AND_DATA_STATEMENT_MIXING_NOT_SUPPORTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_TRANSACTION_TERMINATION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_INVALID_TRANSFORM_GROUP_NAME_SPECIFICATION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_LOCATOR_EXCEPTION_INVALID_SPECIFICATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_LOCATOR_EXCEPTION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_BASE_TABLE_OR_VIEW_NOT_FOUND - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_CASE_NOT_FOUND_FOR_CASE_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_COMMUNICATION_LINK_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_DUP_FIELDNAME - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_ER_BAD_FIELD_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_ERROR_IN_ROW - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_INSERT_VALUE_LIST_NO_MATCH_COL_LIST - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_INVALID_CONNECTION_ATTRIBUTE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_NO_SUCH_DB - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_NO_SUCH_INDEX - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_PARSER_TRACE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_QUERY_INTERRUPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_RESIGNAL_WHEN_HANDLER_NOT_ACTIVE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_SPATIAL_CANT_MODIFY_SRID_0 - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_SPATIAL_CANT_MODIFY_SRS_USED_BY_COLUMN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_SPATIAL_DIFFERENT_SRIDS_AGGREGATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_SPATIAL_GENERIC_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_SPATIAL_GEOMETRY_LATITUDE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_SPATIAL_GEOMETRY_LONGITUDE_OUT_OF_RANGE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_SPATIAL_GEOMETRY_TYPE_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_SPATIAL_ID_ALREADY_EXISTS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_SPATIAL_INVALID_ATTRIBUTE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_SPATIAL_INVALID_VALUE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_SPATIAL_PROJECTION_PARAMETER_MISSING - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_SPATIAL_SRID_UNDEFINED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_SPATIAL_UNKNOWN_UNIT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_SPATIAL_WRONG_POLYGON_RING_DIRECTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_TABLE_EXISTS_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_XA_RBDEADLOCK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_XA_RBROLLBACK - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_XA_RBTIMEOUT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_XAER_DUPID - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_XAER_INVAL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_XAER_NOTA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_XAER_OUTSIDE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_XAER_RMERR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_MYSQL_XAER_RMFAIL - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_NO_DATA_NO_ADDITIONAL_RESULT_SETS_RETURNED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_NO_DATA_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_PROHIBITED_COLUMN_REFERENCE_ENCOUNTERED_DURING_TRIGGER_EXECUTION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_PROHIBITED_STATEMENT_ENCOUNTERED_DURING_TRIGGER_EXECUTION_MODIFY_TABLE_MODIFIED_BY_DATA_CHANGE_DELTA_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_PROHIBITED_STATEMENT_ENCOUNTERED_DURING_TRIGGER_EXECUTION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_SAVEPOINT_EXCEPTION_INVALID_SPECIFICATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_SAVEPOINT_EXCEPTION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_SAVEPOINT_EXCEPTION_TOO_MANY - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_SQL_ROUTINE_EXCEPTION_FUNCTION_EXECUTED_NO_RETURN_STATEMENT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_SQL_ROUTINE_EXCEPTION_MODIFYING_SQL_DATA_NOT_PERMITTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_SQL_ROUTINE_EXCEPTION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_SQL_ROUTINE_EXCEPTION_PROHIBITED_SQL_STATEMENT_ATTEMPTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_SQL_ROUTINE_EXCEPTION_READING_SQL_DATA_NOT_PERMITTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_SUCCESSFUL_COMPLETION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_TARGET_TABLE_DISAGREES_WITH_CURSOR_SPECIFICATION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_TRANSACTION_ROLLBACK_INTEGRITY_CONSTRAINT_VIOLATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_TRANSACTION_ROLLBACK_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_TRANSACTION_ROLLBACK_SERIALIZATION_FAILURE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_TRANSACTION_ROLLBACK_STATEMENT_COMPLETION_UNKNOWN - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_TRANSACTION_ROLLBACK_TRIGGERED_ACTION_EXCEPTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_TRIGGERED_ACTION_EXCEPTION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_TRIGGERED_DATA_CHANGE_VIOLATION_MODIFY_TABLE_MODIFIED_BY_DATA_CHANGE_DELTA_TABLE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_TRIGGERED_DATA_CHANGE_VIOLATION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_WARNING_ARRAY_DATA_RIGHT_TRUNCATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_WARNING_ATTEMPT_TO_RETURN_TOO_MANY_RESULT_SETS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_WARNING_CURSOR_OPERATION_CONFLICT - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_WARNING_DEFAULT_VALUE_TOO_LONG_FOR_INFORMATION_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_WARNING_DISCONNECT_ERROR - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_WARNING_INSUFFICIENT_ITEM_DESCRIPTOR_AREAS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_WARNING_INVALID_NUMBER_OF_CONDITIONS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_WARNING_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_WARNING_NULL_VALUE_ELIMINATED_IN_SET_FUNCTION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_WARNING_PRIVILEGE_NOT_GRANTED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_WARNING_PRIVILEGE_NOT_REVOKED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_WARNING_QUERY_EXPRESSION_TOO_LONG_FOR_INFORMATION_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_WARNING_RESULT_SETS_RETURNED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_WARNING_SEARCH_CONDITION_TOO_LONG_FOR_INFORMATION_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_WARNING_STATEMENT_TOO_LONG_FOR_INFORMATION_SCHEMA - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_WARNING_STRING_DATA_RIGHT_TRUNCATION - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
SQLSTATE_WITH_CHECK_OPTION_VIOLATION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
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.
STANDARD_LOGGER_NAME - Static variable in class com.mysql.cj.conf.PropertyDefinitions
 
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, long) - Method in interface com.mysql.cj.Query
 
startSpan(TelemetrySpanName, Object...) - Method in class com.mysql.cj.telemetry.NoopTelemetryHandler
 
startSpan(TelemetrySpanName, Object...) - Method in interface com.mysql.cj.telemetry.TelemetryHandler
Start a telemetry span.
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.
STATEMENT_SUFFIX - Static variable in enum com.mysql.cj.telemetry.TelemetryAttribute
 
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
 
statementKeyword - Variable in class com.mysql.cj.QueryInfo
 
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?
supportsCredentialManagement - Variable in class com.mysql.cj.callback.WebAuthnAuthenticationCallback
 
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
 
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.
TABLE_STATEMENT - Static variable in class com.mysql.cj.QueryInfo
 
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
 
TelemetryAttribute - Enum in com.mysql.cj.telemetry
List of supported telemetry attributes and operation values.
TelemetryAttribute(String) - Constructor for enum com.mysql.cj.telemetry.TelemetryAttribute
 
TelemetryHandler - Interface in com.mysql.cj.telemetry
A handler for telemetry operations.
TelemetryScope - Interface in com.mysql.cj.telemetry
A telemetry context scope wrapper that hides all specific details from the underlying telemetry library.
TelemetrySpan - Interface in com.mysql.cj.telemetry
A telemetry span wrapper that hides all specific details from the underlying telemetry library.
TelemetrySpanName - Enum in com.mysql.cj.telemetry
List of telemetry span names.
TelemetrySpanName(String) - Constructor for enum com.mysql.cj.telemetry.TelemetrySpanName
 
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.
UNHANDLED_USER_DEFINED_EXCEPTION_NO_SUBCLASS - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
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.callback.OpenidConnectAuthenticationCallback
 
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.OpenTelemetry
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.jdbc.CloseOption
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.PlaceholderPurpose
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.telemetry.TelemetryAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mysql.cj.telemetry.TelemetrySpanName
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.OpenTelemetry
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.jdbc.CloseOption
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.PlaceholderPurpose
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.telemetry.TelemetryAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mysql.cj.telemetry.TelemetrySpanName
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_AES_KEY_SIZE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
WARN_COND_ITEM_TRUNCATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
WARN_DATA_TRUNCATED - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
WARN_NAMED_PIPE_ACCESS_EVERYONE - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
WARN_NO_CONNECTION_METADATA - 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_UNENCRYPTED_TABLE_IN_ENCRYPTED_DB - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
WARN_UNSUPPORTED_ACL_TABLES_READ - Static variable in class com.mysql.cj.exceptions.MysqlErrorNumbers
 
WARN_USELESS_SPATIAL_INDEX - 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
 
WebAuthnAuthenticationCallback - Class in com.mysql.cj.callback
The callback object used by the authentication plugin AuthenticationWebAuthnClient to exchange authenticator data between the driver and the client application.
WebAuthnAuthenticationCallback(byte[], String, byte[]) - Constructor for class com.mysql.cj.callback.WebAuthnAuthenticationCallback
Instances of this object are used to exchange FIDO data between the client application and the driver and are responsible for managing all the interactions with the FIDO authenticator devices.
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
 
zeroFill(String, int) - Static method in class com.mysql.cj.util.StringUtils
 

_

__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
v9.2.0

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