Manuál PHP | ||
---|---|---|
Předcházející | Další |
(no version information, might be only in CVS)
SDO_Sequence::move -- Move an item to another sequence positionVarování |
Tato funkce je EXPERIMENTÁLNÍ. Chování této funkce, její název a všechno ostatní, co je zde zdokumentováno, se v budoucích verzích PHP může BEZ OHLÁŠENÍ změnit. Berte to v úvahu a používejte tuto funkci na vlastní nebezpečí. |
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.
SDO_IndexOutOfBoundsException
Thrown if the fromIndex sequence index is less than zero or greater than the size of the sequence.
Předcházející | Domů | Další |
SDO_Sequence::insert | Nahoru | SDO XML Data Access Service Functions |