SDO_DataObject::getSequence
(^)
SDO_DataObject::getSequence — Get the sequence for a data object
Descripción
SDO_Sequence SDO_DataObject::getSequence
( void
)
Warning
Esta función ha sido declarada EXPERIMENTAL. Su comportamiento, su nombre y la documentación que le acompaña puede cambiar sin previo aviso en futuras versiones de PHP. Use esta función bajo su propio riesgo.
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.
Parámetros
None.
Valores devueltos
The SDO_Sequence for this SDO_DataObject, or returns NULL if the SDO_DataObject is not of a type which can have a sequence.
There are no user contributed notes for this page.
