SDO_Sequence::getProperty
(^)
SDO_Sequence::getProperty — Return the property for the specified sequence index.
Descripción
SDO_Model_Property SDO_Sequence::getProperty
( int $sequence_index
)
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 property for the specified sequence index.
Parámetros
- sequence_index
-
The position of the element in the sequence.
Valores devueltos
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.
Errores/Excepciones
- SDO_IndexOutOfBoundsException
-
Thrown if the sequence index is less than zero or greater than the size of the sequence.
There are no user contributed notes for this page.
