SequoiaDB
 All Classes Namespaces Files Functions Variables Enumerations Properties Pages
Public Member Functions | List of all members
SequoiaDB.DBCursor Class Reference

Database collection cursor. More...

Public Member Functions

BsonDocument Next ()
 Get the next Bson of this cursor.
 
BsonDocument Current ()
 Get the current Bson of this cursor.
 
void Close ()
 Close current cursor.
 

Detailed Description

Database collection cursor.

Member Function Documentation

void SequoiaDB.DBCursor.Close ( )
inline

Close current cursor.

Returns
void
Exceptions
SequoiaDB.BaseException
System.Exception
BsonDocument SequoiaDB.DBCursor.Current ( )
inline

Get the current Bson of this cursor.

Returns
BsonDocument or null
Exceptions
SequoiaDB.BaseException
System.Exception
BsonDocument SequoiaDB.DBCursor.Next ( )
inline

Get the next Bson of this cursor.

Returns
BsonDocument or null
Exceptions
SequoiaDB.BaseException
System.Exception

The documentation for this class was generated from the following file: