SDO_Sequence::getProperty
(No version information available, might be only in CVS)
SDO_Sequence::getProperty — Return the property for the specified sequence index.
Beskrivelse
Denne funktion er EKSPERIMENTABEL. Virkemåden af denne funktion, navnet på funktionen, og andet ellers dokumenteret om denne funktion, ændres muligvis uden advarsel i en fremtidig version af PHP. Brug af denne funktion er på ejet ansvar.
Return the property for the specified sequence index.
Parameterliste
- sequence_index
-
The position of the element in the sequence.
Returneringsværdier
An SDO_Model_Property. A return value of NULL means the sequence element does not belong to a property and must therefore be unstructured text.
Errors/Exceptions
- SDO_IndexOutOfBoundsException
-
Thrown if the sequence index is less than zero or greater than the size of the sequence.