SDO_Sequence::getPropertyIndex

(no version information, might be only in CVS)

SDO_Sequence::getPropertyIndex --  Return the property index for the specified sequence index.

說明

int SDO_Sequence::getPropertyIndex ( int sequenceIndex )

警示

本函數是實驗性的。本函數的行為,內含函數名稱以及其它任何關於本函數的文件可能會在沒有知會的情況下隨 PHP 以後的發佈而改變。使用本函數風險自擔。

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

參數

sequenceIndex

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

返回值

The corresponding property index. A value of -1 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.