| java.lang.Object com.versant.core.jdbc.fetch.FetchResultImp
FetchResultImp | public class FetchResultImp implements FetchResult(Code) | | This maintains information about a FetchSpec used during a fetch operation.
All the fields of the FetchSpec and FetchOp's themselves are read only
once the spec has been prepared. This makes it possible to use the same
FetchSpec from different threads simultaneously.
|
cancel | public void cancel()(Code) | | |
close | public void close()(Code) | | |
execute | public void execute()(Code) | | |
hasNext | public boolean hasNext()(Code) | | |
isClosed | public boolean isClosed()(Code) | | |
isScrollable | public boolean isScrollable()(Code) | | |
remove | public void remove()(Code) | | |
|
|