public class DBCursor extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
BSONObject |
getCurrent() |
BSONObject |
getNext() |
byte[] |
getNextRaw() |
boolean |
hasNext() |
boolean |
hasNextRaw() |
public boolean hasNext()
throws BaseException
BaseExceptionpublic boolean hasNextRaw()
throws BaseException
BaseExceptionpublic BSONObject getNext() throws BaseException
BaseExceptionpublic byte[] getNextRaw()
throws BaseException
BaseExceptionpublic BSONObject getCurrent() throws BaseException
BaseExceptionpublic void close()
throws BaseException
BaseExceptionCopyright © 2015. All Rights Reserved.