
Public Member Functions | |
| int | GetNext (ref char[] buffer) |
| Method to return the next set of objects. All the objects that can fit in the buffer will be returned. returns false when no more objects exist. | |
| bool | SetIndex (IndexOrigin origin, int offset) |
| Set the Index the specified offset from the origin. | |
Properties | |
| int | Count [get] |
| Gets the number of entries in the result set. | |
| int Simias::Storage::Provider::IResultSet::GetNext | ( | ref char[] | buffer | ) |
Method to return the next set of objects. All the objects that can fit in the buffer will be returned. returns false when no more objects exist.
| buffer | Buffer used to return the objects. |
Implemented in Simias::Storage::Provider::Flaim::FlaimResultSet.
| bool Simias::Storage::Provider::IResultSet::SetIndex | ( | IndexOrigin | origin, | |
| int | offset | |||
| ) |
Set the Index the specified offset from the origin.
| origin | The origin to move from | |
| offset | The offset to move the index by. |
Implemented in Simias::Storage::Provider::Flaim::FlaimResultSet.
int Simias::Storage::Provider::IResultSet::Count [get] |
Gets the number of entries in the result set.
Implemented in Simias::Storage::Provider::Flaim::FlaimResultSet.
1.5.6