PHP Doku:: Get the sequence for a data object - function.sdo-dataobject-getsequence.html

Verlauf / Chronik / History: (24) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationService Data ObjectsSDO FunktionenSDO_DataObject::getSequence

Ein Service von Reinhard Neidl - Webprogrammierung.

SDO Funktionen

<<SDO_DataObject::getContainer

SDO_DataObject::getTypeName>>

SDO_DataObject::getSequence

(^)

SDO_DataObject::getSequence Get the sequence for a data object

Beschreibung

SDO_Sequence SDO_DataObject::getSequence ( void )
Warnung

Diese Funktion ist EXPERIMENTELL. Das Verhalten, der Funktionsname und alles Andere, was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf eigenes Risiko.

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.

Parameter-Liste

None.

Rückgabewerte

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


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)