Class Service.FetchRequest

Enclosing interface:
Service

public static class Service.FetchRequest extends Service.Request
  • Field Details

    • connectionId

      public final String connectionId
    • statementId

      public final int statementId
    • offset

      public final long offset
    • fetchMaxRowCount

      public final int fetchMaxRowCount
      Maximum number of rows to be returned in the frame. Negative means no limit.
  • Constructor Details

    • FetchRequest

      public FetchRequest(String connectionId, int statementId, long offset, int fetchMaxRowCount)
  • Method Details