LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Exported Interfaces | Public Member Functions | List of all members
XTableRename Interface Reference

allows to rename table. More...

import "XTableRename.idl";

Inheritance diagram for XTableRename:
XConnectionSupplier XInitialization XInterface

Exported Interfaces

interface XConnectionSupplier
 
- Exported Interfaces inherited from XConnectionSupplier
interface com::sun::star::lang::XInitialization
 

Public Member Functions

void rename ([in] com::sun::star::beans::XPropertySet table,[in] string newName) raises ( com::sun::star::sdbc::SQLException )
 rename the given table to the new name More...
 

Additional Inherited Members

- Public Attributes inherited from XConnectionSupplier
com::sun::star::sdbc::XConnection ActiveConnection
 returns the source connection. More...
 

Detailed Description

allows to rename table.

See Also
com::sun::star::sdb::DataSource::Settings
Since
OOo 3.3

Exported Interfaces

Member Function Documentation

void rename ( [in] com::sun::star::beans::XPropertySet  table,
[in] string  newName 
)
raises (com::sun::star::sdbc::SQLException
)

rename the given table to the new name

Parameters
tablethe table to be renamed
newNamethe new name of the table
Exceptions
com::sun::star::sdbc::SQLException

The documentation for this interface was generated from the following file: