allows to fetch and to change the sql statements of views More...
import "XViewAccess.idl";
 
  
| Exported Interfaces | |
| interface | XConnectionSupplier | 
|  Exported Interfaces inherited from XConnectionSupplier | |
| interface | com::sun::star::lang::XInitialization | 
| Public Member Functions | |
| string | getCommand ([in] com::sun::star::beans::XPropertySet view) raises ( com::sun::star::sdbc::SQLException ) | 
| returns the SQL statement of the view | |
| void | alterCommand ([in] com::sun::star::beans::XPropertySet view, [in] string command) raises ( com::sun::star::sdbc::SQLException ) | 
| allows to alter the SQL statement of a view | |
|  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. | |
allows to fetch and to change the sql statements of views
| interface XConnectionSupplier | 
| void alterCommand | ( | [in] com::sun::star::beans::XPropertySet | view, | |||
| [in] string | command ) | |||||
| raises | ( | com::sun::star::sdbc::SQLException ) | ||||
allows to alter the SQL statement of a view
| view | the view to be altered | 
| command | the new SQL statement | 
| com::sun::star::sdbc::SQLException | 
| string getCommand | ( | [in] com::sun::star::beans::XPropertySet | view | ) | ||
| raises | ( | com::sun::star::sdbc::SQLException ) | ||||
returns the SQL statement of the view
| view | the table to be renamed | 
| com::sun::star::sdbc::SQLException |