Serialized Form
-
Package com.mysql.cj
-
Class com.mysql.cj.NativeSession extends CoreSession implements Serializable
- serialVersionUID:
- 5323638898749073419L
-
Serialized Fields
-
commandBuilder
NativeMessageBuilder commandBuilder
-
forceClosedReason
java.lang.Throwable forceClosedReason
Why was this session implicitly closed, if known? (for diagnostics) -
isClosed
boolean isClosed
Has this session been closed? -
lastQueryFinishedTime
long lastQueryFinishedTime
When did the last query finish? -
listeners
java.util.concurrent.CopyOnWriteArrayList<java.lang.ref.WeakReference<Session.SessionEventListener>> listeners
-
needsPing
boolean needsPing
Does this connection need to be tested? -
requiresEscapingEncoder
boolean requiresEscapingEncoder
If a CharsetEncoder is required for escaping. Needed for SJIS and related problems with ¥. -
serverConfigCache
CacheAdapter<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> serverConfigCache
-
-
-
Package com.mysql.cj.conf
-
Class com.mysql.cj.conf.AbstractPropertyDefinition extends java.lang.Object implements Serializable
- serialVersionUID:
- 2696624840927848766L
-
Serialized Fields
-
category
java.lang.String category
-
ccAlias
java.lang.String ccAlias
-
defaultValue
T defaultValue
-
description
java.lang.String description
-
isRuntimeModifiable
boolean isRuntimeModifiable
-
key
PropertyKey key
-
lowerBound
int lowerBound
-
name
java.lang.String name
-
order
int order
-
sinceVersion
java.lang.String sinceVersion
-
upperBound
int upperBound
-
-
Class com.mysql.cj.conf.AbstractRuntimeProperty extends java.lang.Object implements Serializable
- serialVersionUID:
- -3424722534876438236L
-
Serialized Fields
-
initialValue
T initialValue
-
listeners
java.util.List<java.lang.ref.WeakReference<RuntimeProperty.RuntimePropertyListener>> listeners
-
propertyDefinition
PropertyDefinition<T> propertyDefinition
-
value
T value
-
wasExplicitlySet
boolean wasExplicitlySet
-
-
Class com.mysql.cj.conf.BooleanProperty extends AbstractRuntimeProperty<java.lang.Boolean> implements Serializable
- serialVersionUID:
- 1102859411443650569L
-
Class com.mysql.cj.conf.BooleanPropertyDefinition extends AbstractPropertyDefinition<java.lang.Boolean> implements Serializable
- serialVersionUID:
- -7288366734350231540L
-
Class com.mysql.cj.conf.DefaultPropertySet extends java.lang.Object implements Serializable
- serialVersionUID:
- -5156024634430650528L
-
Serialized Fields
-
PROPERTY_KEY_TO_RUNTIME_PROPERTY
java.util.Map<PropertyKey,RuntimeProperty<?>> PROPERTY_KEY_TO_RUNTIME_PROPERTY
-
PROPERTY_NAME_TO_RUNTIME_PROPERTY
java.util.Map<java.lang.String,RuntimeProperty<?>> PROPERTY_NAME_TO_RUNTIME_PROPERTY
-
-
Class com.mysql.cj.conf.EnumProperty extends AbstractRuntimeProperty<T extends java.lang.Enum<T>> implements Serializable
- serialVersionUID:
- -60853080911910124L
-
Class com.mysql.cj.conf.EnumPropertyDefinition extends AbstractPropertyDefinition<T extends java.lang.Enum<T>> implements Serializable
- serialVersionUID:
- -3297521968759540444L
-
Class com.mysql.cj.conf.IntegerProperty extends AbstractRuntimeProperty<java.lang.Integer> implements Serializable
- serialVersionUID:
- 9208223182595760858L
-
Class com.mysql.cj.conf.IntegerPropertyDefinition extends AbstractPropertyDefinition<java.lang.Integer> implements Serializable
- serialVersionUID:
- 4151893695173946081L
-
Serialized Fields
-
multiplier
int multiplier
-
-
Class com.mysql.cj.conf.LongProperty extends AbstractRuntimeProperty<java.lang.Long> implements Serializable
- serialVersionUID:
- 1814429804634837665L
-
Class com.mysql.cj.conf.LongPropertyDefinition extends AbstractPropertyDefinition<java.lang.Long> implements Serializable
- serialVersionUID:
- -5264490959206230852L
-
Class com.mysql.cj.conf.MemorySizeProperty extends IntegerProperty implements Serializable
- serialVersionUID:
- 4200558564320133284L
-
Serialized Fields
-
initialValueAsString
java.lang.String initialValueAsString
-
valueAsString
java.lang.String valueAsString
-
-
Class com.mysql.cj.conf.MemorySizePropertyDefinition extends IntegerPropertyDefinition implements Serializable
- serialVersionUID:
- -6878680905514177949L
-
Class com.mysql.cj.conf.StringProperty extends AbstractRuntimeProperty<java.lang.String> implements Serializable
- serialVersionUID:
- -4141084145739428803L
-
Class com.mysql.cj.conf.StringPropertyDefinition extends AbstractPropertyDefinition<java.lang.String> implements Serializable
- serialVersionUID:
- 8228934389127796555L
-
-
Package com.mysql.cj.exceptions
-
Class com.mysql.cj.exceptions.AssertionFailedException extends CJException implements Serializable
- serialVersionUID:
- 5832552608575043403L
-
Class com.mysql.cj.exceptions.CJCommunicationsException extends CJException implements Serializable
- serialVersionUID:
- 344035358493554245L
-
Class com.mysql.cj.exceptions.CJConnectionFeatureNotAvailableException extends CJCommunicationsException implements Serializable
- serialVersionUID:
- -4129847384681995107L
-
Class com.mysql.cj.exceptions.CJException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -8618536991444733607L
-
Serialized Fields
-
exceptionMessage
java.lang.String exceptionMessage
We can't override theThrowable.detailMessage
directly because it has a private accessibility, thus for that need we use this protected variable and overrideCJException.getMessage()
-
isTransient
boolean isTransient
-
SQLState
java.lang.String SQLState
-
vendorCode
int vendorCode
-
-
Class com.mysql.cj.exceptions.CJOperationNotSupportedException extends CJException implements Serializable
- serialVersionUID:
- 2619184100062994443L
-
Class com.mysql.cj.exceptions.CJPacketTooBigException extends CJException implements Serializable
- serialVersionUID:
- 7186090399276725363L
-
Class com.mysql.cj.exceptions.CJTimeoutException extends CJException implements Serializable
- serialVersionUID:
- -7440108828056331100L
-
Class com.mysql.cj.exceptions.ClosedOnExpiredPasswordException extends CJException implements Serializable
- serialVersionUID:
- -3807215681364413250L
-
Class com.mysql.cj.exceptions.ConnectionIsClosedException extends CJException implements Serializable
- serialVersionUID:
- -8001652264426656450L
-
Class com.mysql.cj.exceptions.DataConversionException extends DataReadException implements Serializable
- serialVersionUID:
- -863576663404236982L
-
Class com.mysql.cj.exceptions.DataReadException extends CJException implements Serializable
- serialVersionUID:
- 1684265521187171525L
-
Class com.mysql.cj.exceptions.DataTruncationException extends CJException implements Serializable
- serialVersionUID:
- -5209088385943506720L
-
Serialized Fields
-
dataSize
int dataSize
-
index
int index
-
parameter
boolean parameter
-
read
boolean read
-
transferSize
int transferSize
-
-
Class com.mysql.cj.exceptions.FeatureNotAvailableException extends CJException implements Serializable
- serialVersionUID:
- -6649508222074639690L
-
Class com.mysql.cj.exceptions.InvalidConnectionAttributeException extends CJException implements Serializable
- serialVersionUID:
- -4814924499233623016L
-
Class com.mysql.cj.exceptions.NumberOutOfRange extends DataReadException implements Serializable
- serialVersionUID:
- -61091413023651438L
-
Class com.mysql.cj.exceptions.OperationCancelledException extends CJException implements Serializable
- serialVersionUID:
- 9001418688349454695L
-
Class com.mysql.cj.exceptions.PasswordExpiredException extends CJException implements Serializable
- serialVersionUID:
- -3807215681364413250L
-
Class com.mysql.cj.exceptions.PropertyNotModifiableException extends CJException implements Serializable
- serialVersionUID:
- -8001652264426656450L
-
Class com.mysql.cj.exceptions.RSAException extends CJException implements Serializable
- serialVersionUID:
- -1878681511263159173L
-
Class com.mysql.cj.exceptions.SSLParamsException extends CJException implements Serializable
- serialVersionUID:
- -6597843374954727858L
-
Class com.mysql.cj.exceptions.StatementIsClosedException extends CJException implements Serializable
- serialVersionUID:
- -4214028635985851906L
-
Class com.mysql.cj.exceptions.UnableToConnectException extends CJException implements Serializable
- serialVersionUID:
- 6824175447292574109L
-
Class com.mysql.cj.exceptions.UnsupportedConnectionStringException extends CJException implements Serializable
- serialVersionUID:
- 3991597077197801820L
-
Class com.mysql.cj.exceptions.WrongArgumentException extends CJException implements Serializable
- serialVersionUID:
- 3991597077197801820L
-
-
Package com.mysql.cj.jdbc
-
Class com.mysql.cj.jdbc.ConnectionImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- 4009476458425101761L
-
Serialized Fields
-
autoIncrementIncrement
int autoIncrementIncrement
-
autoReconnect
RuntimeProperty<java.lang.Boolean> autoReconnect
-
autoReconnectForPools
RuntimeProperty<java.lang.Boolean> autoReconnectForPools
-
cachedPreparedStatementParams
CacheAdapter<java.lang.String,ParseInfo> cachedPreparedStatementParams
A cache of SQL to parsed prepared statement parameters. -
cachePrepStmts
RuntimeProperty<java.lang.Boolean> cachePrepStmts
-
connectionLifecycleInterceptors
java.util.List<ConnectionLifecycleInterceptor> connectionLifecycleInterceptors
-
database
java.lang.String database
The database we're currently using. -
dbmd
java.sql.DatabaseMetaData dbmd
Internal DBMD to use for various database-version specific features -
disconnectOnExpiredPasswords
RuntimeProperty<java.lang.Boolean> disconnectOnExpiredPasswords
-
emulateUnsupportedPstmts
RuntimeProperty<java.lang.Boolean> emulateUnsupportedPstmts
-
exceptionInterceptor
ExceptionInterceptor exceptionInterceptor
-
hasTriedSourceFlag
boolean hasTriedSourceFlag
-
ignoreNonTxTables
RuntimeProperty<java.lang.Boolean> ignoreNonTxTables
-
infoProvider
ClientInfoProvider infoProvider
-
isInGlobalTx
boolean isInGlobalTx
Is this connection associated with a global tx? -
isolationLevel
int isolationLevel
isolation level -
nullStatementResultSetFactory
ResultSetFactory nullStatementResultSetFactory
-
openStatements
java.util.concurrent.CopyOnWriteArrayList<JdbcStatement> openStatements
An array of currently open statements. Copy-on-write used here to avoid ConcurrentModificationException when statements unregister themselves while we iterate over the list. -
origHostInfo
HostInfo origHostInfo
-
origHostToConnectTo
java.lang.String origHostToConnectTo
-
origPortToConnectTo
int origPortToConnectTo
-
parentProxy
JdbcConnection parentProxy
-
parsedCallableStatementCache
LRUCache<com.mysql.cj.jdbc.ConnectionImpl.CompoundCacheKey,CallableStatement.CallableStatementParamInfo> parsedCallableStatementCache
-
password
java.lang.String password
The password we used -
pedantic
RuntimeProperty<java.lang.Boolean> pedantic
-
prepStmtCacheSqlLimit
RuntimeProperty<java.lang.Integer> prepStmtCacheSqlLimit
-
processEscapeCodesForPrepStmts
RuntimeProperty<java.lang.Boolean> processEscapeCodesForPrepStmts
-
propertySet
JdbcPropertySet propertySet
-
props
java.util.Properties props
Properties for this connection specified by user -
queryInterceptors
java.util.List<QueryInterceptor> queryInterceptors
-
readOnly
boolean readOnly
Are we in read-only mode? -
readOnlyPropagatesToServer
RuntimeProperty<java.lang.Boolean> readOnlyPropagatesToServer
-
realProxy
java.lang.reflect.InvocationHandler realProxy
-
reconnectAtTxEnd
RuntimeProperty<java.lang.Boolean> reconnectAtTxEnd
-
resultSetMetadataCache
LRUCache<java.lang.String,CachedResultSetMetaData> resultSetMetadataCache
Cache of ResultSet metadata -
serverSideStatementCache
LRUCache<com.mysql.cj.jdbc.ConnectionImpl.CompoundCacheKey,ServerPreparedStatement> serverSideStatementCache
-
serverSideStatementCheckCache
LRUCache<java.lang.String,java.lang.Boolean> serverSideStatementCheckCache
-
session
NativeSession session
-
topProxy
JdbcConnection topProxy
-
typeMap
java.util.Map<java.lang.String,java.lang.Class<?>> typeMap
The type map for UDTs (not implemented, but used by some third-party vendors, most notably IBM WebSphere) -
useLocalSessionState
RuntimeProperty<java.lang.Boolean> useLocalSessionState
-
useLocalTransactionState
RuntimeProperty<java.lang.Boolean> useLocalTransactionState
-
user
java.lang.String user
The user we're connected as -
useServerPrepStmts
RuntimeProperty<java.lang.Boolean> useServerPrepStmts
-
useUsageAdvisor
RuntimeProperty<java.lang.Boolean> useUsageAdvisor
-
-
Class com.mysql.cj.jdbc.JdbcPropertySetImpl extends DefaultPropertySet implements Serializable
- serialVersionUID:
- -8223499903182568260L
-
Class com.mysql.cj.jdbc.MysqlConnectionPoolDataSource extends MysqlDataSource implements Serializable
- serialVersionUID:
- -7767325445592304961L
-
Class com.mysql.cj.jdbc.MysqlDataSource extends JdbcPropertySetImpl implements Serializable
- serialVersionUID:
- -5515846944416881264L
-
Serialized Fields
-
databaseName
java.lang.String databaseName
Database Name -
description
java.lang.String description
-
encoding
java.lang.String encoding
Character Encoding -
explicitPort
boolean explicitPort
Was the port explicitly set? -
explicitUrl
boolean explicitUrl
Should we construct the URL, or has it been set explicitly? -
hostName
java.lang.String hostName
Hostname -
password
java.lang.String password
Password -
port
int port
Port number -
profileSQLString
java.lang.String profileSQLString
The profileSQL property -
url
java.lang.String url
The JDBC URL -
user
java.lang.String user
User name
-
-
Class com.mysql.cj.jdbc.MysqlXADataSource extends MysqlDataSource implements Serializable
- serialVersionUID:
- 7911390333152247455L
-
-
Package com.mysql.cj.jdbc.exceptions
-
Class com.mysql.cj.jdbc.exceptions.CommunicationsException extends java.sql.SQLRecoverableException implements Serializable
- serialVersionUID:
- 4317904269000988676L
-
Serialized Fields
-
exceptionMessage
java.lang.String exceptionMessage
-
-
Class com.mysql.cj.jdbc.exceptions.ConnectionFeatureNotAvailableException extends CommunicationsException implements Serializable
- serialVersionUID:
- 8315412078945570018L
-
Class com.mysql.cj.jdbc.exceptions.MysqlDataTruncation extends java.sql.DataTruncation implements Serializable
- serialVersionUID:
- 3263928195256986226L
-
Serialized Fields
-
message
java.lang.String message
-
vendorErrorCode
int vendorErrorCode
-
-
Class com.mysql.cj.jdbc.exceptions.MySQLQueryInterruptedException extends java.sql.SQLNonTransientException implements Serializable
- serialVersionUID:
- -8714521137662613517L
-
Class com.mysql.cj.jdbc.exceptions.MySQLStatementCancelledException extends java.sql.SQLNonTransientException implements Serializable
- serialVersionUID:
- -8762717748377197378L
-
Class com.mysql.cj.jdbc.exceptions.MySQLTimeoutException extends java.sql.SQLTimeoutException implements Serializable
- serialVersionUID:
- -789621240523239939L
-
Class com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException extends java.sql.SQLTransactionRollbackException implements Serializable
- serialVersionUID:
- 6034999468737899730L
-
Class com.mysql.cj.jdbc.exceptions.NotUpdatable extends java.sql.SQLException implements Serializable
- serialVersionUID:
- 6004153665887216929L
-
Class com.mysql.cj.jdbc.exceptions.OperationNotSupportedException extends java.sql.SQLException implements Serializable
- serialVersionUID:
- 474918612056813430L
-
Class com.mysql.cj.jdbc.exceptions.PacketTooBigException extends java.sql.SQLException implements Serializable
- serialVersionUID:
- 7248633977685452174L
-
-
Package com.mysql.cj.jdbc.integration.c3p0
-
Class com.mysql.cj.jdbc.integration.c3p0.MysqlConnectionTester extends java.lang.Object implements Serializable
- serialVersionUID:
- 3256444690067896368L
-
-
Package com.mysql.cj.protocol.x
-
Class com.mysql.cj.protocol.x.XProtocolError extends CJException implements Serializable
- serialVersionUID:
- 6991120628391138584L
-
Serialized Fields
-
msg
Mysqlx.Error msg
The error message returned from the server.
-
-
-
Package com.mysql.cj.sasl
-
Class com.mysql.cj.sasl.ScramSha1SaslProvider extends java.security.Provider implements Serializable
- serialVersionUID:
- 728657701379380668L
-
Class com.mysql.cj.sasl.ScramShaSaslProvider extends java.security.Provider implements Serializable
- serialVersionUID:
- 866717063477857937L
-
-
Package com.mysql.cj.util
-
Class com.mysql.cj.util.LRUCache extends java.util.LinkedHashMap<K,V> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
maxElements
int maxElements
-
-
-
Package com.mysql.cj.x.protobuf
-
Class com.mysql.cj.x.protobuf.Mysqlx.ClientMessages extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.Mysqlx.Error extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
code_
int code_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
msg_
java.lang.Object msg_
-
severity_
int severity_
-
sqlState_
java.lang.Object sqlState_
-
-
Class com.mysql.cj.x.protobuf.Mysqlx.Ok extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
msg_
java.lang.Object msg_
-
-
Class com.mysql.cj.x.protobuf.Mysqlx.ServerMessages extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
capabilities_
java.util.List<MysqlxConnection.Capability> capabilities_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
capabilities_
MysqlxConnection.Capabilities capabilities_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxConnection.Capability extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
java.lang.Object name_
-
value_
MysqlxDatatypes.Any value_
-
-
Class com.mysql.cj.x.protobuf.MysqlxConnection.Close extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxConnection.Compression extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
clientMessages_
int clientMessages_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
payload_
com.google.protobuf.ByteString payload_
-
serverMessages_
int serverMessages_
-
uncompressedSize_
long uncompressedSize_
-
-
Class com.mysql.cj.x.protobuf.MysqlxCrud.Collection extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
java.lang.Object name_
-
schema_
java.lang.Object schema_
-
-
Class com.mysql.cj.x.protobuf.MysqlxCrud.Column extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
alias_
java.lang.Object alias_
-
bitField0_
int bitField0_
-
documentPath_
java.util.List<MysqlxExpr.DocumentPathItem> documentPath_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
java.lang.Object name_
-
-
Class com.mysql.cj.x.protobuf.MysqlxCrud.CreateView extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
algorithm_
int algorithm_
-
bitField0_
int bitField0_
-
check_
int check_
-
collection_
MysqlxCrud.Collection collection_
-
column_
com.google.protobuf.LazyStringList column_
-
definer_
java.lang.Object definer_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
replaceExisting_
boolean replaceExisting_
-
security_
int security_
-
stmt_
MysqlxCrud.Find stmt_
-
-
Class com.mysql.cj.x.protobuf.MysqlxCrud.Delete extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
args_
java.util.List<MysqlxDatatypes.Scalar> args_
-
bitField0_
int bitField0_
-
collection_
MysqlxCrud.Collection collection_
-
criteria_
MysqlxExpr.Expr criteria_
-
dataModel_
int dataModel_
-
limit_
MysqlxCrud.Limit limit_
-
limitExpr_
MysqlxCrud.LimitExpr limitExpr_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
order_
java.util.List<MysqlxCrud.Order> order_
-
-
Class com.mysql.cj.x.protobuf.MysqlxCrud.DropView extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
collection_
MysqlxCrud.Collection collection_
-
ifExists_
boolean ifExists_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxCrud.Find extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
args_
java.util.List<MysqlxDatatypes.Scalar> args_
-
bitField0_
int bitField0_
-
collection_
MysqlxCrud.Collection collection_
-
criteria_
MysqlxExpr.Expr criteria_
-
dataModel_
int dataModel_
-
grouping_
java.util.List<MysqlxExpr.Expr> grouping_
-
groupingCriteria_
MysqlxExpr.Expr groupingCriteria_
-
limit_
MysqlxCrud.Limit limit_
-
limitExpr_
MysqlxCrud.LimitExpr limitExpr_
-
locking_
int locking_
-
lockingOptions_
int lockingOptions_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
order_
java.util.List<MysqlxCrud.Order> order_
-
projection_
java.util.List<MysqlxCrud.Projection> projection_
-
-
Class com.mysql.cj.x.protobuf.MysqlxCrud.Insert extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
args_
java.util.List<MysqlxDatatypes.Scalar> args_
-
bitField0_
int bitField0_
-
collection_
MysqlxCrud.Collection collection_
-
dataModel_
int dataModel_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
projection_
java.util.List<MysqlxCrud.Column> projection_
-
row_
java.util.List<MysqlxCrud.Insert.TypedRow> row_
-
upsert_
boolean upsert_
-
-
Class com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
field_
java.util.List<MysqlxExpr.Expr> field_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxCrud.Limit extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
offset_
long offset_
-
rowCount_
long rowCount_
-
-
Class com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
offset_
MysqlxExpr.Expr offset_
-
rowCount_
MysqlxExpr.Expr rowCount_
-
-
Class com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
algorithm_
int algorithm_
-
bitField0_
int bitField0_
-
check_
int check_
-
collection_
MysqlxCrud.Collection collection_
-
column_
com.google.protobuf.LazyStringList column_
-
definer_
java.lang.Object definer_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
security_
int security_
-
stmt_
MysqlxCrud.Find stmt_
-
-
Class com.mysql.cj.x.protobuf.MysqlxCrud.Order extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
direction_
int direction_
-
expr_
MysqlxExpr.Expr expr_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxCrud.Projection extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
alias_
java.lang.Object alias_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
source_
MysqlxExpr.Expr source_
-
-
Class com.mysql.cj.x.protobuf.MysqlxCrud.Update extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
args_
java.util.List<MysqlxDatatypes.Scalar> args_
-
bitField0_
int bitField0_
-
collection_
MysqlxCrud.Collection collection_
-
criteria_
MysqlxExpr.Expr criteria_
-
dataModel_
int dataModel_
-
limit_
MysqlxCrud.Limit limit_
-
limitExpr_
MysqlxCrud.LimitExpr limitExpr_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
operation_
java.util.List<MysqlxCrud.UpdateOperation> operation_
-
order_
java.util.List<MysqlxCrud.Order> order_
-
-
Class com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
operation_
int operation_
-
source_
MysqlxExpr.ColumnIdentifier source_
-
value_
MysqlxExpr.Expr value_
-
-
Class com.mysql.cj.x.protobuf.MysqlxCursor.Close extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
cursorId_
int cursorId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxCursor.Fetch extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
cursorId_
int cursorId_
-
fetchRows_
long fetchRows_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxCursor.Open extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
cursorId_
int cursorId_
-
fetchRows_
long fetchRows_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
stmt_
MysqlxCursor.Open.OneOfMessage stmt_
-
-
Class com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
prepareExecute_
MysqlxPrepare.Execute prepareExecute_
-
type_
int type_
-
-
Class com.mysql.cj.x.protobuf.MysqlxDatatypes.Any extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
array_
MysqlxDatatypes.Array array_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
obj_
MysqlxDatatypes.Object obj_
-
scalar_
MysqlxDatatypes.Scalar scalar_
-
type_
int type_
-
-
Class com.mysql.cj.x.protobuf.MysqlxDatatypes.Array extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
java.util.List<MysqlxDatatypes.Any> value_
-
-
Class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
fld_
java.util.List<MysqlxDatatypes.Object.ObjectField> fld_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
key_
java.lang.Object key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
MysqlxDatatypes.Any value_
-
-
Class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
type_
int type_
-
vBool_
boolean vBool_
-
vDouble_
double vDouble_
-
vFloat_
float vFloat_
-
vOctets_
MysqlxDatatypes.Scalar.Octets vOctets_
-
vSignedInt_
long vSignedInt_
-
vString_
MysqlxDatatypes.Scalar.String vString_
-
vUnsignedInt_
long vUnsignedInt_
-
-
Class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
contentType_
int contentType_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
com.google.protobuf.ByteString value_
-
-
Class com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
collation_
long collation_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
com.google.protobuf.ByteString value_
-
-
Class com.mysql.cj.x.protobuf.MysqlxExpect.Close extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxExpect.Open extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
cond_
java.util.List<MysqlxExpect.Open.Condition> cond_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
op_
int op_
-
-
Class com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
conditionKey_
int conditionKey_
-
conditionValue_
com.google.protobuf.ByteString conditionValue_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
op_
int op_
-
-
Class com.mysql.cj.x.protobuf.MysqlxExpr.Array extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
java.util.List<MysqlxExpr.Expr> value_
-
-
Class com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
documentPath_
java.util.List<MysqlxExpr.DocumentPathItem> documentPath_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
java.lang.Object name_
-
schemaName_
java.lang.Object schemaName_
-
tableName_
java.lang.Object tableName_
-
-
Class com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
index_
int index_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
type_
int type_
-
value_
java.lang.Object value_
-
-
Class com.mysql.cj.x.protobuf.MysqlxExpr.Expr extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
array_
MysqlxExpr.Array array_
-
bitField0_
int bitField0_
-
functionCall_
MysqlxExpr.FunctionCall functionCall_
-
identifier_
MysqlxExpr.ColumnIdentifier identifier_
-
literal_
MysqlxDatatypes.Scalar literal_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
object_
MysqlxExpr.Object object_
-
operator_
MysqlxExpr.Operator operator_
-
position_
int position_
-
type_
int type_
-
variable_
java.lang.Object variable_
-
-
Class com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
MysqlxExpr.Identifier name_
-
param_
java.util.List<MysqlxExpr.Expr> param_
-
-
Class com.mysql.cj.x.protobuf.MysqlxExpr.Identifier extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
java.lang.Object name_
-
schemaName_
java.lang.Object schemaName_
-
-
Class com.mysql.cj.x.protobuf.MysqlxExpr.Object extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
fld_
java.util.List<MysqlxExpr.Object.ObjectField> fld_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
key_
java.lang.Object key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
MysqlxExpr.Expr value_
-
-
Class com.mysql.cj.x.protobuf.MysqlxExpr.Operator extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
java.lang.Object name_
-
param_
java.util.List<MysqlxExpr.Expr> param_
-
-
Class com.mysql.cj.x.protobuf.MysqlxNotice.Frame extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
payload_
com.google.protobuf.ByteString payload_
-
scope_
int scope_
-
type_
int type_
-
-
Class com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
type_
int type_
-
viewId_
java.lang.Object viewId_
-
-
Class com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
param_
int param_
-
value_
java.util.List<MysqlxDatatypes.Scalar> value_
-
-
Class com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
param_
java.lang.Object param_
-
value_
MysqlxDatatypes.Scalar value_
-
-
Class com.mysql.cj.x.protobuf.MysqlxNotice.Warning extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
code_
int code_
-
level_
int level_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
msg_
java.lang.Object msg_
-
-
Class com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
stmtId_
int stmtId_
-
-
Class com.mysql.cj.x.protobuf.MysqlxPrepare.Execute extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
args_
java.util.List<MysqlxDatatypes.Any> args_
-
bitField0_
int bitField0_
-
compactMetadata_
boolean compactMetadata_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
stmtId_
int stmtId_
-
-
Class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
stmt_
MysqlxPrepare.Prepare.OneOfMessage stmt_
-
stmtId_
int stmtId_
-
-
Class com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
delete_
MysqlxCrud.Delete delete_
-
find_
MysqlxCrud.Find find_
-
insert_
MysqlxCrud.Insert insert_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
stmtExecute_
MysqlxSql.StmtExecute stmtExecute_
-
type_
int type_
-
update_
MysqlxCrud.Update update_
-
-
Class com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
catalog_
com.google.protobuf.ByteString catalog_
-
collation_
long collation_
-
contentType_
int contentType_
-
flags_
int flags_
-
fractionalDigits_
int fractionalDigits_
-
length_
int length_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
com.google.protobuf.ByteString name_
-
originalName_
com.google.protobuf.ByteString originalName_
-
originalTable_
com.google.protobuf.ByteString originalTable_
-
schema_
com.google.protobuf.ByteString schema_
-
table_
com.google.protobuf.ByteString table_
-
type_
int type_
-
-
Class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxResultset.Row extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
field_
java.util.List<com.google.protobuf.ByteString> field_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
authData_
com.google.protobuf.ByteString authData_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
authData_
com.google.protobuf.ByteString authData_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
authData_
com.google.protobuf.ByteString authData_
-
bitField0_
int bitField0_
-
initialResponse_
com.google.protobuf.ByteString initialResponse_
-
mechName_
java.lang.Object mechName_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxSession.Close extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxSession.Reset extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
keepOpen_
boolean keepOpen_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
args_
java.util.List<MysqlxDatatypes.Any> args_
-
bitField0_
int bitField0_
-
compactMetadata_
boolean compactMetadata_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
namespace_
java.lang.Object namespace_
-
stmt_
com.google.protobuf.ByteString stmt_
-
-
Class com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
-
Package com.mysql.cj.xdevapi
-
Class com.mysql.cj.xdevapi.DbDocImpl extends java.util.TreeMap<java.lang.String,JsonValue> implements Serializable
- serialVersionUID:
- 6557406141541247905L
-
Class com.mysql.cj.xdevapi.JsonArray extends java.util.ArrayList<JsonValue> implements Serializable
- serialVersionUID:
- 6557406141541247905L
-
Class com.mysql.cj.xdevapi.XDevAPIError extends CJException implements Serializable
- serialVersionUID:
- 9102723045325569686L
-