LibreOffice
LibreOffice 24.8 SDK API Reference
|
allows to fetch and to change the sql statements of views More...
import <XViewAccess.idl;
Exported Interfaces | |
interface | 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 | |
![]() | |
void | initialize ([in] sequence< any > aArguments) raises ( com::sun::star::uno::Exception ) |
initializes the object. | |
![]() | |
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 | |
![]() | |
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 |