SDO_DataObject::getSequence

(^)

SDO_DataObject::getSequence Get the sequence for a data object

Opis

SDO_DataObject::getSequence ( void ) : SDO_Sequence
Ostrzeżenie

Ta funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko.

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.

Parametry

None.

Zwracane wartości

The SDO_Sequence for this SDO_DataObject, or returns NULL if the SDO_DataObject is not of a type which can have a sequence.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top