SDO_Sequence::move

(no version information, might be only in CVS)

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

Descripción

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

Aviso

Esta función es EXPERIMENTAL. Esto significa que el comportamiento de esta función, el nombre de esta función y en definitiva TODO lo documentado sobre esta función, puede cambiar en una futura version de PHP SIN AVISO. La advertencia queda hecha, y utilizar esta extensión queda bajo su propia responsabilidad.

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

Lista de parámetros

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.

Valores retornados

None.

Exceptions

SDO_IndexOutOfBoundsException

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

Hosting by: hurra.com
Generated: 2007-01-26 18:01:06