SDO_Sequence::getPropertyName

(no version information, might be only in CVS)

SDO_Sequence::getPropertyName --  Return the property name for the specified sequence index

説明

string SDO_Sequence::getPropertyName ( int sequenceIndex )

警告

この関数は、 実験的 なものです。この関数の動作・ 名前・その他ドキュメントに書かれている事項は、予告なく、将来的な PHP のリリースにおいて変更される可能性があります。 この関数は自己責任で使用してください。

Return the property name for the specified sequence index. If the sequence item is unstructured text rather than a data object property, then a value of NULL is returned.

パラメータ

sequenceIndex

The sequence index for which we wish to determine the associated data object property name.

返り値

The corresponding property name. A value of NULL means the 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.