Package com.mysql.cj.x.protobuf
Interface MysqlxCursor.CloseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxCursor.Close,MysqlxCursor.Close.Builder
- Enclosing class:
- MysqlxCursor
public static interface MysqlxCursor.CloseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description intgetCursorId()required uint32 cursor_id = 1;booleanhasCursorId()required uint32 cursor_id = 1;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.
-