public interface Outputs
Output objects, each representing a single result set or update count.
Conceptually, Result presents those Returns as an iterator.| Modifier and Type | Method and Description |
|---|---|
Output |
getCurrent()
Retrieve the current Output object.
|
boolean |
goToNext()
Go to the next Output object (if any), returning an indication of whether there was another (aka, will
the next call to
getCurrent() return null? |
void |
release()
Eagerly release any resources held by this Outputs.
|
Output getCurrent()
nullboolean goToNext()
getCurrent() return null?true if the next call to getCurrent() will return a non-null value.void release()
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.