FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |
Action summary | |
---|---|
void |
appendKeys(sequence<string> seq, integer n) Append to the specified sequence, keys for up to n consecutive rows of the Table, beginning where this Iterator is pointing. |
boolean |
done() Checks whether this Iterator has now reached the end of the Table. |
string |
getKey() Get the key for the row this Iterator is pointing at. |
sequence<string> |
getKeys(integer n) Get the keys for up to n consecutive rows of the Table beginning where this Iterator is pointing. |
com.apama.memorystore.Row |
getRow() Get the Row this Iterator is pointing at. |
void |
step() Step this Iterator to the next row in the table. |
Action detail |
---|
void appendKeys(sequence<string> seq, integer n)Append to the specified sequence, keys for up to n consecutive rows of the Table, beginning where this Iterator is pointing.
boolean done()Checks whether this Iterator has now reached the end of the Table.
string getKey()Get the key for the row this Iterator is pointing at.
sequence<string> getKeys(integer n)Get the keys for up to n consecutive rows of the Table beginning where this Iterator is pointing.
com.apama.memorystore.Row getRow()Get the Row this Iterator is pointing at.
void step()Step this Iterator to the next row in the table.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |