public interface ElemResultSetExtSeqIteratorOperations
Modifier and Type | Method and Description |
---|---|
void |
destroy()
(29000)
Destroy the iterator and free the associated memory.
|
int |
getCount()
(29001)
Get the total number of elements accessible by the iterator.
|
ElemResultSetExt[] |
nextN(int how_many)
(29002)
Get the next n elements from the sequence.
|
ElemResultSetExt |
nextOne()
(29003)
Get the attributes of the next instance element from the
sequence.
|
void |
reset()
(29004)
Reset the intwrnal pointer in the element sequence to the first
element.
|
void destroy() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEint getCount() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEElemResultSetExt[] nextN(int how_many) throws AoException
how_many
- The number of requested elements.AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEElemResultSetExt nextOne() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEvoid reset() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVE