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 | Field and Description |
|---|---|
private static com.google.protobuf.Descriptors.FileDescriptor |
descriptor |
private static com.google.protobuf.Descriptors.Descriptor |
internal_static_Mysqlx_Cursor_Close_descriptor |
private static com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internal_static_Mysqlx_Cursor_Close_fieldAccessorTable |
private static com.google.protobuf.Descriptors.Descriptor |
internal_static_Mysqlx_Cursor_Fetch_descriptor |
private static com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internal_static_Mysqlx_Cursor_Fetch_fieldAccessorTable |
private static com.google.protobuf.Descriptors.Descriptor |
internal_static_Mysqlx_Cursor_Open_descriptor |
private static com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internal_static_Mysqlx_Cursor_Open_fieldAccessorTable |
private static com.google.protobuf.Descriptors.Descriptor |
internal_static_Mysqlx_Cursor_Open_OneOfMessage_descriptor |
private static com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internal_static_Mysqlx_Cursor_Open_OneOfMessage_fieldAccessorTable |
| Modifier | Constructor and Description |
|---|---|
private |
MysqlxCursor() |
| 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) |
private static final com.google.protobuf.Descriptors.Descriptor internal_static_Mysqlx_Cursor_Open_descriptor
private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_Mysqlx_Cursor_Open_fieldAccessorTable
private static final com.google.protobuf.Descriptors.Descriptor internal_static_Mysqlx_Cursor_Open_OneOfMessage_descriptor
private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_Mysqlx_Cursor_Open_OneOfMessage_fieldAccessorTable
private static final com.google.protobuf.Descriptors.Descriptor internal_static_Mysqlx_Cursor_Fetch_descriptor
private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_Mysqlx_Cursor_Fetch_fieldAccessorTable
private static final com.google.protobuf.Descriptors.Descriptor internal_static_Mysqlx_Cursor_Close_descriptor
private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_Mysqlx_Cursor_Close_fieldAccessorTable
private static com.google.protobuf.Descriptors.FileDescriptor descriptor
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()