|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthep.aida.ref.tuple.TupleCursor
public class TupleCursor
Constructor Summary | |
---|---|
TupleCursor(int startRow,
int endRow,
boolean hasRandomAccess)
|
Method Summary | |
---|---|
void |
close()
|
boolean |
next()
|
int |
row()
|
void |
setRow(int n)
|
void |
skip(int rows)
|
void |
start()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TupleCursor(int startRow, int endRow, boolean hasRandomAccess)
Method Detail |
---|
public int row()
row
in interface FTupleCursor
public void start()
start
in interface FTupleCursor
public boolean next()
next
in interface FTupleCursor
public void setRow(int n)
setRow
in interface FTupleCursor
public void close()
public void skip(int rows)
skip
in interface FTupleCursor
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |