:: com :: sun :: star :: sdbcx ::

interface XRename

Methods' Summary
rename is intended to alter the name of a object.  
Methods' Details
rename
void
rename( [in] string  newName )
raises( ::com::sun::star::sdbc::SQLException,
::com::sun::star::container::ElementExistException );

Description
is intended to alter the name of a object.
Parameter newName
the new name
Throws
com::sun::star::sdbc::SQLException if a database access error occurs.
Top of Page