Class Service.FetchRequest

    • Field Detail

      • CONNECTION_ID_DESCRIPTOR

        private static final com.google.protobuf.Descriptors.FieldDescriptor CONNECTION_ID_DESCRIPTOR
      • FRAME_MAX_SIZE_DESCRIPTOR

        private static final com.google.protobuf.Descriptors.FieldDescriptor FRAME_MAX_SIZE_DESCRIPTOR
      • connectionId

        public final java.lang.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 Detail

      • FetchRequest

        FetchRequest()
      • FetchRequest

        public FetchRequest​(java.lang.String connectionId,
                            int statementId,
                            long offset,
                            int fetchMaxRowCount)