SDO_Sequence::move

(no version information, might be only in CVS)

SDO_Sequence::move --  Move an item to another sequence position.

說明

void SDO_Sequence::move ( int toIndex, int fromIndex )

警示

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

Modify the position of the item in the sequence, without altering the value of the property in the SDO_DataObject.

參數

toIndex

The destination sequence index. If this index is less than zero or greater than the size of the sequence then the value is appended.

fromIndex

The source sequence index.

返回值

None.

異常

SDO_IndexOutOfBoundsException

Thrown if the fromIndex sequence index is less than zero or greater than the size of the sequence.