|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ejdb.driver.EJDBResultSet
public class EJDBResultSet
Method Summary | |
---|---|
protected BSONObject |
_get(int position)
Returns object by position |
void |
close()
|
protected void |
finalize()
|
BSONObject |
get(int position)
Returns object by position |
boolean |
hasNext()
|
java.util.Iterator<BSONObject> |
iterator()
|
int |
length()
Returns objects count in result set |
BSONObject |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
protected BSONObject _get(int position) throws EJDBException
EJDBException
public BSONObject get(int position) throws EJDBException
EJDBException
public int length()
public java.util.Iterator<BSONObject> iterator()
iterator
in interface java.lang.Iterable<BSONObject>
public boolean hasNext()
hasNext
in interface java.util.Iterator<BSONObject>
public BSONObject next() throws EJDBException
next
in interface java.util.Iterator<BSONObject>
EJDBException
public void remove()
remove
in interface java.util.Iterator<BSONObject>
public void close() throws EJDBException
close
in interface java.io.Closeable
EJDBException
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |