Interface MysqlxCursor.OpenOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MysqlxCursor.Open, MysqlxCursor.Open.Builder
Enclosing class:
MysqlxCursor

public static interface MysqlxCursor.OpenOrBuilder
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;
    MysqlxCursor.Open.OneOfMessage getStmt()
    required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
    MysqlxCursor.Open.OneOfMessageOrBuilder getStmtOrBuilder()
    required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
    boolean hasCursorId()
    required uint32 cursor_id = 1;
    boolean hasFetchRows()
    optional uint64 fetch_rows = 5;
    boolean hasStmt()
    required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;

    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.
    • hasStmt

      boolean hasStmt()
      required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
      Returns:
      Whether the stmt field is set.
    • getStmt

      required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
      Returns:
      The stmt.
    • getStmtOrBuilder

      required .Mysqlx.Cursor.Open.OneOfMessage stmt = 4;
    • 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.