SDO_Sequence::getProperty
(^)
SDO_Sequence::getProperty — Return the property for the specified sequence index
説明
SDO_Sequence::getProperty
( int $sequence_index
) : SDO_Model_Property
警告 この関数は、 実験的 なものです。この関数の動作・ 名前・その他ドキュメントに書かれている事項は、予告なく、将来的な PHP のリリースにおいて変更される可能性があります。 この関数は自己責任で使用してください。
Return the property for the specified sequence index.
パラメータ
sequence_index
- The position of the element in the sequence.
返り値
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.
エラー / 例外
SDO_IndexOutOfBoundsException
- Thrown if the sequence index is less than zero or greater than the size of the sequence.