Implements NetricsCompoundRecSrc by binding a NetricsTableCursor to a particular ibi™ Patterns - Search host.
More...
|
| | NetricsTableCursorCompoundRecSrc (NetricsTableCursor cursor, NetricsServerInterface host) |
| | Create a NetricsTableCursorCompoundRecSrc instance.
|
| |
| override bool | hasNext () |
| | Returns true if the source has more records.
|
| |
| override NetricsCompoundRecord | 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.
|
| |
|
String | getParentTable () |
| | - Returns
- The parent/primary table name for the compound record.
|
| |
| IList< String > | getChildTables () |
| | Get an unmodifiable list of child table names used.
|
| |
| abstract NetricsCompoundRecord | 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 NetricsCompoundRecSrc by binding a NetricsTableCursor to a particular ibi™ Patterns - Search host.