Package com.mysql.cj.x.protobuf
Interface MysqlxCursor.FetchOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxCursor.Fetch
,MysqlxCursor.Fetch.Builder
- Enclosing class:
- MysqlxCursor
public static interface MysqlxCursor.FetchOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method 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;
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCursorId
boolean hasCursorId()required uint32 cursor_id = 1;
- Returns:
- Whether the cursorId field is set.
-
getCursorId
int getCursorId()required uint32 cursor_id = 1;
- Returns:
- The cursorId.
-
hasFetchRows
boolean hasFetchRows()optional uint64 fetch_rows = 5;
- Returns:
- Whether the fetchRows field is set.
-
getFetchRows
long getFetchRows()optional uint64 fetch_rows = 5;
- Returns:
- The fetchRows.
-