SDO_DataObject::getSequence (no version information, might be only in CVS) SDO_DataObject::getSequence --
Get the sequence for a data object.
ОписаниеSDO_Sequence SDO_DataObject::getSequence ( void ) Внимание |
Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ.
Поведение этой функции, ее имя и относящаяся к ней документация
могут измениться в последующих версиях PHP без уведомления.
Используйте эту функцию на свой страх и риск. |
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.
Возвращаемые значения
The SDO_Sequence for this SDO_DataObject, or returns NULL if the
SDO_DataObject is not of a type which can have a sequence.
SDO_DataObject::getSequence
There are no user contributed notes for this page.
|