interface XRename in module com::sun::star::sdbcx::

(Global Index)

Syntax

interface XRename : com::sun::star::uno::XInterface ;

Description

supports the renaming of definition objects.
This is a very desirable feature which is not supported by all databases. There is no standard SQL statement provided for this feature.

Method Summary

rename is intended to alter the name of a object.

Known Services Which Export this Interface

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

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

com::sun::star::sdb::DatabaseDocument

com::sun::star::sdb::Query

Method Details



rename

Syntax

void rename (
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