public class SelectObjectResult extends Object
| 构造器 | 说明 |
|---|---|
SelectObjectResult(InputStream input) |
Prepares a resultset based on an input stream of binary data
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
close() |
Closes the inut stream
|
SelectInputStream |
getInputStream() |
Returns a row iterator over the input data
|
SelectInputStream |
getInputStream(SelectEventVisitor listener) |
Returns a row iterator over the input data with a visitor of the stream events
|
public SelectObjectResult(InputStream input)
input - Binary input streampublic void close()
throws IOException
IOExceptionpublic SelectInputStream getInputStream()
public SelectInputStream getInputStream(SelectEventVisitor listener)
listener - The event visitorCopyright © 2025. All rights reserved.