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