| Package | Description |
|---|---|
| com.mysql.cj | |
| com.mysql.cj.protocol.x | |
| com.mysql.cj.xdevapi |
Java classes for X DevAPI support.
|
| testsuite.x.devapi |
Dev API test suite.
|
| testsuite.x.internal |
Tests for internal components of the X Protocol and X DevAPI features.
|
| Class and Description |
|---|
| XProtocol
Low-level interface to communications with X Plugin.
|
| XProtocolError
An Error returned from X Plugin.
|
| Class and Description |
|---|
| CompressionAlgorithm
Contains all information about a compression algorithm, its name, compression mode and classes that implement the inflating and deflating streams of data.
|
| CompressionMode
The modes by which compression can be made.
|
| CompressorStreamsFactory
Factory class for producing inflating and deflating-able
InputStream and OutputStream instances for a selected compression algorithm. |
| ContinuousInputStream
An
InputStream wrapper that reads from a queue of underlying InputStreams, giving the impression that all data is coming from a single,
continuous, source. |
| FetchDoneEntity
ProtocolEntity representing a
MysqlxResultset.FetchDone message. |
| FetchDoneMoreResults
ProtocolEntity representing a
FetchDoneMoreResults message. |
| Notice
ProtocolEntity representing a
Notice message. |
| Ok
ProtocolEntity representing an OK message.
|
| ReusableOutputStream
An
OutputStream wrapper that allows switching to different underlying OutputStreams under the same OutputStream instance. |
| StatementExecuteOk
ProtocolEntity representing a
StatementExecuteOk message. |
| SyncMessageReader
Synchronous-only implementation of
MessageReader. |
| SyncMessageSender
Synchronous-only implementation of
MessageSender. |
| XMessage |
| XMessageBuilder |
| XMessageHeader |
| XpluginStatementCommand |
| XProtocol
Low-level interface to communications with X Plugin.
|
| XProtocolDecoder |
| XProtocolError
An Error returned from X Plugin.
|
| XProtocolRow
ProtocolEntity representing an X Protocol result row.
|
| XServerCapabilities |
| XServerSession |
| Class and Description |
|---|
| StatementExecuteOk
ProtocolEntity representing a
StatementExecuteOk message. |
| StatementExecuteOkBuilder
Result builder producing a
StatementExecuteOk instance. |
| XMessage |
| XMessageBuilder |
| XProtocol
Low-level interface to communications with X Plugin.
|
| Class and Description |
|---|
| SyncFlushDeflaterOutputStream
Wrapper around
DeflaterOutputStream that enables sync flush by default. |
| Class and Description |
|---|
| XMessageBuilder |
| XProtocol
Low-level interface to communications with X Plugin.
|