|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavacli.ObjectSet
Set of objects returned by select. This class is similar with JDBC ResultSet class and allows navigation though the selected objects in orward or backward direction
Method Summary | |
void |
close()
Close object set. |
java.lang.Object |
getFirst()
Get first fetched object |
java.lang.Object |
getLast()
Get last fetched object |
java.lang.Object |
getNext()
Get next fetched object |
java.lang.Object |
getPrev()
Get previous fetched object |
Reference |
getRef()
Get reference to the current object |
void |
removeAll()
Remove all selected objects. |
int |
size()
Get the number of objects in the object set. |
void |
update()
Update the current object in the set. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.Object getFirst()
public java.lang.Object getLast()
public java.lang.Object getNext()
public java.lang.Object getPrev()
public Reference getRef()
public void update()
public void removeAll()
public int size()
public void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |