序列化表格
-
程序包 com.mysql.cj
-
类com.mysql.cj.NativeSession扩展CoreSession实现可序列化
- serialVersionUID:
- 5323638898749073419L
-
序列化字段
-
commandBuilder
NativeMessageBuilder commandBuilder
-
forceClosedReason
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
CopyOnWriteArrayList<WeakReference<Session.SessionEventListener>> listeners
-
needsPing
boolean needsPing
Does this connection need to be tested? -
serverConfigCache
CacheAdapter<String,Map<String,String>> serverConfigCache
-
-
-
程序包 com.mysql.cj.conf
-
类com.mysql.cj.conf.AbstractPropertyDefinition扩展Object实现可序列化
- serialVersionUID:
- 2696624840927848766L
-
类com.mysql.cj.conf.AbstractRuntimeProperty扩展Object实现可序列化
- serialVersionUID:
- -3424722534876438236L
-
序列化字段
-
initialValue
T initialValue
-
listeners
List<WeakReference<RuntimeProperty.RuntimePropertyListener>> listeners
-
propertyDefinition
PropertyDefinition<T> propertyDefinition
-
value
T value
-
wasExplicitlySet
boolean wasExplicitlySet
-
-
类com.mysql.cj.conf.BooleanProperty扩展AbstractRuntimeProperty<Boolean>实现可序列化
- serialVersionUID:
- 1102859411443650569L
-
类com.mysql.cj.conf.BooleanPropertyDefinition扩展AbstractPropertyDefinition<Boolean>实现可序列化
- serialVersionUID:
- -7288366734350231540L
-
类com.mysql.cj.conf.DefaultPropertySet扩展Object实现可序列化
- serialVersionUID:
- -5156024634430650528L
-
序列化字段
-
PROPERTY_KEY_TO_RUNTIME_PROPERTY
Map<PropertyKey,RuntimeProperty<?>> PROPERTY_KEY_TO_RUNTIME_PROPERTY
-
PROPERTY_NAME_TO_RUNTIME_PROPERTY
Map<String,RuntimeProperty<?>> PROPERTY_NAME_TO_RUNTIME_PROPERTY
-
-
类com.mysql.cj.conf.EnumProperty扩展AbstractRuntimeProperty<T extends Enum<T>>实现可序列化
- serialVersionUID:
- -60853080911910124L
-
类com.mysql.cj.conf.EnumPropertyDefinition扩展AbstractPropertyDefinition<T extends Enum<T>>实现可序列化
- serialVersionUID:
- -3297521968759540444L
-
类com.mysql.cj.conf.IntegerProperty扩展AbstractRuntimeProperty<Integer>实现可序列化
- serialVersionUID:
- 9208223182595760858L
-
类com.mysql.cj.conf.IntegerPropertyDefinition扩展AbstractPropertyDefinition<Integer>实现可序列化
- serialVersionUID:
- 4151893695173946081L
-
序列化字段
-
multiplier
int multiplier
-
-
类com.mysql.cj.conf.LongProperty扩展AbstractRuntimeProperty<Long>实现可序列化
- serialVersionUID:
- 1814429804634837665L
-
类com.mysql.cj.conf.LongPropertyDefinition扩展AbstractPropertyDefinition<Long>实现可序列化
- serialVersionUID:
- -5264490959206230852L
-
类com.mysql.cj.conf.MemorySizeProperty扩展IntegerProperty实现可序列化
- serialVersionUID:
- 4200558564320133284L
-
类com.mysql.cj.conf.MemorySizePropertyDefinition扩展IntegerPropertyDefinition实现可序列化
- serialVersionUID:
- -6878680905514177949L
-
类com.mysql.cj.conf.StringProperty扩展AbstractRuntimeProperty<String>实现可序列化
- serialVersionUID:
- -4141084145739428803L
-
类com.mysql.cj.conf.StringPropertyDefinition扩展AbstractPropertyDefinition<String>实现可序列化
- serialVersionUID:
- 8228934389127796555L
-
-
程序包 com.mysql.cj.exceptions
-
类com.mysql.cj.exceptions.AssertionFailedException扩展CJException实现可序列化
- serialVersionUID:
- 5832552608575043403L
-
类com.mysql.cj.exceptions.CJCommunicationsException扩展CJException实现可序列化
- serialVersionUID:
- 344035358493554245L
-
类com.mysql.cj.exceptions.CJConnectionFeatureNotAvailableException扩展CJCommunicationsException实现可序列化
- serialVersionUID:
- -4129847384681995107L
-
类com.mysql.cj.exceptions.CJException扩展RuntimeException实现可序列化
- serialVersionUID:
- -8618536991444733607L
-
序列化字段
-
exceptionMessage
String exceptionMessage
We can't override theThrowable.detailMessagedirectly because it has a private accessibility, thus for that need we use this protected variable and overrideCJException.getMessage() -
isTransient
boolean isTransient
-
SQLState
String SQLState
-
vendorCode
int vendorCode
-
-
类com.mysql.cj.exceptions.CJOperationNotSupportedException扩展CJException实现可序列化
- serialVersionUID:
- 2619184100062994443L
-
类com.mysql.cj.exceptions.CJPacketTooBigException扩展CJException实现可序列化
- serialVersionUID:
- 7186090399276725363L
-
类com.mysql.cj.exceptions.CJTimeoutException扩展CJException实现可序列化
- serialVersionUID:
- -7440108828056331100L
-
类com.mysql.cj.exceptions.ClosedOnExpiredPasswordException扩展CJException实现可序列化
- serialVersionUID:
- -3807215681364413250L
-
类com.mysql.cj.exceptions.ConnectionIsClosedException扩展CJException实现可序列化
- serialVersionUID:
- -8001652264426656450L
-
类com.mysql.cj.exceptions.DataConversionException扩展DataReadException实现可序列化
- serialVersionUID:
- -863576663404236982L
-
类com.mysql.cj.exceptions.DataReadException扩展CJException实现可序列化
- serialVersionUID:
- 1684265521187171525L
-
类com.mysql.cj.exceptions.DataTruncationException扩展CJException实现可序列化
- serialVersionUID:
- -5209088385943506720L
-
序列化字段
-
dataSize
int dataSize
-
index
int index
-
parameter
boolean parameter
-
read
boolean read
-
transferSize
int transferSize
-
-
类com.mysql.cj.exceptions.FeatureNotAvailableException扩展CJException实现可序列化
- serialVersionUID:
- -6649508222074639690L
-
类com.mysql.cj.exceptions.InvalidConnectionAttributeException扩展CJException实现可序列化
- serialVersionUID:
- -4814924499233623016L
-
类com.mysql.cj.exceptions.NumberOutOfRange扩展DataReadException实现可序列化
- serialVersionUID:
- -61091413023651438L
-
类com.mysql.cj.exceptions.OperationCancelledException扩展CJException实现可序列化
- serialVersionUID:
- 9001418688349454695L
-
类com.mysql.cj.exceptions.PasswordExpiredException扩展CJException实现可序列化
- serialVersionUID:
- -3807215681364413250L
-
类com.mysql.cj.exceptions.PropertyNotModifiableException扩展CJException实现可序列化
- serialVersionUID:
- -8001652264426656450L
-
类com.mysql.cj.exceptions.RSAException扩展CJException实现可序列化
- serialVersionUID:
- -1878681511263159173L
-
类com.mysql.cj.exceptions.SSLParamsException扩展CJException实现可序列化
- serialVersionUID:
- -6597843374954727858L
-
类com.mysql.cj.exceptions.StatementIsClosedException扩展CJException实现可序列化
- serialVersionUID:
- -4214028635985851906L
-
类com.mysql.cj.exceptions.UnableToConnectException扩展CJException实现可序列化
- serialVersionUID:
- 6824175447292574109L
-
类com.mysql.cj.exceptions.UnsupportedConnectionStringException扩展CJException实现可序列化
- serialVersionUID:
- 3991597077197801820L
-
类com.mysql.cj.exceptions.WrongArgumentException扩展CJException实现可序列化
- serialVersionUID:
- 3991597077197801820L
-
-
程序包 com.mysql.cj.jdbc
-
类com.mysql.cj.jdbc.ConnectionImpl扩展Object实现可序列化
- serialVersionUID:
- 4009476458425101761L
-
序列化字段
-
autoIncrementIncrement
int autoIncrementIncrement
-
autoReconnect
RuntimeProperty<Boolean> autoReconnect
-
autoReconnectForPools
RuntimeProperty<Boolean> autoReconnectForPools
-
cachePrepStmts
RuntimeProperty<Boolean> cachePrepStmts
-
connectionLifecycleInterceptors
List<ConnectionLifecycleInterceptor> connectionLifecycleInterceptors
-
database
String database
The database we're currently using. -
dbmd
DatabaseMetaData dbmd
Internal DBMD to use for various database-version specific features -
disconnectOnExpiredPasswords
RuntimeProperty<Boolean> disconnectOnExpiredPasswords
-
emulateUnsupportedPstmts
RuntimeProperty<Boolean> emulateUnsupportedPstmts
-
exceptionInterceptor
ExceptionInterceptor exceptionInterceptor
-
hasTriedSourceFlag
boolean hasTriedSourceFlag
-
ignoreNonTxTables
RuntimeProperty<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
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
String origHostToConnectTo
-
origPortToConnectTo
int origPortToConnectTo
-
parentProxy
JdbcConnection parentProxy
-
parsedCallableStatementCache
LRUCache<com.mysql.cj.jdbc.ConnectionImpl.CompoundCacheKey,CallableStatement.CallableStatementParamInfo> parsedCallableStatementCache
-
password
String password
The password we used -
pedantic
RuntimeProperty<Boolean> pedantic
-
prepStmtCacheSqlLimit
RuntimeProperty<Integer> prepStmtCacheSqlLimit
-
processEscapeCodesForPrepStmts
RuntimeProperty<Boolean> processEscapeCodesForPrepStmts
-
propertySet
JdbcPropertySet propertySet
-
props
Properties props
Properties for this connection specified by user -
queryInfoCache
CacheAdapter<String,QueryInfo> queryInfoCache
A cache of SQL to parsed prepared statement parameters. -
queryInterceptors
List<QueryInterceptor> queryInterceptors
-
readOnly
boolean readOnly
Are we in read-only mode? -
readOnlyPropagatesToServer
RuntimeProperty<Boolean> readOnlyPropagatesToServer
-
realProxy
InvocationHandler realProxy
-
reconnectAtTxEnd
RuntimeProperty<Boolean> reconnectAtTxEnd
-
resultSetMetadataCache
LRUCache<String,CachedResultSetMetaData> resultSetMetadataCache
Cache of ResultSet metadata -
serverSideStatementCache
LRUCache<com.mysql.cj.jdbc.ConnectionImpl.CompoundCacheKey,ServerPreparedStatement> serverSideStatementCache
-
serverSideStatementCheckCache
LRUCache<String,Boolean> serverSideStatementCheckCache
-
session
NativeSession session
-
topProxy
JdbcConnection topProxy
-
typeMap
Map<String,Class<?>> typeMap
The type map for UDTs (not implemented, but used by some third-party vendors, most notably IBM WebSphere) -
useLocalSessionState
RuntimeProperty<Boolean> useLocalSessionState
-
useLocalTransactionState
RuntimeProperty<Boolean> useLocalTransactionState
-
user
String user
The user we're connected as -
useServerPrepStmts
RuntimeProperty<Boolean> useServerPrepStmts
-
useUsageAdvisor
RuntimeProperty<Boolean> useUsageAdvisor
-
-
类com.mysql.cj.jdbc.JdbcPropertySetImpl扩展DefaultPropertySet实现可序列化
- serialVersionUID:
- -8223499903182568260L
-
类com.mysql.cj.jdbc.MysqlConnectionPoolDataSource扩展MysqlDataSource实现可序列化
- serialVersionUID:
- -7767325445592304961L
-
类com.mysql.cj.jdbc.MysqlDataSource扩展JdbcPropertySetImpl实现可序列化
- serialVersionUID:
- -5515846944416881264L
-
序列化字段
-
databaseName
String databaseName
Database Name -
description
String description
-
encoding
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
String hostName
Hostname -
password
String password
Password -
port
int port
Port number -
profileSQLString
String profileSQLString
The profileSQL property -
url
String url
The JDBC URL -
user
String user
User name
-
-
类com.mysql.cj.jdbc.MysqlXADataSource扩展MysqlDataSource实现可序列化
- serialVersionUID:
- 7911390333152247455L
-
-
程序包 com.mysql.cj.jdbc.exceptions
-
类com.mysql.cj.jdbc.exceptions.CommunicationsException扩展SQLRecoverableException实现可序列化
- serialVersionUID:
- 4317904269000988676L
-
序列化字段
-
exceptionMessage
String exceptionMessage
-
-
类com.mysql.cj.jdbc.exceptions.ConnectionFeatureNotAvailableException扩展CommunicationsException实现可序列化
- serialVersionUID:
- 8315412078945570018L
-
类com.mysql.cj.jdbc.exceptions.MysqlDataTruncation扩展DataTruncation实现可序列化
- serialVersionUID:
- 3263928195256986226L
-
序列化字段
-
message
String message
-
vendorErrorCode
int vendorErrorCode
-
-
类com.mysql.cj.jdbc.exceptions.MySQLQueryInterruptedException扩展SQLNonTransientException实现可序列化
- serialVersionUID:
- -8714521137662613517L
-
类com.mysql.cj.jdbc.exceptions.MySQLStatementCancelledException扩展SQLNonTransientException实现可序列化
- serialVersionUID:
- -8762717748377197378L
-
类com.mysql.cj.jdbc.exceptions.MySQLTimeoutException扩展SQLTimeoutException实现可序列化
- serialVersionUID:
- -789621240523239939L
-
类com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException扩展SQLTransactionRollbackException实现可序列化
- serialVersionUID:
- 6034999468737899730L
-
类com.mysql.cj.jdbc.exceptions.NotUpdatable扩展SQLException实现可序列化
- serialVersionUID:
- 6004153665887216929L
-
类com.mysql.cj.jdbc.exceptions.OperationNotSupportedException扩展SQLException实现可序列化
- serialVersionUID:
- 474918612056813430L
-
类com.mysql.cj.jdbc.exceptions.PacketTooBigException扩展SQLException实现可序列化
- serialVersionUID:
- 7248633977685452174L
-
-
程序包 com.mysql.cj.jdbc.integration.c3p0
-
类com.mysql.cj.jdbc.integration.c3p0.MysqlConnectionTester扩展Object实现可序列化
- serialVersionUID:
- 3256444690067896368L
-
-
程序包 com.mysql.cj.protocol.x
-
类com.mysql.cj.protocol.x.XProtocolError扩展CJException实现可序列化
- serialVersionUID:
- 6991120628391138584L
-
序列化字段
-
msg
Mysqlx.Error msg
The error message returned from the server.
-
-
-
程序包 com.mysql.cj.sasl
-
类com.mysql.cj.sasl.ScramShaSaslProvider扩展Provider实现可序列化
- serialVersionUID:
- 866717063477857937L
-
-
程序包 com.mysql.cj.util
-
类com.mysql.cj.util.LRUCache扩展LinkedHashMap<K,V>实现可序列化
- serialVersionUID:
- 1L
-
序列化字段
-
maxElements
int maxElements
-
-
-
程序包 com.mysql.cj.x.protobuf
-
类com.mysql.cj.x.protobuf.Mysqlx.ClientMessages扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.Mysqlx.Error扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
类com.mysql.cj.x.protobuf.Mysqlx.Ok扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
msg_
Object msg_
-
-
类com.mysql.cj.x.protobuf.Mysqlx.ServerMessages扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxConnection.Capabilities扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
capabilities_
List<MysqlxConnection.Capability> capabilities_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesGet扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxConnection.CapabilitiesSet扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
capabilities_
MysqlxConnection.Capabilities capabilities_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxConnection.Capability扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
value_
MysqlxDatatypes.Any value_
-
-
类com.mysql.cj.x.protobuf.MysqlxConnection.Close扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxConnection.Compression扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
clientMessages_
int clientMessages_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
payload_
com.google.protobuf.ByteString payload_
-
serverMessages_
int serverMessages_
-
uncompressedSize_
long uncompressedSize_
-
-
类com.mysql.cj.x.protobuf.MysqlxCrud.Collection扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
类com.mysql.cj.x.protobuf.MysqlxCrud.Column扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
alias_
Object alias_
-
bitField0_
int bitField0_
-
documentPath_
List<MysqlxExpr.DocumentPathItem> documentPath_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
-
类com.mysql.cj.x.protobuf.MysqlxCrud.CreateView扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
algorithm_
int algorithm_
-
bitField0_
int bitField0_
-
check_
int check_
-
collection_
MysqlxCrud.Collection collection_
-
column_
com.google.protobuf.LazyStringList column_
-
definer_
Object definer_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
replaceExisting_
boolean replaceExisting_
-
security_
int security_
-
stmt_
MysqlxCrud.Find stmt_
-
-
类com.mysql.cj.x.protobuf.MysqlxCrud.Delete扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
args_
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_
List<MysqlxCrud.Order> order_
-
-
类com.mysql.cj.x.protobuf.MysqlxCrud.DropView扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
collection_
MysqlxCrud.Collection collection_
-
ifExists_
boolean ifExists_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxCrud.Find扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
args_
List<MysqlxDatatypes.Scalar> args_
-
bitField0_
int bitField0_
-
collection_
MysqlxCrud.Collection collection_
-
criteria_
MysqlxExpr.Expr criteria_
-
dataModel_
int dataModel_
-
grouping_
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_
List<MysqlxCrud.Order> order_
-
projection_
List<MysqlxCrud.Projection> projection_
-
-
类com.mysql.cj.x.protobuf.MysqlxCrud.Insert扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
args_
List<MysqlxDatatypes.Scalar> args_
-
bitField0_
int bitField0_
-
collection_
MysqlxCrud.Collection collection_
-
dataModel_
int dataModel_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
projection_
List<MysqlxCrud.Column> projection_
-
row_
List<MysqlxCrud.Insert.TypedRow> row_
-
upsert_
boolean upsert_
-
-
类com.mysql.cj.x.protobuf.MysqlxCrud.Insert.TypedRow扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
field_
List<MysqlxExpr.Expr> field_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxCrud.Limit扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
offset_
long offset_
-
rowCount_
long rowCount_
-
-
类com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
offset_
MysqlxExpr.Expr offset_
-
rowCount_
MysqlxExpr.Expr rowCount_
-
-
类com.mysql.cj.x.protobuf.MysqlxCrud.ModifyView扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
algorithm_
int algorithm_
-
bitField0_
int bitField0_
-
check_
int check_
-
collection_
MysqlxCrud.Collection collection_
-
column_
com.google.protobuf.LazyStringList column_
-
definer_
Object definer_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
security_
int security_
-
stmt_
MysqlxCrud.Find stmt_
-
-
类com.mysql.cj.x.protobuf.MysqlxCrud.Order扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
direction_
int direction_
-
expr_
MysqlxExpr.Expr expr_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxCrud.Projection扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
alias_
Object alias_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
source_
MysqlxExpr.Expr source_
-
-
类com.mysql.cj.x.protobuf.MysqlxCrud.Update扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
args_
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_
List<MysqlxCrud.UpdateOperation> operation_
-
order_
List<MysqlxCrud.Order> order_
-
-
类com.mysql.cj.x.protobuf.MysqlxCrud.UpdateOperation扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
operation_
int operation_
-
source_
MysqlxExpr.ColumnIdentifier source_
-
value_
MysqlxExpr.Expr value_
-
-
类com.mysql.cj.x.protobuf.MysqlxCursor.Close扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
cursorId_
int cursorId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxCursor.Fetch扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
cursorId_
int cursorId_
-
fetchRows_
long fetchRows_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxCursor.Open扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
cursorId_
int cursorId_
-
fetchRows_
long fetchRows_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
stmt_
MysqlxCursor.Open.OneOfMessage stmt_
-
-
类com.mysql.cj.x.protobuf.MysqlxCursor.Open.OneOfMessage扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
prepareExecute_
MysqlxPrepare.Execute prepareExecute_
-
type_
int type_
-
-
类com.mysql.cj.x.protobuf.MysqlxDatatypes.Any扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
array_
MysqlxDatatypes.Array array_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
obj_
MysqlxDatatypes.Object obj_
-
scalar_
MysqlxDatatypes.Scalar scalar_
-
type_
int type_
-
-
类com.mysql.cj.x.protobuf.MysqlxDatatypes.Array扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
List<MysqlxDatatypes.Any> value_
-
-
类com.mysql.cj.x.protobuf.MysqlxDatatypes.Object扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
fld_
List<MysqlxDatatypes.Object.ObjectField> fld_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxDatatypes.Object.ObjectField扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
key_
Object key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
MysqlxDatatypes.Any value_
-
-
类com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
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_
-
-
类com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.Octets扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
contentType_
int contentType_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
com.google.protobuf.ByteString value_
-
-
类com.mysql.cj.x.protobuf.MysqlxDatatypes.Scalar.String扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
collation_
long collation_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
com.google.protobuf.ByteString value_
-
-
类com.mysql.cj.x.protobuf.MysqlxExpect.Close扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxExpect.Open扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
cond_
List<MysqlxExpect.Open.Condition> cond_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
op_
int op_
-
-
类com.mysql.cj.x.protobuf.MysqlxExpect.Open.Condition扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
conditionKey_
int conditionKey_
-
conditionValue_
com.google.protobuf.ByteString conditionValue_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
op_
int op_
-
-
类com.mysql.cj.x.protobuf.MysqlxExpr.Array扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
List<MysqlxExpr.Expr> value_
-
-
类com.mysql.cj.x.protobuf.MysqlxExpr.ColumnIdentifier扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
documentPath_
List<MysqlxExpr.DocumentPathItem> documentPath_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
schemaName_
Object schemaName_
-
tableName_
Object tableName_
-
-
类com.mysql.cj.x.protobuf.MysqlxExpr.DocumentPathItem扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
index_
int index_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
type_
int type_
-
value_
Object value_
-
-
类com.mysql.cj.x.protobuf.MysqlxExpr.Expr扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
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_
Object variable_
-
-
类com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
MysqlxExpr.Identifier name_
-
param_
List<MysqlxExpr.Expr> param_
-
-
类com.mysql.cj.x.protobuf.MysqlxExpr.Identifier扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
类com.mysql.cj.x.protobuf.MysqlxExpr.Object扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
fld_
List<MysqlxExpr.Object.ObjectField> fld_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxExpr.Object.ObjectField扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
key_
Object key_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
MysqlxExpr.Expr value_
-
-
类com.mysql.cj.x.protobuf.MysqlxExpr.Operator扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
param_
List<MysqlxExpr.Expr> param_
-
-
类com.mysql.cj.x.protobuf.MysqlxNotice.Frame扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
payload_
com.google.protobuf.ByteString payload_
-
scope_
int scope_
-
type_
int type_
-
-
类com.mysql.cj.x.protobuf.MysqlxNotice.GroupReplicationStateChanged扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
type_
int type_
-
viewId_
Object viewId_
-
-
类com.mysql.cj.x.protobuf.MysqlxNotice.ServerHello扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
param_
int param_
-
value_
List<MysqlxDatatypes.Scalar> value_
-
-
类com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
param_
Object param_
-
value_
MysqlxDatatypes.Scalar value_
-
-
类com.mysql.cj.x.protobuf.MysqlxNotice.Warning扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
code_
int code_
-
level_
int level_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
msg_
Object msg_
-
-
类com.mysql.cj.x.protobuf.MysqlxPrepare.Deallocate扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
stmtId_
int stmtId_
-
-
类com.mysql.cj.x.protobuf.MysqlxPrepare.Execute扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
args_
List<MysqlxDatatypes.Any> args_
-
bitField0_
int bitField0_
-
compactMetadata_
boolean compactMetadata_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
stmtId_
int stmtId_
-
-
类com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
stmt_
MysqlxPrepare.Prepare.OneOfMessage stmt_
-
stmtId_
int stmtId_
-
-
类com.mysql.cj.x.protobuf.MysqlxPrepare.Prepare.OneOfMessage扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
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_
-
-
类com.mysql.cj.x.protobuf.MysqlxResultset.ColumnMetaData扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
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_
-
-
类com.mysql.cj.x.protobuf.MysqlxResultset.FetchDone扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreOutParams扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxResultset.FetchDoneMoreResultsets扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxResultset.FetchSuspended扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxResultset.Row扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
field_
List<com.google.protobuf.ByteString> field_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateContinue扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
authData_
com.google.protobuf.ByteString authData_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateOk扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
authData_
com.google.protobuf.ByteString authData_
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxSession.AuthenticateStart扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
authData_
com.google.protobuf.ByteString authData_
-
bitField0_
int bitField0_
-
initialResponse_
com.google.protobuf.ByteString initialResponse_
-
mechName_
Object mechName_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxSession.Close扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxSession.Reset扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
bitField0_
int bitField0_
-
keepOpen_
boolean keepOpen_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
类com.mysql.cj.x.protobuf.MysqlxSql.StmtExecute扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
args_
List<MysqlxDatatypes.Any> args_
-
bitField0_
int bitField0_
-
compactMetadata_
boolean compactMetadata_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
namespace_
Object namespace_
-
stmt_
com.google.protobuf.ByteString stmt_
-
-
类com.mysql.cj.x.protobuf.MysqlxSql.StmtExecuteOk扩展com.google.protobuf.GeneratedMessageV3实现可序列化
- serialVersionUID:
- 0L
-
序列化字段
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
-
程序包 com.mysql.cj.xdevapi
-
类com.mysql.cj.xdevapi.DbDocImpl扩展TreeMap<String,JsonValue>实现可序列化
- serialVersionUID:
- 6557406141541247905L
-
类com.mysql.cj.xdevapi.JsonArray扩展ArrayList<JsonValue>实现可序列化
- serialVersionUID:
- 6557406141541247905L
-
类com.mysql.cj.xdevapi.XDevAPIError扩展CJException实现可序列化
- serialVersionUID:
- 9102723045325569686L
-