public static interface MysqlxCursor.FetchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCursorId()
client-side assigned cursor ID; must be already open
|
long |
getFetchRows()
number of rows that should be retrieved from sequential cursor
|
boolean |
hasCursorId()
client-side assigned cursor ID; must be already open
|
boolean |
hasFetchRows()
number of rows that should be retrieved from sequential cursor
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCursorId()
client-side assigned cursor ID; must be already open
required uint32 cursor_id = 1;int getCursorId()
client-side assigned cursor ID; must be already open
required uint32 cursor_id = 1;boolean hasFetchRows()
number of rows that should be retrieved from sequential cursor
optional uint64 fetch_rows = 5;long getFetchRows()
number of rows that should be retrieved from sequential cursor
optional uint64 fetch_rows = 5;