java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.select.SelectObjectResult

public class SelectObjectResult extends Object
Result of a Select request The evaluation is lazy and it only will start when the first row of the iterator is required.
  • 字段详细资料

  • 构造器详细资料

    • SelectObjectResult

      public SelectObjectResult(InputStream input)
      Prepares a resultset based on an input stream of binary data
      参数:
      input - Binary input stream
  • 方法详细资料

    • close

      public void close() throws IOException
      Closes the inut stream
      抛出:
      IOException
    • getInputStream

      public SelectInputStream getInputStream()
      Returns a row iterator over the input data
      返回:
      The row iterator
    • getInputStream

      public SelectInputStream getInputStream(SelectEventVisitor listener)
      Returns a row iterator over the input data with a visitor of the stream events
      参数:
      listener - The event visitor
      返回:
      The row iterator