接口 MysqlxCursor.CloseOrBuilder

  • 所有超级接口:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    所有已知实现类:
    MysqlxCursor.Close, MysqlxCursor.Close.Builder
    封闭类:
    MysqlxCursor

    public static interface MysqlxCursor.CloseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      int getCursorId()
      client-side assigned cursor ID; must be allocated/open
      boolean hasCursorId()
      client-side assigned cursor ID; must be allocated/open
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • hasCursorId

        boolean hasCursorId()
         client-side assigned cursor ID; must be allocated/open 
         
        required uint32 cursor_id = 1;
        返回:
        Whether the cursorId field is set.
      • getCursorId

        int getCursorId()
         client-side assigned cursor ID; must be allocated/open 
         
        required uint32 cursor_id = 1;
        返回:
        The cursorId.