public final class MysqlxCursor
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MysqlxCursor.Close
Close cursor
@startuml
client -> server: Close
alt Success
client <- server: Ok
else Failure
client <- server: Error
end
@enduml
@returns @ref Mysqlx::Ok or @ref Mysqlx::Error
|
static interface |
MysqlxCursor.CloseOrBuilder |
static class |
MysqlxCursor.Fetch
Fetch next portion of data from a cursor
@startuml
client -> server: Fetch
alt Success
...
|
static interface |
MysqlxCursor.FetchOrBuilder |
static class |
MysqlxCursor.Open
Open a cursor
@startuml
client -> server: Open
alt Success
...
|
static interface |
MysqlxCursor.OpenOrBuilder |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) |
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()