|
ibi Patterns .NET API
|
Implements the NetricsTableRecSrc interface by binding a NetricsTableCursor to a particular ibi™ Patterns - Search host. More...
Public Member Functions | |
| NetricsTableCursorRecSrc (NetricsTableCursor cursor, NetricsServerInterface host) | |
| Create a NetricsTableCursorRecSrc instance. | |
| override bool | hasNext () |
| Returns true if the source has more records. | |
| override NetricsRecord | getNext () |
| Returns the next record. | |
| override void | reset () |
| Resets the underlying cursor to the beginning. | |
| String | getPosition () |
| Obtains the current position of the underlying cursor. | |
| void | setPosition (String position) |
| Reposition the underlying cursor. | |
| abstract NetricsRecord | getNext () |
| Returns the next record. | |
| abstract bool | hasNext () |
| Returns true if the source has more records. | |
| abstract void | reset () |
| Reset the source to the first record. | |
| bool | hasNext () |
| Returns true if the source has more records. | |
| NetricsBaseRecord | getNext () |
| Returns the next record. | |
| void | reset () |
| Reset the source to the first record. | |
Implements the NetricsTableRecSrc interface by binding a NetricsTableCursor to a particular ibi™ Patterns - Search host.
|
inline |
Create a NetricsTableCursorRecSrc instance.
| cursor | Cursor underlying the record source. |
| host | The cursor will traverse table(s) on this host. |
|
inlinevirtual |
Returns the next record.
| NetricsRecSrcException | Thrown if an error occurs, or if there are no more records. |
Implements NetricsServerInterface.NetricsTableRecSrc.
|
inline |
Obtains the current position of the underlying cursor.
This position may be used to later set the cursor position using setPosition(String).
|
inlinevirtual |
Returns true if the source has more records.
| NetricsRecSrcException | Thrown if there is an error getting records from the underlying cursor. |
Implements NetricsServerInterface.NetricsTableRecSrc.
|
inline |
Reposition the underlying cursor.
| position | A cursor position. This should be a value returned by getPosition() |