| Package | Description |
|---|---|
| com.mysql.cj.x.protobuf |
Message classes used for serialization with Google Protocol Buffers to support the X Protocol.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MysqlxCursor.Fetch
Fetch next portion of data from a cursor
@startuml
client -> server: Fetch
alt Success
...
|
static class |
MysqlxCursor.Fetch.Builder
Fetch next portion of data from a cursor
@startuml
client -> server: Fetch
alt Success
...
|