SDO_DataObject::getSequence
Get the sequence for a data object
&reftitle.description;
SDO_SequenceSDO_DataObject::getSequence
&warn.experimental.func;
Return the SDO_Sequence for this SDO_DataObject.
Accessing the SDO_DataObject through the SDO_Sequence interface
acts on the same SDO_DataObject instance data,
but preserves ordering across properties.
&reftitle.parameters;
None.
&reftitle.returnvalues;
The SDO_Sequence for this SDO_DataObject, or returns NULL if the
SDO_DataObject is not of a type which can have a sequence.