| Constructor and Description |
|---|
HTMLWrapperResultIterator(com.denodo.vdb.vdbinterface.client.util.iterator.VDBResultSetIterator iterator)
Constructs a HTMLWrapperResultIterator object over the given
VDBResultSetIterator object.
|
HTMLWrapperResultIterator(com.denodo.vdb.vdbinterface.client.util.iterator.VDBResultSetIterator iterator,
com.denodo.vdb.vdbinterface.common.connection.VDBConnection conn)
Constructs a HTMLWrapperResultIterator object over the given
VDBResultSetIterator object and the VDBConnection object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancel the execution query.
|
boolean |
checkErrors()
Returns true if any error occurred during the iterator execution.
|
void |
close()
Closes the Wrapper Server connection used by the iterator.
|
String |
getErrorDescription()
Describes the errors ocurred during the iterator execution.
|
com.denodo.vdb.vdbinterface.common.clientResult.MetadataField[] |
getSchema() |
List<Object> |
getTraceEvents()
Returns the records added to the execution plan through the TRACE action.
|
boolean |
hasNext()
Indicates if there are more results.
|
Object |
next()
Obtains the next result.
|
void |
remove()
This method is not implemented.
|
String |
toString()
Returns a string representation of the object.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic HTMLWrapperResultIterator(com.denodo.vdb.vdbinterface.client.util.iterator.VDBResultSetIterator iterator)
iterator - the Wrapper Server iterator with the results of a wrapper
query.public HTMLWrapperResultIterator(com.denodo.vdb.vdbinterface.client.util.iterator.VDBResultSetIterator iterator,
com.denodo.vdb.vdbinterface.common.connection.VDBConnection conn)
iterator - the Wrapper Server iterator with the results of a wrapper
query.conn - VDB Connection used in cancel() operation.public void cancel()
throws UnsupportedOperationException
UnsupportedOperationException - if the connection is null.public void remove()
throws UnsupportedOperationException
remove in interface IteratorUnsupportedOperationExceptionIterator.remove()public com.denodo.vdb.vdbinterface.common.clientResult.MetadataField[] getSchema()
public boolean hasNext()
hasNext in interface IteratorIterator.hasNext()public Object next() throws NoSuchElementException
next in interface IteratorNoSuchElementExceptionIterator.next()public boolean checkErrors()
public String getErrorDescription()
public List<Object> getTraceEvents()
public void close()
throws ITPilotClientException
ITPilotClientExceptionCopyright © 2024 Denodo Technologies. All rights reserved.