类 SelectObjectResult
java.lang.Object
com.obs.services.model.select.SelectObjectResult
Result of a Select request
The evaluation is lazy and it only will start when the first row
of the iterator is required.
-
构造器概要
构造器构造器说明SelectObjectResult(InputStream input) Prepares a resultset based on an input stream of binary data -
方法概要
修饰符和类型方法说明voidclose()Closes the inut streamReturns a row iterator over the input datagetInputStream(SelectEventVisitor listener) Returns a row iterator over the input data with a visitor of the stream events
-
构造器详细资料
-
SelectObjectResult
Prepares a resultset based on an input stream of binary data- 参数:
input- Binary input stream
-
-
方法详细资料
-
close
-
getInputStream
Returns a row iterator over the input data- 返回:
- The row iterator
-
getInputStream
Returns a row iterator over the input data with a visitor of the stream events- 参数:
listener- The event visitor- 返回:
- The row iterator
-