Class TFetchResultsReq

    • Field Detail

      • maxRows

        public long maxRows
      • fetchType

        public short fetchType
      • maxBytes

        public long maxBytes
      • startRowOffset

        public long startRowOffset
      • includeResultSetMetadata

        public boolean includeResultSetMetadata
    • Constructor Detail

      • TFetchResultsReq

        public TFetchResultsReq()
      • TFetchResultsReq

        public TFetchResultsReq​(TFetchResultsReq other)
        Performs a deep copy on other.
    • Method Detail

      • unsetOperationHandle

        public void unsetOperationHandle()
      • isSetOperationHandle

        public boolean isSetOperationHandle()
        Returns true if field operationHandle is set (has been assigned a value) and false otherwise
      • setOperationHandleIsSet

        public void setOperationHandleIsSet​(boolean value)
      • unsetOrientation

        public void unsetOrientation()
      • isSetOrientation

        public boolean isSetOrientation()
        Returns true if field orientation is set (has been assigned a value) and false otherwise
      • setOrientationIsSet

        public void setOrientationIsSet​(boolean value)
      • getMaxRows

        public long getMaxRows()
      • unsetMaxRows

        public void unsetMaxRows()
      • isSetMaxRows

        public boolean isSetMaxRows()
        Returns true if field maxRows is set (has been assigned a value) and false otherwise
      • setMaxRowsIsSet

        public void setMaxRowsIsSet​(boolean value)
      • getFetchType

        public short getFetchType()
      • unsetFetchType

        public void unsetFetchType()
      • isSetFetchType

        public boolean isSetFetchType()
        Returns true if field fetchType is set (has been assigned a value) and false otherwise
      • setFetchTypeIsSet

        public void setFetchTypeIsSet​(boolean value)
      • getMaxBytes

        public long getMaxBytes()
      • unsetMaxBytes

        public void unsetMaxBytes()
      • isSetMaxBytes

        public boolean isSetMaxBytes()
        Returns true if field maxBytes is set (has been assigned a value) and false otherwise
      • setMaxBytesIsSet

        public void setMaxBytesIsSet​(boolean value)
      • getStartRowOffset

        public long getStartRowOffset()
      • setStartRowOffset

        public TFetchResultsReq setStartRowOffset​(long startRowOffset)
      • unsetStartRowOffset

        public void unsetStartRowOffset()
      • isSetStartRowOffset

        public boolean isSetStartRowOffset()
        Returns true if field startRowOffset is set (has been assigned a value) and false otherwise
      • setStartRowOffsetIsSet

        public void setStartRowOffsetIsSet​(boolean value)
      • isIncludeResultSetMetadata

        public boolean isIncludeResultSetMetadata()
      • setIncludeResultSetMetadata

        public TFetchResultsReq setIncludeResultSetMetadata​(boolean includeResultSetMetadata)
      • unsetIncludeResultSetMetadata

        public void unsetIncludeResultSetMetadata()
      • isSetIncludeResultSetMetadata

        public boolean isSetIncludeResultSetMetadata()
        Returns true if field includeResultSetMetadata is set (has been assigned a value) and false otherwise
      • setIncludeResultSetMetadataIsSet

        public void setIncludeResultSetMetadataIsSet​(boolean value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • read

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • write

        public void write​(org.apache.thrift.protocol.TProtocol oprot)
                   throws org.apache.thrift.TException
        Specified by:
        write in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException