SDO_Sequence::move

(no version information, might be only in CVS)

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

Beskrivelse

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

Advarsel

Denne funktion er EKSPERIMENTABEL. Virkemåden af denne funktion, navnet på funktionen, og andet ellers dokumenteret om denne funktion, ændres muligvis uden advarsel i en fremtidig version af PHP. Brug af denne funktion er på ejet ansvar.

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

Parameterliste

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.

Returneringsværdier

None.

Exceptions

SDO_IndexOutOfBoundsException

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