public static interface MysqlxCursor.FetchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCursorId()
required uint32 cursor_id = 1; |
long |
getFetchRows()
optional uint64 fetch_rows = 5; |
boolean |
hasCursorId()
required uint32 cursor_id = 1; |
boolean |
hasFetchRows()
optional uint64 fetch_rows = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCursorId()
required uint32 cursor_id = 1;int getCursorId()
required uint32 cursor_id = 1;boolean hasFetchRows()
optional uint64 fetch_rows = 5;long getFetchRows()
optional uint64 fetch_rows = 5;