| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
allows to rename table. More...
import "XTableRename.idl";
 
  
| 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 | |
| Public Member Functions inherited from XInitialization | |
| void | initialize ([in] sequence< any > aArguments) raises ( com::sun::star::uno::Exception ) | 
| initializes the object. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
| Additional Inherited Members | |
| Public Attributes inherited from XConnectionSupplier | |
| com::sun::star::sdbc::XConnection | ActiveConnection | 
| returns the source connection. | |
| interface XConnectionSupplier | 
| 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
| table | the table to be renamed | 
| newName | the new name of the table | 
| com::sun::star::sdbc::SQLException |