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
    int getCursorId()
    required uint32 cursor_id = 1;
    boolean hasCursorId()
    required uint32 cursor_id = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    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.