Oracle® Objects for OLE C++ Class Library Developer's Guide 10g Release 1 (10.1) Part Number B10119-01 |
|
Sometimes it is desirable to navigate directly back to some previously seen record. Dynaset marks provide you with this functionality. You obtain a mark from a dynaset and then later you can use the mark on the dynaset to reset the current record. ODynasetMarks can be used across ODynasets that refer to the same underlying query result sets (that is, all ODynasets that are copies or clones of the ODynaset that the mark was originally taken from). ODynasetMark is a subclass of OOracleObject.
See the ODynaset class methods GetMark and GetLastModifiedMark to learn how to obtain an ODynasetMark. See the ODynaset class method MoveToMark to learn how to use an ODynasetMark to navigate to the marked record.
The ODynasetMark class supports the following methods:
Construction and destruction:
Attributes:
Operations:
Error Handling: